@font-face {
  font-family: 'C-BT';
  src: url('../fonts/CenturySchlbkCyrillicBT-Roman.eot');
  src: url('../fonts/CenturySchlbkCyrillicBT-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturySchlbkCyrillicBT-Roman.woff2') format('woff2'), url('../fonts/CenturySchlbkCyrillicBT-Roman.woff') format('woff'), url('../fonts/CenturySchlbkCyrillicBT-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.grid-box {
  font-size: 0;
}

.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-box.five > .column {
    width: 100%;
  }
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Arial';
  max-width: 1920px;
  --color: #dfb26c;
  --color1: #e96351;
  --color2: #34170c;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1850px;
}
.font-family1 {
  font-family: 'C-BT';
}
.public-title {
  color: #34170c;
}
@-webkit-keyframes banner-img {
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    opacity: 1;
  }
}
@-moz-keyframes banner-img {
  to {
    -moz-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    opacity: 1;
  }
}
@keyframes banner-img {
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    opacity: 1;
  }
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color1);
}
.public-btn:hover {
  background-color: #000;
  color: #fff;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  background-color: var(--color);
  height: 36px;
}
#header .h-top a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .h-top a:hover {
  color: var(--color1);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 1em;
  margin-left: 1em;
  color: #34170c;
  -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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-top: 33px;
  padding-bottom: 24px;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #34170c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  opacity: 1;
}
#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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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-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 .h-items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .h-items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#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;
}
.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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  margin-top: 117px;
  position: relative;
}
#banner .banner-slick .slick-current li > img {
  -webkit-animation: banner-img 0.7s ease-out forwards;
  -moz-animation: banner-img 0.7s ease-out forwards;
  animation: banner-img 0.7s ease-out forwards;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li > img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  position: relative;
  z-index: -1;
  opacity: 0;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
