@font-face {
  font-family: 'Poppins';
  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;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #c5a35c;
  font-weight: 300;
  margin: 0 auto;
}
#pups_from{
  z-index: 220001 !important;
}
#mobile3 .m-nav ul li li li{
  padding-left: 14px;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
.container {
  width: 1630px;
}
.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;
  padding: 29px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  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: 20px;
  margin: 0 35px;
  font-weight: 500;
  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 .yuy span {
  position: relative;
  color: white;
  font-size: 20px;
}
#header .nav .ui.menu .yuy span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: white;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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);
}
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .yuy span::after {
  background-color: black;
}
#header.active .nav .ui.menu .logo img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner 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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.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;
}
#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;
}
.mores {
  font-size: 18px;
  position: relative;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 25px;
}
.mores::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.25);
}
.mores:hover::after {
  width: 100%;
  border-radius: 30px;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
  color: white;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 11%;
}
#banner li .content .left {
  width: 50%;
}
#banner li .content h2 {
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
}
#banner .page {
  position: absolute;
  right: 8%;
  bottom: 12%;
  color: white;
}
#banner .page .line {
  position: relative;
  width: 260px;
  height: 1px;
  background-color: white;
  margin-top: -4px;
}
#banner .page .line i {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.italic {
  font-style: italic;
}
.i-title {
  line-height: 1.3;
}
.i-title span {
  color: #bca983;
  text-transform: capitalize;
  font-weight: 400;
}
.more {
  font-size: 18px;
  height: 64px;
  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;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  padding: 0 40px;
}
.more i {
  margin-left: 15px;
}
.more:hover {
  background-color: var(--color);
  color: white;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(260deg);
    transform: rotate(260deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(260deg);
    transform: rotate(260deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    transform: rotate(260deg);
  }
}
#index-body .i-about .left {
  width: 40%;
}
#index-body .i-about .left .img {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-about .right {
  width: 55%;
}
#index-body .i-about .right .img2 {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-about .content {
  line-height: 27px;
}
#index-body .i-about .icon img {
  -webkit-animation: rotate 40000ms infinite linear;
  -moz-animation: rotate 40000ms infinite linear;
  animation: rotate 40000ms infinite linear;
}
#index-body .i-init2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #fff9f7), to(transparent));
  background: -webkit-linear-gradient(bottom, #fff9f7 80%, transparent);
  background: -moz-linear-gradient(bottom, #fff9f7 80%, transparent);
  background: linear-gradient(to top, #fff9f7 80%, transparent);
}
#index-body .i-init2 .list {
  background-image: url(../images/bg-line.png);
  background-repeat: no-repeat;
  background-position: left bottom 60px;
}
#index-body .i-init2 .list ul .slick-list {
  padding: 140px 0% !important;
}
#index-body .i-init2 .list ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init2 .list ul li .box {
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init2 .list ul li .box .img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
#index-body .i-init2 .list ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-init2 .list ul li .box .cir1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}
#index-body .i-init2 .list ul li .box .text {
  text-transform: uppercase;
  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%);
  width: -webkit-calc(100% + 250px);
  width: -moz-calc(100% + 250px);
  width: calc(100% + 250px);
  height: -webkit-calc(100% + 250px);
  height: -moz-calc(100% + 250px);
  height: calc(100% + 250px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transition-delay: -0.5s;
  -moz-transition-delay: -0.5s;
  transition-delay: -0.5s;
}
#index-body .i-init2 .list ul li .box .text .inside {
  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%);
  width: -webkit-calc(100% + 25px);
  width: -moz-calc(100% + 25px);
  width: calc(100% + 25px);
  height: -webkit-calc(100% + 25px);
  height: -moz-calc(100% + 25px);
  height: calc(100% + 25px);
}
#index-body .i-init2 .list ul .slick-active.prev0 li {
  -webkit-transform: translateY(285px);
  -moz-transform: translateY(285px);
  -ms-transform: translateY(285px);
  transform: translateY(285px);
}
#index-body .i-init2 .list ul .slick-active.prev0 li .box {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .i-init2 .list ul .slick-active.next0 li .box {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .i-init2 .list ul .slick-current li .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-init2 .list ul .slick-current li .box .img {
  width: 500px;
  height: 500px;
}
#index-body .i-init2 .list ul .slick-current li .box .text {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#index-body .i-init2 .list ul .slick-slide.prev1 {
  opacity: 0;
}
#index-body .i-product {
  background-color: black;
  color: white;
}
#index-body .i-product ul li .img-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
}
#index-body .i-product ul li .img-box .mores {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 3;
  white-space: nowrap;
}
#index-body .i-product ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product ul li:hover .img-box .mores {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#index-body .i-product ul li:hover .img-box::after {
  opacity: 1;
}
#index-body .i-product .slickBtn div {
  background-color: transparent;
  border: 1px solid white;
  opacity: 0.57;
  color: white;
  width: 3.5em;
  height: 3.5em;
}
#index-body .i-product .slickBtn div:hover {
  background-color: white;
  opacity: 1;
  color: black;
  -webkit-box-shadow: 0px 0px 15px 10px rgba(197, 163, 92, 0.5);
  box-shadow: 0px 0px 15px 10px rgba(197, 163, 92, 0.5);
}
#index-body .i-why {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fff9f7), to(transparent));
  background: -webkit-linear-gradient(top, #fff9f7 80%, transparent);
  background: -moz-linear-gradient(top, #fff9f7 80%, transparent);
  background: linear-gradient(to bottom, #fff9f7 80%, transparent);
}
#index-body .i-why .left {
  width: 48%;
}
#index-body .i-why .right {
  width: 47%;
}
#index-body .i-why .right ul li {
  border-bottom: 1px solid black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
}
#index-body .i-why .right ul li .title {
  opacity: 0.8;
}
#index-body .i-why .right ul li .title i {
  font-weight: normal;
  margin-top: 10px;
}
#index-body .i-why .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-why .right ul li:hover {
  opacity: 1;
}
#index-body .i-why .right ul li:hover .title,
#index-body .i-why .right ul li:hover p {
  opacity: 1;
}
#index-body .i-news ul li .img-box {
  border-radius: 20px;
  overflow: hidden;
}
#index-body .i-news ul li .cat_name {
  color: #bca983;
}
#index-body .i-news ul li .title {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  line-height: 1.5;
  font-style: italic;
}
#index-body .i-news ul li:hover .title {
  color: var(--color);
}
#footer {
  background-color: #26160f;
  color: white;
}
#footer .nav {
  font-weight: 500;
}
#footer .info span {
  font-weight: 500;
}
#footer #ewm {
  width: 80px;
  height: 80px;
  border: 3px solid white;
}
#footer .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  background-color: white;
  color: black;
  font-size: 20px;
  border: 1px solid white;
  margin-left: 30px;
}
#footer .share a:hover {
  background-color: transparent;
  color: white;
}
#footer svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: white;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1700px) {
  #index-body .i-init2 .list ul .slick-current li .box .img {
    width: 435px;
    height: 435px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #banner li .content p {
    margin-bottom: 65px;
  }
  #banner .page .line {
    width: 200px;
  }
  #index-body .i-init2 .list ul .slick-current li .box .img {
    width: 370px;
    height: 370px;
  }
  #index-body .i-init2 .list ul li .box .text {
    width: -webkit-calc(100% + 180px);
    width: -moz-calc(100% + 180px);
    width: calc(100% + 180px);
    height: -webkit-calc(100% + 180px);
    height: -moz-calc(100% + 180px);
    height: calc(100% + 180px);
  }
  #index-body .i-init2 .list {
    background-size: 100%;
  }
  #index-body .i-init2 .list ul .slick-active.prev0 li {
    -webkit-transform: translateY(230px);
    -moz-transform: translateY(230px);
    -ms-transform: translateY(230px);
    transform: translateY(230px);
  }
}
@media screen and (max-width: 1250px) {
  .font-55 {
    font-size: 36px;
  }
  #index-body .i-init2 .list ul .slick-current li .box .img {
    width: 295px;
    height: 295px;
  }
  #index-body .i-init2 .list ul li .box .img {
    width: 185px;
    height: 185px;
  }
  #index-body .i-init2 .list ul li .box .text {
    width: -webkit-calc(100% + 140px);
    width: -moz-calc(100% + 140px);
    width: calc(100% + 140px);
    height: -webkit-calc(100% + 140px);
    height: -moz-calc(100% + 140px);
    height: calc(100% + 140px);
  }
}
@media screen and (max-width: 1000px) {
  .font-55 {
    font-size: 20px;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .left .flex {
    display: none;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 25px;
  }
  #index-body .i-about .right .hide {
    display: block;
    margin-bottom: 30px;
  }
  #index-body .i-init2 .list ul .slick-current li .box .img {
    width: 210px;
    height: 210px;
  }
  #index-body .i-init2 .list ul li .box .text {
    width: -webkit-calc(100% + 110px);
    width: -moz-calc(100% + 110px);
    width: calc(100% + 110px);
    height: -webkit-calc(100% + 110px);
    height: -moz-calc(100% + 110px);
    height: calc(100% + 110px);
  }
  #index-body .i-init2 .list ul li .box .img {
    width: 120px;
    height: 120px;
  }
  #index-body .i-init2 .list ul .slick-list {
    padding: 70px 0% !important;
  }
  #index-body .i-init2 .list ul li .box .text .inside {
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
  }
  #index-body .i-init2 .list ul .slick-active.prev0 li {
    -webkit-transform: translateY(115px);
    -moz-transform: translateY(115px);
    -ms-transform: translateY(115px);
    transform: translateY(115px);
  }
  #index-body .i-why .left {
    width: 100%;
  }
  #index-body .i-why .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-why .right ul li {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  #banner .page .line {
    width: 70px;
  }
  #banner li .content .left {
    width: 100%;
  }
  #banner li .content p {
    margin-bottom: 30px;
  }
  #index-body .i-init2 .list ul li .box {
    width: 210px;
    margin: auto;
  }
  #footer #ewm {
    display: none;
  }
  #footer .share a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-55 {
    font-size: 10px;
  }
}



