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

body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #0d43a8;
  font-weight: normal;
  margin: 0 auto;
}

.ca-word{
      text-transform: capitalize;
}

.font-bold,.font-700{
  font-family: 'Montserrat';
}
.container {
  width: 1500px;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 0;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#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 {
  font-size: 18px;
  margin: 0 35px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: hand;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 30px;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .ui.menu .yuy {
  margin: 0 15px 0 40px;
}
#header .nav .ui.menu .yuy span {
  font-size: 14px;
  color: white;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  text-align: center;
  line-height: 33px;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
header.inner,
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
#header.inner .nav .ui.menu .logo img,
#header.active .nav .ui.menu .logo img {
filter: none;
}
#header .nav .ui.menu .logo img{
  filter: grayscale(100%) brightness(1000%);
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .yuy span {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
}
#header.inner .nav .ui.menu .h-search,
#header.active .nav .ui.menu .h-search {
  background-color: rgba(0, 0, 0, 0.1);
}
#header.inner .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .about_down,
#header .product_down{
    
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
   
    color: black;
    display: none;
}
#header .about_down .container,
#header .product_down .container{
      background: #fff;
    padding: 40px 30px;
     -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
}
#header .product_down .left {
    width: 70%;
    position: relative;
    border-right: 1px solid #ccc;
}
#header .product_down .left .left-nav-product {
    font-size: 14px;
}
#header .product_down .left .left-nav-product .child-title {
    font-weight: 700;
    margin-bottom: 10px;
}
#header .product_down .left .left-nav-product ul {
    font-size: 15px;
}
#header .product_down .left .left-nav-product ul li {
    margin-top: 10px;
}
#header .product_down .left .left-nav-product ul li a:hover {
    color: var(--color);
}
#header .product_down .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333;
}
#header .product_down .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
#header .about_down .one {
    width: 45%;
    padding: 0 15px;
}
#header .about_down .one .aboutTitle {
    font-size: 32px;
    color: var(--color);
    line-height: 40px;
    margin-bottom: 15px;
}
#header .about_down .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%;
}
#header .about_down .one .aboutMore {
    font-size: 14px;
    line-height: initial;
}
#header .about_down .two {
    width: 25%;
    padding: 0 15px;
}
#header .about_down .two .link {
    margin-top: 16px;
}
#header .about_down .two .link:first-child {
    margin-top: 0;
}
#header .about_down .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative;
}
#header .about_down .two .link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
#header .about_down .two .link a:hover:before {
    width: 100%;
}
#header .about_down .three {
    width: 30%;
    padding: 0 15px;
}
#header .about_down .three img {
    width: 100%;
    object-fit: cover;
    max-height: 220px;
}
#header .about_down .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px;
}
#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-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}*/
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  display: inline-block;
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 45px;
  border-radius: 10px;
  line-height: 45px;
  padding: 0 25px;
  z-index: 2;
  font-size: 16px;
}
.more i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: white;
  margin-left: 10px;
}
.more:hover {
  background-color: black;
}
#banner {
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
#banner ul{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li.video video{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  display: block;
}
#banner ul li.video img{
  opacity: 0;
}
#banner ul li.video::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
}
#banner ul li > img{
  opacity: 0;
}
#banner ul li .bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content h2 {
  line-height: 1.4;
   
}

#banner ul li img {
  opacity: 0;
}
#banner #canvasImg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#banner #canvasImg img {
    position: absolute;
    height: 0;
}
#banner .slickDots {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .slickDots ul {
  display: block;
}
#banner .slickDots ul li {
  margin: 10px 0;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  font-size: 16px;
  position: relative;
}
#banner .slickDots ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .slickDots ul li.slick-active::after {
  width: 100%;
}
#banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
#banner .slickBtn div{
  background: transparent;
  border-radius: 0;
}
#banner .slickBtn .prev{
  left: 40px;
  right: auto;
}
#banner .slickBtn .next{
  right: 40px;
  left: auto;
}
.h2 {
  line-height: 1.2;
}
#index-body .i-about {
  position: relative;
}
#index-body .i-about .ui.container {
  z-index: 3;
}
#index-body .i-about .top .left {
  width: 52%;
}
#index-body .i-about .top .left .content {
  line-height: 30px;
}
#index-body .i-about .top .right {
  width: 48%;
}
#index-body .i-about .top .right .box {
  background: url(../images/about-bg.jpg) no-repeat;
  width: 52%;
  color: white;
  overflow: hidden;
  height: 100%;
}
#index-body .i-about .top .right .box .line {
  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;
  position: relative;
}
#index-body .i-about .top .right .box .line i {
  width: 12px;
  height: 12px;
  background-color: #d5deef;
  margin: 0 11px;
}
#index-body .i-about .top .right .box .line::before,
#index-body .i-about .top .right .box .line::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  width: -webkit-calc(50% - 12px * 2);
  width: -moz-calc(50% - 12px * 2);
  width: calc(50% - 12px * 2);
  height: 1px;
}
#index-body .i-about .top .right .box .line::before {
  left: -40px;
}
#index-body .i-about .top .right .box .line::after {
  right: -40px;
}
#index-body .i-about .top .right .box .text {
  line-height: 1.2;
}
#index-body .i-about .top .right .box .btn span {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  line-height: 55px;
  cursor: pointer;
  margin-right: 12px;
}
#index-body .i-about .top .right .box .btn span i {
  font-size: 30px;
}
#index-body .i-about .bottom {
  margin-top: -175px;
}
#index-body .i-about .bottom_text {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .i-product {
  position: relative;
  background-color: #f8f8f8;
}
#index-body .i-product .ui.container {
  z-index: 2;
}
#index-body .i-product .top .text {
  width: 38%;
}
#index-body .i-product .top .text ul li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color);
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
#index-body .i-product .top .text ul li::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background-color: rgba(13, 67, 168, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .top .text ul li.active::after {
  opacity: 1;
}
#index-body .i-product .top .center {
  width: 38%;
}
#index-body .i-product .list ul li .img-box {
  border-radius: 10px;
  background-color: white;
  border: 1px solid #cccccc;

}
#index-body .i-product .slickBtn {
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 60px);
  bottom: -moz-calc(100% + 60px);
  bottom: calc(100% + 60px);
}
#index-body .i-product .slickBtn div {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 55px;
  height: 55px;
}
#index-body .i-product .slickBtn div i {
  font-size: 30px;
}
#index-body .i-product .slickBtn div.next {
  margin-left: 9px;
}
#index-body .i-product .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-product .slickDots {
  width: 245px;
  margin: 30px auto 0;
}
#index-body .i-product .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
}
#index-body .i-product .slickDots ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: #cccccc;
  padding: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