#banner .banner-slick li .content .text-box {
  height: 100%;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 850px;
  color: #fff;
}
#index-body .advantage {
  z-index: 1;
}
#index-body .advantage .bg {
  right: 0;
  top: -22px;
  z-index: -1;
}
#index-body .advantage .advantage-list li {
  color: var(--color2);
}
#index-body .advantage .advantage-list li:nth-child(2) {
  border-left: 1px solid #a89377;
  border-right: 1px solid #a89377;
}
#index-body .advantage .advantage-list li .intro {
  opacity: 0.9;
  line-height: 1.35;
}
#index-body .category .category-slick li .slide-box .title1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
#index-body .category .category-slick li .slide-box .title1:hover {
  color: var(--color);
}
#index-body .category .category-slick li .slide-box .mask-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .mask-content::after {
  z-index: -1;
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  opacity: 0.85;
}
#index-body .category .category-slick li .slide-box .mask-content .intro {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .category .category-slick li .slide-box .mask-content .product-more {
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #000000;
}
#index-body .category .category-slick li .slide-box .mask-content .product-more:hover {
  background-color: var(--color);
  color: #ffffff;
}
#index-body .category .category-slick li .slide-box:hover .title1 {
  opacity: 0;
}
#index-body .category .category-slick li .slide-box:hover .mask-content {
  opacity: 1;
}
#index-body .about {
  position: relative;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .content {
  z-index: 3;
}
#index-body .about .left {
  width: 46.5625%;
}
#index-body .about .right {
  width: 53.4375%;
}
#index-body .about .right .title {
  color: #34170c;
}
#index-body .about .right .intro {
  max-width: 760px;
  color: #34170c;
  line-height: 1.44444444;
}
#index-body .about .right .about-more {
  z-index: 2;
}
#index-body .about .right .imgs {
  margin-top: -26px;
  z-index: 1;
}
#index-body .about .right .imgs .img1 {
  margin-right: -3em;
  width: 32%;
}
#index-body .about .right .imgs .img2 {
  width: 20.6%;
}
#index-body .about .number {
  position: relative;
}
#index-body .about .number::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 153%;
  background-color: #fdfaf6;
  z-index: -1;
}
#index-body .about .number-Plus li .top {
  border-bottom: 1px solid rgba(31, 19, 17, 0.11);
  min-width: 3.2em;
}
#index-body .about .number-Plus li .top em {
  line-height: 1;
}
#index-body .about .number-Plus li .title {
  color: #1e1e1e;
}
#index-body .product .product-slick li .slide-box .tips {
  font-size: 12px;
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  z-index: 2;
  left: 0;
  top: 0;
}
#index-body .product .product-slick li .slide-box .img-box {
  background-color: #f7f7f7;
  border-radius: 5px;
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color2);
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .model {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .public-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .product .product-slick li .slide-box:hover .public-btn {
  opacity: 1;
}
#index-body .standard .standard-slick li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#index-body .standard .standard-slick li .left .intro {
  line-height: 1.2;
}
#index-body .standard .standard-slick li .left .signature {
  color: var(--color1);
}
#index-body .standard .standard-slick li .left .signature::before {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5em;
  height: 2px;
  background-color: var(--color1);
}
#index-body .standard .custom-dots {
  bottom: 0;
  left: 5px;
}
#index-body .standard .custom-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .standard .custom-dots .slick-dots li {
  width: 15px;
  height: 14px;
  background-color: #e5e5e5;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-right: 18px;
}
#index-body .standard .custom-dots .slick-dots li.slick-active {
  background-color: var(--color2);
}
#index-body .standard .custom-dots .slick-dots li button {
  display: none;
}
#index-body .advantage1 {
  background-color: #eeeeee;
}
#index-body .advantage1 .advantage-slick1 li .slide-box {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#index-body .news .news-slick li .slide-box .type-date {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .news-btn {
  color: var(--color1);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 4px;
}
#index-body .news .news-slick li .slide-box .news-btn:hover {
  color: var(--color);
}
#footer {
  background-color: var(--color2);
  color: #ffffff;
}
#footer .f-content dl.f-form {
  width: 370px;
}
#footer .f-content dl.f-form dt {
  line-height: 1.2;
}
#footer .f-content dl.f-form form .form-list li input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#footer .f-content dl.f-form form .form-list li input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content dl.f-form form .form-list li input:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content dl.f-form form .form-list li input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content dl.f-form form .form-list li input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content dl.f-form form .form-list li input::placeholder {
  color: #fff;
  opacity: 0.5;
}
#footer .f-content dl.f-form form .form-list li.submit-li {
  right: 0;
  bottom: 0;
}
#footer .f-content dl.f-form form .form-list li.submit-li input {
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl.f-form form .form-list li.submit-li input:hover {
  color: var(--color);
}
#footer .f-content dl.f-form .social-account li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl.f-form .social-account li a:hover {
  color: var(--color);
}
#footer .f-content dl.f-contact .sub {
  max-width: 340px;
  line-height: 1.2;
}
#footer .f-content dl.f-contact .f-contact-list li {
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  max-width: 480px;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 120px;
  border: 5px solid #fff;
}
#footer .f-content dl.f-nav dd,
#footer .f-content dl.f-product dd {
  margin-bottom: 12px;
}
#footer .f-content dl.f-nav dd a,
#footer .f-content dl.f-product dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-content dl.f-nav dd a:hover,
#footer .f-content dl.f-product dd a:hover {
  color: var(--color);
}
#footer .f-copy {
  -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;
  color: rgba(255, 255, 255, 0.4);
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: rgba(255, 255, 255, 0.4);
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #footer .f-nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #footer .f-content dl.f-contact .f-contact-list li{
    max-width: 360px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #index-body .product .product-slick li .slide-box .public-btn {
    opacity: 1;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content dl.f-contact .f-contact-list li {
    max-width: unset;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .advantage .advantage-list li:nth-child(2) {
    border: none;
  }
  #index-body .advantage .advantage-list li {
    width: 100%;
    padding-bottom: 20px;
  }
  #index-body .about .right .right-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .category .category-slick li .slide-box .mask-content .img {
    width: 40%;
  }
  #footer .f-content dl.f-form {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .advantage .bg {
    width: 40%;
  }
  #index-body .advantage .advantage-list {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .about .number-box {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  #banner .font-14,
  #index-body .font-14,
  #footer .font-14,
  #banner .font-15,
  #index-body .font-15,
  #footer .font-15,
  #banner .font-16,
  #index-body .font-16,
  #footer .font-16,
  #banner .font-17,
  #index-body .font-17,
  #footer .font-17,
  #banner .font-18,
  #index-body .font-18,
  #footer .font-18,
  #banner .font-19,
  #index-body .font-19,
  #footer .font-19,
  #banner .font-20,
  #index-body .font-20,
  #footer .font-20,
  #banner .font-21,
  #index-body .font-21,
  #footer .font-21,
  #banner .font-22,
  #index-body .font-22,
  #footer .font-22,
  #banner .font-23,
  #index-body .font-23,
  #footer .font-23,
  #banner .font-24,
  #index-body .font-24,
  #footer .font-24,
  #banner .font-25,
  #index-body .font-25,
  #footer .font-25,
  #banner .font-26,
  #index-body .font-26,
  #footer .font-26,
  #banner .font-27,
  #index-body .font-27,
  #footer .font-27,
  #banner .font-28,
  #index-body .font-28,
  #footer .font-28,
  #banner .font-29,
  #index-body .font-29,
  #footer .font-29,
  #banner .font-30,
  #index-body .font-30,
  #footer .font-30,
  #banner .font-31,
  #index-body .font-31,
  #footer .font-31,
  #banner .font-32,
  #index-body .font-32,
  #footer .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36 {
    font-size: 20px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#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;
}
/*内页*/
.Auxil-through a{
  transition: .3s;
}
.Auxil-through a:hover{
  color: var(--color);
}
.i-tag {
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#000;
}
@media screen and (max-width: 700px) {
  .i-tag{
    font-size: 14px;
  }
}
.aft02 {
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
}