.inner-banner {
  position: relative;
  /*margin-bottom: -70px;*/
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);

}

.inner-banner .inner-text {
  padding-top: 360px;
  padding-bottom: 140px;
}

.inner-banner .inner-banner-title {
  line-height: 1.6;
  font-family: 'CenturyGothic';
  font-weight: bold;
  color: #fff;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .inner-banner .inner-text {
    padding-top: 200px;
  }
  .inner-banner {
    margin-bottom: 0;
  }
 #innerMobileBanner{
   margin-top: 60px;
 }
}
@media screen and (max-width: 700px){
  
  .inner-banner .inner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
    .inner-banner .action-box {
    display: block;
  }

  .inner-banner video {
    display: none;
  }

  .inner-banner .action-box:before {
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
  }
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
  
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont {
  margin-top: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 100px;
  color: var(--color);
  font-weight: 500;
  
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  font-weight: 600;
  color: var(--color);
  
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
  line-height: 30px;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--color);
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}
@media (max-width: 1500px){
   .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1000px){
  .about-page .init-1 .container .des {
    text-align: center;
    line-height: 2;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 700px){
   .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
}
@media (max-width: 500px){
   .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
}



.news-page {
  background: #f8f8f8;
}
.news-page .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 36px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  min-height: 5.5em;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 1.8;
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  line-height: 30px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
  line-height: 1.8;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content a
{
 color: #ee6b1b;
 font-weight: bold;
}
.newdet-page .container .content h3
{
 font-size: 24px;
 line-height: 44px;
 color: #ee6b1b;
 font-weight: bold;
 margin: 5px 0;

}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 30px;
}
@media (max-width: 1250px){
   .news-page .container ul li .box .title{
    font-size: 16px;
  }
}
@media (max-width: 1000px){
   .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
}
@media (max-width: 700px){
   .news-page .container ul li{
    width: 100% !important;
  }
}
@media (max-width: 500px){
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
}


