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

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-bold.eot');
  src: url('../fonts/Poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-bold.woff2') format('woff2'), url('../fonts/Poppins-bold.woff') format('woff'), url('../fonts/Poppins-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #f89c1c;
  font-weight: normal;
  background-color: black;
  color: white;
  margin: 0 auto;
}
.container {
  width: 1660px;
}
.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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.wid-50{
    width: 45%;
    }
#header .nav .ui.menu {
  height: 130px;
  margin: 0 auto;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 10%;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
    height: 89px;
    transition: .5s;
}
#header.active .nav .ui.menu .logo img {
    height: 70px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
  margin-left: 0;
  margin-right: auto;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  line-height: 2;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search form {
  width: 8.57142857em;
  height: 2.14285714em;
  border-radius: 1.07142857em;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
#header .nav .ui.menu .search form input::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input:-ms-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search form input::placeholder {
  color: white;
}
#header .nav .ui.menu .search form button {
  border: none;
  background-color: transparent;
  padding: 0 .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .yuy {
  color: #2a2a2a;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy span {
  text-transform: capitalize;
}
#header.inner .nav .ui.menu .yuy span {
    color: white;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}
#header.active {
  background-color: black;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
#header.active .nav .ui.menu {
  height: 100px;
}
#header.active .nav .ui.menu .search form {
  background-color: rgba(255, 255, 255, 0.3);
}
#header.active .nav .ui.menu .yuy {
  color: white;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .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: 2;
}
#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: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #footer .footer-bottom .coy a.foot-link{
      display: none!important;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  padding: .8em 1.8em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.more:hover,