.aft02 .bg_fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 690px;
}
.aft02 .bg_fix .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aft02 .bg_fix:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fdfaf6;
  position: absolute;
  left: 0;
  top: 0;
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}

.aft02 .top .hu_h3 {
  color: #34170c;
}

.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: var(--color2);
  margin-top: 10px;
}

.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}

.aft02 .top .line:after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
  from {
    top: 0;
  }

  to {
    top: 95%;
  }
}

.aft02 .top h4 {
  font-size: 48px;
  color: #fff;
  line-height: 1.4;
}

.aft02 .botF {
  padding: 0 90px;
  position: relative;
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}

.aft02 .botF .fa:hover {
  color: var(--color);
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 40px;
  box-shadow: 0px 5px 15px rgb(102 102 102/30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 420px;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}
.aft02 .botF .swiper-button-next:after,
.aft02 .botF .swiper-button-prev:after {
  display: none;
}
.aft02 .bot .swiper-slide {
  padding: 15px;
}
.aft02 .bot .box:hover .icon:before {
  animation: img01anime 10s 0s linear infinite;
}

.aft02 .bot .box:hover .icon:after {
  animation: img02anime 10s 0s linear infinite;
}

.aft02 .bot .box .icon:before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

.aft02 .bot .box .icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes img02anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}

.aft02 .bot .box h4 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  margin-top: 54px;
  text-align: center;
  padding: 0 30px;
  line-height: 1.2;
}

.aft02 .bot .box h5 {
  width: 239px;
  font-size: 18px;
  position: relative;
  color: #666;
  text-align: center;
  line-height: 32px;
  height: 52px;
  padding-top: 7px;
  margin-top: 5px;
}

.aft02 .bot .box h5:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}

.aft02 .bot .box p {
  padding-right: 15px;
  font-size: 16px;
  height: 70px;
  overflow-y: auto;
  text-align: center;
  width: calc(100% - 60px);
  margin: 15px auto 0;
  color: rgba(0, 0, 0, 0.6);
}