.product-page2 {

  padding-bottom: 10px
}

.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}

.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}

.product-page2 .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page2 .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page2 .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page2 .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li:hover>a,
.product-page2 .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}

.product-page2 .sideLeft .top .nav ul li:hover>a::before,
.product-page2 .sideLeft .top .nav ul li.active>a::before,
.product-page2 .sideLeft .top .nav ul li:hover>a::after,
.product-page2 .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page2 .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}

.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page2 .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
/*.product-page2 .sideRight h1.text {
  max-height: 200px;
   
}*/
.product-page2 .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 40px;
}

.product-page2 .sideRight {
  width: 76% !important;
  padding-left: 75px;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}



.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  /*padding: 36px 50px;*/
}

.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}

.product-page2 .sideRight ul li .t1 {
  font-size: 24px;
  font-family: 'CenturyGothic';
  line-height: 1.4;
  margin: 25px 0 0;
}

.product-page2 .sideRight ul li .t1:hover {
  color: var(--color)
}
.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 180px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #fcf6ec;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}

.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}

.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 30px;
    font-family: 'CenturyGothic';
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;

}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}

.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li.active a,
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}

@media screen and (max-width: 1450px){
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 22px
  }
}
/*@media screen and (max-width: 1366px){
   .inner-page .sidebox .sideleft {
    width: 23%;
  }

  .inner-page .sidebox .sideright {
    width: 77%;
  }

  .product-page2 .sideRight {
    width: 67% !important;
    padding-left: 35px;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }

  .product-page2 .sideRight ul li {
    padding: 20px 20px 0 0
  }
}*/
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }

  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 20px
  }
}
@media screen and (max-width: 1000px) {
  .product-page2 .sideLeft {
    display: none;
  } 
  .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.prodet-page .prodet-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
  position: sticky;
  top: 120px;
}

