@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .lixinhide {
    display: none !important;
  }
  .inner-banner {
    height: auto !important;
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'NewYork';
  src: url(../fonts/NewYork.ttf) format('truetype'), url(../fonts/NewYork.eot) format('eot'), url(../fonts/NewYork.woff) format('woff'), url(../fonts/NewYork.woff2) format('woff2');
}
@font-face {
  font-family: 'BodoniXT';
  src: url(../fonts/BodoniXT.ttf) format('truetype'), url(../fonts/BodoniXT.eot) format('eot'), url(../fonts/BodoniXT.woff) format('woff'), url(../fonts/BodoniXT.woff2) format('woff2');
}

/* shop */
#header .nav .ui.menu .shop em{
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  background: black;
  color: #fff;
  font-family: initial;
}
/* end */


body {
  font-family: "Poppins-Light";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1500px;
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language 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 {
  font-size: 0;
  z-index: 200;
  position: relative;
}
#header .h-top .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .ui.menu h2 {
  font-size: 48px;
  color: #bf9f62;
  font-family: 'NewYork';
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #a28d64;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 15px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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:hover {
  background: #222;
  color: white;
}
#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 .menu-box ul.menu > li ul.sub-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;
  top: 0;
  left: 100%;
  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;
  display: none \9;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .p-search {
  font-size: 0;
}
#header .nav .ui.menu .p-search input {
  font-size: 14px;
  padding: 0 10px;
  width: 175px;
  height: 30px;
  border: none;
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #a9a29d;
}
#header .nav .ui.menu .p-search button {
  width: 35px;
  height: 30px;
  border: none;
  background: #2f1e12;
  border-radius: 0 20px 20px 0;
}
#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: #fd2318;
}
#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: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 100%;
  border: 1px solid #2f1e12;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #2f1e12;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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 .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#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: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-page {
    padding-top: 40px;
  }
}
#banner {
  position: relative;
}
#banner .name {
  position: absolute;
  right: 0;
  bottom: -80px;
}
#banner li {
  position: relative;
  height: 810px;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-bottom: 30px;
  font-size: 90px;
  line-height: 1.5;
  color: #FFFFFF;
  text-shadow: 3px 5px rgba(0, 0, 0, 0.5);
  font-family: 'NewYork';
}
.btn1 {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  background: #bf9f62;
  font-family: 'NewYork';
  transition: .5s ease;
}

.btn1:hover{
  background: #000;
}