.aft02 .bot .box:hover h5:after {
  background-color: #fff;
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon:before,
.aft02 .bot .box:hover .icon:after {
  border-color: #fff;
}
.aft02 .bot .box:hover {
  background-color: var(--color);
}

.aft02 .bot .aft02Swiper {
  width: 100%;
  margin: auto;
}

.aft02 .bot {
  width: 100%;
  margin: auto;
  padding: 22px 0;
}

@media screen and (max-width: 1600px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 8px;
  }

  .aft02 .top {
    margin-bottom: 30px;
  }

  .aft02 .top h4 {
    font-size: 24px;
  }

  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }

  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }

  .aft02 .botF {
    padding: 0 13px;
  }

  .aft02 .botF .fa {
    font-size: 65px;
  }

  .aft02 .bot .box {
    padding: 43px 0 40px;
    box-shadow: 0 0 11px #d8d8d8;
  }

  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }

  .aft02 .bot .box .icon img {
    width: 48px;
  }

  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }

  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }

  .aft02 .bot .box h5:after {
    width: 17px;
    height: 3px;
    bottom: 100%;
  }

  .aft02 .botF .fa-angle-left {
    left: -18px;
  }

  .aft02 .botF .fa-angle-right {
    right: -18px;
  }

  .aft02 {
    padding: 115px 0 90px;
  }

  .aft02 .bg_fix {
    height: 555px;
  }
}

@media only screen and (max-width: 1250px) {
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    width: 100%;
  }
  .aft02 .botF .swiper-button-next,
  .aft02 .botF .swiper-button-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .aft02 .bot .box h4 {
    font-size: 20px;
  }
  .aft02 .top .hu_h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }

  .aft02 .top h4 {
    font-size: 22px;
    text-align: center;
  }

  .aft02 .bot {
    width: 110%;
  }

  .aft02 .top {
    margin-bottom: 50px;
  }

  .aft02 .botF {
    padding: 0;
  }

  @keyframes hua2 {
    from {
      top: 0;
    }

    to {
      top: 95%;
    }
  }

  .aft02 .bot .aft02Swiper {
    width: 100%;
  }

  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }

  .aft02 .botF .fa-angle-left {
    left: -8px;
  }

  .aft02 .botF .fa-angle-right {
    right: -8px;
  }

  .aft02 {
    padding: 80px 0 40px;
  }

  .aft02 .bg_fix {
    height: 530px;
  }
}
@media only screen and (max-width: 700px) {
  .aft02 .bot .box p {
    height: auto;
    overflow-y: unset;
  }
  .aft02 .bot .box {
    height: auto;
  }
}

.aft03 {
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 49%;
  height: 800px;
  /*left: 100px;*/
}

.aft03 .icenter2 .le:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
  transition: all 0.5s;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
  position: relative;
  z-index: 2;
}

.aft03 .icenter2 .ri > ul {
  margin: 20px 0 0;
}

.aft03 .icenter2 .ri > ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}

.aft03 .icenter2 .ri > ul li:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0;
  font-size: 18px;
  color: #333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 700;
}

.aft03 dl dd .text h4:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .aft03 .icenter2 .ri > ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri > ul {
    margin: 16px 0 0;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4:after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media screen and (max-width: 768px) {
  .aft03 .icenter2 {
    flex-flow: wrap;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }
  .aft03 {
    padding-bottom: 50px;
  }
}
.service-page{
  /*background-color: #f4f0ea;*/
}
.service-page .service-6 .box {
  height: 700px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5%;
}

.service-page .service-6 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-6 .box .mask i.active {
  opacity: 1;
}

.service-page .service-6 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.service-page .service-6 .box .content span.tag {
  display: block;
  color: var(--color);
  margin-bottom: 0.5em;
  font-weight: 500;
}

.service-page .service-6 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}

.service-page .service-6 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.service-page .service-6 .slickBtn {
  font-size: 30px;
}