/*.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}

.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}



.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}

.prodet-page {
  padding-top: 80px
}

.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  margin-top: 15px;
  margin-top: -5px;
  height: 600px;
  max-height: 600px;
}

.prodet-page .prodet-1 .box .left .small .prev,
.prodet-page .prodet-1 .box .left .small .next {
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s
}

.prodet-page .prodet-1 .box .left .small .prev:hover,
.prodet-page .prodet-1 .box .left .small .next:hover {
  color:  var(--color)
}

.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}

.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}

.prodet-page .prodet-1 .box .left .small ul li img {
  border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
}

.prodet-page .prodet-1 .box .left .small ul li img:hover {
  border: solid 1px #577f35;
}*/
.prodet-page .prodet-1 .box .left .big{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #ff9015;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
  height: 500px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-list{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}


.prodet-page .prodet-1 .box .right {
  padding-top: 5px;
}

.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  font-size: 26px;
  font-weight: bold;
  padding-block-end: 8px
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-family: 'CenturyGothic';
  font-size: 36px
}

.prodet-page .prodet-1 .box .right .content .st1 {
  font-size: 24px;
  padding-top: 25px;
  font-family: 'CenturyGothic';
  border-top: 1px solid #2e2521;
  width: 100%;
  margin-top: 30px;
  font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .st2 {
  font-size: 24px;
  font-family: 'CenturyGothic';
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*height: 280px;*/
  padding-right: 20px;
  color: #545454;
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: auto;

}

.prodet-page .prodet-1 .box .right .content .more {
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
  margin-top: 35px
}

.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}

.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box2 .cont {
  margin-top: 40px;
  overflow-x: auto
}

.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb {
  height: 5px
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table {
    width: 1440px !important;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
    position: relative;
    top: 0;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}

.prodet-page .prodet-2 {
  background-color: #fcf6ec;
  padding: 100px 0 85px;
}

.prodet-page .prodet-2 .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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}