#index-body .i-product .slickDots ul i {
  height: 4px;
  background-color: var(--color);
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .bottom_text {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .i-init3 .tag {
  color: var(--color);
}
#index-body .i-init3 ul li .box {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-init3 ul li .box > .h4 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init3 ul li .box > .h4 span {
  display: inline-block;
  position: absolute;
  right: 30px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 21px;
  color: var(--color);
}
#index-body .i-init3 ul li .box > .h4 span i {
  font-size: 15px;
}
#index-body .i-init3 ul li .box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 70px;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-init3 ul li .box .content .des {
  text-align: center;
  line-height: 30px;
}
#index-body .i-init3 ul li .box .content::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 10px;
}
#index-body .i-init3 ul li:hover .box > .h4 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .i-init3 ul li:hover .box .content {
  opacity: 1;
}
@-webkit-keyframes sc1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-moz-keyframes sc1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes sc1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes sc2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@-moz-keyframes sc2 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@keyframes sc2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes sc3 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes sc3 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes sc3 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.sc1 {
  -webkit-animation-name: sc1;
  -moz-animation-name: sc1;
  animation-name: sc1;
}
.sc2 {
  -webkit-animation-name: sc2;
  -moz-animation-name: sc2;
  animation-name: sc2;
}
.sc3 {
  -webkit-animation-name: sc3;
  -moz-animation-name: sc3;
  animation-name: sc3;
}
#index-body .i-advantage {
  /*background: url(../images/advantage-bg.jpg) no-repeat;*/
  background-size: cover;
  color: white;
}
#index-body .i-advantage .left,
#index-body .i-advantage .right{
  width: 30%;
}
#index-body .i-advantage .center{
  width: 40%;
}
#index-body .i-advantage .list ul li {
  position: relative;
}
#index-body .i-advantage .list ul li .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 75px;
  position: absolute;
  top: 5px;
}
#index-body .i-advantage .list ul li .icon img {
  vertical-align: middle;
}
#index-body .i-advantage .list ul li .icon::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
#index-body .i-advantage .list ul li .des {
  font-family: "Arial";
}
#index-body .i-advantage .list ul li:nth-child(1) {
  margin-bottom: 90px;
}
#index-body .i-advantage .list .left ul li {
  padding-left: 115px;
  padding-right: 45px;
}
#index-body .i-advantage .list .left ul li .icon {
  left: 0;
}
#index-body .i-advantage .list .right ul li {
  padding-right: 115px;
  text-align: right;
  padding-left: 45px;
}
#index-body .i-advantage .list .right ul li .icon {
  right: 0;
}
#index-body .i-advantage .list .center {
  position: relative;
}
#index-body .i-advantage .list .center .opa {
  opacity: 0;
}
#index-body .i-advantage .list .center .img {
  position: absolute;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-advantage .list .center .img11 {
  z-index: 3 !important;
  left: 15px;
  bottom: 16px;
  width: 42%;
}
#index-body .i-advantage .list .center .img22 {
  z-index: 2 !important;
  width: 65%;
  left: 75px;
  top: 0;
}
#index-body .i-advantage .list .center .img33 {
  z-index: 1 !important;
  right: 13px;
  top: 11%;
  width: 44%;
}
#index-body .i-news .tag {
  color: var(--color);
}
#index-body .i-news ul li .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-news ul li .box .content {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  padding: 0 30px;
  color: white;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
#footer .wrap {
  color: white;
  padding-bottom: 85px;
}
#footer .wrap .share {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  white-space: nowrap;
}
#footer .wrap .share a {
  margin: 0 15px;
}
#footer .wrap h5 {
  margin-bottom: 26px;
}
#footer .wrap .line {
  width: 190px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.66);
  position: relative;
  margin: 19px 0 27px;
}
#footer .wrap .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
}
#footer .wrap ul li {
  font-size: 17px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
  font-family: "Arial";
}
#footer .wrap ul li:hover {
  color: var(--color);
}
#footer .wrap .one {
  width: 21%;
  position: relative;
}
#footer .wrap .one ul li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2;
}
#footer .wrap .one li:hover {
  color: white;
}
#footer .wrap .one #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid white;
  margin-top: 40px;
}
#footer .wrap .four {
  width: 32%;
}
#footer .wrap .four h4 {
  line-height: 59px;
  margin-bottom: 53px;
}
#footer .wrap .four form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#footer .wrap .four form input {
  font-size: 15px;
  height: 69px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 10px;
  border: none;
  margin-bottom: 30px;
  width: 48%;
}
#footer .wrap .four form input[name="content"] {
  width: 100%;
  margin-bottom: 0;
}
#footer .wrap .four form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 69px;
  width: 69px;
  background-color: white;
  text-align: center;
  padding: 0;
  color: black;
  font-size: 18px;
}
#footer .wrap .four form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .wrap .four form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .wrap .four form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .wrap .four form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
}
#footer .f-copy {
  text-align: center;
  color: white;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #banner ul li .content .left {
    padding-left: 100px;
  }
  #banner .bottom {
    width: 80%;
  }
  #index-body .i-about .bottom {
    margin-top: -120px;
  }
  #index-body .i-product .bottom_text {
    width: 55%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #index-body .i-about .top .right {
    width: 35%;
  }
  #index-body .i-about .top .left {
    width: 65%;
  }
  #index-body .i-about .top .right .box {
    width: 100%;
  }
  #index-body .i-about .bottom_text {
    width: 52%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .slickBtn .prev{
    left: 15px;
  }
  #banner .slickBtn .next{
    right: 15px;
  }
  #index-body .i-about .bottom {
    margin-top: -80px;
  }
  #index-body .i-advantage .list .left ul li {
    padding-left: 95px;
  }
  #index-body .i-advantage .list .right ul li {
    padding-right: 95px;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .content .left {
    padding-left: 60px;
  }
  #banner .slickBtn{
    display: none !important;
  }
  #index-body .i-about .top .right {
    display: none;
  }
  #index-body .i-about .top .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-init3 ul li .box .content {
    padding: 20px 35px;
  }
  #index-body .i-init3 ul li .box > .h4 span {
    line-height: 25px;
  }
  #index-body .i-advantage .list .center {
    display: none;
  }
  #index-body .i-advantage .list .left,
  #index-body .i-advantage .list .right {
    width: 50%;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
  #footer .wrap .one {
    width: 50%;
  }
  #footer .wrap .four {
    width: 50%;
  }
  #footer{
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .content .left {
    padding-left: 0;
  }
  #banner .slickDots {
    display: none !important;
  }
  #index-body .i-product .top .text {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #index-body .i-product .top .center {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #index-body .i-product .slickBtn {
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
  }
  #index-body .i-advantage .list .left,
  #index-body .i-advantage .list .right {
    width: 100%;
  }
  #index-body .i-advantage .list ul li {
    margin-bottom: 30px !important;
  }
  #index-body .i-advantage .list .right ul li {
    padding-left: 95px;
    padding-right: 0;
    text-align: left;
  }
  #index-body .i-advantage .list .right ul li .icon {
    left: 0;
    right: auto;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  #footer .wrap .one #ewm {
    display: none;
  }
  #footer .wrap .one {
    width: 100%;
  }
  #footer .wrap .four {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-72 {
    font-size: 22px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .i-product .slickBtn div {
    zoom: 0.6;
  }
  #index-body .i-advantage .list ul li {
    padding-right: 0 !important;
  }
  #footer .wrap .four form input {
    width: 100%;
    height: 48px;
  }
}