.service-page .service-6 .slickBtn div {
    background-color: var(--color1);
    color: #ffffff;
  width: 40px;
  height: 40px;
}
.service-page .service-6 .slickBtn div i {
  font-size: 18px;
}
.service-page .service-6 .slickBtn div:hover {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 1450px) {
  .service-page .service-6 .box {
    height: 600px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-6 .box {
    height: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-6 .box {
    height: 420px;
  }
  .service-page .service-6 .box .content {
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-6 .box .content {
    max-width: 100%;
  }
  .service-page .service-6 .box {
    height: auto;
  }
  .service-page .service-6 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.contact2-page .contact-1 {
  padding: 150px 0 110px;
  text-align: center;
}
.contact2-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact2-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact2-page .contact-1 .list ul li {
  padding: 20px;
}
.contact2-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact2-page .contact-1 .list ul li .box i {
  display: block;
}
.contact2-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact2-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact2-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact2-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
@media screen and (max-width: 1000px) {
  .contact2-page .contact-1 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact2-page .contact-1{
    padding: 60px 0;
  }
}
@media screen and (max-width: 1600px) {
  .contact2-page .form ul li {
    padding: 6px;
  }

  .contact2-page .form ul {
    margin: -6px;
  }

  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type='submit'] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .contact2-page .form ul li input,
  .contact2-page .form ul li textarea,
  .contact2-page .form ul li input[type='submit'] {
    font-size: 14px;
    padding: 0.5em;
  }
}

.contact2-page .form ul {
  margin: -15px -7px;
}

.contact2-page .form ul li {
  padding: 15px 7px;
}

.contact2-page .form ul li input,
.contact2-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}

.contact2-page .form ul li input::-webkit-input-placeholder,
.contact2-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.contact2-page .form ul li input:-moz-placeholder,
.contact2-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.contact2-page .form ul li input::-moz-placeholder,
.contact2-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.contact2-page .form ul li input:-ms-input-placeholder,
.contact2-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li input::placeholder,
.contact2-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact2-page .form ul li textarea {
  height: 150px;
}
.contact2-page .form ul li input[type='submit'] {
  border: none;
  background: var(--color1);
  color: #000;
  font-size: 20px;
  /*font-family: 'rom';*/
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact2-page .form ul li input[type='submit']:hover {
  background: #242424;
  color: #fff;
}
.contact2-page .form ul li.wid-100 {
  width: 100%;
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: #ebebeb;
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1.8em;
  display: block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
.faq-page .marginBox .box .left .box2 .slide span.h6:hover {
  border-color: black;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #8e8e8e;
  margin-bottom: 1em;
  line-height: 1.2;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  padding-left: 0;
  width: 100%;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #eee;
  border: 1px solid #bfbfbf;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-size: 26px;
  color: #242424;
  /*text-align: right;*/
  display: block;
  position: relative;
  padding-right: 25px;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 30px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: 0.8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
  }
  .faq-page .marginBox .box .right .list ul li span.title {
    padding-right: 25px;
  }
  .faq-page .marginBox{
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.custom-2 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2 .ui .top .left {
  padding-right: 65px;
}

.custom-2 .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
}

.custom-2 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2 .ui .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.custom-2 .ui .bottom .left {
  padding-right: 80px;
}

.custom-2 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui .bottom .right ul.list3 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.custom-2 .ui .bottom .right ul.list3 li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.custom-2 .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}

.custom-2 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 35px;
  right: 25px;
}

.custom-2 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2 .ui .bottom .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .custom-2 .ui .bottom .right {
    padding-right: 0;
  }

  .custom-2 .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .custom-2 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-2 .ui .top .left {
    padding-right: 0;
    width: 100%;
  }

  .custom-2 .ui .top .right {
    width: 100%;
  }

  .custom-2 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .custom-2 .ui .bottom .left {
    padding-right: 0;
    width: 100%;
  }

  .custom-2 .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 0px;
  }
}