.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}

.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}

.prodet-page .prodet-2 ul li .box>img {
  width: 100%;
}

.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.6;
}

.prodet-page .prodet-2 ul li .box .t1:hover {
  color:  var(--color)
}

.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
font-size: 18px;
line-height: 32px;
}

.prodet-page .prodet-3 {
  padding: 70px 0;
}

.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}

.prodet-page .prodet-3 form {
  margin-top: 40px;
}

.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .prodet-3 form button:hover{
  background-color: var(--color);
  color: var(--color1);
}
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}

.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}

.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}

.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}

.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}

.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}

.prodet-page .prodet-4 {
  position: relative;
  background-color: #fcf6ec;
}

.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}

.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}

.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}

.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}

.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
}

.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}

.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}

.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2521;
     height: 4em; 

    transition: .5s;
}

.prodet-page .prodet-5 ul li .box:hover .t1 {
  color:  var(--color);
}

.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  font-size: 18px;
  color: #767676;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }

  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }

  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }

  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }

  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .top .tip{
    width: 100%;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
    min-height: 3em;
  }

  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }

  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }

  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
  .prodet-page .prodet-5{
        padding: 40px 0 ;
  }
  .prodet-page{
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big {
    width: 85%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 15%;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .box .left .small ul{
    height: 300px;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .box .right .content .cat_name{
    font-size: 20px !important;
  }

  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 26px !important;
  }
}


.contact-page .contact-information {
  padding-top: 110px;
  /*padding-bottom: 6.666vw;*/
  background: url("../images/contact-information-bg.png") no-repeat center 100%;
}

.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-page .contact-information .left {
  margin-top: 25px;
}

.contact-page .contact-information .left .intro {
  color: var( --color);
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.8;
}

.contact-page .contact-information .left .social-account {
  margin-bottom: 4.94791666vw;
  margin-left: -12px;
}

.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}

.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  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-left: 12px;
}

.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}

.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
  filter: invert(1) brightness(2);
}

.contact-page .contact-information .left .qr li {
  text-align: center;
}

.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}

.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}

.contact-page .contact-information .right .information-list li {
  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;
}

/*.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}*/

.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-information .right .information-list li .list-right {
  margin-left: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
  padding-right: 2.8125vw;
}

.contact-page .contact-information .right .information-list li .list-right .title {
      font-weight: 500;
    margin-bottom: 14px;
    color: #2e2521;
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 520px;
}

.contact-page .contact-form {
  margin-top: 5.5208333vw;
}

.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}

.contact-page .contact-form form .form-ul {
  -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;
}

.contact-page .contact-form form .form-ul>li {
  margin-bottom: 2.08333vw;
  position: relative;
}

.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: var( --color) url("../images/contact-form-icon1.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: var( --color) url("../images/contact-form-icon2.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: var( --color) url("../images/contact-form-icon3.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: var( --color) url("../images/contact-form-icon4.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
  position: relative;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
  visibility: visible;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: var( --color) url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 41px 0;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}

.contact-page .contact-form form .form-ul>li:last-child .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: var( --color);
  border-radius: 40px;
  border: 2px solid var( --color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0;
}

.contact-page .contact-form form .form-ul>li:last-child .submit:hover {
  background-color: transparent;
  color: var( --color);
}

.contact-page .contact-map {
  margin-top: 6.82291666vw;
}
@media screen and (max-width: 1000px){
  .contact-page .contact-form form .form-ul>li:before{
    width: 60px;
    height: 60px;
    top: 8px;

  }
  .contact-page .contact-form form .form-ul>li input{
    padding-left: 60px;
  }
  
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }

  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }

  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }

  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
    top:0;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:last-child .submit {
    height: 40px;
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  line-height: 54px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-color:var(--color);
	background-blend-mode: normal, normal;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 500;
  
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.faq-page .container ul li.active .title{
  background: var(--color);
  color: white;
}