.btn2 {
  display: block;
  margin: auto;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/read_more_bg.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: spin 20s infinite linear;
  -moz-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
.btn2 img {
  vertical-align: middle;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.our-about {
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.our-about h2 {
  width: 54%;
  position: relative;
  margin-bottom: -35px;
  font-size: 120px;
  line-height: 1.8;
  color: #a28d64;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #a28d64), color-stop(30%, white));
  background-image: -webkit-linear-gradient(#a28d64 70%, white 30%);
  background-image: -moz-linear-gradient(#a28d64 70%, white 30%);
  background-image: linear-gradient(#a28d64 70%, white 30%);
  color: transparent;
  -webkit-background-clip: text;
  font-family: 'NewYork';
}
.our-about h4 {
  font-size: 36px;
  font-family: 'NewYork';
}
.our-about .left {
  width: 54%;
  vertical-align: middle;
}
.our-about .left .img {
  height: 690px;
}
.our-about .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-about .right {
  width: 46%;
  vertical-align: middle;
}
.our-about .right .content {
  max-width: 660px;
  padding-right: 15px;
  line-height: 2;
}
.our-about .right .content h1 {
  display: inline;
}
.our-about #about_list ul {
  margin: -20px;
}
.our-about #about_list ul li {
  padding: 20px;
}
.our-about #about_list .mml-text i,
.our-about #about_list .mml-text .text {
  display: inline-block;
  vertical-align: middle;
}
.our-about #about_list .mml-text i {
  min-width: 65px;
  text-align: center;
  margin-right: 20px;
}
#about_list h3 {
  font-size: 48px;
  line-height: 1;
  font-family: 'BodoniXT';
}
#about_list h3 b {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 1500px) {
  #about_list h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #about_list h3 {
    font-size: 30px;
  }
}
.our-video {
  background: url(../images/video_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 440px;
  position: relative;
}
.our-video > img {
  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%);
}
.our-video .play {
  border-radius: 50%;
  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%);
  cursor: pointer;
}
.our-video .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(191, 159, 98, 0.3);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
h2.section_title {
  font-size: 48px;
  color: #2f1e12;
  font-family: 'NewYork';
}
h2.section_title.txt-center::before,
h2.section_title.txt-center::after {
  content: "";
  display: inline-block;
  width: 45px;
  vertical-align: super;
  border-bottom: 1px solid;
  margin: 0 20px;
}
.pro-adv {
  background: url(../images/pro_adv_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.product-cat {
  padding-top: 70px;
  background: url(../images/product_cat_bg.png) no-repeat top -100px right -60px;
}
.product-cat ul {
  margin: -10px;
}
.product-cat ul li {
  padding: 10px;
}
.product-cat ul li .img {
  background: #2f1e12;
}
.product-cat ul li .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-cat ul li:nth-child(1) {
  width: 60%;
}
.product-cat ul li:nth-child(1) .img {
  height: 530px;
}
.product-cat ul li:nth-child(2) {
  width: 40%;
}
.product-cat ul li:nth-child(2) .img {
  height: 530px;
}
.product-cat ul li:nth-child(3) {
  width: 50%;
}
.product-cat ul li:nth-child(3) .img {
  height: 320px;
}
.product-cat ul li:nth-child(4) {
  width: 25%;
}
.product-cat ul li:nth-child(4) .img {
  height: 320px;
}
.product-cat ul li:nth-child(5) {
  width: 25%;
}
.product-cat ul li:nth-child(5) .img {
  height: 320px;
}
.product-cat ul li .mml-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}
.product-cat ul li .mml-text h6 {
  text-transform: uppercase;
}
.product-cat ul li .mml-text h3 {
  font-size: 40px;
  font-family: 'NewYork';
}
.product-cat ul li .mml-text h4 {
  font-size: 30px;
  font-family: 'NewYork';
}
.i-advantage {
  padding: 240px 0;
}
.i-advantage h2 {
  color: #FFFFFF;
}
.i-advantage h2::after {
  content: "";
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid;
  vertical-align: super;
  margin-left: 30px;
}
.i-advantage .box {
  margin: -15px;
}
.i-advantage .left {
  width: 50%;
  padding: 15px;
  vertical-align: bottom;
  margin-bottom: 80px;
}
.i-advantage .right {
  width: 50%;
  padding: 15px;
  vertical-align: bottom;
}
.i-advantage .mml-text {
  padding: 70px;
  color: #FFFFFF;
  background: rgba(47, 30, 18, 0.78);
}
.i-advantage .mml-text ul li {
  padding-left: 25px;
  position: relative;
  line-height: 2;
}
.i-advantage .mml-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
}
.i-advantage .mml-text ul li:not(:last-child) {
  margin-bottom: 30px;
}
.our-product {
  padding: 60px 0 80px;
}
.our-product .product_name {
  line-height: 2;
}
.our-product .list {
  position: relative;
  padding: 0 60px;
}
.our-product .list .arrows {
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product .list .arrows.arrow_l {
  left: 0;
}
.our-product .list .arrows.arrow_r {
  right: 0;
}
.our-product ul li {
  padding: 15px;
}
.pro_box {
  padding: 15px;
  position: relative;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
/*.pro_box h4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 5%;
}*/
.pro_box .link_btn {
  /*position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;*/
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #c0bbb7;
  margin: 0 5px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a .alert {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #333333;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a .alert::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pro_box .link_btn a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.pro_box .link_btn a:hover {
  background: #bf9f62;
  border-color: #bf9f62;
}
.pro_box .link_btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pro_box .link_btn a:hover .alert {
  bottom: -webkit-calc(100%  + 10px);
  bottom: -moz-calc(100%  + 10px);
  bottom: calc(100%  + 10px);
  opacity: 1;
}
.pro_box:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.pro_box:hover .link_btn {
  opacity: 1;
}
.news_box {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: #FFFFFF;
}
.news_box .img {
  width: 55%;
  height: 540px;
  position: relative;
}
.news_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_box .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news_box .img::after {
  content: url(../images/plus_icon.png);
  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: #FFFFFF;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news_box .img:hover::before {
  opacity: 1;
}
.news_box .img:hover::after {
  opacity: 1;
}
.news_box .mml-text {
  width: 45%;
  padding-left: 25px;
}
.news_box .mml-text h4 {
  line-height: 2;
}
.news_box .mml-text time {
  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;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'BodoniXT';
}
.news_box .mml-text time img {
  display: inline-block;
  margin-right: 10px;
}
.news_box .mml-text p {
  min-height: 300px;
  line-height: 2;
}
.our-news {
  background: url(../images/news_bg1.jpg) no-repeat center right;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.our-news .bg {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 65%;
}
.our-news .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .box {
  padding-top: 180px;
}
.our-news h2 {
  margin-top: -120px;
  margin-left: -120px;
  margin-bottom: 240px;
  font-size: 130px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'NewYork';
}
.our-news h2 span {
  position: relative;
  z-index: 1;
}
.our-news h2 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 15%;
  border-bottom: 25px solid #a28d64;
}
.our-news .left {
  width: 35%;
}
.our-news .right {
  width: 65%;
}
.our-news ul.grid-box {
  margin: -20px;
}
.our-news ul.grid-box li.column {
  padding: 20px;
}
.our-news ul.slick-dots {
  width: 50%;
  margin-left: auto;
  padding: 60px 0;
  text-align: center;
}
.our-news ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 100%;
  border: 1px solid #2f1e12;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-news ul.slick-dots li button {
  display: none;
}
.our-news ul.slick-dots li.slick-active {
  background-color: #2f1e12;
}
#footer .footer-content {
  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;
}
#footer .footer-content .footer-block.logo {
  max-width: 230px;
  line-height: 2;
}
#footer .social-links {
  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;
}
#footer .social-links a {
  font-size: 20px;
}
#footer .footer-top {
  padding: 70px 0 10px;
}
#footer .footer-top h4 {
  margin: 10px 0;
  font-size: 20px;
  font-family: 'NewYork';
}
#footer .footer-top li {
  line-height: 2;
}
#footer .footer-bottom .box {
  border-top: 1px solid #d5d2d0;
}
#footer .footer-bottom a,
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
}
#footer .footer-bottom .lixinfoot {
  font-size: 16px;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 400px;
}
#footer .footer-bottom .lixinfoot a {
  display: inline;
}
#footer .footer-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#ewm {
  width: 120px;
  border: 4px solid #bf9f62;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
    font-size: 16px;
  }
  .our-about h2 {
    font-size: 120px;
    margin-bottom: -35px;
    width: 50%;
  }
  #banner .name {
    display: none;
  }
  .our-about .left {
    width: 50%;
  }
  .our-about .right {
    width: 50%;
    padding-left: 30px;
  }
  .our-about #about_list ul {
    margin: -10px;
  }
  .our-about #about_list ul li {
    padding: 10px;
  }
  .product-cat ul li .mml-text h3 {
    font-size: 30px;
  }
  .product-cat ul li .mml-text h4 {
    font-size: 20px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-news h2 {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 100px;
    font-size: 100px;
  }
  .i-advantage h2::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  #header .h-top .ui.menu h2 {
    font-size: 30px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .our-about h2 {
    font-size: 100px;
    margin-bottom: -30px;
  }
  .our-about #about_list .mml-text i {
    display: none;
  }
  .our-about #about_list .mml-text .text {
    display: block;
    text-align: left;
  }
  .product-cat ul li:nth-child(1) .img {
    height: 450px;
  }
  .product-cat ul li:nth-child(2) .img {
    height: 450px;
  }
  .product-cat ul li:nth-child(3) .img {
    height: 250px;
  }
  .product-cat ul li:nth-child(4) .img {
    height: 250px;
  }
  .product-cat ul li:nth-child(5) .img {
    height: 250px;
  }
  .our-product .list {
    padding: 0 40px;
  }
  .i-advantage .mml-text {
    padding: 30px;
  }
  h2.section_title {
    font-size: 30px;
  }
  .our-news h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li {
    height: 600px;
  }
  .our-about {
    max-width: 700px;
    margin: 0 auto;
  }
  .our-about .box {
    padding: 0 15px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-about .left .img {
    height: auto;
  }
  .our-about h2 {
    width: 100%;
  }
  .our-about .right {
    padding: 0;
    margin-top: 30px;
  }
  .our-about .right .content {
    max-width: 100%;
    padding: 0;
  }
  .product-cat ul li:nth-child(1) {
    width: 100%;
  }
  .product-cat ul li:nth-child(2),
  .product-cat ul li:nth-child(3),
  .product-cat ul li:nth-child(4),
  .product-cat ul li:nth-child(5) {
    width: 50%;
  }
  .product-cat ul li:nth-child(1) .img {
    height: 400px;
  }
  .product-cat ul li:nth-child(2) .img,
  .product-cat ul li:nth-child(3) .img,
  .product-cat ul li:nth-child(4) .img,
  .product-cat ul li:nth-child(5) .img {
    height: 250px;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-advantage .left {
    width: 100%;
  }
  .i-advantage .right {
    display: none;
  }
  .i-advantage {
    padding: 140px 0;
  }
  .our-product .list .arrows {
    display: none;
  }
  .our-product .list {
    padding: 0;
  }
  .our-news {
    background: transparent;
  }
  .our-news .left {
    width: 100%;
  }
  .our-news .right {
    width: 100%;
    margin-top: 40px;
  }
  .our-news h2 {
    margin: 0;
    color: black;
    font-size: 60px;
  }
  .our-news h2 br {
    display: none;
  }
  .our-news .btn2 {
    display: none;
  }
  .our-news .bg {
    display: none;
  }
  .our-news .box {
    padding: 0;
  }
  .news_box .img {
    width: 100%;
    height: 300px;
  }
  .news_box .mml-text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news_box .mml-text p {
    min-height: initial;
  }
  .our-news ul.slick-dots {
    width: 100%;
  }
  #footer .footer-content .footer-block.product,
  #footer .footer-content .footer-block.ewm {
    display: none;
  }
  .our-news h2 span::before {
    display: none;
  }
  h2.section_title.txt-center::before,
  h2.section_title.txt-center::after {
    display: none;
  }
  .pro_box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 45px;
  }
  .our-about h2 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 30px;
    color: #a28d64;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about h4 {
    font-size: 30px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-video {
    display: none;
  }
  .product-cat {
    display: none;
  }
  .i-advantage {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-news h2 {
    font-size: 40px;
  }
  .font-24 {
    font-size: 20px;
  }
  #footer .footer-content {
    display: block;
  }
  #footer .footer-content .footer-block.link {
    display: none;
  }
  #footer .social-links {
    display: none;
  }
  #footer .footer-content .footer-block.logo {
    max-width: 100%;
  }
  #footer .footer-content .footer-block {
    text-align: center;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  .our-product .list {
    margin-top: 30px;
  }
  .our-news h2 {
    font-size: 30px;
    text-align: center;
  }
  .news_box {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 400px;
  }
  #banner h2 {
    font-size: 30px;
  }
  .our-about h2 {
    font-size: 30px;
  }
  .our-about h4 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-about #about_list {
    margin-bottom: 30px;
  }
  .our-about #about_list ul li {
    width: 50%;
  }
  h2.section_title {
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 14px;
  }
  #footer .footer-bottom img {
    max-height: 14px;
  }
}
.inner-banner {
  background-position: bottom center;
  background-size: cover;
  height: 330px;
  padding-top: 90px;
}
.inner-banner h2 {
  font-size: 40px;
  line-height: 2;
  color: #FFFFFF;
  font-family: 'NewYork';
}
.inner-banner .mbx {
  color: #FFFFFF;
  line-height: 2;
  font-family: 'Poppins-Regular';
}
h2.about {
  font-size: 40px;
  font-family: 'NewYork';
  position: relative;
}
h2.about::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 176px;
  line-height: .6;
  color: #a28d64;
  opacity: .1;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .left .mml-text {
  max-width: 730px;
  line-height: 2;
  margin-left: auto;
  position: relative;
}
.about-page .about-1 .left .mml-text .name {
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -90px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .play {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
}
.about-page .about-1 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(191, 159, 98, 0.3);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-2 #about_list i {
  min-height: 65px;
}
.about-page .about-3 {
  padding: 80px 0;
}
.about-page .about-3 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 50px;
}
.about-page .about-3 .img {
  height: 600px;
}
.about-page .about-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50px;
  top: 0;
  left: 0;
  right: 50px;
  border: 1px solid #bf9f62;
}
.about-page .about-3 .right {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-3 h4 {
  font-family: 'NewYork';
}
.about-page .about-3 ul {
  margin: -50px 0;
}
.about-page .about-3 ul li {
  padding: 50px 15% 50px 0;
}
.about-page .about-4 img {
  margin: auto;
}
.about-page .about-5 {
  background: url(../images/about_5_bg.jpg) no-repeat center;
  padding: 120px 0;
}
.about-page .about-5 ul {
  margin: -40px;
}
.about-page .about-5 ul li {
  padding: 40px;
}
.about-page .about-5 .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 40px;
  color: #FFFFFF;
  background: transparent;
}
.about-page .about-5 .slick-arrow.slick-prev {
  left: -10px;
}
.about-page .about-5 .slick-arrow.slick-next {
  right: -10px;
}
.about-page .about-6 {
  padding-top: 130px;
}
.about-page .about-6 ul.grid-box {
  margin: -10px;
}
.about-page .about-6 ul.grid-box li.column {
  padding: 10px;
}
.about-page .dots {
  margin: 60px 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .dots img {
  vertical-align: middle;
}
.about-page .slick-dots li {
  display: inline-block;
  margin: 0 20px;
}
.about-page .slick-dots li button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: 'BodoniXT';
}
.contact-us {
  background: url(../images/contact_bg.png) no-repeat center;
  padding: 90px 0;
  position: relative;
}
.contact-us h2 {
  font-size: 48px;
  line-height: 1.8;
  color: #FFFFFF;
  font-family: 'NewYork';
}
.contact-us .left {
  width: 50%;
}
.contact-us .right {
  width: 50%;
  padding-left: 100px;
}
.contact-us .form input {
  height: 55px;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  border: none;
}
.contact-us .form ul {
  margin: -15px;
}
.contact-us .form ul li {
  padding: 15px;
}
.contact-us .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 {
  padding: 60px 0;
  background: url(../images/contact_1_bg.jpg) no-repeat left 75% center;
  position: relative;
  overflow: hidden;
}
.contact-page .contact-1 .img {
  content: url(../images/contact_1_img.png);
  position: absolute;
  bottom: 0;
  right: -3%;
  width: 33%;
}
.contact-page .contact-1 h2 {
  font-size: 40px;
  font-family: 'NewYork';
}
.contact-page .contact-1 .left {
  width: 50%;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 100px;
}
.contact-page .contact-1 .right ul {
  max-width: 350px;
  margin-top: 140px;
}
.contact-page .contact-1 .right ul li {
  padding-left: 130px;
  position: relative;
}
.contact-page .contact-1 .right ul li:not(:last-child) {
  margin-bottom: 60px;
  line-height: 2;
}
.contact-page .contact-1 .right ul li i {
  width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-1 .form {
  background: #FFFFFF;
  padding: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .form input,
.contact-page .contact-1 .form textarea {
  width: 100%;
  border: 1px solid #cecac7;
}
.contact-page .contact-1 .form input {
  height: 50px;
}
.contact-page .contact-1 .form textarea {
  height: 135px;
}
.contact-page .contact-1 .form ul {
  margin: -20px -10px;
}
.contact-page .contact-1 .form ul li {
  padding: 20px 10px;
}
.contact-page .contact-1 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 {
  padding: 100px 0;
  line-height: 2;
}
.contact-page .contact-2 h2 {
  font-size: 48px;
  font-family: 'NewYork';
}
h2.inner {
  font-size: 40px;
  font-family: 'NewYork';
}
.customization-page .customization-1 {
  padding: 140px 0;
  background: url(../images/customization_1_bg.jpg) no-repeat center right;
}
.customization-page .customization-1 h4 {
  font-family: 'NewYork';
}
.customization-page .customization-1 .left {
  width: 50%;
  padding-right: 100px;
}
.customization-page .customization-1 .left ul li {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}
.customization-page .customization-1 .left ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.customization-page .customization-1 .left ul li p {
  margin-bottom: 50px;
}
.customization-page .customization-1 .left ul li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 33px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #bf9f62;
}
.customization-page .customization-1 .right {
  width: 50%;
}
.customization-page .customization-2 {
  background: url(../images/customization_2_bg.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
  padding: 120px 0 170px;
}
.customization-page .customization-2 .box {
  padding: 0 5%;
  position: relative;
}
.customization-page .customization-2 .box::before {
  content: url(../images/yh.png);
  position: absolute;
  left: 0;
  top: 0;
}
.customization-page .customization-2 h4 {
  font-size: 36px;
}
.customization-page .customization-2 p {
  line-height: 2;
}
.customization-page .customization-3 {
  padding: 70px 0;
}
.customization-page .customization-3 li h4 {
  line-height: 80px;
  text-align: center;
  color: #FFFFFF;
  background: #a28d64;
}
.customization-page .customization-3 li .mml-text {
  padding: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.customization-page .customization-3 li .mml-text p {
  min-height: 144px;
}
.customization-page .customization-3 li:hover .mml-text {
  background: #d0c6b1;
}
.side_bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.side_bar .side_left {
  width: 75%;
  padding-top: 90px;
  padding-right: 60px;
}
.side_bar .side_left .content {
  line-height: 2;
}
.side_bar .side_left .lixinpro1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  color: #a28d64;
  margin-bottom: 10px;
}
.side_bar .side_left .lixinpro2 {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.side_bar .side_right {
  width: 25%;
  position: relative;
  padding-top: 90px;
  padding-left: 60px;
}
.side_bar .side_right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: -500px;
  background: #f9f9f9;
}
.side_bar .side_right h2 {
  font-size: 30px;
  font-family: 'NewYork';
}
.side_bar .side_right .search form {
  position: relative;
}
.side_bar .side_right .search input {
  width: 100%;
  height: 58px;
  border: 1px solid #c0bbb7;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 58px;
}
.side_bar .side_right .search button {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
}
.side_bar .side_right .category ul li a{
  display: block;
}
.side_bar .side_right .category ul li a {
  margin-bottom: 20px;
}
.side_bar .side_right .category ul li ol li{
  list-style-type: disc;
  margin-left: 20px;
}
.side_bar .side_right .hot_pro ul li:not(:last-child) {
  margin-bottom: 30px;
}
.side_bar .side_right .hot_pro .img {
  width: 25%;
  vertical-align: middle;
}
.side_bar .side_right .hot_pro .img img {
  background: #FFFFFF;
  border: 1px solid #c0bbb7;
}
.side_bar .side_right .hot_pro .mml-text {
  width: 75%;
  vertical-align: middle;
  line-height: 1.8;
}
.side_bar .side_right .hot_pro .mml-text .start i {
  color: #f9595f;
}
.side_bar .side_right .ins .img {
  position: relative;
}
.side_bar .side_right .ins .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.side_bar .side_right .ins .img::after {
  content: "\f16d";
  font-family: FontAwesome;
  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%);
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.side_bar .side_right .ins .img:hover::before {
  opacity: 1;
}
.side_bar .side_right .ins .img:hover::after {
  opacity: 1;
}
.product-page {
  overflow: hidden;
}
.product-page .product_list ul {
  margin: -50px -15px;
}
.product-page .product_list ul li {
  padding: 50px 15px;
}
.product-page .product_list ul li h3.product_name {
  line-height: 2;
}
.product-page .pro_box {
  border: 1px solid #c0bbb7;
}
.prodet-page .prodet-1{
  padding-top: 100px;
}
.prodet-page .prodet-1 h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .prodet-1 .box {
  margin: -25px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  padding: 25px;
}
.prodet-page .prodet-1 .left img {
  background: #f9f9f9;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding: 25px;
}
.prodet-page .prodet-1 .right p {
  min-height: 200px;
  line-height: 2;
}
.prodet-page .prodet-1 .right .btn {
  margin-bottom: 90px;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  color: #FFFFFF;
  background: #2f1e12;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}

.prodet-page .prodet-1 .right .btn a.active,
.prodet-page .prodet-1 .right .btn a:hover {
  background: #bf9f62;
}
.prodet-page .prodet-1 .right .share a{
  font-size: 24px;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: #bf9f62;
}
.prodet-page .prodet-1 .right .share a:not(:last-child) {
  margin-right: 40px;
}
.prodet-page .prodet-1 .right .m-link {
  border-top: 1px solid #c0bbb7;
  border-bottom: 1px solid #c0bbb7;
  line-height: 2;
}
.prodet-page .prodet-1 .small {
  width: 20%;
  padding-right: 14px;
}
.prodet-page .prodet-1 .small ul {
  margin: -7px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 7px;
}
.prodet-page .prodet-1 .big {
  width: 80%;
}
.prodet-page .prodet-1 .big .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 40px;
  background: #FFFFFF;
  border: none;
}
.prodet-page .prodet-1 .big .slick-arrow img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .big .slick-arrow.slick-prev {
  left: 0;
}
.prodet-page .prodet-1 .big .slick-arrow.slick-next {
  right: 0;
}
.prodet-page .prodet-2 {
  padding-top: 140px;
  line-height: 2;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #c0bbb7;
}
.prodet-page .prodet-2 .options ul li{
  width: auto;
  display: inline-block;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
  font-family: 'NewYork';
  padding: 10px 40px;
  border: 1px solid #2f1e12;
  cursor: pointer;
}
.prodet-page .prodet-2 .options ul li.active h2{
  color: #fff;
  background: #2f1e12;
}


.prodet-page .prodet-3 {
  padding-top: 120px;
}
.prodet-page .prodet-3 h2 {
  font-size: 36px;
  line-height: 2;
}
.prodet-page .prodet-3 p {
  line-height: 2;
}
.prodet-page .prodet-3 .box {
  margin: -30px;
}
.prodet-page .prodet-3 .left {
  width: 50%;
  vertical-align: middle;
  padding: 30px;
}
.prodet-page .prodet-3 .right {
  width: 50%;
  vertical-align: middle;
  padding: 30px;
}
.prodet-page .prodet-4 {
  padding-top: 120px;
  padding-bottom: 60px;
}
.prodet-page .prodet-4 .pro_box {
  border: 1px solid #c0bbb7;
}
.prodet-page .prodet-4 ul.grid-box {
  margin: -30px;
}
.prodet-page .prodet-4 ul.grid-box h3 {
  line-height: 2;
}
.prodet-page .prodet-4 ul.grid-box li.column {
  padding: 30px;
}
.prodet-page .prodet-4 .slick-dots {
  text-align: center;
}
.prodet-page .prodet-4 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 8px;
  border-radius: 100%;
  border: 1px solid #2f1e12;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-4 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-4 .slick-dots li.slick-active {
  background-color: #2f1e12;
}
.news-page .news_list ul li:not(:last-child) {
  margin-bottom: 90px;
}
.newdet-page time {
  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;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'BodoniXT';
}
.newdet-page time img {
  display: inline-block;
  margin-right: 10px;
}
.newdet-page .share {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .share h4 {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .share div{
  display: inline-block;
}

.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  font-size: 24px;
}
.faq-page .faq-1 {
  padding-top: 70px;
  position: relative;
}
.faq-page .faq-1::before {
  content: attr(data-text);
  position: absolute;
  top: -40%;
  right: 20%;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: 390px;
  font-weight: bold;
  color: #fbf2df;
  opacity: .87;
  font-family: "Microsoft YaHei";
}
.faq-page .faq-1 h2 {
  font-size: 55px;
  margin-bottom: 50px;
  font-family: 'NewYork';
}
.faq-page .faq-2 {
  padding: 140px 0;
}
.faq-page .faq-2 .box {
  margin: -15px;
}
.faq-page .faq-2 .left {
  width: 75%;
  padding: 15px;
}
.faq-page .faq-2 .right {
  width: 25%;
  padding: 15px;
}
.faq-page .faq-2 ul li:not(:last-child) {
  margin-bottom: 40px;
}
.faq-page .faq-2 ul li h4 {
  height: 70px;
  line-height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  background: #fcf4e3;
  padding-left: 40px;
  padding-right: 70px;
  font-family: 'Poppins-Regular';
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 ul li h4::after {
  content: "+";
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  font-family: initial;
}
.faq-page .faq-2 ul li .text {
  padding: 15px 40px;
  display: none;
}
.faq-page .faq-2 ul li.active h4 {
  color: #FFFFFF;
  background: #a28d64;
}
.faq-page .faq-2 ul li.active h4::after {
  content: "-";
  color: #FFFFFF;
  background: #2f1e12;
}
.faq-page .faq-search {
  max-width: 770px;
  margin: auto;
}
.faq-page .faq-search form {
  position: relative;
}
.faq-page .faq-search input {
  font-size: 16px;
  width: 100%;
  height: 65px;
  border: 1px solid #c8c4c1;
  background: transparent;
  padding: 0 20px;
}
.faq-page .faq-search button {
  width: 65px;
  height: 65px;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}


.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span,
.inner-page .m-page a:hover {
  background: #bf9f62 none repeat scroll 0 0;
  color: #fff;
}



.map{
  margin-bottom: -30px;
}

.amap-logo{
  display: none!important;
}




@media screen and (max-width: 1400px) {
  .about-page .about-1{
    padding: 0 15px;
  }

  h2.about::before{
    font-size: 100px;
  }

  .about-page .about-3 ul li{
    padding: 50px 5% 50px 0;
  }

  .side_bar .side_left{
    padding-right: 30px;
  }
  .side_bar .side_right{
    padding-left: 30px;
  }

  .prodet-page .prodet-1 h1{
    font-size: 24px;
  }

  .prodet-page .prodet-3 h2{
    font-size: 24px;
  }


  .customization-page .customization-1 .left{
    padding-right: 30px;
  }
  .customization-page .customization-1 .left ul li p{
    margin-bottom: 30px;
  }


  .contact-page .contact-1 .form{
    padding: 30px;
  }

  .contact-page .contact-1 .right{
    padding-left: 50px;
  }

  .contact-page .contact-1 .right ul{
    margin-top: 60px;
  }

  .contact-page .contact-1 .right ul li{
    padding-left: 100px;
  }
}


@media screen and (max-width: 1000px) {
  .about-page .about-1 .left{
    width: 100%;
  }

  .about-page .about-1 .right{
    display: none;
  }

  .about-page .about-1 .left .mml-text .name{
    display: none;
  }

  .about-page .about-1 .left .mml-text{
    margin-right: auto;
  }

  .about-page .about-3 .left{
    width: 100%;
    padding: 0;
  }

  .about-page .about-3 .img{
    height: auto;
  }

  .about-page .about-3 .img::before{
    display: none;
  }

  .about-page .about-3 .right{
    width: 100%;
    margin-top: 40px;
  }

  .about-page .about-3 ul{
    margin: 0;
  }
  .about-page .about-3 ul li{
    padding: 15px;
  }
  
  .contact-us .left{
    width: 100%;
    padding: 0;
  }

  .contact-us .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-us{
    background-size: cover;
  }

  .about-page .about-6{
    padding: 0;
  }

  h2.about::before{
    display: none;
  }


  .faq-page .faq-2 .left{
    width: 100%;
  }

  .faq-page .faq-2 .right{
    display: none;
  }

  .faq-page .faq-1::before{
    display: none;
  }

  .faq-page .faq-1 h2{
    font-size: 30px;
  }

  .faq-page .faq-2{
    padding: 60px 0;
  }

  .faq-page .faq-2 ul li h4{
    padding-left: 15px;
  }

  .faq-page .faq-2 ul li:not(:last-child){
    margin-bottom: 20px;
  }

  .faq-page .faq-1{
    padding: 0;
  }


  .side_bar .side_left{
    width: 100%;
    padding: 0;
  }

  .side_bar .side_right{
    display: none;
  }

  .prodet-page .prodet-1 .box{
    margin: -15px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding: 15px;
  }

  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 15px;
  }

  .prodet-page .prodet-3 .box{
    margin: -15px;
  }
  .prodet-page .prodet-3 .left{
    width: 100%;
    padding: 15px;
  }
  .prodet-page .prodet-3 .right{
    width: 100%;
    padding: 15px;
  }

  .prodet-page .prodet-4 ul.grid-box{
    margin: -15px;
  }
  .prodet-page .prodet-4 ul.grid-box li.column{
    padding: 15px;
  }

  .prodet-page .prodet-1 .right .btn{
    margin-bottom: 40px;
  }

  .prodet-page .prodet-1{
    padding: 0;
  }
  .prodet-page .prodet-2{
    padding-top: 60px;
  }
  .prodet-page .prodet-3{
    padding-top: 60px;
  }
  .prodet-page .prodet-4{
    padding-top: 60px;
  }


  .customization-page .customization-1{
    background: transparent;
  }
  
  .customization-page .customization-1 .left{
    width: 100%;
    padding: 0;
  }

  .customization-page .customization-1 .right{
    display: none;
  }

  .customization-page .customization-1{
    padding: 0;
  }

  .customization-page .customization-3 ul li{
    width: 50%!important;
  }


  .contact-page .contact-1 .left{
    width: 100%;
  }

  .contact-page .contact-1 .right{
    width: 100%;
    padding: 0;
  }

  .contact-page .contact-1{
    background: transparent;
  }

  .contact-page .contact-1 .right ul{
    max-width: initial;
  }
}


@media screen and (max-width: 700px) {
  .about-page .about-5 ul{
    margin: -15px;
  }
  .about-page .about-5 ul li{
    padding: 15px;
  }

  .contact-us h2{
    font-size: 30px;
  }

  .inner-banner h2{
    font-size: 30px;
  }

  h2.inner{
    font-size: 24px;
  }

  .customization-page .customization-2{
    padding: 60px 0;
  }

  .contact-page .contact-1 h2{
    font-size: 24px;
  }

  .contact-page .contact-2 h2{
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .contact-us .form input{
    height: 40px;
    font-size: 14px;
  }

  .customization-page .customization-3 ul li{
    width: 100%!important;
  }
}



.amap-copyright{
  display: none!important;
}


.social-share-icon{
  font-family: FontAwesome;
}
.icon-facebook:before{
  content: "\f09a";
}
.icon-twitter:before{
  content: "\f099";
}
.icon-linkedin:before{
  content: "\f0e1";
}
#footer .footer-top .link li{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}
p.destong{
  font-size: 16px;
    line-height: 2;
    text-align: center;
}