.inner-banner {
  color: #fff;
  margin-top: 120px;
}
.inner-banner .mbx-box {
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}
.m-page .wp-pagenavi {
  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;
}
.m-page a,
.m-page span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 9px;
  width: 2.166em;
  height: 2.166em;
  border-radius: 50%;
}
.m-page span {
  color: var(--color2);
  background-color: #e5e5e5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page span:hover {
  color: #ffffff;
  background-color: var(--color);
}
.m-page a {
  color: #ffffff;
  background-color: var(--color);
}
.container.min-w {
  max-width: 1590px;
}
.about-page {
  background-color: #fdfaf6;
}
.about-page .about-1 .subtitle {
  color: var(--color2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.about-page .about-1 .intro {
  color: var(--color2);
  line-height: 1.3;
}
.about-page .about-2 .top .right {
  line-height: 1.3;
}
.faq-page1 {
  background-color: #fdfaf6;
}
.faq-page1 .left .public-title {
  max-width: 500px;
}
.faq-page1 .right .faq-list li {
  border-bottom: 1px solid rgba(168, 147, 119, 0.3);
}
.faq-page1 .right .faq-list li .title-box {
  cursor: pointer;
}
.faq-page1 .right .faq-list li .title-box .title {
  color: var(--color2);
}
.faq-page1 .right .faq-list li .title-box .btn {
  width: 12px;
  height: 12px;
}
.faq-page1 .right .faq-list li .title-box .btn::before,
.faq-page1 .right .faq-list li .title-box .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color2);
}
.faq-page1 .right .faq-list li .title-box .btn::before {
  width: 100%;
  height: 2px;
}
.faq-page1 .right .faq-list li .title-box .btn::after {
  width: 2px;
  height: 100%;
}
.faq-page1 .right .faq-list li .intro {
  line-height: 1.625;
  color: var(--color2);
  display: none;
}
.faq-page1 .right .faq-list li.active .title-box .btn::after {
  display: none;
}
.faq-page1 .right .faq-list li:last-child {
  border-bottom: none;
}
.news-page .news-1 .c-list {
  border-top: 1px solid rgba(168, 147, 119, 0.5);
  border-bottom: 1px solid rgba(168, 147, 119, 0.5);
}
.news-page .news-1 .c-list li a {
  color: var(--color2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-page .news-1 .c-list li a.active,
.news-page .news-1 .c-list li a:hover {
  color: var(--color);
}
.news-page .news-list-box .news-list li .box .type-date {
  color: var(--color);
}
.news-page .news-list-box .news-list li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color2);
}
.news-page .news-list-box .news-list li .box .title:hover {
  color: var(--color);
}
.news-page .news-list-box .news-list li .box .news-btn {
  color: var(--color1);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 4px;
}
.news-page .news-list-box .news-list li .box .news-btn:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .news-page .news-list-box .news-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list-box .news-list li {
    width: 100%;
  }
}
.quality-page {
  color: var(--color2);
}
.quality-page .quality-1 .public-title {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.quality-page .quality-1 .subtitle {
  color: var(--color2);
}
.quality-page .quality-1 hr {
  height: 2px;
  background-color: var(--color);
}
.quality-page .quality-1 .quality-1-slick li img{
  margin: 0 auto;
}
.quality-page .quality-2 .top .left .public-title {
  max-width: 630px;
}
.quality-page .quality-2 .top .right {
  color: var(--color2);
}
.quality-page .quality-2 .quality-2-slick li .intro {
  line-height: 1.35;
}
.quality-page .quality-3 .right .intro {
  line-height: 1.47619048;
}
.quality-page .quality-4 {
  background-color: #fdfaf6;
}
.quality-page .quality-4 .intro {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}
.quality-page .quality-4 form .form-list li input {
  height: 58px;
  background-color: #e5e5e5;
  border: none;
}
.quality-page .quality-4 form .form-list li input::-webkit-input-placeholder {
  opacity: 0.5;
}
.quality-page .quality-4 form .form-list li input:-moz-placeholder {
  opacity: 0.5;
}
.quality-page .quality-4 form .form-list li input::-moz-placeholder {
  opacity: 0.5;
}
.quality-page .quality-4 form .form-list li input:-ms-input-placeholder {
  opacity: 0.5;
}
.quality-page .quality-4 form .form-list li input::placeholder {
  opacity: 0.5;
}
.quality-page .quality-4 form .form-list li .submit {
  color: #000;
  background-color: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.quality-page .quality-4 form .form-list li .submit:hover {
  background-color: var(--color2);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-3 .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .quality-page .quality-4 form .form-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .quality-4 form .form-list li {
    width: 49%;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-4 form .form-list li {
    width: 100%;
  }
  .quality-page .quality-4 form .form-list li input {
    height: 40px;
  }
}
.product-d-page {
  color: var(--color2);
}
.product-d-page .product-1 .left {
  width: 45.494%;
}
.product-d-page .product-1 .left .small-box {
  width: 21.497%;
}
.product-d-page .product-1 .left .small-box .small-slick {
  left: 0;
  top: 0;
}
.product-d-page .product-1 .left .big-box {
  width: 75.241%;
}
.product-d-page .product-1 .left .big-box .img-box {
  border-radius: 5px;
  background-color: #f7f7f7;
}
.product-d-page .product-1 .right {
  width: 54.506%;
}
.product-d-page .product-1 .right .title {
  line-height: 1.05;
}
.product-d-page .product-1 .right .model {
  color: var(--color);
}
.product-d-page .product-1 .right .p-content {
  border-bottom: 1px solid rgba(31, 19, 17, 0.11);
  line-height: 1.5;
}
.product-d-page .product-2 {
  background-color: #f9f7ef;
}
.product-d-page .product-2 .title-box .btn {
  width: 18px;
  height: 18px;
}
.product-d-page .product-2 .title-box .btn::before,
.product-d-page .product-2 .title-box .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--color2);
}
.product-d-page .product-2 .title-box .btn::before {
  width: 100%;
  height: 2px;
}
.product-d-page .product-2 .title-box .btn::after {
  width: 2px;
  height: 100%;
  opacity: 0;
}
.product-d-page .product-2 .title-box.no-active .btn::after {
  opacity: 1;
}
.product-d-page .product-2 hr {
  height: 2px;
  background-color: #a89377;
  opacity: 0.3;
}
.product-d-page .product-3 .product .product-slick li .slide-box .product-btn {
  color: var(--color1);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 4px;
}
.product-d-page .product-3 .product .product-slick li .slide-box .product-btn:hover {
  color: var(--color);
}
.product-d-page .product-4 {
  z-index: 3;
}
.product-d-page .product-5 {
  z-index: 1;
}
.product-d-page .product-5 .bg {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fdfaf6;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
}
.product-d-page .product-7 .container .content .intro {
  line-height: 1.625;
}
@media screen and (max-width: 1000px) {
  .product-d-page .product-2 .detail-content,
  .product-d-page .product-2 .title-box {
    padding-right: 0;
  }
}
.product-c-page {
  color: var(--color2);
}
.product-c-page .category-intro {
  background-color: #faf7f0;
}
.product-c-page .category-intro .right{
  max-height: calc(1.5em * 4);
  overflow-y: auto;
}
.product-c-page .category-list {
  border-top: 1px solid rgba(168, 147, 119, 0.5);
  border-bottom: 1px solid rgba(168, 147, 119, 0.5);
}
.product-c-page .category-list .c-list li a {
  color: var(--color2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-c-page .category-list .c-list li a.active,
.product-c-page .category-list .c-list li a:hover {
  color: var(--color);
}
.product-c-page .product-list-box .product-list li .box .tips {
  font-size: 12px;
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  z-index: 2;
  left: 0;
  top: 0;
}
.product-c-page .product-list-box .product-list li .box .img-box {
  background-color: #f7f7f7;
  border-radius: 5px;
}
.product-c-page .product-list-box .product-list li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color2);
}
.product-c-page .product-list-box .product-list li .box .title:hover {
  color: var(--color);
}
.product-c-page .product-list-box .product-list li .box .model {
  color: var(--color);
}
.product-c-page .product-list-box .product-list li .box .product-btn {
  color: var(--color1);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-underline-offset: 4px;
}
.product-c-page .product-list-box .product-list li .box .product-btn:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .product-c-page .product-list-box .product-list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .product-c-page .product-list-box .product-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-c-page .product-list-box .product-list li {
    width: 100%;
  }
}
.factory-page {
  padding: 127px 0 50px;
  background-color: #fdfaf6;
}