.mbx {
  color: #aaaaaa;
}
.mbx span {
  color: #000000;
}
.mbx.white span {
  color: #FFFFFF;
}
.baseLine {
  border-top: 1px solid #585858;
  opacity: .25;
}
.product-page .site-content {
}
select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: var(--background);
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../images/select_arrow.png);
  background-position: -webkit-calc(85%) center;
  background-position: -moz-calc(85%) center;
  background-position: calc(85%) center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.umimo-sorting {
  margin-bottom: 30px;
  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;
}
.umimo-sorting .woocommerce-ordering {
  position: relative;
}
.umimo-sorting .woocommerce-ordering select {
  font-size: 16px;
  line-height: 1.875;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f4f4f4;
}
.filter-toggle {
  color: var(--accent);
  font-size: 16px;
  background: transparent;
  padding: 0;
  margin-right: auto;
  outline: none;
  text-align: center;
  line-height: 46px;
}
.filter-toggle i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.filter-toggle i img {
  vertical-align: middle;
}
.filter-toggle:focus span,
.filter-toggle:hover span {
  text-decoration: underline;
}
ul.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  clear: both;
  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;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  margin-top: 15px;
  line-height: 1.2;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 450px) and (max-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.m-page {
  padding-top: 20px;
  border-top: 1px solid;
  border-top-color: #D9D9D9;
}


.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;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}