.more:focus {
  background-color: white;
  color: var(--color);
}
span.tag {
  line-height: 1.8;
  color: var(--color);
}
span.h2 {
  line-height: 1.4;
}
@-webkit-keyframes tx {
  form {
    background-position: center top;
  }
  to {
    background-position: center top 2070px;
  }
}
@-moz-keyframes tx {
  form {
    background-position: center top;
  }
  to {
    background-position: center top 2070px;
  }
}
@keyframes tx {
  form {
    background-position: center top;
  }
  to {
    background-position: center top 2070px;
  }
}
#banner li i.mask {
  width: 150px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: repeat-y;
  -webkit-animation: tx 10s linear infinite;
  -moz-animation: tx 10s linear infinite;
  animation: tx 10s linear infinite;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  color: white;
}
#banner li .content .left .text {
  color: var(--color);
}
#banner li .content .left .share a {
  line-height: 1;
}
#banner li .content .left .share span {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
}
#banner li .content .left .share span:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: white;
}
#banner .slickDots {
    bottom: 3%;
    left: 25%;
    font-size: 14px;
}
#banner .slickDots li {
    border: none;
    width: 1em;
    height: 1em;
    color: black;
    border-radius: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner .slickDots li button {
    display: none;
}
#banner .slickDots li.slick-active {
    background-color: var(--color);
    color: white;
}
#index-body .init-1 .list {
  color: var(--color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .list canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#index-body .init-1 .list li .dots {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .list li .dots:before {
  content: '';
  width: .1em;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.05em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, transparent, var(--color));
  background-image: -moz-linear-gradient(bottom, transparent, var(--color));
  background-image: linear-gradient(to top, transparent, var(--color));
  z-index: -1;
}
#index-body .init-1 .list li .dots i {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  display: block;
}
#index-body .init-1 .list li .dots i:before,
#index-body .init-1 .list li .dots i:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-1 .list li .dots i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-1 .list li .content span.h6 {
  line-height: 1;
}
#index-body .init-1 .list li:nth-child(2) {
  margin-top: 8.33333333em;
}
#index-body .init-1 .list li:nth-child(3) {
  margin-top: 1em;
}
#index-body .init-1 .list li:nth-child(4) {
  margin-top: 11.33333333em;
}
#index-body .init-1 .list li:nth-child(5) {
  margin-top: 2.33333333em;
}
#index-body .init-1 .list li:nth-child(6) {
  margin-top: 9em;
}
#index-body .init-1 .list li:nth-child(7) {
  margin-top: -1em;
}
#index-body .init-1 .list li:nth-child(even) .dots {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#index-body .init-2 {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top 30%;
}
#index-body .init-2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/init-2-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#index-body .init-2 .list {
  margin-bottom: 150px;
}
#index-body .init-2 .list ul li .content {
  padding: 3.5%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0763f), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #f0763f, var(--color));
  background-image: -moz-linear-gradient(bottom, #f0763f, var(--color));
  background-image: linear-gradient(to top, #f0763f, var(--color));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list ul li .content a.link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
}
#index-body .init-2 .list ul li:hover .content {
  color: black;
}
#index-body .init-2 .list ul li:nth-child(even) {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}
#index-body .init-3 {
  position: relative;
  z-index: 1;
}
#index-body .init-3 i.mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 47%;
  z-index: -1;
}
#index-body .init-3 i.mask img {
  height: 100%;
}
#index-body .init-3 .box {
  margin-left: auto;
}
#index-body .init-3 .box .flex .right {
  margin: 0 auto;
}
#index-body .init-3 .box .list span.h6 {
  line-height: 1.2;
  color: var(--color);
}
#index-body .init-4 {
  padding: 20% 0 13%;
}
#index-body .init-5 {
  color: black;
}
#index-body .init-5 .list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#index-body .init-5 .list .slick-list {
  overflow: unset;
}
#index-body .init-5 .list .slick-list .slick-slide {
  -webkit-transform: scale(0.78);
  -moz-transform: scale(0.78);
  -ms-transform: scale(0.78);
  transform: scale(0.78);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current .box .content {
  opacity: 1;
}
#index-body .init-5 .list .slick-list .slick-slide.slick-current ~ div {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
#index-body .init-5 .list .box .content {
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: 60%;
  padding: 3%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: left;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list .box .content .text {
    line-height: 1.8;
    max-height: 6.4em;
    overflow: auto;
}
#index-body .init-5 .list .slickBtn div {
  background-color: transparent;
  width: 2.5em;
  height: 2.5em;
}
#index-body .init-5 .list .slickBtn div img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list .slickBtn div.prev {
  left: -14%;
}
#index-body .init-5 .list .slickBtn div.prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-5 .list .slickBtn div.next {
  right: -14%;
  left: auto;
}
#index-body .init-5 .list .slickBtn div:hover {
  background-color: transparent;
}
#index-body .init-5 .list .slickBtn div:hover img {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-5 .page em {
  color: var(--color);
}
#index-body .init-6 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-6 .list .slick-track .slick-slide {
  height: auto;
}
#index-body .init-6 .list .slick-track .slick-slide > div,
#index-body .init-6 .list .slick-track .slick-slide li {
  height: 100%;
}
#index-body .init-6 .list ul {
  margin: 0 -25px;
}
#index-body .init-6 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 25px;
  position: relative;
}
#index-body .init-6 .list li:before {
  content: '';
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}
#index-body .init-6 .list li.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#index-body .init-6 .list li .content .text {
  color: #c1c1c1;
}
#index-body .init-6 .list li .content a.link {
  color: var(--color);
  border-bottom: 1px solid var(--color);
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list li .content a.link:hover {
  color: white;
  border-color: white;
}
#index-body .init-7 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0763f), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, #f0763f, var(--color));
  background-image: -moz-linear-gradient(bottom, #f0763f, var(--color));
  background-image: linear-gradient(to top, #f0763f, var(--color));
}
#index-body .init-7 span.tag {
  text-decoration: underline;
  color: white;
}
#index-body .init-7 form input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: .4em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  line-height: 1.8;
  background-color: transparent;
}
#index-body .init-7 form input::-webkit-input-placeholder {
  color: white;
}
#index-body .init-7 form input:-moz-placeholder {
  color: white;
}
#index-body .init-7 form input::-moz-placeholder {
  color: white;
}
#index-body .init-7 form input:-ms-input-placeholder {
  color: white;
}
#index-body .init-7 form input::placeholder {
  color: white;
}
#index-body .init-7 form input:focus {
  border-color: white;
}
#index-body .init-7 form input[type="submit"] {
  width: auto;
  padding: .4em 2em;
  background-color: black;
  color: white;
  border: none;
}
#index-body .init-7 form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .footer-top .info {
  max-width: 420px;
  line-height: 1.8;
}
#footer .footer-top .info i {
  width: 27px;
  text-align: center;
}
#footer .footer-top .nav ul li {
  margin-top: 1em;
}
#footer .footer-top .nav ul li:first-child {
  margin-top: 0;
}
#footer .footer-top .nav ul li a {
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer .footer-top .nav ul li a:hover {
  border-color: var(--color);
  color: var(--color);
}
#footer .footer-top .nav ul li ul {
  display: none;
}
#footer .footer-top #ewm {
  width: 160px;
  border: 5px solid white;
}
#footer .footer-top span.h6 {
  line-height: 1;
}
#footer .footer-bottom .coy {
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-bottom .coy svg {
  max-height: 1.55555556em;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: white;
}
@media screen and (max-width: 1700px) {
  #banner li i.mask {
    zoom: .7;
  }
  #index-body .init-3 .box .flex .right img {
    max-width: 60px;
  }
  #index-body .init-2 .list ul li:nth-child(even) {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  #index-body .init-2 .list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1450px) {
  #banner li i.mask {
    zoom: .5;
  }
  #banner li .content .left .share {
    margin-top: 30px;
  }
  #banner li .content .left .text {
    margin-bottom: 20px;
  }
  #banner li .content .left {
    width: 60%;
  }
  #footer .footer-top .info i {
    width: 20px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .list li .content i img {
    max-height: 40px;
  }
  #banner li i.mask {
    zoom: .4;
  }
  #index-body .init-5 .list {
    max-width: 600px;
  }
  #footer .footer-top .box .slide:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left .share {
    display: none;
  }
  #index-body .init-1 .list li {
    margin-top: 0 !important;
    width: 180px;
  }
  #index-body .init-1 .list {
    background-image: none !important;
    overflow: auto;
    padding: 20px 0;
  }
  #index-body .init-1 .list canvas {
      display: none !important;
  }
  #index-body .init-1 .list .ui.container {
    width: 1000px;
    max-width: none;
  }
  #index-body .init-1 .list li:nth-child(even) .dots {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .init-2 .list ul li:nth-child(even) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-2 .list {
    margin-bottom: 0;
  }
  #index-body .init-3 i.mask {
    display: none;
  }
  #index-body .init-3 .box {
    width: 100%;
  }
  #index-body .init-7 form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-top .box .slide .logo img {
    max-height: 60px;
  }
  #footer .footer-top .box .slide:nth-child(2),
  #footer .footer-top .box .slide:nth-child(3) {
    display: none;
  }
  #banner li i.mask {
    zoom: .3;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content .left .text,
  #banner li .content .left .more {
    display: none;
  }
  #index-body .init-3 .box .flex .right img {
    max-width: 40px;
  }
}
.layui-layer-content {
    color: black
}
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.55%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
    span.font-24,
    span a.font-18,
    .font-18.text,
    span tag.font-18,
    #footer .footer-top .info{
        line-height: 2;
    }
    #index-body .init-3 .box .list span.h6,
    #index-body .init-5 .list .box .content .text,
    #index-body .init-7 form input{
        line-height: 2;
    }
    .knowledge{
        display: none!important;
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
.t_1 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span {
    background: var(--color) none repeat scroll 0 0;
    color: #fff;
}
.inner-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.inner-banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-banner .content {
    width: 100%;
    padding: 240px 0 60px 0;
}
.inner-banner h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.inner-banner .mbx {
    position: relative;
    color: white;
    font-size: 18px;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: .5em;
}
.inner-banner .mbx a,
.inner-banner .mbx span {

    margin: 0 10px;
}
.inner-banner .mbx a:first-child {
    margin-left: 0;
}
.inner-banner .mbx span {
    color: var(--color);
}
/*.inner-banner:after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}*/
.inner-page span.tag {
    position: relative;
    width: 14px;
    height: 20px;
    margin-bottom: 24px !important;
    border-left: 2px solid black;
    border-right: 2px solid black;
    display: inline-block;
}
.inner-page span.tag:after {
    position: absolute;
    content: '';
    left: 4px;
    top: -5px;
    width: 2px;
    height: 20px;
    background-color: var(--color);
}
.inner-page h6.smallTitle {
    position: relative;
    color: var(--color);
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.inner-page h2.title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
}
.inner-page .text {
    font-size: 18px;
    line-height: 35px;
}
.inner-page a.more {
    position: relative;
    font-size: 18px;
}
.inner-page a.more i.plus {
    display: none;
}
.inner-page .img {
    background-size: cover;
    background-position: center center;
    display: block;
}
.inner-page .form ul {
    margin: -15px;
}
.inner-page .form ul li {
    padding: 15px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    border: 1px solid #eee;
    line-height: 2;
    padding: 10px 20px;
    height: 54px;
    font-size: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: white;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
    border-color: var(--color);
}
.inner-page .form ul li textarea {
    height: 60px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.about-page .about-1 {
    padding-top: 180px;
    /*background: url("../images/about-1-bg.png") right bottom no-repeat;*/
}
.about-page .about-1 .left {
    padding-right: 7%;
    position: relative;
}
.about-page .about-1 .left > h6 {
    position: absolute;
    right: 0;
    top: 20%;
    color: #e5e5e5;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -moz-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    line-height: 1;
}
.about-page .about-1 .left .bg {
    position: absolute;
    left: -55px;
    top: -55px;
    width: 70%;
    height: 95%;
    z-index: -1;
    background-color: #ebebeb;
}
.about-page .about-1 .left .imgBox {
    height: 600px;
    position: relative;
}
.about-page .about-1 .left .imgBox h6 {
    position: absolute;
    right: -48px;
    top: 52%;
    z-index: 11;
    padding: 16px 22px 16px;
    border-radius: 50px 0px 0px 50px;
    background-color: #222222;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}
.about-page .about-1 .left .imgBox h6 small {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    margin-left: .5em;
}
.about-page .about-1 .left .imgBox span.img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.about-page .about-1 .left .imgBox:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 100%;
    background-color: var(--color);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}
.about-page .about-1 .left .imgBox:hover h6 {
    border-radius: 0px 50px 50px 0px;
}
.about-page .about-1 .right {
    vertical-align: middle;
}
.about-page .about-1 .right .text {
    margin: 2em 0;
    max-height: 320px;
    overflow: auto;
    padding-right: 1em;
}
.about-page .about-1 .right .text p {
    margin-top: 1em;
}
.about-page .about-1 .right .text p:first-child {
    margin-top: 0;
}
.about-page .about-1 .right .phone {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 700;
    margin-left: 80px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-1 .right .phone span {
    position: relative;
    display: block;
    color: #222222;
    font-weight: 800;
    font-size: 30px;
    margin-top: 8px;
    line-height: 1;
}
.about-page .about-1 .right img {
    display: block;
    margin-top: 40px;
}
.about-page .about-2 .list {
    position: relative;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.about-page .about-2 .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-2 .list ul li .box {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background: #f8f8f8;
    padding: 35px 35px;
    height: 100%;
}
.about-page .about-2 .list ul li .box i.fa {
    float: right;
    text-align: right;
    font-size: 64px;
    line-height: 1em;
    color: var(--color);
    font-weight: 400;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.about-page .about-2 .list ul li .box span.line {
    position: relative;
    width: 32px;
    height: 16px;
    border-top: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
    display: block;
}
.about-page .about-2 .list ul li .box span.line:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    height: 2px;
    width: 32px;
    background-color: var(--color);
}
.about-page .about-2 .list ul li:nth-child(2) .box span.line{
    border-color: #fff;
}
.about-page .about-2 .list ul li:nth-child(2) .box span.line:after{
    background: #fff;
}
.about-page .about-2 .list ul li .box h6 {
    position: relative;
    font-size: 54px;
    font-weight: 700;
    line-height: 1em;
    margin-top: .5em;
}
.about-page .about-2 .list ul li .box p {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 1em;
}
.about-page .about-2 .list ul li .box:hover i.fa {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.about-page .about-2 .list ul li:nth-child(2) .box {
    background: var(--color);
}
.about-page .about-2 .list ul li:nth-child(4) .box {
    background: black;
    color: white;
    color: white;
}
.about-page .about-2 .list ul li:nth-child(2) .box i.fa {
    color: black;
}
.about-page .about-3 {
    padding: 260px 0 90px;
    position: relative;
    color: white;
}
.about-page .about-3 i.mask {
    content: '';
    width: 70%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("/jingliangcopper/2025/05/28/about-3-1.jpg");
}
.about-page .about-3 i.mask:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color);
    opacity: .8;
}
.about-page .about-3:after {
    content: '';
    width: 30%;
    height: 60%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/about-3-bg2.png");
    z-index: -1;
}
.about-page .about-3 .box span.tag {
    border-color: white;
}
.about-page .about-3 .box span.tag::after{
    background: #fff;
}
.about-page .about-3 .box .left {
    padding-right: 0%;
    color: white;
}
.about-page .about-3 .box .left .text {
    margin-top: 2.0em;
}
.about-page .about-3 .box .left h6.smallTitle{
    color: #fff;
}
.about-page .about-3 .box .right .img {
    height: 540px;
    width: 540px;
    border-radius: 100%;
    border-top-right-radius: 0;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}
.about-page .about-3 .box .right .img .play {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -40px;
    margin-left: -40px;
    line-height: 80px;
    border-radius: 50% 0% 50% 50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--color);
    cursor: pointer;
    cursor: hand;
    display: none;
}
.about-page .about-3 .box .right .img .play i {
    border-left: 18px solid white;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-page .about-3 .box .right .img .play:after,
.about-page .about-3 .box .right .img .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ks 2s infinite;
    -moz-animation: ks 2s infinite;
    animation: ks 2s infinite;
    z-index: -1;
}
.about-page .about-3 .box .right .img .play:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
.about-page .about-4 {
    padding-bottom: 120px;
}
.about-page .about-4 .left {
    padding-right: 3%;
}
.about-page .about-4 .left .text {
    margin: 2em 0;
}
.about-page .about-4 .left .list {
    margin-bottom: 60px;
}
.about-page .about-4 .left .list ul li {
    margin-bottom: 15px;
}
.about-page .about-4 .left .list ul li h6 {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-bottom: .4em;
}
.about-page .about-4 .left .list ul li h6 small {
    float: right;
}
.about-page .about-4 .left .list ul li .line {
    position: relative;
    width: 100%;
    height: 5px;
    background: var(--color);
}
.about-page .about-4 .left .list ul li .line i {
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    height: 100%;
    width: 0;
    -webkit-transition: 3s .5s;
    -moz-transition: 3s .5s;
    transition: 3s .5s;
}
.about-page .about-4 .left .list ul li .line i:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: inherit;
}
.about-page .about-4 .left .list ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-4 .left .list.active ul li:nth-child(1) .line i {
    width: 65%;
}
.about-page .about-4 .left .list.active ul li:nth-child(2) .line i {
    width: 85%;
}
.about-page .about-4 .left .list.active ul li:nth-child(3) .line i {
    width: 75%;
}
.about-page .about-4 .right {
    padding-left: 3%;
}
.about-page .about-4 .right .list ul {
    margin: -15px;
}
.about-page .about-4 .right .list ul li {
    padding: 15px;
}
.about-page .about-4 .right .list ul li .img {
    height: 270px;
    position: relative;
}
.about-page .about-4 .right .list ul li .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-4 .right .list ul li .img h6 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    z-index: 1;
    color: white;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .right .list ul li .img h6 small {
    display: block;
    font-size: 70%;
    font-weight: normal;
    margin-top: .5em;
}
.about-page .about-4 .right .list ul li .img:hover:after,
.about-page .about-4 .right .list ul li .img:hover h6 {
    opacity: 1;
}
.about-page .about-5 {
    padding: 100px 0 120px;
    background: #f1f1f1;
}
.about-page .about-5 .left {
    padding-right: 5%;
    position: relative;
    z-index: 1;
}
.about-page .about-5 .left .img {
    height: 470px;
    border-bottom-left-radius: 10px;
}
.about-page .about-5 .left .img.ie2 {
    margin-left: 30%;
    height: 290px;
    border-left: 15px solid white;
    border-top: 15px solid white;
    border-bottom-left-radius: 0;
    margin-top: -20%;
    position: relative;
}
.about-page .about-5 .left .img.ie2 span {
    position: absolute;
    left: -3%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-page .about-5 .left .img.ie2 span img {
    -webkit-animation: rotate360 10s linear infinite;
    -moz-animation: rotate360 10s linear infinite;
    animation: rotate360 10s linear infinite;
}
.about-page .about-5 .left .bg {
    width: 70%;
    position: absolute;
    left: -20%;
    top: 0;
    z-index: -1;
}
.about-page .about-5 .left .bg img {
    -webkit-animation: tb 2s linear infinite alternate;
    -moz-animation: tb 2s linear infinite alternate;
    animation: tb 2s linear infinite alternate;
}
.about-page .about-5 .right .text {
    margin: 2em 0;
}
.about-page .about-5 .right .text p {
    margin-top: 1em;
}
.about-page .about-5 .right .text p:first-child {
    margin-top: 0;
}
.about-page .about-5 .right .list {
    margin-bottom: 60px;
}
.about-page .about-5 .right .list ul {
    margin: -5px;
}
.about-page .about-5 .right .list ul li {
    padding: 5px;
    font-size: 18px;
}
.about-page .about-5 .right .list ul li i.fa {
    margin-right: .5em;
    color: var(--color);
}
.about-page .about-6 {
    padding: 100px 0;
    background: url("../images/about-6-bg.jpg");
}
.about-page .about-6 .left {
    width: 40%;
    padding-right: 7%;
    vertical-align: middle;
}
.about-page .about-6 .left span.tag {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-6 .left h6.smallTitle {
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}
.about-page .about-6 .left .text {
    margin: 2em 0;
}
.about-page .about-6 .left a.more {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}
.about-page .about-6 .right {
    width: 60%;
    vertical-align: middle;
}
.about-page .about-6 .right .list ul {
    margin: -15px;
}
.about-page .about-6 .right .list ul li {
    padding: 15px;
}
.about-page .about-6 .right .list ul li .img {
    height: 130px;
    background-color: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-6 .right .list ul li .img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
@-webkit-keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@-moz-keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@keyframes tb {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate360 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.about-page .about-60 .box {
    padding: 40px;
    background: var(--color);
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-top: -7%;
}
.about-page .about-60 .box ul {
    margin: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-60 .box li {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.about-page .about-60 .box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.about-page .about-60 .box li span {
    margin-right: 15px;
    max-width: 30%;
    flex-shrink: 0;
}
.about-page .about-60 .box li .content {
    font-size: 16px;
    line-height: 1.8;
}
.service-page {
    padding: 100px 0;
}
.service-page .list ul {
    margin: -30px -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-page .list ul li {
    padding: 30px 25px;
}
.service-page .list ul li .box {
    position: relative;
    padding: 40px 30px 45px;
    background-color: #ffffff;
    border-radius: 30px 0px 0px 0px;
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 100%;
}
.service-page .list ul li .box i.fa {
    font-size: 50px;
    position: relative;
    left: 20px;
    margin: 20px 0;
}
.service-page .list ul li .box i.fa:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 105px;
    height: 90px;
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.service-page .list ul li .box span.line2:after {
    content: '';
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 70px;
    background-color: var(--color);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-page .list ul li .box span.line2:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 100px;
    background-color: #111111;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.service-page .list ul li .box h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 .6em;
}
.service-page .list ul li .box:hover i.fa:after {
    background-color: var(--color);
}
.service-page .list ul li .box:hover span.line2:after {
    height: 90px;
}
.service-page .list ul li .box:hover span.line2:before {
    height: 70px;
}
.contact-page .contact-1 {
    padding: 100px 0;
}
.contact-page .contact-1 .left {
    width: 100%!important;
    padding-right: 0%!important;
    vertical-align: middle;
    text-align: center;
}
.contact-page .contact-1 .left .text {
    margin-top: 1.5em;
}
.contact-page .contact-1 .right {
    width: 100%;
    vertical-align: middle;
    padding:0 20px;
}
.contact-page .contact-1 .right:first-child .list {
    /*border-right:1px solid #999;*/
}
.contact-page .contact-1 .right .list ul {
    margin: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-1 .right .list ul li {
    padding: 20px 10px;

}
/*.contact-page .contact-1 .right .list ul .li1{
    width: 320px;
}
.contact-page .contact-1 .right .list ul .li2{
    width: 380px;
}
.contact-page .contact-1 .right .list ul .li3{
    width: 356px;
}
.contact-page .contact-1 .right .list ul .li4{
    width: 460px;
}*/
.contact-page .contact-1 .right .list ul li .box2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
}
.contact-page .contact-1 .right .list ul li .box2 i.fa {
    font-size: 60px;
    margin-right: .3em;
    width: 70px;
    text-align: center;
}
.contact-page .contact-1 .right .list ul li .box2 .content{
    width: calc(100% - 100px);
    word-break: break-word;
}
.contact-page .contact-1 .right .list ul li .box2 .content h6 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color);
    margin-bottom: .3em;
}
.contact-page .contact-2 {
    position: relative;
    z-index: 1;
}
.contact-page .contact-2 .button-group .button {
    background-color: var(--color);
}
.contact-page .contact-3 {
    padding: 100px 0;
}
.contact-page .contact-3 .left {
    width: 35%;
    padding-right: 3%;
    vertical-align: middle;
    padding-top: 1%;
}
.contact-page .contact-3 .left .text {
    margin-top: 1.5em;
}
.contact-page .contact-3 .right {
    width: 65%;
    vertical-align: top;
}
.faq-page .ui.container {
    max-width: 970px;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}
.faq-page .faq-1 span.tag {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.faq-page .faq-1 .list {
    margin-top: 50px;
    text-align: left;
}
.faq-page .faq-1 .list ul li .box {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
    position: relative;
    font-size: 18px;    
    line-height: 1.8;
    font-weight: 700;
    cursor: pointer;
    padding: 16px 30px;
    padding-right: 45px;
    margin-bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    top: 22px;
    right: 16px;
}
.faq-page .faq-1 .list ul li .box .text {
    position: relative;
    padding: 0px 30px 25px;
    font-size: 14px;
    line-height: 2;
    display: none;
}
.faq-page .faq-1 .list ul li .box.active {
    border-color: var(--color);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-page .faq-2 {
    padding: 50px 0 90px;
    background: url("../images/about-1-bg.png") top left -25% no-repeat;
    position: relative;
}
.faq-page .faq-2 .form {
    margin-top: 50px;
    max-width: 80%;
}
.faq-page .faq-2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/faq-1.png") right top 20% no-repeat;
    z-index: -1;
}
.news-page {
    padding: 80px 0;
}
.news-page .list ul {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 2px;
}
.news-page .list ul li {
    padding: 15px;
}
.news-page .list ul li .box {
    height: 100%;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: block;
}
.news-page .list ul li .box a.img {
    height: 290px;
    position: relative;
    background-position: center top;
}
.news-page .list ul li .box a.img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .list ul li .box .content {
    padding: 25px;
}
.news-page .list ul li .box .content span {
    position: relative;
    color: #999;
    font-size: 14px;
    line-height: 2;
    display: block;
}
.news-page .list ul li .box .content span i.fa {
    color: var(--color);
}
.news-page .list ul li .box .content h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .list ul li .box .content h6:hover {
    color: var(--color);
}
.news-page .list ul li .box .content .text {
    margin-bottom: 1.5em;
}
.news-page .list ul li .box .content a.more {
    display: block;
    /*max-width: 95%;*/
    margin-left: 0;
    margin-right: 0;
}
.news-page .list ul li .box .content a.more i.plus {
    float: right;
}
.news-page .list ul li .box:hover a.img:after {
    opacity: .5;
}
.inner-page {
    background-color: white;
    color: black;
    position: relative;
    z-index: 1;
}
.inner-page .sidebar-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-page .sidebar-content .sidebar-nav {
    width: 23%;
}
.inner-page .sidebar-content .sidebar-nav form {
    position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
    width: 100%;
    height: 70px;
    border-radius: 18px;
    background: transparent;
    padding: 0 25px;
    font-size: 18px;
    border: 1px solid var(--color);
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
    width: 30px;
    height: 30px;
    background: url(../images/pro-search.png) no-repeat center center;
    right: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    /*filter: brightness(0) invert(1);*/
}
.inner-page .sidebar-content .sidebar-nav h2 {
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0 25px;
    font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li {
    position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity {
    margin-bottom: 40px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity>li .nav-box a {
    background: #eee;
    margin-bottom: 3px;
    border-top-right-radius: 25px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a {
    text-transform: capitalize;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 0 18px 25px;
    font-size: 18px;
    border-bottom: 2px solid #eeede7;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.8;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a:hover span {
    background: var(--color);
    color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list.capacity > li .nav-box a:hover {
    background: var(--color);
    color: white;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    background: #eeede7;
    font-size: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 50px;
    text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box a span {
    background: var(--color);
    color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box {
    position: relative;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i {
    font-size: 20px;
    color: #000;
    height: 75px;
    line-height: 75px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px 0 0;
    position: absolute;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 3;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box i:after {
    content: "\f0da";
    font-family: "FontAwesome";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .nav-box i:after {
    content: "\f0d7";
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box:hover i {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children {
    display: none;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children {
    display: block;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a {
    display: block;
    padding: 12px 0 12px 25px;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .children li a:hover {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li.active .children li.active a {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related {
    margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
    margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
    margin-bottom: 16px;
    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 .sidebar-content .sidebar-nav .related-list li .related-img {
    display: block;
    max-width: 102px;
    border-radius: 5px;
    overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
    width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
    padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
    max-width: 230px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: -webkit-box;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
    color: var(--color);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
    font-size: 14px;
    line-height: 1;
    color: #9a9a9a;
    margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
    margin-bottom: 47px;
    padding: 80px 30px 85px;
    border-radius: 5px;
    background: url(/jingliangcopper/2025/05/29/new1.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 28px;
    line-height: 1;
    color: #ffffff;
    margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
    margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
    margin: 0 14px;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
    width: 77%;
    padding-left: 60px;
}
.inner-page .sidebar-content .sidebar-box .cat_des{
    font-size: 16px;
    margin: 10px 0 20px 0;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    line-height: 30px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll .slick-track {
    margin-left: 0;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul {
    margin: -5px;
}
.inner-page .sidebar-content .sidebar-box .img-scroll ul li {
    padding: 5px;
}
.product-page .content:after {
    content: '';
    display: block;
    clear: both;
}
.product-page .content .slick.fr {
    padding-left: 5%;
    padding-bottom: 5%;
}
.product-page .product-list {
    margin-top: 70px;
}
.product-page .product-list .slide {
    margin-bottom: 70px;
}
.product-page .product-list .slide:last-child {
    margin-bottom: 0;
}
.product-page .product-list .slide .left {
    padding-right: 30px;
}
.product-page .product-list .slide .left .slick {
    display: block;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}
.product-page .product-list .slide .left .slick a {
    display: block !important;
}
.product-page .product-list .slide .right h3 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: .5em;
    border-bottom: 1px solid var(--color);
}
.product-page .product-list .slide .right h3.title {
    text-transform: uppercase;
    padding-right: 80px;
}
.product-page .product-list .slide .right h3.title i {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background: var(--color);
    position: absolute;
    right: 0;
    bottom: -35px;
}
.product-page .product-list .slide .right h4 {
    font-size: 18px;
    color: var(--color);
    font-weight: bold;
}
.product-page .product-list .slide .right .box2 {
    margin-top: 20px;
}
.product-page .product-list .slide .right .text {
    margin-top: 10px;
    font-size: 16px;
    color: #3e3c3c;
    opacity: .73;
    font-weight: 300;
    word-break: break-word;
    max-height: 5.4em;
    overflow: auto;
}
.product-page .product-list .slide .right .slick2 {
    margin: -10px;
    padding-top: 20px;
}
.product-page .product-list .slide .right .slick2 .slick-slide>div {
    padding: 10px;
}
.product-page .product-list .slide .right .slick2 a {
    display: block;
    border: 10px solid var(--color);
    border-radius: 100%;
}
.product-page .product-list .slide .right .slick2 a img {
    padding: 10%;
}
.product-page .product-list .slide .right .faqList h5 i.fa {
    float: right;
    margin-left: .5em;
}
.product-page .product-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17.5px;
}
.product-page .product-list ul li {
    padding: 0 17.5px;
    width: 33.333%;
    margin-bottom: 37px;
}
.product-page .product-list ul li > a {
    display: block;
    border: 10px solid var(--color);
    border-radius: 100%;
    overflow: hidden;
}
.product-page .product-list ul li h6 {
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 16px;
}
.product-page .product-list ul li .pro-box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.product-page .product-list ul li .pro-box:hover::after {
    bottom: 0;
    background: var(--color);
}
.product-page .product-list ul li .pro-box::after {
    content: '';
    width: 100%;
    bottom: -5px;
    right: -20px;
    height: 8px;
    display: block;
    position: absolute;
    border-top-left-radius: 4px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    padding: 10px 10px 20px;
    border-bottom: 2px solid #eee;
}
.product-page .product-list ul li .pro-box h5:hover {
    color: var(--color);
}
.product-page .product-list ul li .pro-box h5 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-page .product-list ul li .pro-box .pro-img {
    display: block;
    margin-bottom: 25px;
}
.product-page .product-list ul li .pro-box .text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #757575;
    overflow-y: auto;
    max-height: 110px;
}
.product-page .product-list ul li .pro-box .text p {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.product-page .product-list ul li .pro-box .text p::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-2-1.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 4px;
}
.product-page .product-list ul li .pro-box .more {
    display: inline-block;
    padding: 12px 22px 12px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    margin-bottom: 25px;
    background: #000000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .pro-box .more:hover {
    background: var(--color);
}
.product-page .product-list ul li .pro-box .more i {
    margin-left: 12px;
    font-size: 12px;
}
.product-page .product-list2 {
    margin-top: 30px;
}
.product-page .product-list2 ul {
    margin: -10px;
}
.product-page .product-list2 ul > p{
    font-size: 16px;
    letter-spacing: 0;
}
.product-page .product-list2 ul li {
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.product-page .product-list2 ul li .box {
    position: relative;
}
.product-page .product-list2 ul li .box .mask {
    display: block;
    width: 90%;
    height: 90%;
    background-size: cover;
    background-position: center center;
    -webkit-mask-image: url('../images/init-2-mask.png');
    mask-image: url('../images/init-2-mask.png');
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1s 1.5s;
    -moz-transition: 1s 1.5s;
    transition: 1s 1.5s;
}
.product-page .product-list2 ul li .box .content2 {
    vertical-align: middle;
    width: 100%;
    color: black;
    position: relative;
    z-index: 1;
    -webkit-transition: .8s 2s;
    -moz-transition: .8s 2s;
    transition: .8s 2s;
    text-align: left;
    padding: 15px 0;
}
.product-page .product-list2 ul li .box .content2 h3 {
    font-weight: bold;
    font-size: 16px;
    color: var(--color);
    text-transform: uppercase;
    text-align: left;
    line-height: 30px;
}
.product-page .product-list2 ul li .box .content2 .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    margin: 1em 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 3.6em;
}
.product-page .product-list2 ul li .box .content2 a.link {
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    margin-top: 10px;
}
.product-page .product-list2 ul li .box .content2 a.link img {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3em;
    max-width: 35px;
}
.product-page .product-list2 ul li .box .img2 {
    /*vertical-align: middle;*/
    width: 100%;
    margin-left: 0;
    text-align: right;
    position: relative;
    /*border: 2px solid #eee;*/
    background: url('../images/byc.jpg') center center no-repeat;
    background-size: cover;
    padding: 1%;
    border-radius: 0px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div {
    width: 50%;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img {
    background: url('../images/byc.jpg') center center no-repeat;
    background-size: cover;
    padding: 1%;
    border-radius: 0px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two>div.img2 a.img img{
    width: 100%;
}
.product-page .product-list2 ul li .box .img2 img {
    position: relative;
    left: 0;
}
.product-page .content {
    margin-top: 35px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #3e3c3c;
    opacity: .73;
    word-break: break-word;
}
.product-page h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.product-page h1 {
    font-size: 30px;
    /*font-weight: bold;*/
    line-height: 1.4;
    margin-top: .5em;
}
.product-page .sidebar-box .column .text {
    overflow: auto;
    margin-top: 20px;
}
.newdet-page {
    padding: 100px 0;
}
.newdet-page .news-content {
    padding-right: 55px;
}
.newdet-page .news-content h3.title {
    font-size: 24px;
    line-height: 44px;
}
.newsbt{
    font-size: 24px;
    line-height: 44px;
}
.newdet-page .news-content .content {
    font-size: 16px;
    line-height: 2;
}
.newdet-page .news-content .content p a{
    color: var(--color);
}
.newdet-page .news-content .content h2{
    font-size: 30px;
    margin: 1em 0;
    font-weight: 900;
    color: var(--color);
    line-height: 1.8;
}
.newdet-page .news-content .content h3 {
    font-size: 24px;
    margin: 1em 0;
    font-weight: 800;
    color: var(--color);
    line-height: 1.8;
}
.newdet-page .news-content .content h4{
    font-size: 18px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 700;
}
.newdet-page .news-content .m-link {
    margin-top: 30px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}
.newdet-page .news-content .m-link a {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .news-content .m-link a:hover {
    color: var(--color);
}
.product-page {
    padding: 105px 0 70px;
}
@media screen and (max-width: 1230px) {
    .inner-page .sidebar-content .sidebar-nav {
        display: none;
    }
    .inner-page .sidebar-content .sidebar-box {
        width: 100%;
    }
    .product-page .product-list {
        padding-left: 0;
    }
    .news-page .news-list ul li {
        width: 50%;
    }
    .newdet-page .news-content {
        padding-right: 30px;
    }
    .newdet-page .news-content {
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .right .list ul .li1,
    .contact-page .contact-1 .right .list ul .li2,
    .contact-page .contact-1 .right .list ul .li3,
    .contact-page .contact-1 .right .list ul .li4{
        width: 50%;
    }
    .product-page .product-list ul li {
        width: 50%;
    }
    .product-page .product-list ul li .pro-box h5 {
        font-size: 16px;
    }
    .product-page .sidebar-content .sidebar-box > .grid-box{
        display: flex;
        flex-wrap: wrap;
    }
    .product-page .sidebar-content .sidebar-box > .grid-box > .img2{
        order: -1;
        margin: 40px 0 20px 0;
    }
    .newdet-page .news-content .content h3 {
        font-size: 18px;
    }
    .newdet-page .news-content h3.title {
        font-size: 18px;
    }
    .contact-page .contact-1 .right:first-child .list {
        border-right: none;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .right .list ul .li1,
    .contact-page .contact-1 .right .list ul .li2,
    .contact-page .contact-1 .right .list ul .li3,
    .contact-page .contact-1 .right .list ul .li4{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .product-list ul li {
        width: 100%;
    }
}

.prodet-page .prodet-1 {
    padding: 110px 0 90px;
}
.prodet-page .prodet-1 .prodet-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-1 .prodet-box .left {
    width: 50%;
    padding-left: 12%;
    position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big {
    position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .big .big-img {
    display: block;
    border-bottom: 2px solid #ebebeb;
}
.prodet-page .prodet-1 .prodet-box .left .big h4 {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    color: var(--color);
    padding: 30px 0 12px;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
    width: 53px;
    height: 53px;
    border: none;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
    background: url(/yztransformer/2022/03/24/left.png) no-repeat center center;
    background-size: 100% 100%;
}
.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
    background: url(/yztransformer/2022/03/24/right.png) no-repeat center center;
    background-size: 100% 100%;
    margin-left: 10px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll {
    position: absolute;
    width: 17%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
    margin-bottom: 40px;
}
.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ececec;
}
.prodet-page .prodet-1 .prodet-box .right {
    width: 50%;
    padding-left: 5%;
}
.prodet-page .prodet-1 .prodet-box .right h3.tit {
    font-size: 24px;
    color: var(--color);
    text-transform: uppercase;
}
.prodet-page .prodet-1 .prodet-box .right .content {
    padding: 15px 0 30px;
    border-bottom: 2px solid #ebebeb;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    font-weight: 300;
}
.prodet-page .prodet-1 .prodet-box .right .sgs {
    margin: 30px 0 45px;
}
.prodet-page .prodet-1 .prodet-box .right .link a {
    display: inline-block;
    padding: 12px 0px;
    border: 2px solid var(--color);
    background: var(--color);
    font-size: 18px;
    line-height: 1;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 160px;
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .link a:hover {
    background: #000;
    border: 2px solid #000;
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
    margin-left: 20px;
    background: none;
    color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
    background: var(--color);
    color: #fff;
    border: 2px solid var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf {
    margin-left: 20px;
    background: none;
    color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
    background: var(--color);
    color: #fff;
    border: 2px solid var(--color);
}
.prodet-page .prodet-2 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.prodet-page .prodet-2 .box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #d9d9d9;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.prodet-page .prodet-2 .box .left {
    background: #fff;
}
.prodet-page .prodet-2 .box .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-2 .box .left ul li {
    font-size: 16px;
    line-height: 1;
    color: #616161;
    padding: 0 30px;
    border-right: 1px solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:last-child {
    border-right: 0 solid #616161;
}
.prodet-page .prodet-2 .box .left ul li:first-child {
    padding: 0 30px 0 0;
}
.prodet-page .prodet-2 .box .right {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
}
.prodet-page .prodet-2 .box .right p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    font-weight: 300;
    margin-left: 65px;
}
.prodet-page .prodet-2 .box .right p:first-child {
    margin-left: 0;
}
.prodet-page .prodet-2 .box .right p img {
    margin-right: 15px;
}
.prodet-page .prodet-3 {
    padding: 30px 0;
}
.prodet-page .prodet-3 .chanshuBox {
    position: relative;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left {
    width: 50%;
    padding: 0 85px;
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h4 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    color: #2c2927;
    margin-bottom: 25px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box h5 {
    font-size: 24px;
    line-height: 1;
    color: #2c2927;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .right {
    width: 50%;
    text-align: right;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    width: 54px;
    height: 54px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-prev {
    background: url(/yztransformer/2022/03/24/l-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-3 .chanshuBox .swiper-button-next {
    background: url(/yztransformer/2022/03/24/r-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 90%;
}
.prodet-page .prodet-4 {
    padding: 70px 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f2f2f4), color-stop(60%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
    background: -moz-linear-gradient(top, #f2f2f4 60%, #f7f7f7 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f2f2f4), color-stop(50%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
    background: -moz-linear-gradient(top, #f2f2f4 70%, #f7f7f7 50%);
    background: linear-gradient(to bottom, #f2f2f4 70%, #f7f7f7 50%);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a:hover h4 {
    color: var(--color);
}
.prodet-page .prodet-4 .relatedBox .swiper-slide a h4 {
    font-size: 14px;
    color: #000000;
}
.prodet-page .prodet-5 {
    padding: 80px 0 50px;
}
.slick-arrow.slick-hidden {
    display: block;
}
/*详情*/
.display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.display .display-left {
    width: 40%;
}
.display-right {
    width: 60%;
}
.display .display-left p {
    line-height: 1.8;
    font-size: 18px;
    color: #6e6e6e;
}
.display-right h5 {
    font-size: 24px;
}
.display-right h5 {
    font-size: 24px;
    padding-bottom: 20px;
}
.display-right img {
    padding: 20px 0;
}
.prodet-6 table {
    text-align: center;
    margin-bottom: 60px;
}
.prodet-6 table tr:nth-child(1) {
    background: #484443;
    color: #fff;
    font-size: 18px;
}
.prodet-6 table tr:nth-child(2) {
    background: #949494;
    color: #fff;
}
.prodet-6 table tr {
    font-size: 16px;
}
.prodet-6 table td,
.prodet-6 table th {
    border: 0;
}
.prodet-6 table tr:nth-child(1) td {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.prodet-6 table tr td {
    padding: 15px 0;
}
/*详情-end*/
.prodet-page .prodet-7 .left {
    font-size: 18px;
    padding-right: 20px;
}
.prodet-page .prodet-7 .left img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
.prodet-page .prodet-7 .left table {
    font-size: 14px;
}
.prodet-page .prodet-7 .right {
    font-size: 18px;
    padding-left: 20px;
}
.prodet-page .prodet-7 .right table {
    font-size: 14px;
    margin-bottom: 15px;
}
.prodet-page .prodet-7 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-7 .left table tr:nth-child(even) {
    background: #fff;
}
.prodet-page .prodet-7 .right table tr:nth-child(even) {
    background: #fff;
}
.prodet-page .prodet-7 {
    padding-bottom: 60px;
}
.prodet-page .prodet-3 .chanshuBox .swiper-slide .left .box {
    background: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
    font-size: 16px;
}
@media screen and (max-width: 1230px) {
    .prodet-page .prodet-1 .prodet-box .right .link a:nth-child(1) {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
        padding-left: 17%;
        position: relative;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        padding-left: 0%;
        margin-top: 35px;
    }
    .prodet-page .prodet-1 .prodet-box .right .link a {
        font-size: 16px;
    }
    .display .display-left {
        width: 100%;
    }
    .display-right {
        width: 100%;
        margin-top: 30px;
    }
    .display {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .display .display-left p {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .box {
        display: none;
    }
    .prodet-page .prodet-3 .chanshuBox .swiper-button-prev,
    .prodet-page .prodet-3 .chanshuBox .swiper-button-next {
        display: none;
    }
    .product-page .content table {
        white-space: nowrap;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-3 {
        display: none;
    }
    .prodet-page .prodet-1 .prodet-box .right .link a {
        width: 135px;
    }
    .prodet-page .prodet-1 .prodet-box .left .img-scroll {
        display: none;
    }
    .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
        padding-left: 0%;
        position: relative;
    }
    .prodet-page .prodet-1 .prodet-box .right h3.tit {
        font-size: 20px;
    }
}
.inner-page .sidebar-content .sidebar-box .slick .slick-track {
    margin-left: 0;
}
.inner-page.product-page .sidebar-content .sidebar-box .img.column {
    padding-left: 15px;
}
.inner-page.product-page .sidebar-content .sidebar-box .two > div {
    vertical-align: middle;
}
.gallery-page {
    padding: 90px 0 110px;
}
.gallery-page .oprions {
    margin-bottom: 40px;
}
.gallery-page .oprions a {
    display: inline-block;
    padding: .5em 1em;
    border-radius: 5px;
    background: #eee;
    font-size: 14px;
    transition: .5s;
    margin: 2px;
}
.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
    color: white;
    background: var(--color);
}
.gallery-page .list ul {
    margin: -15px;
}
.gallery-page .list ul li {
    padding: 15px;
}
.gallery-page .list ul li a {
    display: block;
    overflow: hidden;
}
.gallery-page .list ul li a img {
    width: 100%;
}
.gallery-page .list ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1700px) {
    .cpybanner{
        font-size: 18px;
        line-height: 32px;
        display: none!important;
    }
    .inner-banner .mbx {
        position: relative;
        color: #fff;
        font-size: 18px;
        line-height: 32px;
        text-transform: capitalize;
        margin-top: 0.5em;
    }
    .inner-banner .mbx {
        font-size: 15px;
        line-height: 30px;
    }
    .about-page .about-1 {
        padding-top: 100px;
    }
    .inner-page h2.title {
        font-size: 32px;
    }
    .about-page .about-2 .list ul li .box h6 {
        font-size: 48px;
    }
    .about-page .about-2 .list ul li .box p {
        font-size: 18px;
    }
    .about-page .about-2 .list {
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
    .about-page .about-3 {
        padding: 180px 0 60px;
    }
    .about-page .about-4 {
        padding-bottom: 80px;
    }
    .contact-page .contact-1 .right .list ul li .box2 .content h6 {
        font-size: 18px;
    }
    .inner-page .text {
        font-size: 18px;
        line-height: 35px;
    }
    .inner-page h6.smallTitle {
        font-size: 14px;
        margin-bottom: .8em;
    }
    .inner-page span.tag {
        margin-bottom: 15px !important;
    }
    .contact-page .contact-1 .right .list ul li .box2 i.fa {
        font-size: 48px;
    }
    .faq-page .faq-1 .list ul li .box h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        line-height: 24px;
        height: 44px;
        font-size: 14px;
        padding: 10px;
    }
    .inner-page a.more {
        font-size: 16px;
        padding: 4px;
    }
    .service-page .list ul li .box i.fa {
        font-size: 40px;
    }
    .service-page .list ul li .box h6,
    .news-page .list ul li .box .content h6 {
        font-size: 20px;
    }
    .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
        font-size: 16px;
    }
    .inner-page .form ul li textarea {
        height: 120px;
    }
}
@media screen and (max-width: 1500px) {
    .product-page h1 {
        font-size: 28px;
        line-height: 1.6;
    }
    .inner-page .sidebar-content .sidebar-nav form input[type="text"] {
        height: 50px;
        padding: 0 10px;
        border-radius: 8px;
    }
    .inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
        right: 10px;
    }
    .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
    .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
        font-size: 16px;
    }
    .news-page .list ul li .box a.img {
        height: 220px;
    }
    .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
        font-size: 14px;
    }
    .contact-page .contact-1 .right .list ul li .box2 i.fa {
        font-size: 36px;
    }
    .about-page .about-1 .left .imgBox {
        height: 540px;
    }
    .about-page .about-1 .right .phone {
        font-size: 16px;
    }
    .about-page .about-1 .right .phone span {
        font-size: 24px;
    }
    .about-page .about-2 .list ul li .box h6 {
        font-size: 36px;
    }
    .about-page .about-2 .list ul li .box i.fa {
        font-size: 48px;
    }
}
@media screen and (max-width: 1400px) {
    .about-page .about-1 .left .imgBox h6 {
        font-size: 36px;
        padding: 10px 15px;
    }
    .about-page .about-1 .left .imgBox h6 small {
        font-size: 14px;
    }
    .about-page .about-1 .left > h6 {
        right: -20px;
    }
    .about-page .about-2 .list ul li .box p {
        font-size: 16px;
    }
    .about-page .about-3 {
        padding: 120px 0 60px;
    }
    .about-page .about-3 .box .right .img {
        width: 400px;
        height: 400px;
    }
    .about-page .about-3 .box .right .img .play {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    .about-page .about-5 .left .img {
        height: 400px;
    }
    .about-page .about-5 .left .img.ie2 {
        height: 260px;
    }
    .about-page .about-5 .left .img.ie2 span {
        max-width: 120px;
    }
    .contact-page .contact-1,
    .contact-page .contact-3,
    .gallery-page,
    .product-page {
        padding: 60px 0;
    }
    #mapContainer {
        height: 300px !important;
    }
    .inner-page .form ul li {
        padding: 8px;
    }
    .inner-page .form ul {
        margin: -8px;
    }
    .faq-page .faq-2,
    .faq-page .faq-2:after,
    .about-page .about-1,
    .about-page .about-5 {
        background-size: 40% auto;
    }
    .service-page .list ul li .box {
        zoom: .8;
    }
    .service-page .list ul li {
        padding: 15px;
    }
    .service-page .list ul {
        margin: -15px;
    }
    .inner-page .sidebar-content .sidebar-nav .sidebar-info {
        padding: 30px 15px;
    }
    .inner-page .sidebar-content .sidebar-nav .sidebar-info p {
        font-size: 12px;
    }
    .news-page .list ul li .box .content a.more {
        max-width: 90%;
    }
    .inner-page a.more i.plus {
        right: -30px;
    }
    .product-page h1 {
        font-size: 20px;
        line-height: 34px;
    }
    .product-page .product-list2 ul li .box .content2 h3 {
        font-size: 20px;
        padding-bottom: 12px;
        background-size: auto 10px;
    }
    .product-page .product-list2 ul li .box .content2 .text {
        margin: 1em 0;
    }
    .product-page .product-list2 ul li .box .content2 a.link {
        font-size: 14px;
    }
    .product-page .product-list2 ul li .box .content2 a.link img {
        max-width: 25px;
    }
    .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a,
    .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list > li .nav-box a span {
        font-size: 14px;
    }
}
@media screen and (max-width: 1250px) {
    .news-page .list ul li .box .content {
        padding: 15px;
    }
    .service-page .list ul li .box h6,
    .news-page .list ul li .box .content h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .list ul li .box .content span {
        font-size: 14px;
    }
    .inner-page a.more i.plus {
        width: 30px;
        height: 30px;
        bottom: -10px;
    }
    .news-page .list ul li .box a.img {
        height: 160px;
    }
    .inner-page .sidebar-content .sidebar-box {
        padding-left: 0;
    }
    .newdet-page .news-content .m-link {
        font-size: 14px;
    }
    .service-page .list ul li .box i.fa:after {
        width: 80px;
        height: 70px;
    }
    .about-page .about-1 .right img {
        margin-top: 10px;
    }
    .about-page .about-3 .box .right .img {
        height: 300px;
        width: 300px;
    }
    .about-page .about-3 {
        padding: 80px 0 50px;
    }
    .about-page .about-3 .box .left {
        padding-right: 5%;
    }
    .about-page .about-4 .right .list ul li .img {
        height: 230px;
    }
    .about-page .about-4 .left .list {
        margin-bottom: 30px;
    }
    .about-page .about-4 .left .text {
        margin: 1em 0;
    }
    .about-page .about-5 {
        padding: 70px 0;
    }
    .about-page .about-5 .right .list ul li {
        font-size: 15px;
    }
    .about-page .about-5 .right .list {
        margin-bottom: 30px;
    }
    .about-page .about-5 .left .img.ie2 {
        margin-top: -27%;
    }
    .about-page .about-6 {
        padding: 70px 0;
    }
    .about-page .about-6 .left .text {
        margin: 1em 0;
    }
    .about-page .about-4 .right .list ul li {
        padding: 5px;
    }
    .about-page .about-4 .right .list ul {
        margin: -5px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .left {
        display: none;
    }
    .seoPublic .Auxil-about .box .right{
        width: 100%;
    }
    .about-page .about-1 .right {
        width: 100%;
    }
    .about-page .about-1 {
        padding-top: 60px;
    }
    .inner-page h2.title {
        font-size: 22px;
        line-height: 40px!important;
    }
    .about-page .about-2 .list ul li {
        width: 50%;
    }
    .about-page .about-2 .list ul li .box {
        padding: 15px;
    }
    .about-page .about-2 .list {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .about-page .about-2 {
        padding: 50px 0;
    }
    .about-page .about-3 {
        padding: 60px 0;
        background-size: cover;
    }
    .about-page .about-3 i.mask {
        width: 100%;
        height: 100%;
    }
    .about-page .about-4 {
        padding: 60px 0;
    }
    .about-page .about-4 .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .about-page .about-5 .left {
        display: none;
    }
    .about-page .about-5 .right {
        width: 100%;
        padding-left: 0;
    }
    .about-page .about-6 .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-6 .right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .contact-page .contact-1 .left,
    .contact-page .contact-3 .left {
        padding-right: 0;
        width: 100%;
    }
    .contact-page .contact-1 .right,
    .contact-page .contact-3 .right {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        padding: 10px;
    }
    .contact-page .contact-1 .right .list ul {
        margin: -10px;
    }
    .contact-page .contact-1 .right .list ul li .box2 i.fa {
        width: 50px;
    }
    .contact-page .contact-1 .right .list ul li .box2 .content{
        width: calc(100% - 80px);
    }
    .service-page .list ul li,
    .news-page .list ul li {
        width: 50% !important;
    }
    .product-page .product-list2 ul li .box .mask {
        width: 99%;
        height: 99%;
    }
    .contact-page .contact-1 .right .list ul li .box2 {
        -webkit-box-align: self-start;
        -webkit-align-items: self-start;
        -moz-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
    .about-page .about-4 .right .list ul li .img h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .product-list2 ul li {
        width: 100% !important;
    }
    .service-page .list ul li .box {
        padding: 25px;
    }
    .contact-page .contact-1 .right .list ul li .box2 .content h6 {
        font-size: 16px;
    }
    .contact-page .contact-1 .right .list ul li {
        width: 100%;
    }
    .about-page .about-3 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-3 .box .right {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
    .about-page .about-3 .box .right .img {
        width: 100%;
        height: 200px;
        border-radius: 0;
    }
}
@media screen and (max-width: 500px) {
    .service-page .list ul li,
    .news-page .list ul li {
        width: 100% !important;
    }
    .about-page .about-4 .right .list ul li {
        width: 50%;
    }
    .faq-page .faq-1 {
        padding: 40px 0;
    }
    .faq-page .faq-1 .list ul li .box h6 {
        padding: 10px 30px 10px 15px;
    }
    .faq-page .faq-1 .list ul li .box .text {
        padding: 0 15px 15px;
    }
    .faq-page .faq-2:after {
        display: none;
    }
    .faq-page .faq-2,
    .faq-page .faq-2:after,
    .about-page .about-1,
    .about-page .about-5 {
        background-size: 60% auto;
    }
    .about-page .about-2 .list ul li{
        width: 100%;
    }
    .faq-page .faq-2 .form {
        max-width: none;
        margin-top: 20px;
    }
    .faq-page .faq-1 .list {
        margin-top: 20px;
    }
    .faq-page .faq-2 {
        padding: 50px 0;
    }
    .inner-banner h2 {
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .mbx {
        font-size: 14px;
        line-height: 28px;
    }
}
.seoPublic h3.title,
.seoPublic h1.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 45px;
}
.fenleimiaoshu{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2em;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    border: 1px solid #eee;
    background-color: white;
}
.seoPublic .Auxil-through a {
    background-color: var(--color);
    color: white;
    border: none;
}
.seoPublic .Auxil-through a.full {
    background-color: #f8f8f8;
    color: black;
    border: 1px solid #eee;
}
.seoPublic .Auxil-through a:hover {
    background-color: white;
    color: var(--color);
}
.seoPublic .Auxil-through a.full:hover {
    background-color: var(--color);
    color: white;
}
.services-page-section{
    position:relative;
    padding:100px 0px 70px;
}
.service-block-four .inner-box{
    position:relative;
    padding:0px 20px 0px;
}

.service-block-four .inner-box .image{
    position:relative;
    background-color:var(--color);
}

.service-block-four .inner-box .image img{
    position:relative;
    width:100%;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block-four .inner-box:hover .image img{
    opacity:0.80;
}

.service-block-four .inner-box .lower-content{
    position:relative;
    margin-top:-40px;
    text-align:center;
}

.service-block-four .inner-box .lower-content:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-60px;
    right:-20px;
    bottom:30px;
    z-index:-1;
    border-radius:8px;
    border:2px solid #cccccc;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content:before{
    border-color:var(--color);
    background-color:var(--color);
}
.service-block-four .inner-box a.more {
    transition: .5s;
}
.service-block-four .inner-box:hover a.more {
    background-color: #888;
}

.service-block-four .inner-box .lower-content .icon{
    position:relative;
    width:80px;
    height:80px;
    color:var(--color);
    font-size:44px;
    line-height:80px;
    margin:0 auto;
    text-align:center;
    border-radius:50px;
    background-color:#f6f6f6;
    box-shadow:0px 0px 15px rgba(0,0,0,0.20);
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block-four .inner-box:hover .lower-content .icon{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box .lower-content h4{
    position:relative;
    line-height:1.4em;
    font-weight:800;
    margin-top:22px;
    margin-bottom:14px;
    font-size: 24px;
}

.service-block-four .inner-box .lower-content h4 a{
    position:relative;
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.service-block-four .inner-box:hover .lower-content h4 a,
.service-block-four .inner-box:hover .lower-content .text{
    color:#ffffff;
}

.service-block-four .inner-box .lower-content .text{
    position:relative;
    color:#555555;
    line-height:1.8em;
    margin-bottom:22px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.f-18 {
    margin-top: 25px;
    margin-bottom: 65px;
    font-weight: bold;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
    line-height: 2;
}
.f-22 {
    font-size: 22px;
}
.f-33 {
    font-size: 33px;
}
.fb {
    font-weight: bold;
}
.blue {
    color: var(--color);
}
.f-24 {
    font-size: 24px;
}
.f-19 {
    font-size: 19px;
}
.f-21 {
    font-size: 21px;
}
.f-48 {
    font-size: 48px;
}
.f-30 {
    font-size: 30px;
}
.f-14 {
    font-size: 14px;
}
.f-40 {
    font-size: 40px;
}
.f-27 {
    font-size: 27px;
}
.about2-page .about-12 h3 {
    color: var(--color);
    font-weight: bold;
    margin-bottom: 10px;
}
.about2-page .about-12 .honorbox {
    margin-bottom: 50px;
    margin-top: 20px;
}
.about2-page .about-12 .honorbox ul.honorlist {
    margin: 0 -10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #ededed;
    padding: 0;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li button {
    display: none;
}
.about2-page .about-12 .honorbox ul.honorlist .slick-dots li.slick-active {
    background: var(--color);
}
.about2-page .about-12 .honorbox ul.honorlist li {
    padding: 10px;
}
@media screen and (max-width: 1400px) {
    .f-40 {
        font-size: 32px;
    }
    .f-24 {
        font-size: 20px;
    }
    .f-32 {
        font-size: 24px;
    }
    .f-16 {
        font-size: 14px;
        line-height: 2;
    }
    .f-27 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1200px) {
    .f-16 {
        font-size: 14px;
    }
    .f-27 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
    .f-24 {
        font-size: 16px;
    }
    p.fl {
        width: 100%!important;
        white-space: normal!important;
    }
    .jiayan {
        display: none !important;
    }
    .f-32 {
        font-size: 16px;
        line-height: 2;
    }
    h1.sidh1 {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .font-22 {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .f-40 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 20px;
    }
    .navside .ui.container ul.navlist li{
        width: 50%;
        text-align: center;
    }
    .f-29 {
        font-size: 16px;
    }
    .f-53 {
        font-size: 20px;
    }
}
.fluid-section-one{
    position:relative;
    padding:0px 0px 20px;
}

.fluid-section-one:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:black;
}

.fluid-section-one .container{
    position:relative;
    min-height:250px;
}

.fluid-section-one .image-column{
    position:absolute;
    right:0px;
    top:-100px;
    width:50%;
    height:100%;
}

.fluid-section-one .image-column .image-box{
    position:relative;
    z-index:2;
    padding-top:200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.fluid-section-one .image-column .color-layer{
    position:absolute;
    content:'';
    left:-20px;
    top:15px;
    right:0px;
    bottom:3px;
    z-index:1;
    background-color:var(--color);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .color-layer-two{
    position:absolute;
    content:'';
    left:-5px;
    top:4px;
    right:0px;
    bottom:19px;
    z-index:1;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.35);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.fluid-section-one .image-column .video-box{
    position:absolute;
    left:45px;
    bottom:60px;
    width:100px;
    height:100px;
    color:var(--color);
    z-index:10;
    font-size:30px;
    text-align:center;
    line-height: 100px;
    display:inline-block;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    background-color:#ffffff;
    border-radius:50px 50px 0px 50px;
}

.fluid-section-one .image-column .video-box .overlay-box span{
    position: absolute;
    width:100px;
    height:100px;
    left:50%;
    top: 50%;
    z-index:99;
    color: var(--color);
    font-weight:400;
    font-size:16px;
    text-align: center;
    border-radius:10px;
    padding-left:15px;
    display: inline-block;
    margin-top: -50px;
    margin-left:-50px;
    background-color:#ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.fluid-section-one .image-column .video-box .ripple,
.fluid-section-one .image-column .video-box .ripple:before,
.fluid-section-one .image-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height:100px;
    margin-left:.5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.fluid-section-one .content-column{
    position:relative;
    float:left;
    width:50%;
    z-index:1;
}

.fluid-section-one .content-column .inner-column{
    position:relative;
    max-width:800px;
    width:100%;
    float:right;
    padding:10px 45px 50px 15px;
}

.fluid-section-one .content-column .sec-title{
    margin-bottom:25px;
    color: white;
}

.fluid-section-one .content-column .text{
    position:relative;
    color:#ffffff;
    font-size:16px;
    line-height:1.8em;
    margin-bottom:35px;
}

/* Fact Counter */

.fact-counter{
    position:relative;
    z-index:1;
}

.fact-counter .column{
    position:relative;
    margin-bottom:30px;
}

.fact-counter .column .inner{
    position:relative;
    margin-right:-30px;
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:60px;
}

.fact-counter .column .inner .icon{
    position:absolute;
    left:0px;
    top:7px;
    color:var(--color);
    font-size:40px;
    text-align:center;
    line-height:1em;
    font-weight: 400;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.fact-counter .column .inner:hover .icon{
    color:#ffffff;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
    font-weight:600;
    color:#222222;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    font-weight:700;
    color:#ffffff;
    font-size:30px;
    line-height:1em;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    color:#ffffff;
    font-size:18px;
    font-weight:400;
    margin-bottom:10px;
}

.gallery-section{
    position:relative;
    padding:50px 0px 140px;
    background-position:center top;
    background-repeat:no-repeat;
    display: inline-block;
    width: 100%;
}

.gallery-section .filters{
    position:relative;
    margin-bottom:60px;
    text-align:center;
}

.gallery-section .filters .filter-tabs{
    position:relative;
    padding:0px 30px;
    border-radius:50px;
    border:1px solid #ebebeb;
    width: 1000px;
    max-width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.gallery-section .filters li{
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    line-height: 2;
    font-weight: 800;
    margin:0px;
    padding:1em .5em !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: auto;
    max-width: 300px;
    display: inline-flex;
    align-items: center;
}
.gallery-section .filters li.line {
    border-left: 1px solid #ccc;
    padding: 0;
}
.gallery-section .filters li.line:last-child {
    display: none;
}

.gallery-section .filters li .icon{
    position: absolute;
    left:0px;
    font-size:26px;
    color:#222222;
    line-height:1em;
    font-weight:400;
    top:16px;
    margin-right:10px;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:var(--color);
}

.gallery-section .filters li:first-child{
    border-left: none;
}


.gallery-section .filters li:hover .icon,
.gallery-section .filters li.active .icon{
    color:var(--color);
}

.gallery-section .ret .filter-list .title,
.gallery-section .ret .filter-list .text{
    width: 100%;
}

.gallery-section .lower-text{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.gallery-section .lower-text .text{
    position:relative;
    color:#505050;
    font-size:16px;
    font-weight:600;
    padding:18px 40px;
    border-radius:50px;
    display:inline-block;
    border:1px solid #acacac;
}

.gallery-section .lower-text .text a{
    position:relative;
    color:var(--color);
    font-weight:900;
}

.gallery-block{
    position:relative;
}
.gallery-section .ret .text {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}
.gallery-block .inner-box{
    position:relative;
}

.gallery-block .inner-box .image{
    position:relative;
}

.gallery-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.gallery-block .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block .inner-box:hover .overlay-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block .inner-box .image .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    z-index:1;
    opacity:0.80;
    background-color:black;
}

.gallery-block .inner-box .image .overlay-box .search-icon{
    position:absolute;
    right:0%;
    top:0%;
    width:60px;
    height:60px;
    color:#ffffff;
    z-index:2;
    font-weight:600;
    font-size:20px;
    text-align:center;
    line-height:60px;
    border-radius:0px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .search-icon:before{
    position:absolute;
    content:'';
    right:10px;
    top:10px;
    width:60px;
    height:60px;
    z-index:-1;
    border-left:10px solid rgba(255,255,255,0.20);
    border-bottom:10px solid rgba(255,255,255,0.20);
}

.gallery-block .inner-box .image .overlay-box .search-icon:hover{
    background-color:black;
    color:#ffffff;
}

.gallery-block .inner-box .image .overlay-box .content{
    position:absolute;
    left:40px;
    right:40px;
    bottom:40px;
    z-index:1;
}

.gallery-block .inner-box .image .overlay-box .content h4{
    position:relative;
    line-height:1.3em;
    font-weight:700;
    margin-bottom:16px;
}

.gallery-block .inner-box .image .overlay-box .content h4 a{
    position:relative;
    color:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.gallery-block .inner-box .image .overlay-box .content h4 a:hover{
    color:var(--color);
}

.gallery-block .inner-box .image .overlay-box .content .category{
    position:relative;
    margin-bottom:8px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
}

.gallery-block .inner-box .image .overlay-box .content .read-more{
    position:relative;
    color:#ffffff;
    padding:8px 20px;
    background-color:var(--color);
}

.gallery-block.mix{
    display:none;
}
.team-section{
    position:relative;
    padding:100px 0px 90px;
}

.team-section .owl-dots{
    display:none;
}

.team-section .owl-nav{
    position:absolute;
    left:100px;
    top:50%;
    right:100px;
}

.team-section .owl-nav .owl-prev{
    position:absolute;
    left:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-next{
    position:absolute;
    right:0px;
    width:50px;
    height:50px;
    color:#ffffff;
    font-size:26px;
    line-height:50px;
    text-align:center;
    border-radius:4px;
    margin-left:12px;
    display:inline-block;
    background-color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
    background-color:var(--color);
}

.team-section .auto-container{
    max-width:1600px;
}

.team-section .color-layer{
    position:absolute;
    content:'';
    left:45px;
    top:0px;
    right:45px;
    bottom:0px;
    background-color:#ffffff;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
}

.team-block .inner-box .image{
    position:relative;
    overflow:hidden;
}

/*.team-block .inner-box .image:before{
    position:absolute;
    content:'';
    left:0px;
    right:0px;
    bottom:-60px;
    width:378px;
    height:363px;
    z-index:1;
    opacity:0;
    background:url(../images/pattern-3.png);
    background-position:right bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}*/

.team-block .inner-box:hover .image:before{
    opacity:0.8;
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .image .circular-menu{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu.active,
.team-block .inner-box .image .circular-menu:hover{
    opacity: 1;
}

.team-block .inner-box .image .floating-btn{
    display: block;
    z-index:20;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background-color: black;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: 0;
}

.team-block .inner-box .image .floating-btn:before{
    position:absolute;
    content:'';
    right:-5px;
    top:5px;
    bottom:-5px;
    left:5px;
    opacity:0.20;
    z-index:-1;
    background-color: #000000;
}

.team-block .inner-box .image .circular-menu:hover .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, .3);
}

.team-block .inner-box .image .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, .2);
}

.team-block .inner-box .image .circular-menu .floating-btn i {
    font-size: 16px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.team-block .inner-box .image .circular-menu.active .floating-btn i:before{
    content: "\f00d";
}

.team-block .inner-box .image .circular-menu:after {
    display: block;
    content: ' ';
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: var(--color);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu:hover:after {
    -webkit-transform: scale3d(5.5, 5.5, 1);
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
}

.team-block .inner-box .image .circular-menu:before{
    position:absolute;
    content:'';
    right:0px;
    bottom:0px;
    width:140px;
    height:140px;
}

.team-block .inner-box .image .circular-menu .items-wrapper{
    padding: 0;
    margin: 0;
}

.team-block .inner-box .image .circular-menu .menu-item{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item span{
    position:relative;
    color: #ffffff;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: black;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .inner-box .image .circular-menu .menu-item:hover span{
    background-color: #ffffff;
    color: black;
}

.team-block .inner-box .image .circular-menu:hover .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(1) {
    -webkit-transform: translate3d(1em,-7em,0);
    transform: translate3d(1em,-7em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(2) {
    -webkit-transform: translate3d(-3.5em,-6.3em,0);
    transform: translate3d(-3.5em,-6.3em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(3) {
    -webkit-transform: translate3d(-6.5em,-3.2em,0);
    transform: translate3d(-6.5em,-3.2em,0);
    z-index:1;
}

.team-block .inner-box .image .circular-menu:hover .menu-item:nth-child(4) {
    -webkit-transform: translate3d(-7em,1em,0);
    transform: translate3d(-7em,1em,0);
    z-index:1;
}

.team-block .inner-box .lower-box{
    position:relative;
    padding-top:20px;
    text-align:center;
}

.team-block .inner-box .lower-box h3{
    position:relative;
    font-weight:800;
}

.team-block .inner-box .lower-box h3 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.team-block .inner-box .lower-box h3 a:hover{
    color:var(--color);
}

.team-block .inner-box .lower-box .designation{
    position:relative;
    color:#555555;
    font-size:18px;
    font-weight:400;
    margin-top:8px;
}
.news-section{
    position:relative;
    padding:100px 0px 90px;
}
.news-section .centered {
    color:white;
}
.news-section .centered h6.smallTitle{
    color: #fff;
}
.news-section .centered span.tag:after{
    background: #fff;
}
.news-section .owl-nav{
    display:none;
}

.news-section .owl-dots{
    position:relative;
    text-align:center;
    margin-top:30px;
}

.news-section .owl-dots .owl-dot{
    position:relative;
    width:20px;
    height:8px;
    margin:0px 5px;
    display:inline-block;
    background-color:var(--color);
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover{
    background-color:black;
}

.news-section .owl-carousel .owl-stage-outer{
    padding:15px 0px 15px;
}

.news-section .image-layer{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:589px;
    background-size:cover;
}

.news-section .image-layer:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:var(--color);
    opacity: .8;
}

.news-block{
    position:relative;
    margin-bottom:30px;
}

.news-block .inner-box{
    position:relative;
}

.news-block .inner-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:30px;
    right:0px;
    bottom:0px;
    background-color:#ffffff;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
    position:relative;
    overflow:hidden;
    background-color:var(--color);
}

.news-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.news-block .inner-box:hover .image img{
    opacity:0.5;
}

.news-block .inner-box .lower-content{
    position:relative;
    padding-top:25px;
    padding-bottom:25px;
    padding-right:25px;
    padding-left:25px;
}

.news-block .inner-box .lower-content .post-meta{
    position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
    position:relative;
    color:#555555;
    font-size:12px;
    margin-right:10px;
    padding-left:22px;
    display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
    position:absolute;
    left:0px;
    top:1px;
    color:var(--color);
    font-size:13px;
    margin-right:6px;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
    margin-right:0px;
}

.news-block .inner-box .lower-content h4{
    position:relative;
    line-height:1.4em;
    font-weight:800;
    margin-top:10px;
}

.news-block .inner-box .lower-content h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.news-block .inner-box .lower-content h4 a:hover{
    color:var(--color);
}

.news-block .inner-box .lower-content .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.8em;
    margin-top:10px;
}

.news-block .inner-box .lower-content .lower-box{
    position:relative;
    margin-top:20px;
}


.news-block .inner-box .lower-content .lower-box .read-more{
    position:relative;
    color:black;
    font-size:16px;
    font-weight:800;
    padding: 13px 20px;
    display: inline-block;
}

.news-block .inner-box .lower-content .lower-box .plus-box{
    position:relative;
    color:#ffffff;
    width:50px;
    top:10px;
    height:50px;
    font-size:14px;
    font-weight:700;
    text-align:center;
    line-height:50px;
    display:inline-block;
    background-color:var(--color);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.news-block .inner-box:hover .lower-content .lower-box .plus-box{
    top:0px;
}

.news-block.style-two .inner-box .lower-content h4 a:hover,
.news-block.style-two .inner-box .lower-content .post-meta li .icon{
    color:var(--color);
}

.news-block.style-two .inner-box .lower-content .lower-box .plus-box{
    background-color:var(--color);
}

.service-section{
    position:relative;
    padding:85px 0px;
}

.service-section .lower-text{
    position:relative;
    margin-top:40px;
}

.service-section .lower-text .text{
    position:relative;
    color:#555555;
    font-size:14px;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    border:1px dashed #acacac;
}

.service-section .lower-text .text a{
    position:relative;
    font-weight:700;
    color:var(--color);
}

.service-block{
    position:relative;
    margin-bottom:30px;
}

.service-block .inner-box{
    position:relative;
    text-align:center;
    margin-left:20px;
    padding:40px 30px 45px;
    background-color:#ffffff;
    box-shadow:0px 5px 25px rgba(0,0,0,0.10);
    height: 100%;
}

.service-block .inner-box .line-one{
    position:absolute;
    right:20px;
    top:0px;
    width:10px;
    height:100px;
    background-color:var(--color);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-one{
    height:70px;
}

.service-block .inner-box .line-two{
    position:absolute;
    right:40px;
    top:0px;
    width:6px;
    height:70px;
    background-color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box:hover .line-two{
    height:100px;
}

.service-block .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:105px;
    height:105px;
    z-index:-1;
    background:url(../images/pattern-1.png) no-repeat;
}

.service-block.style-two .inner-box:before{
    position:absolute;
    content:'';
    left:-20px;
    top:-20px;
    width:270px;
    height:270px;
    background:url(../images/pattern-2.png) no-repeat;
}

.service-block .inner-box .icon-box{
    position:relative;
    padding-top:5px;
    text-align:center;
    margin-bottom:35px;
    display:inline-block;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.service-block .inner-box:hover .icon-box{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block .inner-box .icon-box:before{
    position:absolute;
    content:'';
    left:50%;
    top:50%;
    width:105px;
    height:90px;
    background-color:#f6f6f6;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.service-block .inner-box:hover .icon-box:before{
    background-color:#ffeee7;
}

.service-block .inner-box .icon-box .icon{
    position:relative;
    font-size:50px;
    color:var(--color);
    line-height:1em;
}

.service-block .inner-box h4{
    position:relative;
    line-height:1.4em;
    font-weight:800;
    margin-bottom:15px;
}

.service-block .inner-box h4 a{
    position:relative;
    color:black;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box h4 a:hover{
    color:var(--color);
}

.service-block .inner-box .text{
    position:relative;
    color:#555555;
    font-size:16px;
    line-height:1.9em;
    margin-bottom:22px;
}

.service-block .inner-box .read-more{
    position:relative;
    color:var(--color);
    font-size:18px;
    font-weight:700;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .inner-box .read-more .arrow{
    position:relative;
    color:black;
}

.service-block .inner-box .read-more:hover{
    color:black;
}
.inner-page section:after {
    content: '';
    display: block;
    clear: both;
}
.inner-page section .centered {
    margin-bottom: 60px;
    position: relative;
}
.inner-page section .grid-box {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.inner-page section .grid-box .column {
    padding: 15px;
}
.inner-page section h4 {
    font-size: 24px;
    min-height: 3rem;
}
.inner-page section h3 {
    font-size: 28px;
}
.inner-page section h5 {
    font-size: 20px;
}
.about3-page .about-6 {
    padding: 80px 0;
    background: #eee;
}
.about3-page .about-6 .box {
    position: relative;
}
.about3-page .about-6 .list {
    margin-top: 70px;
}
.about3-page .about-6 .list ul {
    margin: 0 -80px;
}
.about3-page .about-6 .list ul li {
    padding: 60px 80px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .list ul li h6 {
    font-size: 40px;
    font-weight: bold;
}
.about3-page .about-6 .list ul li .text {
    max-height: 9.6em;
    overflow: auto;
    padding-right: .5em;
}
.about3-page .about-6 .list ul .slick-current li {
    padding-top: 0;
}
.about3-page .about-6 .tagList {
    margin-top: 80px;
    color: #bfbfbf;
}
.about3-page .about-6 .tagList ul .slick-list {
    padding-right: 3em;
    font-size: 24px;
}
.about3-page .about-6 .tagList ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 10px;
}
.about3-page .about-6 .tagList ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: .7em;
    position: relative;
}
.about3-page .about-6 .tagList ul li i:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: black;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about3-page .about-6 .tagList ul li i:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 0;
    background: black;
    -webkit-transition: 5s 1.5s;
    -moz-transition: 5s 1.5s;
    transition: 5s 1.5s;
}
.about3-page .about-6 .tagList ul .slick-current li {
    color: black;
}
.about3-page .about-6 .tagList ul .slick-current li i:before {
    opacity: 1;
}
.about3-page .about-6 .tagList ul .slick-current li i:after {
    width: 100%;
}
@media screen and (max-width: 1800px) {
    .about3-page .about-6 .list {
        margin-top: 50px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 50px;
    }
    .about3-page .about-6 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .about3-page .about-6 .list ul li h6 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .about3-page .about-6 .box {
        margin-left: 0;
    }
    .about3-page .about-6 .list ul li h6 {
        font-size: 24px;
    }
    .about3-page .about-6 .tagList {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .about3-page .about-6 .list ul li {
        padding: 0;
    }
    .product-page .cpt .cpt-1 span{
        position: absolute;
        left: 10%;
        top: 5%;
        font-size: 18px!important;
        line-height: 32px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }
    .product-page .cpt .cpt-12 .box .box2 .info p {
        margin-bottom: 5px;
        font-size: 18px!important;
        padding: 0.5em;
        background: #fff;
        line-height: 32px;
        text-align: left;
        font-weight: 700;
    }
    .product-page .cpt .cpt-13 table tr td {
        padding: 15px 0;
        border: none;
        font-size: 20px!important;
        line-height: 36px;
        background: 0 0 !important;
        vertical-align: top;
    }
    .product-page .cpt .cpt-14 .box .text {
        font-size: 18px!important;
        font-weight: 600;
        margin-top: 1.5em;
    }
    .product-page .cpt .text {
        font-size: 24px;
        line-height: 44px;
        color: inherit;
        opacity: 1;
    }
    .product-page .cpt .cpt-10 .box .img .text {
        margin-top: 2.5em;
        font-size: 24px!important;
        line-height: 44px;
        opacity: .41;
    }
    .about3-page .about-6 .list ul {
        margin: 0;
    }
    .about3-page .about-6 .list {
        margin-top: 30px;
    }
    .about3-page .about-6 .tagList ul li {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .gallery-section .filters .filter-tabs{
        border-radius: 0;
    }
    .gallery-section .filters li{
        border: none;
        width: 100%;
    }
    .service-block .inner-box{
        margin-left: 0;
    }
}
.product-page .cpt {
    max-width: 790px;
}
.product-page .cpt h3{
    font-size: 55px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: inherit;
}
.product-page .cpt h3:after,
.product-page .cpt h3:before {
    content: '';
    width: 20px;height: 50px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-page .cpt h3:before {
    right: 100%;
    bottom: -.2em;
    background-image: url('../images/icon-title-l.png');
}
.product-page .cpt h3:after {
    left: 100%;
    top: -.2em;
    background-image: url('../images/icon-title-r.png');
}
.product-page .cpt .text {
    font-size: 24px;
    line-height: 44px;
    color: inherit;
    opacity: 1;
    max-height: none;
}
.product-page .cpt .content {
    color: inherit;
    opacity: 1;
    margin: 0;
}
.product-page .cpt .cpt-1 {
    position: relative;
    color: white;
    text-align: center;
}
.product-page .cpt .cpt-1 span {
    position: absolute;
    left: 10%;
    top: 5%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}
.product-page .cpt .cpt-1 span:after,
.product-page .cpt .cpt-1 span:before {
    content: '';
    width: 43px;
    height: 5px;
    border-radius: 3px;
    background: white;
    display: block;
    margin-top: .5em;
}
.product-page .cpt .cpt-1 span:before {
    width: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color);
}
.product-page .cpt .cpt-1 .content {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    padding: 0 5%;
}
.product-page .cpt .cpt-1 h6 {
    font-size: 16px;
    opacity: .54;
    margin: 3em 0 2em;
    text-transform: uppercase;
}
.product-page .cpt .cpt-1 .text {
    max-width: 270px;
    display: block;
    margin: 0 auto;
}
.product-page .cpt .cpt-1 img {
    width: 100%;
}
.product-page .cpt .cpt-2 {
    background: #0a0a0a;
    color: white;
    padding: 40px 10% 70px;
}
.product-page .cpt .cpt-2 ul li {
    padding: 50px 0;
    border-top: 1px solid white;
    width: 50%;
}
.product-page .cpt .cpt-2 ul {
    position: relative;
    z-index: 1;
}
.product-page .cpt .cpt-2 ul:after {
    content: '';
    height: 100%;
    border-left: 1px white solid;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.product-page .cpt .cpt-2 ul li:nth-child(1),
.product-page .cpt .cpt-2 ul li:nth-child(2) {
    border-top: none;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) h6,
.product-page .cpt .cpt-2 ul li:nth-child(even) i {
    padding: 0 5%;
}
.product-page .cpt .cpt-2 ul li .flex {
    display: flex;
    align-items: center;
}
.product-page .cpt .cpt-2 ul li .flex i {
    width: 35%;
    margin-right: 5%;
    flex-shrink: 0;
}
.product-page .cpt .cpt-2 ul li:nth-child(odd) i {
    width: 25%;
}
.product-page .cpt .cpt-2 ul li .flex h6 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.product-page .cpt .cpt-3 {
    padding-top: 80px;
    text-align: center;
    background: #161617;
    color: white;
}
.product-page .cpt .cpt-3 img {
    margin-top: 30px;
    width: 100%;
}
.product-page .cpt .bg34 {
    background: url('../images/bg34.jpg') center center no-repeat;
    background-size: cover;
    color: white;
}
.product-page .cpt .cpt-4 {
    padding: 30px 0 60px;
    text-align: center;
    position: relative;
}
.product-page .cpt .cpt-4 .text {
    margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-4 .c {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 65%;
}
.product-page .cpt .cpt-4 .c span {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
    text-align: center;
    padding: 0 5%;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
}
.product-page .cpt .cpt-5 .content {
    padding: 0 12%;
    text-align: left;
}
.product-page .cpt .cpt-5 .text {
    margin: 2em 0 2.5em;
}
.product-page .cpt .cpt-6 {
    padding-top: 50px;
    background: url('../images/cpt-6-bg.png') center top no-repeat;
    background-size: cover;
    margin-top: -50px;
    position: relative;z-index: 1;
    color: white;
}
.product-page .cpt .cpt-6 .content {
    padding: 0 10%;
    margin-bottom: -20px;
    text-align: right;
}
.product-page .cpt .cpt-6 .text {
    margin-top: 1.5em;
}
.product-page .cpt .cpt-7 {
    padding-top: 60px;
    text-align: center;
    color: white;
    background: url('../images/cpt-7-bg.jpg') center top no-repeat;
    background-size: cover;
}
.product-page .cpt .cpt-7 .text {
    margin: 1.5em 0 4em;
}
.product-page .cpt .cpt-8 {
    padding-top: 40px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.product-page .cpt .cpt-8 .text {
    margin: 2em 0;
}
.product-page .cpt .cpt-8 .img {
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.product-page .cpt .cpt-8 .img img {
    width: 100%;
}
.product-page .cpt .cpt-8 .img span {
    left: 0;
    bottom: 20px;
    position: absolute;
    max-width: 90%;
    padding: 0 .3em;
    font-size: 25px;
    display: inline-block;
    font-weight: bold;
    margin-left: 1em;
    background: var(--color);
    border-radius: 8px;
}
.product-page .cpt .cpt-9 h6 {
    padding: 35px 10px;
    font-size: 23px;
    text-align: center;
    background: url('../images/icon-cpt-9.jpg') center bottom no-repeat;
    background-size: cover;
    color: white;
}
.product-page .cpt .cpt-9 .column {
    vertical-align: top !important;
    width: 50%;
}
.product-page .cpt .cpt-9 img {
    width: 100%;
}
.product-page .cpt .cpt-10 h4 {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: .5em;
    background: var(--color);
}
.product-page .cpt .cpt-10 .box {
    padding: 40px 6%;
    background: #cbcbcb;
}
.product-page .cpt .cpt-10 .box .img {
    margin-bottom: 15px;
    height: 350px;
    background-size: cover;
    background-position: center center;
    display: block;
    padding: 10% 7% 0;
    border-radius: 15px;
}
.product-page .cpt .cpt-10 .box .img .content {
    color: white;
    max-width: 330px;
}
.product-page .cpt .cpt-10 .box .img h5 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}
.product-page .cpt .cpt-10 .box .img .text {
    margin-top: 2.5em;
    font-size: 18px;
    opacity: .41;
}
.product-page .cpt .cpt-12 {
    padding: 40px 10% 25px;
    text-align: center;
}
.product-page .cpt .cpt-12 .box {
    padding: 50px 0;
}
.product-page .cpt .cpt-12 .box h5 {
    font-size: 23px;
    line-height: 1;
    padding: .4em;
    text-align: center;
    background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 {
    max-width: 50%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    border-radius: 10px;
    padding: 5px;
    background: var(--color);
}
.product-page .cpt .cpt-12 .box .box2 .info p {
    margin-bottom: 5px;
    font-size: 12px;
    padding: .5em;
    background: white;
    line-height: 1;
    text-align: left;
    font-weight: bold;
}
.product-page .cpt .cpt-12 .box .box2 .info p:first-child {
    border-top-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 .info p:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
}
.product-page .cpt .cpt-12 .box .box2 span {
    flex-shrink: 0;
    padding: 0 5px;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
}
.product-page .cpt .cpt-12 .box .img {
    margin: 15px 0;
    padding: 0 10%;
    height: 240px;
    text-align: left;
}
.product-page .cpt .cpt-12 .box .tab {
    border: 1px solid black;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
}
.product-page .cpt .cpt-12 .box .tab p {
    padding: .3em .5em;
    border-top: 1px solid black;
}
.product-page .cpt .cpt-12 .box .tab p:first-child {
    background: var(--color);
    color: rgba(0, 0, 0, 0.7);
    border-top: none;
}
.product-page .cpt .cpt-12 .box>.column {
    vertical-align: top !important;
}
.product-page .cpt .cpt-12 .box>.column:first-child {
    border-right: 1px solid black;
}
.product-page .cpt .cpt-12 .box>.column:first-child h5,
.product-page .cpt .cpt-12 .box>.column:first-child .tab {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}
.product-page .cpt .cpt-12 .box>.column:first-child .box2 {
    margin-right: 7%;
}
.product-page .cpt .cpt-12 .box>.column:last-child h5,
.product-page .cpt .cpt-12 .box>.column:last-child .tab {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: none;
}
.product-page .cpt .cpt-12 .box3 {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid black;
}
.product-page .cpt .cpt-12 .box3 h5 {
    background: var(--color);
    font-size: 23px;
    font-weight: 500;
    padding: .2em;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.product-page .cpt .cpt-12 .box3 .grid-box {
    margin-top: 20px;
    position: relative;
}
.product-page .cpt .cpt-12 .box3 .grid-box:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background: var(--color);
    opacity: .65;
}
.product-page .cpt .cpt-13 {
    padding: 50px 5% 30px;
    text-align: center;
    background: #efefef;
}
.product-page .cpt .cpt-13 .text {
    margin: 2em auto 4.5em;
}
.product-page .cpt .cpt-13 table {
    border: none;
    padding: 20px;
    border-radius: 10px;
    background: #cbcbcb;
    margin-top: 50px;
    text-align: left;
}
.product-page .cpt .cpt-13 table tr {
    border-bottom: 1px solid #7a7a7a;
    background: transparent !important;
}
.product-page .cpt .cpt-13 table tr td {
    padding: 15px 0;
    border: none;
    font-size: 16px;
    background: transparent !important;
    vertical-align: top;
}
.product-page .cpt .cpt-13 table tr td span {
    color: rgba(0, 0, 0, 0.78);
    margin: 1em 0;
    display: block;
}
.product-page .cpt .cpt-13 table tr:first-child td span {
    margin-top: 0;
}
.product-page .cpt .cpt-13 table tr td p {
    font-weight: bold;
}
.product-page .cpt .cpt-14 {
    padding: 15px 4%;
    background-size: cover;
    text-align: center;
}
.product-page .cpt .cpt-14 .box {
    border: 1px solid black;
    padding: 15px;
}
.product-page .cpt .cpt-14 .box h4 {
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
}
.product-page .cpt .cpt-14 .box .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 1.5em;
}
.product-page .cpt .cpt-15 {
    background: #efefef;
    padding: 50px 9%;
}
.product-page .cpt .cpt-15 ul li {
    padding: 10px 20px;
    width: 50%;
}
.product-page .cpt .cpt-15 ul li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.product-page .cpt .cpt-15 ul li a img {
    width: 100%;
}
.product-page .cpt .cpt-16 {
    padding: 0 25px;
    background: #efefef;
    padding-bottom: 60px;
}
.product-page .cpt .cpt-16 ul {
    margin: -10px;
}
.product-page .cpt .cpt-16 ul li {
    padding: 10px;
    width: 33.333%;
}
.product-page .cpt .cpt-16 ul li a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    background: #b9b9b9;
}
.product-page .cpt .cpt-16 ul li img:last-child {
    padding: 5% 10%;
}
.ci-tit {
    font-size: 24px;
    margin-bottom: 60px;
}
.riqi {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 30px;
    margin-top: 10px;
}
.newsriqi {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 30px;
}
.industries-page{
    padding: 80px 0;
}
.industries-page .list{
    padding: 40px 0;
}
.industries-page .left{
    width: 50%;
}
.industries-page .left img{
    width: 100%;
}
.industries-page .right{
    padding-left: 50px;
    width: 50%;
}
.industries-page .right .title{
    font-size: 40px;
    font-weight: bold;
}
.industries-page .right .des{
    margin-top: 20px;
    line-height: 2;
    max-height: 390px;
    padding-right: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

.industries-page .list:nth-child(2n) .right{
    order: -1;
    padding-left: 0;
    padding-right: 50px;
}

@media screen and (max-width: 1400px) {
    .about-page .about-3 i.mask {
        height: 95%;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page.product-page .sidebar-content .sidebar-box .two>div {
        width: 100%;
        padding: 0 !important;
    }
    .product-page .product-list .slide .right h3.title {
        position: relative;
    }
    .product-page .product-list .slide .right h3.title i {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }
    .product-page .product-list .slide .right .text {
        max-height: none;
    }
    .inner-banner .content {
        padding: 40px 0;
        margin-top: 40px;
        text-align: center;
    }
    .about-page .about-60 .box {
        padding: 20px;
    }
    .fluid-section-one .content-column {
        width: 100%;
    }
    .fluid-section-one .image-column {
        display: none;
        padding: 0;
    }
    .fluid-section-one .content-column .inner-column {
        max-width: none;
        padding: 50px 0;
    }
    .team-section .owl-nav,.team-section .color-layer {
        display: none;
    }
    .gallery-section,.team-section,.news-section {
        padding: 50px 0;
    }
    .industries-page .left{
        width: 100%;
    }
    .industries-page .right{
        width: 100%;
        margin-top: 30px;
        padding: 0;
        text-align: center;
    }
    .industries-page .list:nth-child(2n) .right{
        order: 2;
        padding: 0;
    }
    .inner-page section .grid-box {
        display: block !important
    }
    .gallery-section .filters {
        display: none;
    }
    .seoPublic .Auxil-about .box .right .text span[style="font-size: 36px;"] {
        font-size: 24px !important;
    }
    .inner-page section .grid-box br,
    .inner-page section .grid-box h2 {
        display: none;
    }
    .inner-page .text {
        font-size: 15px;
        line-height: 2;
    }
}
@media screen and (max-width: 700px) {
    .product-page .cpt {
        zoom: .45;
    }
}

@media screen and (max-width: 500px) {
    .industries-page{
        padding: 40px 0;
    }
    .industries-page .list{
        padding: 20px 0;
    }
    .industries-page .right .title{
        font-size: 24px;
        line-height: 1.6;
    }
}
/*.seoPublic>div:nth-child(odd) {
    background-color: #222;
}
.seoPublic .Auxil-related .list ul li .box .content {
    background-color: #222;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    color: white;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}*/
.seoPublic .Auxil-related .list ul li .box .content a.more {
    color: white;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: var(--color);
    background-color: white;
}
.seoPublic .Auxil-related .list .slick-track {
    display: flex;
}
.seoPublic .Auxil-related .list .slick-track .slick-slide {
    height: auto;
}
.seoPublic .Auxil-related .list .slick-track .slick-slide>div,
.seoPublic .Auxil-related .list .slick-track .slick-slide li,
.seoPublic .Auxil-related .list .slick-track .slick-slide .box {
    height: 100%;
}
.seoPublic {
    color: black;
    background-color: white;
}

.inner-page .sidebar-content .sidebar-nav .sidebar-info.product{
    background:unset;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info.product h5{
    color: black;
}
.font-24,
.font-18{
    line-height: 1.8;
}
.seoPublic .Auxil-about .box .right .text,
.seoPublic .Auxil-news .list ul li .content p,
.seoPublic .Auxil-news .list ul li .content a.link,
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea,
.seoPublic .seoIndustry .text,
.seoPublic .Auxil-related .list ul li .box .content p {
    line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content div.h6,
.seoPublic .Auxil-related .list ul li .box .content div.h3{
    line-height:1.8;
}
.seoPublic .Auxil-related .list ul li .box .content p{
    height: unset;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info.product a{
    text-align: left;
}

.seoPublic .text a{
    color: unset;
}

#footer .footer-bottom .coy a.foot-link{
        white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

#index-body .init-3 .box h1{
    display: inline;
}


.knowledge h4{
        font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 700;
    color: #f89c1c;
}
#pups_from {
    color: black;
}


/*8-28 add css */

.prodet-gxs-add {
  background: #fff;
}
.prodet-gxs-add .top ul {
  width: 100%;
  border-bottom: 2px solid #aaa;
}
.prodet-gxs-add .top ul li {
  text-align: center;
  padding: 0 15px;
}
.prodet-gxs-add .top ul li.active span:before {
  width: 100%;
}
.prodet-gxs-add .top ul li span {
  height: 90px;
  line-height: 90px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.prodet-gxs-add .top ul li span:before {
  content: "";
  width: 0;
  height: 3px;
  background: #f89c1c;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.prodet-gxs-add .main ul.ret>li {
  width: 100%;
}
.prodet-gxs-add .main ul.ret>li.active {
  display: block;
}
.prodet-gxs-add .main ul.ret>li .text {
  min-height: 150px;
}
.prodet-gxs-add .main ul.ret>li ul.mslist li.msitem {
  border-bottom: 2px solid #aaa;
  padding: 20px 0;
  margin-top: 10px;
}
.prodet-gxs-add .main ul.ret>li ul.mslist li.msitem.active .h5 i {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}
.prodet-gxs-add .main ul.ret li ul.mslist li.msitem .h5 {
  padding-right: 40px;
  position: relative;
  font-weight: 700;
  width: 100%;
}
.prodet-gxs-add .main ul.ret li ul.mslist li.msitem .h5 i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.prodet-gxs-add .main ul.ret li ul.mslist li.msitem .content {
  padding: 20px 0 0 0;
  color: #565656;
  line-height: 1.5;
}

.product-page h2.h3{
    font-size:24px;
}



.prodet-gxs-add .ui.container .form ul {
  margin: -15px -25px;
}
.prodet-gxs-add .ui.container .form ul li {
  padding: 15px 25px;
}
.prodet-gxs-add .ui.container .form ul li .h4{
    color: #000;
    margin-bottom: 0;
}
.prodet-gxs-add .ui.container .form ul li p{
    color: #666;
}
.prodet-gxs-add .ui.container .form ul li textarea,
.prodet-gxs-add .ui.container .form ul li input[type="text"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 18px;
}
.prodet-gxs-add .ui.container .form ul li textarea{
    height: 60px;
    line-height: 1.5;
    padding-top: 20px;
}
.prodet-gxs-add .ui.container .form ul li textarea::-webkit-input-placeholder,
.prodet-gxs-add .ui.container .form ul li input[type="text"]::-webkit-input-placeholder {
  color: #5f5f5f;
}
.prodet-gxs-add .ui.container .form ul li textarea:-moz-placeholder,
.prodet-gxs-add .ui.container .form ul li input[type="text"]:-moz-placeholder {
  color: #5f5f5f;
}
.prodet-gxs-add .ui.container .form ul li textarea::-moz-placeholder,
.prodet-gxs-add .ui.container .form ul li input[type="text"]::-moz-placeholder {
  color: #5f5f5f;
}
.prodet-gxs-add .ui.container .form ul li textarea:-ms-input-placeholder,
.prodet-gxs-add .ui.container .form ul li input[type="text"]:-ms-input-placeholder {
  color: #5f5f5f;
}
.prodet-gxs-add .ui.container .form ul li textarea::placeholder,
.prodet-gxs-add .ui.container .form ul li input[type="text"]::placeholder {
  color: #5f5f5f;
}
.prodet-gxs-add .ui.container .form ul li.wid100 {
  width: 100%;
}