.factory-page .bottom .list {
  margin: 60px 0;
}

.factory-page .bottom .list ul {
  margin: -35px -10px;
}

.factory-page .bottom .list ul li {
  padding: 35px 10px;
}

.factory-page .bottom .list ul li a.img-box {
  display: block;
}

.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}

.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('/template/en/images/icon-zoom.png') center center no-repeat var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}

.factory-page .bottom .list ul li span.h6 {
  font-size: 16px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 1700px) {
  .factory-page .bottom .list ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1250px) {
  .factory-page .bottom .list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .bottom .list ul li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .factory-page{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .factory-page .bottom .list ul li {
    width: 50%;
  }
  .factory-page .bottom .list ul li{
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.service-page .service-1 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.service-page .service-1 .left {
  vertical-align: middle;
}

.service-page .service-1 .left .img video {
  display: block;
  width: 100%;
}

.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
}

.service-page .service-1 .right span.h2 {
  margin: 10px 0;
}

.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}

.service-page .service-1 .right a.more {
  margin-top: 2em;
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }

  .service-page .service-1 .left {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 {
    padding-top: 40px;
  }
}

.service-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: #fff;
  text-align: center;
}

.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid #fff;
}

.service-page .service-4 ul li span.h6 {
  font-weight: 500;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: 0.5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1700px) {
  .service-page .service-4 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-4 ul li {
    width: 50% !important;
  }
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: #fff;
  background-image: url('/template/en/images/service-3-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  color: black;
}

.service-page .service-3 a.more {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1450px) {
  .service-page .service-2,
  .service-page .service-3 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 {
    padding: 40px 0;
  }
}

.chainList {
  padding: 80px 0 80px;
}

.chainList .top .left {
  vertical-align: bottom;
}

.chainList .top .left span.tag {
  margin-bottom: 1em;
}

.chainList .top .right {
  vertical-align: bottom;
}
.chainList .top .right a {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 16px;
  transition: 0.5s;
}
.chainList .top .right a.active {
  background-color: var(--color);
  color: white;
}
.chainList .top .right a:first-child {
  margin-left: 0;
}
.chainList .bottom {
  margin-top: 70px;
}

.chainList .bottom .list ul {
  margin: -10px;
}

.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}