.umimo-canvas-filter {
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
.off-canvas-active .umimo-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.umimo-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  -moz-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}
.off-canvas-active .umimo-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_product_search {
  position: relative;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before,
.site-search form::before {
  font-size: 18px;
  color: var(--accent);
}
.widget_search form::before,
.widget_product_search form::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  border-bottom: 1px solid;
  border-bottom-color: #D9D9D9;
  width: 100%;
  line-height: 1;
  padding: .813em 0;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.widget .product-categories .cat-item {
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget .product-categories .cat-item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
}
.widget .product-categories .cat-item a:hover {
  text-decoration: underline;
}
.widget.woocommerce li .count {
  font-size: 12px;
}
.umimo-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: #000000;
  font-size: 16px;
}
.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.product_list_widget .product-list-inner {
  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;
}
.widget_products a {
  display: block;
}
.product_list_widget li img {
  max-width: 90px;
}
.product_list_widget .product-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_list_widget .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
@media (max-width: 768px) {
  .umimo-canvas-filter {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
caption,
td,
th {
  font-weight: normal;
  text-align: inherit;
}
table.variations {
  margin-bottom: 20px;
}
.variations .label .swatch-label {
  display: none;
}
.select.swatch-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.swatch-control {
  font-size: 14px;
}
.swatch-wrapper.selected {
  -webkit-box-shadow: 0 0 0 1px #956B3A;
  box-shadow: 0 0 0 1px #956B3A;
  color: #956B3A;
}
.lakit-swatch-item-style-default.lakit-swatch-item-type-color {
  border-radius: 50%;
}
.swatch-anchor {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  border-radius: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.swatch-wrapper.selected .swatch-anchor {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.lakit-swatch-item-type-color .swatch-anchor {
  background: var(--lakit-swatch--color-1, transparent);
}
.lakit-hint {
  position: relative;
}
.lakit-hint:after,
.lakit-hint:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 50%;
  top: initial;
  right: initial;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lakit-hint:after {
  content: attr(data-hint);
  background: #171717;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: .875em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-left: initial;
  margin-top: 14px;
  margin-right: initial;
  margin-bottom: initial;
  letter-spacing: 0;
}
.lakit-hint:hover:after,
.lakit-hint:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.lakit-wrap-cart-cta .wrap-cart-cta .button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DFDFDF;
  color: #202020;
  padding: 15px 45px;
  border-radius: 30px;
  background: none;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.lakit-wrap-cart-cta .wrap-cart-cta .button:hover {
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
}
.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  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;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  margin: 0 5px -1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*.wc-tab-title a:after {
  content: "+";
}
.wc-tab.active .wc-tab-title a::after {
  content: "−";
}*/
.elementor-add-to-cart > .stock, 
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--content .panel:not(.active) .tab-content,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:before,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 992px) {
  .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls {
    display: none;
  }
  .lakit-product-tabs .wc-tab-title {
    display: block;
  }
}
.prodet-page .prodet-1 {

}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
    position: sticky;
    top: 120px;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 25px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .right {
  
  padding-left: 5%;
}
.prodet-page .prodet-1 .right h1 {

}
.prodet-page .prodet-1 .right .color li{
  width: 22px;
  height: 22px;
  margin-right: 20px;
  position: relative;
}
.prodet-page .prodet-1 .right .color li .color-image-box{
  background: var(--color1);
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .right .color li::after{
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid var(--color);
  opacity: 0;
}
.prodet-page .prodet-1 .right .color li.active::after{
  opacity: 1;
}
.prodet-page .prodet-1 table.variations {
  border: none;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 30px;
}
 
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #FFFFFF;
  background-color: var(--color);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #FFFFFF;
  background-color: var(--color);
}
/*.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--color);
}*/
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  /*background-color: transparent;
  padding: 8px 30px;
  border-radius: 30px;*/
}
/*.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #FFFFFF;
  background-color: var(--color);
}*/
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: var(--color);
  color: white;
      border-radius: 10px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: .7;
}
.prodet-page .prodet2 .h2,.prodet-page .prodet2 .txt{
  color: white;
}
.prodet-page .prodet2 table tr:nth-child(even){
  background: #eee;
}
.prodet-page .prodet2 table tr:nth-child(odd){
  background: white;
}
.prodet-page .prodet2 table{
  margin-bottom: 0;
}
.prodet-page .prodet2 table,
.prodet-page .prodet2 table tr td{
  border: none;
}
.prodet-page .prodet2 .des{
  background: white;
  border-radius: 15px;
  padding: 20px;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  /*font-weight: 400;*/
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {

}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .name {
 
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .prodet-1 .left{
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
  .prodet-page .prodet2 .box.flex > div{
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
.history-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .left {
  width: 50%;
  padding: 0 4% 4% 8%;
  background: #f8f8f8 url(../images/history-bg.png) no-repeat center;
}
.history-page .left .box {
  margin-top: 60px;
  padding-left: 5%;
}
.history-page .left .box .Tit {
  margin-bottom: 60px;
  font-size: 50px;
  /*font-weight: bold;*/
  text-transform: uppercase;
}
.history-page .left .box ul li {
  height: 170px;
}
.history-page .left .box ul li .year {
  font-size: 40px;
  color: #8d8d8d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.history-page .left .box ul li .text {
  color: #8d8d8d;
  line-height: 1.5;
  max-height: 4.5em;
  overflow-y: auto;
}
.history-page .left .box ul .slick-current li .year {
  font-size: 48px;
  /*font-weight: bold;*/
  color: #000000;
}
.history-page .right {
  width: 50%;
}
.history-page .right * {
  height: 100%;
}
.history-page .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .history-page .left {
    padding: 0 5% 5%;
  }
  .history-page .left .box {
    padding-left: 0;
  }
  .history-page .left .box .Tit {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .history-page .left .box .Tit {
    font-size: 36px;
  }
  .history-page .left .box ul li .year {
    font-size: 30px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .history-page {
    display: block;
  }
  .history-page .left {
    width: 100%;
    padding: 0 5% 60px;
  }
  .history-page .right {
    display: none;
  }
  .history-page .left .box {
    margin-top: 0;
  }
  .history-page .left .box ul {
    margin: -15px;
  }
  .history-page .left .box ul li {
    height: auto;
    padding: 15px;
  }
  .history-page .left .box ul li .year {
    font-weight: bold;
    color: #000000;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .history-page .left .box .Tit {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .history-page .left .box ul li .year {
    font-size: 20px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 20px;
  }
}
.innerTit {
  font-size: 50px;
  
}
.environment-page .environment-1 {
  background-color: #1b1b1b;
  overflow: hidden;
}
.environment-page .environment-1 .box {
  min-height: 510px;
  margin: 20px 60px 120px;
  background: url(../images/environment-1-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3% 7% 6%;
  position: relative;
}
.environment-page .environment-1 .box .icon {
  position: absolute;
  top: -40px;
  right: 10%;
}
.environment-page .environment-1 .box .Tit {
  color: #FFFFFF;
}
.environment-page .environment-1 .box .text {
  font-size: 20px;
  line-height: 1.8;
  color: #FFFFFF; 
}
.environment-page .environment-1 .box .moreBtn {
  position: absolute;
  left: 15%;
  bottom: -47px;
  width: 94px;
  height: 94px;
  line-height: 94px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
.environment-page .environment-1 .box .moreBtn img {
  vertical-align: middle;
}
.environment-page .environment-2 {
  padding: 125px 0 150px;
  background: #f7f7f7;
}
.environment-page .environment-2 .left {
  width: 50%;
  vertical-align: middle;
}
.environment-page .environment-2 .left .Tit {
  font-size: 40px;
  margin-bottom: 35px;
}
.environment-page .environment-2 .left .text {
  font-size: 16px;
  color: #696969; 
  margin-bottom: 55px;
}
.environment-page .environment-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 10%;
}
.environment-page .environment-3 {
  padding: 120px 0;
  overflow: hidden;
}
.environment-page .environment-3 .slick-list {
  overflow: unset;
}
.environment-page .environment-3 .list ul {
  margin: -30px;
}
.environment-page .environment-3 .list ul li {
  padding: 30px;
}
.environment-page .environment-3 .box > img {
  width: 100%;
}
.environment-page .environment-3 .box .content {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f7f7f7;
  border: 1px solid rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.environment-page .environment-3 .box .content .name {
  font-size: 40px;
  margin-bottom: 30px;
}
 
.environment-page .environment-3 .box:hover .content {
  opacity: 1;
}
@media (max-width: 1400px) {
  .innerTit {
    font-size: 40px;
  }
  .environment-page .environment-1 .box {
    min-height: auto;
    padding: 3% 5% 6%;
  }
  .environment-page .environment-1 .box .text {
    font-size: 18px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 30px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .innerTit {
    font-size: 30px;
  }
  .environment-page .environment-1 .box .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 30px;
  }
  .environment-page .environment-2 .right {
    padding-left: 5%;
  }
  .environment-page .environment-3 .box .content {
    padding: 5%;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 24px;
  }
  .environment-page .environment-3 .list ul {
    margin: -15px;
  }
  .environment-page .environment-3 .list ul li {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .environment-page .environment-1 .box {
    margin: 20px 5% 60px;
  }
  .environment-page .environment-2 {
    padding: 60px 0;
  }
  .environment-page .environment-2 .container {
    max-width: 700px;
  }
  .environment-page .environment-2 .left {
    width: 100%;
  }
  .environment-page .environment-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    display: none;
  }
  .environment-page .environment-3 {
    padding: 60px 0;
  }
  .environment-page .environment-3 .container {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .innerTit {
    font-size: 24px;
  }
  .environment-page .environment-1 .box {
    padding: 5%;
    margin: 0;
  }
  .environment-page .environment-1 .box .text {
    font-size: 14px;
  }
  .environment-page .environment-1 .box .moreBtn {
    position: static;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 24px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 14px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .environment-page .environment-1 .box .icon {
    display: none;
  }
}
.application-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 35% left;
  overflow: hidden;
}
.application-page .category {
  margin-bottom: 60px;
}
.application-page .category ol li {
  width: auto; 
  color: #838383;
  border-bottom: 2px solid transparent;
}
.application-page .category ol li + li {
  margin-left: 15px;
}
.application-page .category ol li.active {
  color: #000000;
  border-color: currentcolor;
}
.application-page .list {
  margin-top: 45px;
  margin-bottom: 150px;
}
.application-page .list ul {
  margin: -20px;
}
.application-page .list ul li {
  padding: 20px;
}
.application-page .list .box {
  overflow: hidden;
}
.application-page .list .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.application-page .list .box .name {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application-page .list .box .name img {
  vertical-align: baseline;
}
.application-page .list .box:hover::after {
  opacity: 1;
}
.application-page .list .box:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1200px) {
  .application-page .category {
    display: none;
  }
  .application-page .list ul {
    margin: -15px;
  }
  .application-page .list ul li {
    padding: 15px;
  }
  .application-page .list .box .name {
    font-size: 18px;
    position: static;
    padding: 0;
    color: #000000;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 15px;
  }
  .application-page .list .box .name img {
    display: none;
  }
  .application-page .list .box::after {
    display: none;
  }
}
.app-single-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 35% left;
  overflow: hidden;
}
.app-single-page .content { 
  color: #777777;
}
.app-single-page .list {
  margin-top: 85px;
  margin-bottom: 150px;
}
.app-single-page .list ul {
  margin: -7px;
}
.app-single-page .list ul li {
  padding: 7px;
}
.app-single-page .list ul li .btns {
  left: 0;
  top: 50%;
  opacity: 0;
  transition: .5s ease;
}
.app-single-page .list ul li:hover .btns {
  transform: translateY(-50%);
  opacity: 1;
}
.space-page {
  background: url(../images/history-bg.png) no-repeat top 10% left;
}
.space-page .space-1 {
  background: url(/yakco/2025/03/14/design-concepts.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.space-page .space-1::after {
  content: attr(data-text);
  font-size: 120px;
  line-height: .7;
  color: #FFFFFF;
  opacity: .2;
  text-transform: uppercase;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.space-page .space-1 .play {
  margin: 45px auto 160px;
  width: 240px;
  height: 240px;
  position: relative;
  line-height: 240px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.space-page .space-1 .play span {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.space-page .space-1 .play img {
  vertical-align: middle;
}
.space-page .space-1 .play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border-white.png) center;
  background-size: 100% 100%;
}
.space-page .space-1 .play:hover::before {
  -webkit-animation: rote 3s linear infinite;
  -moz-animation: rote 3s linear infinite;
  animation: rote 3s linear infinite;
}
.space-page .space-2 {
  margin-bottom: 150px;
}
.space-page .space-2 ul li {
  margin-top: 130px;
  margin-left: 38%;
  position: relative;
}
.space-page .space-2 ul li .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}
.space-page .space-2 ul li .content {
  position: absolute;
  left: -30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 590px;
  color: #FFFFFF;
  background-color: #020614;
  padding: 30px;
}
.space-page .space-2 ul li .content .icon {
  width: 100px;
}
.space-page .space-2 ul li .content .name {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  padding-right: 100px;
  position: relative;
  text-transform: uppercase;
}
.space-page .space-2 ul li .content .text {
  line-height: 1.6; 
}
.space-page .space-2 ul li:nth-child(even) {
  margin-left: 0;
  margin-right: 38%;
}
.space-page .space-2 ul li:nth-child(even) .content {
  left: auto;
  right: -30%;
}
@media (max-width: 1200px) {
  .space-page .space-1::after {
    font-size: 100px;
  }
  .space-page .space-1 .play {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 50px auto 100px;
  }
}
@media (max-width: 1000px) {
  .space-page .space-1::after {
    display: none;
  }
  .space-page .space-1 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 40px auto 80px;
  }
  .space-page .space-2 ul li {
    margin-left: 0;
  }
  .space-page .space-2 ul li:nth-child(even) {
    margin-right: 0;
  }
  .space-page .space-2 ul li .bg {
    height: auto;
    padding-top: 45%;
  }
  .space-page .space-2 ul li .content {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 5%;
  }
  .space-page .space-2 ul li .content .name {
    font-size: 24px;
  }
  .space-page .space-2 ul li {
    margin-top: 60px;
  }
  .space-page .space-2 {
    margin-bottom: 60px;
  }
}
.story-page .story-1 {
  padding-bottom: 110px;

}
.story-page .story-1 .left {
  width: 60%;
  padding: 0 4% 4% 8%;
}
.story-page .story-1 .left .box {

  padding-left: 5%;
}
.story-page .story-1 .left .box .text {
  margin-bottom: 45px;
  line-height: 2;
  color: #565656; 
}
.story-page .story-1 .left .box .share a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.story-page .story-1 .right {
  width: 40%;
}
.story-page .story-1 .right .img1 {

}
.story-page .story-1 .right .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-page .story-1 .right .img2 {
  width: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.story-page .story-1 .right .img2 .play {
  font-size: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -120px;
  top: -140px;
  cursor: pointer;
}
.story-page .story-1 .right .img2 .play > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: rote 5s linear infinite;
  -moz-animation: rote 5s linear infinite;
  animation: rote 5s linear infinite;
}
.story-page .story-1 .right .img2 .play span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.story-page .story-1 .right .img2 .play img {
  vertical-align: middle;
}
.story-page .story-2 {
  padding: 80px 0;
}
.story-page .story-2 .container {
  max-width: 1400px;
}
.story-page .story-2 ul {
  margin: -15px;
}
.story-page .story-2 ul li {
  padding: 15px;
}
.story-page .story-2 img {
  margin: auto;
}
@media (max-width: 1600px) {
  .story-page .story-1 .left .box {
    padding-left: 0;
  }
  .story-page .story-1 .left {
    padding: 0 5% 5%;
  }
  .story-page .story-1 .right .img2 .play{
    top: -30px;
  }
}
@media screen and (max-width:1250px){
  .story-page .story-1 .right .img2{
    -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  }
  .story-page .story-1 .right .img2 .play{
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .story-page .story-1 .right .img2 .play span{
    display: none;
  }
}
@media (max-width: 1000px) {
  .story-page .story-1 {
    padding-bottom: 60px;
  }
  .story-page .story-1 .left {
    width: 100%;
    padding: 0 5% 60px;
  }
  .story-page .story-1 .left .box {
    margin-top: 40px;
  }
  .story-page .story-1 .right {
    width: 100%;
  }
  .story-page .story-1 .right .img2 {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    max-width: 448px;
  }
  .story-page .story-1 .right .img1 {
    display: none;
  }
  .story-page .story-1 .right .img2 .play span {
    display: none;
  }
  .story-page .story-1 .right .img2 .play {
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.concern-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 17% left;
  overflow: hidden;
}
.concern-page .concern-1 {
  margin: 60px 0 180px;
}
.concern-page .concern-1 .text {
  margin-bottom: 60px; 
}
.concern-page .concern-1 ul {
  margin: -13px;
}
.concern-page .concern-1 ul li {
  padding: 13px;
}
.concern-page .concern-1 ul li .img {
  width: 30%;
}
.concern-page .concern-1 ul li .content {
  padding-left: 35%;
}
.concern-page .concern-2 {
  margin-bottom: 180px;
}
.concern-page .concern-2 ul {
  margin: -10px;
}
.concern-page .concern-2 ul li {
  width: 19%;
  padding: 10px;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.concern-page .concern-2 ul li > div {
  overflow: hidden;
}
.concern-page .concern-2 ul li .number {
  font-size: 48px;
  color: #FFFFFF;
}
.concern-page .concern-2 ul li .tag {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.concern-page .concern-2 ul li .bg {
  height: 560px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  background-position: center;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  -moz-transition: filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
}
.concern-page .concern-2 ul li .bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.concern-page .concern-2 ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 40px;
}
.concern-page .concern-2 ul li .content .num {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.concern-page .concern-2 ul li .content .text {
  color: #FFFFFF; 
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.concern-page .concern-2 ul li.active {
  width: 43%;
}
.concern-page .concern-2 ul li.active .tag {
  opacity: 0;
}
.concern-page .concern-2 ul li.active .bg {
  -webkit-filter: none;
  filter: none;
}
.concern-page .concern-2 ul li.active .bg::after {
  opacity: 1;
}
.concern-page .concern-2 ul li.active .content .num {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.concern-page .concern-2 ul li.active .content .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
@media (max-width: 1000px) {
  .concern-page .concern-1 {
    margin: 60px 0;
  }

  .concern-page .concern-1 ul li {
    width: 100%!important;
  }

  .concern-page .concern-2 {
    margin-bottom: 60px;
  }
  .concern-page .concern-2 ul li {
    width: 100%!important;
  }
  .concern-page .concern-2 ul li .bg::after {
    opacity: 1;
  }
  .concern-page .concern-2 ul li .bg {
    -webkit-filter: none;
    filter: none;
  }
  .concern-page .concern-2 ul li .tag {
    display: none;
  }
  .concern-page .concern-2 ul li .content .num {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .concern-page .concern-2 ul li .content .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .concern-page .concern-2 ul li .bg {
    height: auto;
    padding-top: 60%;
    background-size: cover;
  }
  .concern-page .concern-2 ul li .content {
    padding: 5%;
  }
  .concern-page .concern-2 ul li .number {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .concern-page .concern-2 ul li .bg {
    padding-top: 100%;
  }
}

@media (max-width: 500px) {
  .concern-page .concern-1 ul li .img {
    width: 100%;
    float: none;
  }
  .concern-page .concern-1 ul li .content {
    padding-left: 0;
    margin-top: 30px;
  }
}

.news-page .category {

}
.news-page .category ol li {
  width: auto; 
  color: #838383;
  border-bottom: 2px solid transparent;
}
.news-page .category ol li + li {
  margin-left: 15px;
}
.news-page .category ol li.active {
  color: #000000;
  border-color: currentcolor;
}
.news-page .list {
  margin-top: 45px;
  margin-bottom: 150px;
}
.news-page .list ul.news_list {
  margin: -20px;
}
.news-page .list ul.news_list li {
  padding: 20px;
}
.news-page .list ul.news_list li .img{
  overflow: hidden;
      -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);

}
.news-page .list ul.news_list li .img a{
  display: block;
  overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    -moz-transform: translate3d(0,0,0) scale(1.2);
    transform: translate3d(0, 0, 0) scale(1.2);
}
.news-page .list ul.news_list li .img img{
  -webkit-transform: translate3d(-6.66%, 0, 0) scale(1);
    -moz-transform: translate3d(-6.66%,0,0) scale(1);
    transform: translate3d(-6.66%, 0, 0) scale(1);
    width: -webkit-calc(110%);
    width: -moz-calc(110%);
    width: calc(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .list ul.news_list li:hover .img img{
  -webkit-transform: translate3d(-8.6%, 0, 0);
    -moz-transform: translate3d(-8.6%,0,0);
    transform: translate3d(-8.6%, 0, 0);
}
.news-page .list ul.news_list li time {
  color: #777;
  margin: 0 0 5px;
}
.news-page .list ul.news_list li .name {

}
.news-page .list ul.news_list li .text {

  color: #777; 
}
@media (max-width: 1200px) {
  .news-page .list ul.news_list {
    margin: -15px;
  }
  .news-page .list ul.news_list li {
    padding: 15px;
    width: 50%;
  }
  .news-page .list ul.news_list li .text {
    font-size: 18px;
  }
  .news-page .list ul.news_list li .name {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .news-page .list ul.news_list li .text {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .news-page .list ul.news_list li .text {
    font-size: 14px;
  }
  .news-page .list ul.news_list li{
    width: 100%;
  }
}
.newdet-page h1 {

}
 
.newdet-page .info span:first-child {
  color: #777777;
}
.newdet-page .newdet-content {
  margin-top: 50px;
  margin-bottom: 150px;
}
.newdet-page .newdet-content .content {

}
.newdet-page .newdet-content .content p {
    margin-bottom: 5px;
}
.newdet-page .newdet-content .bottom {
  margin-top: 70px;
}
.newdet-page .newdet-content .share a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.newdet-page .newdet-content .page-btn {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.newdet-page .newdet-content .page-btn > div {

  width: 50%;
  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;
}
.newdet-page .newdet-content .page-btn > div .img {
  width: 140px;
}
.newdet-page .newdet-content .page-btn > div .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 35px;
}
 
.newdet-page .newdet-content .page-btn .right {
  border-left: 2px solid #e4e4e4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 1000px) {
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page .newdet-content .content {
    font-size: 16px;
  }
  .newdet-page .newdet-content .page-btn {
    display: block;
  }
  .newdet-page .newdet-content .page-btn > div {
    width: 100%;
    padding: 15px 0;
  }
  .newdet-page .newdet-content .page-btn .right {
    border-left: 0;
    border-top: 2px solid #e4e4e4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .newdet-page .newdet-content .page-btn > div .text {
    padding: 0 15px;
  }
  .newdet-page .newdet-content .page-btn > div .text .name {
    font-size: 18px;
  }
  .newdet-page .info span + span {
    margin-left: 15px;
  }
}
@media (max-width: 700px) {
  .newdet-page .newdet-content .content {
    font-size: 14px;
  }
  .newdet-page .newdet-content .page-btn > div .img {
    width: 100px;
  }
  .newdet-page .newdet-content .page-btn > div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.careers-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 20% left;
  overflow: hidden;
}
.careers-page .list {
  margin-top: 50px;
  margin-bottom: 150px;
}
.careers-page .list ul {
  margin: -25px;
}
.careers-page .list ul li {
  padding: 25px;
}
.careers-page .list .box {
  padding: 90px 50px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.careers-page .list .box .name {
  font-size: 40px;
}
.careers-page .list .box .text {
  line-height: 2; 
  margin: 60px 0;
  color: #565656;
}
.careers-page .list .box .btns a {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #000000;
  margin: 5px;
}
@media (max-width: 1400px) {
  .careers-page .list .box .name {
    font-size: 30px;
  }
  .careers-page .list .box {
    padding: 50px 25px;
  }
  .careers-page .list .box .text {
    margin: 25px 0;
  }
}
@media (max-width: 1200px) {
  .careers-page .list ul {
    margin: -15px;
  }
  .careers-page .list ul li {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .careers-page .list ul li {
    width: 50%!important;
  }
  .careers-page .list .box .name {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .careers-page .list ul li {
    width: 100%!important;
  }
}
.application2-page {
  background-color: #f4f4f4;
}
.application2-page .application2-1 {
  padding-bottom: 100px;
}
.application2-page .application2-1 .Tit {
  font-size: 48px;
}
.application2-page .application2-1 .list {
  margin-top: 60px;
}
.application2-page .application2-1 .list ul {
  margin: -15px;
}
.application2-page .application2-1 .list ul li {
  padding: 15px;
}
.application2-page .application2-1 .list .box {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #d0d0d0;
  padding: 25px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box .name {
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #2c2c2c;
}
.application2-page .application2-1 .list .box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.application2-page .application2-1 .list .box:hover .name {
  color: #FFFFFF;
}
.application2-page .application2-2 {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.application2-page .application2-2 .box {
  padding-bottom: 55px;
  border-bottom: 1px solid #8a8a8a;
}
.application2-page .application2-2 .left {
  width: 40%;
  vertical-align: middle;
}
.application2-page .application2-2 .right {
  width: 60%;
  padding-left: 50px;
  vertical-align: middle;
}
.application2-page .application2-2 .right .name {
  font-size: 30px; 
  font-weight: bold;
}
.application2-page .application2-2 .right .text {
  line-height: 1.8;
  margin-top: 15px;
}
.application2-page .application2-2 .right .list {
  margin-top: 40px;
}
.application2-page .application2-2 .right .list ul {
  margin: -19px;
}
.application2-page .application2-2 .right .list li {
  padding: 19px;
}
@media (max-width: 1000px) {
  .application2-page .application2-1 {
    padding-bottom: 60px;
  }
  .application2-page .application2-1 .Tit {
    font-size: 24px;
  }
  .application2-page .application2-1 .list {
    margin-top: 40px;
  }
  .application2-page .application2-1 .list .box {
    padding: 15px;
  }
  .application2-page .application2-1 .list .box .name {
    font-size: 16px;
  }
  .application2-page .application2-2 .left {
    width: 100%;
  }
  .application2-page .application2-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .application2-page .application2-2 .right .list ul {
    margin: -10px;
  }
  .application2-page .application2-2 .right .list li {
    padding: 10px;
  }
  .application2-page .application2-2 .right .name {
    font-size: 24px;
  }
  .application2-page .application2-2 {
    padding: 40px 0;
  }
}




.row-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.contact-page .contact-1 .Tit {
  font-size: 36px;
}
.contact-page .contact-1 .left {
  width: 50%;
  padding-left: 15px;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 15px;
}
.contact-page .contact-1 .right .form p {
  margin: 0 0 1em;
}
.contact-page .contact-1 .right .form label {
  font-size: 16px;
  display: block;
  margin-top: 30px;
}
.contact-page .contact-1 .right .form input,
.contact-page .contact-1 .right .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px;
}
.contact-page .contact-1 .right .form input {
  border-width: 0 0 1px;
  border-style: solid;
}
.contact-page .contact-1 .right .form input[type='submit'] {
  width: auto;
  min-width: 165px;
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  padding: 14px 30px;
}
.elementor-section {
  margin-top: 75px;
}
.elementor-section + .elementor-section {
  margin-top: 35px;
}
.elementor-section .elementor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column.elementor-col-50 {
  width: 100%;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-icon-list-item,
.elementor-icon-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: wrap;
}
.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-icon-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.elementor-icon-list-icon i {
  width: 22.5px;
}
.elementor-icon-list-icon + .elementor-icon-list-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}
.elementor-widget-container {
  margin: 0 0 5px 0;
}
@media (max-width: 1000px) {
  .elementor-section .elementor-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-column.elementor-col-50 {
    width: 100%;
  }
  .elementor-section + .elementor-section {
    margin-top: 0;
  }
  .elementor-widget-wrap {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}




.faq-container {
  margin-top: 60px;
  margin-bottom: 150px;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d5d8dc;
}
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 0;
  border-top: 1px solid;
  border-top-color: #D9D9D9;
  color: #000000;
}
.elementor-accordion .elementor-tab-title {
  margin: 0;
  padding: 30px 30px 30px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  color: #000;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: #222;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 30px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-accordion-icon,
.elementor-accordion-title {
  color: #000000;
}
.elementor-accordion-title {
  font-size: 22px;
  font-weight: 400;
}
.elementor-active .elementor-accordion-icon,
.elementor-active .elementor-accordion-title {
  color: #FFF;
}
.elementor-accordion-icon.elementor-accordion-icon-left {
  margin-right: 15px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: block;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block;
}
.elementor-accordion .elementor-tab-content {
  display: none;
  font-size: 16px;
  font-weight: 400;
  padding: 40px 185px 40px 40px;
  border-top: 0;
}
@media (max-width: 768px) {
  .elementor-accordion .elementor-tab-content {
    padding: 30px;
  }
}




.img-hover {
  position: absolute;
  left: 0%;
  right: 0;
  top: 0;
  bottom: 0;
  /*opacity: 0;*/
  transition: .5s ease;
   -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.product-image:hover .img-hover {
  opacity: 1;
   -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}





.technology-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.technology-1 .list li {
    padding: 65px 25px;
    position: relative;
}
.technology-1 .list li:before {
    content: '';
    position: absolute;
    left: 100px;
    bottom: 0;
    height: 55px;
    border-left: 1px dashed #d6d6cd;
}
.technology-1 .list ul.top {
    padding-right: 180px;
}
.technology-1 .list ul.bottom {
    padding-left: 180px;
}
.technology-1 .list ul.bottom li:before {
    top: 0;
    bottom: auto;
}
.technology-1 .list ul.line {
    border-bottom: 1px solid #b5b5b5;
}

.technology-1 .mb ul {
    margin: -15px;
}

.technology-1 .mb li {
    padding: 15px;
}

@media (max-width: 1000px) {
  .technology-1 .pc {
    display: none;
  }

  .technology-1 .mb {
    display: block;
  }
}



.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inner-banner h2 {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}

.inner-banner .nm-play {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  transition: .5s ease;
}

.inner-banner .nm-play:hover {
  color: white;
  background-color: black;
}

@media (max-width: 1650px) {
  .inner-banner h2 {
    font-size: 48px;
  }
}

@media (max-width: 1400px) {
  .inner-banner h2 {
    font-size: 36px;
  }
}

@media (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 24px;
  }
}


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

  .inner-banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inner-banner h2 {
    margin-bottom: 10px;
  }
  .inner-banner h2 br {
    display: none;
  }
}
@media (max-width: 500px){
  .inner-banner{
    height: auto;
  }
}
.fdgds{
  display: inline;
}
.gdsge{
  font-size: 15px;
  line-height: 2;
}

/*设计*/

#index-body .i-product .list ul li .img-box img.img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    transition: 0.5s;
     -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .i-product .list ul li:hover .img-box img.img-2 {
    opacity: 1;
     -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
#index-body .i-product .list ul li .img-box:hover img{
  -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}



/*设计-end*/


.inner-page .sidebox .sideleft {
  width: 26.1%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
  border: 1px solid #b7b7b7;
}
.inner-page .sidebox .sideleft .widget h3 {
 

  background: var(--primary);
  font-size: 20px;
  line-height: 1.8;
}
.inner-page .sidebox .sideleft .widget form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  color: #adaaa4;
  font-size: 16px;
  border: 1px solid #b7b7b7;
  background: transparent;
}
.inner-page .sidebox .sideleft .widget form input::-webkit-input-placeholder {
  color: #adaaa4;
}
.inner-page .sidebox .sideleft .widget form input:-moz-placeholder {
  color: #adaaa4;
}
.inner-page .sidebox .sideleft .widget form input::-moz-placeholder {
  color: #adaaa4;
}
.inner-page .sidebox .sideleft .widget form input:-ms-input-placeholder {
  color: #adaaa4;
}
.inner-page .sidebox .sideleft .widget form input::placeholder {
  color: #adaaa4;
}
.inner-page .sidebox .sideleft .widget form input:focus {
  border-color: var(--primary);
}
.inner-page .sidebox .sideleft .widget form input[type="submit"] {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 13px;
  background: url(../images/search-icon.png) no-repeat center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideleft .widget .category ul li a {
  padding: 5px 0;
  font-size: 16px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .category ul li a:hover {
  color: var(--primary);
}
.inner-page .sidebox .sideleft .widget .category ul li .children {
  padding-left: 15px;
  display: none;
}
.inner-page .sidebox .sideleft .widget .category ul li.active .children {
  display: block;
}
.inner-page .sidebox .sideleft .widget .product ul li {
  margin-bottom: 15px;
}
.inner-page .sidebox .sideleft .widget .product ul li .img {
  width: 20%;

  overflow: hidden;
  vertical-align: middle;
}
.inner-page .sidebox .sideleft .widget .product ul li .text {
  width: 70%;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 16px;
 
}
.inner-page .sidebox .sideleft .widget .product ul li .text h2 {
  font-size: 16px;

}
.inner-page .sidebox .sideleft .widget .product ul li .text img {
  display: inline-block;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .widget .product ul li .img img {
    width: 100%;
    object-fit: cover;
    max-height: 75px;

}
.inner-page .sidebox .sideleft .widget .product ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 73.9%;
  padding-left: 80px;
}

@media screen and (max-width:1250px){
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0;

  }
  .inner-page .sidebox .sideleft{
    display: none;
  }
}

.inner-banner .mbx {
    color: #fff;
}
.inner-banner .mbx span {
    color: #fff;
}

.story-page .story-1 .left .box .h2 {
    color: var(--color);
}

.about-14 {

  background: #f5f5f5;
 
}
.about-14 .left {
  width: 40%;
  padding-right: 3%;
}
.about-14 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
}
.about-14 .left a.more {
  margin-top: 3.52941176em;
}
.about-14 .right {
  width: 60%;
}
.about-14 .right .list {
  
  overflow: hidden;
}
.about-14 .right .list .slick-list {
  overflow: unset;
}
.about-14 .right ul {
  margin: -7px;
}
.about-14 .right ul li {
  padding: 15px;
}
.about-14 .right ul li .box {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.about-14 .right ul li img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}


@media screen and (max-width: 1000px) {
  .about-14 .left {
    padding-right: 0;
    width: 100%;
  }
  .about-14 .right {
    width: 100%;
    margin-top: 30px;
  }
  .gallery-page ul li{
    width: 33.3%;
  }
}

@media screen and (max-width: 700px) {
  .about-14 .right ul .slick-current li img {
    top: 0;
  }
  .about-14 .right .list {
    padding-top: 0;
  }
  .gallery-page ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul li{
    width: 100%;
  }
}
#index-body .i-about .bottom ul li img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}


.bases ul li .box .top img {
    max-height: 310px;
    width: 100%;
    object-fit: cover;
}



.prodet-page .prodet2 .faqC ul li .box .faqTitle {
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}


.prodet-page .prodet2 .faqC ul li .box .faqTitle i {
    position: absolute;
    right: 20px;
}

.prodet-page .prodet2 .faqC ul li .box .faqContent {
    display: none;
        color: #fff;
}
.prodet-page .prodet2 .faqC ul li .box .faqContent p {
    display: inline;
}