.chainList .bottom .list ul li img {
  border-radius: 10px;
}

.chainList .bottom .list ul li a.img-box {
  display: block;
}

.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 5px;
}

.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .chainList .top .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .chainList .top .right a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .chainList .top .right a {
    width: 100%;
    margin: 10px 0;
    justify-content: center;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .chainList .top .left {
    width: 100%;
  }
  .chainList .top .right {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .chainList .top .right a.more {
    margin-left: 0;
  }
}

.newdet-page .ui.container .newst {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  color: var(--color);
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  margin: 100px 0 30px;
}
.newdet-page .ui.container .content {
  color: #626262;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
}
.newdet-page .ui.container .bottom .sharebox {
  color: #222;
}
.newdet-page .ui.container .bottom .sharebox span {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul {
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .mores i {
  width: 50px;
  height: 50px;
  border: solid 1px #ccc;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 24px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.newdet-page .ui.container .bottom .tabbox .mores:hover i img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}*/
.newdet-page {
  padding: 80px 0;
  background-color: #f4f0ea;
}
@media screen and (max-width: 1700px) {
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .ui.container h1{
    margin-top: 0;
    margin-bottom: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
}
.contact-page {
  background-color: #f4f0ea;
}
.contact-page .form ul {
  margin: -15px -7px;
}
.contact-page .form ul li {
  padding: 15px 7px;
}
.contact-page .form ul li input,
.contact-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  border-radius: 3px;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
}
.contact-page .form ul li.wid-100 {
  width: 100%;
}
.contact-page .form ul li input::-webkit-input-placeholder,
.contact-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-moz-placeholder,
.contact-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::-moz-placeholder,
.contact-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input:-ms-input-placeholder,
.contact-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li input::placeholder,
.contact-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.contact-page .form ul li textarea {
  height: 150px;
}
.contact-page .form ul li input[type='submit'] {
  border: none;
  background: var(--color1);
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .form ul li input[type='submit']:hover {
  background-color: #000;
    color: #fff;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 20px;
  color: #626262;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 2em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 15px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #626262;
  line-height: 1.4;
  max-width: 400px;
  margin: auto;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .text {
    margin-bottom: 2em;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 15px 5%;
  }
  .contact-page .contact-1 .list ul li .box i img {
    max-height: 80px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1 .list ul li .box span.h6,
  .contact-page .contact-1 .list ul li .box p,
  .contact-page .contact-1 .text {
    font-size: 16px;
  }
}
span.tag {
  display: block;
  color: var(--color);
  line-height: 1.77;
  margin-bottom: 0.5em;
}
.more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more:hover .icon i:first-child {
  right: 50%;
}
.more:hover .icon i:last-child {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.more.black .icon {
  border-color: black;
  color: black;
}
.more .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid white;
  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;
  overflow: hidden;
  position: relative;
}
.more .icon i {
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more .icon i:first-child {
  position: absolute;
  right: 150%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.more span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .more .icon {
    width: 50px;
    height: 50px;
  }
  .more .icon i {
    font-size: 24px;
  }
}