@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'GothamRounded-Book';
  src: url(../fonts/GothamRounded-Book.otf) format('truetype');
}
@font-face {
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  src: url(../fonts/BASKERVILLE-OLD-FACE-REGULAR.TTF) format('truetype');
}
@font-face {
  font-family: 'CormorantGaramond-Regular';
  src: url(../fonts/CormorantGaramond-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'gotham-rounded-light';
  src: url(../fonts/gotham-rounded-light.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #caa851;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #caa851;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #caa851;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #caa851;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #ddc076;
}
*::-webkit-scrollbar-thumb {
  background-color: #44533c;
}
b,
strong {
  font-weight: bold;
}
body {
  position: relative;
  font-family: 'Poppins-Regular';
  margin: 0 auto;
  color: #1e1e1e;
  background-size: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo .logo {
  display: block;
}
#mobile .mobile-logo img {
  height: 30px;
  width: 80%;
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #caa851;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #caa851;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.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 {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 18;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header.active {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #eee;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  width: 100%;
  padding: 35px 40px;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .logo {
  width: 290px;
}
#header > .nav > .menu .menu-box .menu-menu-container {
  margin-left: auto;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin-left: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > .sub-menu,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-family: 'GothamRounded-Book';
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 25px;
  left: 0;
  background-color: #1e1e1e;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  background-color: #f7fbff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #caa851;
  border-radius: 2px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.menu-item-106697 .sub-menu{
  width: 225px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  background-color: #f7fbff;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  -webkit-box-shadow: 2px 2px 4px 0 #000;
  box-shadow: 2px 2px 4px 0 #000;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  width: 30px;
  display: block;
  cursor: pointer;
}
#header > .nav > .menu .lang_cont {
  margin-left: 12px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav > .menu .lang_cont .c_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
#header > .nav > .menu .lang_cont .c_cont img {
  width: 26px;
}
#header > .nav > .menu .lang_cont .c_cont .text {
  color: #1e1e1e;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  text-align: center;
  text-transform: capitalize;
  line-height: 26px;
}
#header > .nav > .menu .lang_cont .c_cont i {
  margin-left: 10px;
  font-size: 20px;
}
#header > .nav > .menu .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-80%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-80%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-80%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-80%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-80%);
}
#header > .nav > .menu .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-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;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #caa851;
}
#header > .nav > .menu .lang_cont .lang li a {
  background: #f7fbff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
.more_cont_1 {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.more_cont_1 span,
.more_cont_1 i {
  position: relative;
  z-index: 2;
}
.more_cont_1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #caa851;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.more_cont_1:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.more_cont_2 {
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 30px;
  border: #000 solid 1px;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
}
.more_cont_2::before {
  position: absolute;
  top: -7px;
  left: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: inherit;
}
.more_cont_2::after {
  position: absolute;
  bottom: -7px;
  right: -7px;
  content: "";
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border: solid;
  border-width: 1px 0 0 1px;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: inherit;
}
.more_cont_2:hover {
  background-color: #000;
  color: #fff;
}
.more_cont_2:hover::before {
  left: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.more_cont_2:hover:after {
  right: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#banner .container {
  width: 100%;
  position: relative;
  padding: 0;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 100%;
  height: 100%;
  padding: 0 150px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
  color: #000;
  text-align: right;
  margin-right: 8vw;
  margin-top: -36px;
  margin-left: auto;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div a {
  display: block;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  font-size: 160px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  font-weight: 500;
  line-height: 0.9;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title_1 {
  padding-right: 140px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
  font-family: 'Poppins-Regular';
  font-size: 12px;
  line-height: 2;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -10px;
  margin-right: 110px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide-active .cont div {
  -webkit-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .container .share {
  z-index: 2;
  position: absolute;
  width: 36px;
  bottom: 36px;
  left: 26px;
}
#banner .container .share .subline {
  width: 1px;
  height: 132px;
  background-color: #6b6b6b;
  margin: auto;
  margin-bottom: 20px;
}
#banner .container .share a {
  width: 36px;
  height: 36px;
  margin-top: 15px;
  border-radius: 50%;
  background-color: #e3e3e3;
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
}
#banner .container .share a::before {
  border-radius: 50%;
}
#banner .container .sub_img {
  position: absolute;
  right: 0;
  bottom: -176px;
  z-index: 2;
  width: 315px;
}
#banner .container .s_page {
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 25px;
  cursor: pointer;
  text-align: center;
}
#banner .container .s_page img {
  width: 56px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0));
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0));
}
#banner .container .s_page div {
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#banner .container .s_page:hover img {
  transform: scale(0.9) translate(10px);
  -ms-transform: scale(0.9) translate(10px);
  -moz-transform: scale(0.9) translate(10px);
  -webkit-transform: scale(0.9) translate(10px);
  -o-transform: scale(0.9) translate(10px);
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}
#index-body {
  position: relative;
  padding-bottom: 120px;
}
#index-body .sub_title_cont .title_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .sub_title_cont .title_1 .subline {
  background-color: #caa851;
  width: 60px;
  height: 1px;
}
#index-body .sub_title_cont .title_1 .text {
  font-size: 14px;
  color: #caa851;
  margin-left: 8px;
  text-transform: uppercase;
}
#index-body .sub_title_cont .title_2 {
  font-size: 46px;
  color: #000;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 10px;
}
#index-body .init-1 {
  margin-top: 130px;
}
#index-body .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .left {
  width: 43%;
  border: 1px solid #e5e5e5;
  padding: 15px;
}
#index-body .init-1 .container .left img {
  width: 100%;
}
#index-body .init-1 .container .right {
  width: 53%;
}
#index-body .init-1 .container .right .des {
  font-size: 16px;
  color: #656565;
  margin-top: 26px;
  line-height: 2;
}
#index-body .init-1 .container .right .list_cont {
  padding-right: 30px;
  margin-top: 20px;
}
#index-body .init-1 .container .right .list_cont .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .right .list_cont .title_cont .list {
  cursor: pointer;
  padding: 20px;
  width: 31%;
  text-align: center;
  border-bottom: 2px solid #e7e7e7;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .right .list_cont .title_cont .list::before,
#index-body .init-1 .container .right .list_cont .title_cont .list::after {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .right .list_cont .title_cont .list::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: 1;
  bottom: 0;
  left: 50%;
  right: 50%;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  margin-bottom: -2px;
  margin-left: -7px;
  opacity: 0;
}
#index-body .init-1 .container .right .list_cont .title_cont .list::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -2px;
  left: 50%;
  right: 50%;
  border: 9px solid transparent;
  border-top: 0;
  border-bottom-color: #caa851;
  margin-left: -10px;
  opacity: 0;
}
#index-body .init-1 .container .right .list_cont .title_cont .list.active {
  border-block-color: #caa851;
  color: #caa851;
}
#index-body .init-1 .container .right .list_cont .title_cont .list.active::before {
  opacity: 1;
}
#index-body .init-1 .container .right .list_cont .title_cont .list.active::after {
  opacity: 1;
}
#index-body .init-1 .container .right .img_info {
  padding-right: 120px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .right .img_info .img_cont {
  position: relative;
  height: 200px;
  width: 31%;
}
#index-body .init-1 .container .right .img_info .img_cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#index-body .init-1 .container .right .img_info .text_cont {
  width: 65%;
}
#index-body .init-1 .container .right .img_info .text_cont .list_2{
  display: none;
}
#index-body .init-1 .container .right .img_info .text_cont .text_des {
  font-size: 16px;
  color: #777;
  line-height: 1.7;
}
#index-body .init-1 .container .right .img_info .text_cont .list_c {
  margin-top: 20px;
}
#index-body .init-1 .container .right .img_info .text_cont .list_c .list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-1 .container .right .img_info .text_cont .list_c .list img {
  width: 16px;
  min-width: 16px;
  margin-top: 5px;
}
#index-body .init-1 .container .right .img_info .text_cont .list_c .list span {
  font-size: 16px;
  color: #232323;
  margin-left: 10px;
}
#index-body .init-2 {
  position: relative;
  margin-top: 120px;
}
#index-body .init-2 .container .sub_title_cont {
  width: 540px;
}
#index-body .init-2 .bg_cont {
  overflow: hidden;
  margin-top: 35px;
  position: relative;
  width: calc(100% - 476px);
  height: 680px;
  z-index: 2;
}
#index-body .init-2 .bg_cont .btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
#index-body .init-2 .bg_cont .btn .cir {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 20px;
}
#index-body .init-2 .bg_cont .btn .cir i.fa-caret-right {
  margin-left: 6px;
}
#index-body .init-2 .bg_cont .btn::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 400px;
  top: -78px;
  left: 0;
  background-color: #fff;
}
#index-body .init-2 .bg_cont .btn::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 400px;
  top: 357px;
  left: 0;
  background-color: #fff;
}
#index-body .init-2 .bg_cont .img_cont {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .bg_cont .img_cont img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .bg_cont .img_cont .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .bg_cont .img_cont .img .text_c {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#index-body .init-2 .bg_cont .img_cont .img .text_c div {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  padding: 14px 40px;
}
#index-body .init-2 .bg_cont .img_cont .img_1 img {
  clip: rect(0px, 1450px, 680px, 726px);
}
#index-body .init-2 .bg_cont .img_cont .img_2 img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  clip: rect(0px, 726px, 680px, 0);
}
#index-body .init-2 .bg_cont .img_cont .s_btn {
  position: absolute;
  bottom: 0;
  right: 20%;
  background-color: #fff;
  color: #000;
  padding: 14px 40px;
  font-size: 16px;
}
#index-body .init-2 .bg_cont .img_cont .s_btn.before {
  right: 70%;
  background-color: #000;
  color: #fff;
}
#index-body .init-2 .right_cont {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(86% - 540px);
  background-image: url(../images/index_19.jpg);
}
#index-body .init-2 .right_cont ul {
  padding: 0 70px;
  padding-left: 40px;
  padding-top: 130px;
  padding-bottom: 50px;
  margin-left: auto;
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .right_cont ul li {
  width: 50%;
  margin-top: 30px;
  color: #fff;
  padding: 0 10px;
}
#index-body .init-2 .right_cont ul li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
}
#index-body .init-2 .right_cont ul li .img {
  height: 62px;
  text-align: center;
}
#index-body .init-2 .right_cont ul li .img img {
  height: 100%;
  max-width: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
#index-body .init-2 .right_cont ul li .text {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
#index-body .init-2 .right_cont ul li .text:hover {
  color: #caa851;
}
#index-body .init-3 {
  margin-top: 120px;
}
#index-body .init-3 .container {
  text-align: center;
}
#index-body .init-3 .container .sub_title_cont .title_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-3 .container .sub_title_cont .title_2 {
  text-align: center;
}
#index-body .init-3 .container .swiper {
  margin-top: 60px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 350px;
  border: 2px solid rgba(202, 168, 81, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_1{
  opacity: 1;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_2{
  opacity: 0;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .img_1{
  opacity: 0;
}

#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .img_2{
  opacity: 1;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 26px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #e09d74;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 8px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  color: #e09d74;
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img{
  position: relative;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img div{
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img div img{
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img {
  padding: 40px;
  border-color: #caa851;
}
#index-body .init-3 .container .more {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #7d7d7d;
  border: 1px solid #7d7d7d;
  padding: 8px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .more span {
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 10px 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .more:hover {
  border-color: #fff;
  background-color: #caa851;
}
#index-body .init-3 .container .more:hover span {
  color: #fff;
  border-color: #fff;
}
#index-body .init-4 {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 110px;
  background-image: url(../images/index_15.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#index-body .init-4 .sub_img {
  position: absolute;
  width: 260px;
  top: -190px;
  left: 0;
}
#index-body .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-4 .container .list {
  padding: 0 40px;
  width: 33.33%;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}
#index-body .init-4 .container .list .img {
  margin: auto;
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #caa851;
  border-radius: 50%;
}
#index-body .init-4 .container .list .img img {
  width: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .list .text {
  margin-top: 16px;
  font-size: 24px;
  font-family: 'CormorantGaramond-Regular';
  text-transform: uppercase;
}
#index-body .init-4 .container .list .des {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.6);
}
#index-body .init-4 .container .list:hover .img img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .init-5 {
  margin-top: 120px;
}
#index-body .init-5 .container .sub_title_cont .title_1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .init-5 .container .sub_title_cont .title_2 {
  text-align: center;
}
#index-body .init-5 .container .swiper {
  margin-top: 40px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 26px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 350px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  padding-bottom: 0;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time img {
  width: 25px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time span {
  margin-left: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'gotham-rounded-light';
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 24px;
  margin-top: 10px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title:hover {
  color: #caa851;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .more_cont_2 {
  top: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
#footer {
  background-color: #000;
  background-image: url(../images/index_17.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#footer .f-top {
  padding-top: 50px;
}
#footer .f-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-top .container .left {
  color: #fff;
}
#footer .f-top .container .left .title {
  font-size: 30px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
}
#footer .f-top .container .left .des {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  margin-top: 4px;
}
#footer .f-top .container .contact {
  margin-left: 40px;
  padding: 18px 50px;
  background-color: #caa851;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(202, 168, 81, 0);
  box-shadow: 2px 2px 6px 0 rgba(202, 168, 81, 0);
}
#footer .f-top .container .contact:hover {
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 6px 0 #777777;
  box-shadow: 2px 2px 6px 0 #777777;
}
#footer .f-middle {
  margin-top: 36px;
}
#footer .f-middle .container {
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  padding-top: 10px ;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-middle .container .left {
  border-right: 1px solid #353535;
  padding: 20px 0;
  padding-right: 50px;
  width: 400px;
}
#footer .f-middle .container .left .logo {
  display: block;
  width: 290px;
}
#footer .f-middle .container .left .title {
  font-size: 24px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  color: #fff;
  margin-top: 15px;
}
#footer .f-middle .container .left .des {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'Roboto-Light';
  line-height: 1.6;
  margin-top: 10px;
}
#footer .f-middle .container .right {
  width: calc(100% - 400px);
  padding: 20px 0;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-middle .container .right .list_cont {
  margin-top: 30px;
  font-family: 'Roboto-Light';
  font-size: 18px;
}
#footer .f-middle .container .right .list_cont .first {
  font-size: 24px;
  color: #fff;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  margin-bottom: 20px;
}
#footer .f-middle .container .right .list_cont .list {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-width: 260px;
}
#footer .f-middle .container .right .list_cont .list:hover {
  color: #caa851;
}
#footer .f-middle .container .right .list_cont .list_2 {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
#footer .f-middle .container .right .list_cont.contact_list {
  max-width: 265px;
}
#footer .f-middle .container .right .list_cont #ewm {
  width: 215px;
  background-color: #fff;
  padding: 8px;
}
#footer .copyright {
  width: 100%;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 26px 0;
}
#footer .copyright .container {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .left a {
  margin-left: 20px;
}
#footer .copyright .container .left a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright .container .left a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .share a {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
  margin: 8px;
}
#footer .copyright .container .share a:hover {
  color: #caa851;
}
.inner-banner {
  margin-top: 160px;
  background-image: url(../images/inner-banner.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
}
.inner-banner .shadow {
  background-color: rgba(0, 0, 0, 0.41);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-banner .container {
  padding: 150px 0;
  position: relative;
}
.inner-banner .container .cat_name {
  font-size: 50px;
  font-family: 'BASKERVILLE-OLD-FACE-REGULAR';
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.inner-banner .container .mbx {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  font-size: 16px;
}
.inner-banner .container .mbx i {
  margin-right: 8px;
}
.inner-banner .container .mbx a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: #caa851;
}
.contact-page {
  padding-top: 80px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .list {
  width: 25%;
  padding: 0 10px;
  background-color: #fff;
}
.contact-page .init-1 .container .list .box {
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px 0 rgba(43, 52, 59, 0.08);
  padding: 30px 10px;
  padding-top: 0;
  text-align: center;
}
.contact-page .init-1 .container .list .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  background-color: #caa851;
}
.contact-page .init-1 .container .list .box .img {
  background-color: #caa851;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
}
.contact-page .init-1 .container .list .box .img img {
  width: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-1 .container .list .box .img::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 60px;
  border-width: 0 13px 12px 0;
  border-style: solid;
  border-color: #000;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.7;
  border-color: #caa851;
}
.contact-page .init-1 .container .list .box .img::after {
  position: absolute;
  content: "";
  right: 0;
  height: 11px;
  width: 100%;
  top: -11px;
  z-index: -4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #caa851;
  -webkit-transform: scale(1, 1.2);
  transform: scale(1, 1.2);
}
.contact-page .init-1 .container .list .box .tip {
  font-size: 22px;
  margin-top: 25px;
  font-weight: bold;
}
.contact-page .init-1 .container .list .box .text {
  margin-top: 10px;
  font-size: 16px;
  color: #777;
  line-height: 1.6;
}
.contact-page .init-1 .container .list:hover .box::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.contact-page .init-1 .container .list:hover .box .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.contact-page .init-2 {
  margin-top: 100px;
}
.contact-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-2 .container .left {
  position: relative;
  width: 34%;
  height: 550px;
}
.contact-page .init-2 .container .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .init-2 .container .left .cont {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
.contact-page .init-2 .container .left .cont .title {
  font-size: 22px;
  font-weight: bold;
}
.contact-page .init-2 .container .left .cont .des {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .init-2 .container .left .cont .more {
  margin-top: 20px;
  background-color: inherit;
  border: 1px solid #fff;
  font-size: 16px;
}
.contact-page .init-2 .container .left .cont .more:hover {
  background-color: #fff;
  color: #000;
}
.contact-page .init-2 .container .right {
  width: calc(64% - 40px);
}
.contact-page .init-2 .container .right .title {
  font-size: 30px;
  font-weight: bold;
}
.contact-page .init-2 .container .right form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-2 .container .right form input,
.contact-page .init-2 .container .right form textarea {
  border: 1px solid rgba(119, 119, 119, 0.2);
  width: calc(50% - 15px);
  margin-top: 15px;
  font-size: 16px;
  padding: 15px 30px;
}
.contact-page .init-2 .container .right form textarea {
  width: 100%;
}
.contact-page .init-2 .container .right form .more_cont_2 {
  padding: 15px 30px;
  font-size: 16px;
  margin-top: 50px;
  cursor: pointer;
  font-weight: bold;
}
.contact-page .init-3 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.contact-page .init-3 .button-group .button{
  background: #caa851;
}
.faq-page {
  padding-top: 80px;
}
.faq-page .init-1 .container .tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-1 .container .tip .subline {
  width: 36px;
  height: 1px;
  background-color: #caa851;
}
.faq-page .init-1 .container .tip span {
  color: #caa851;
  font-size: 14px;
  margin: 0 10px;
}
.faq-page .init-1 .container .title {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
}
.faq-page .init-1 .container .des {
  width: 650px;
  margin: auto;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}
.faq-page .init-2 {
  margin-top: 40px;
}
.faq-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faq-page .init-2 .container .left {
  width: 50%;
}
.faq-page .init-2 .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-page .init-2 .container .right {
  width: 50%;
  padding: 10px 30px;
  padding-right: 0;
}
.faq-page .init-2 .container .right .list {
  margin-bottom: 30px;
}
.faq-page .init-2 .container .right .list .title {
  padding: 15px 20px;
  padding-right: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.faq-page .init-2 .container .right .list .title .btn {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.faq-page .init-2 .container .right .list .title .btn div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  top: 6px;
  left: 0;
  background-color: #000;
}
.faq-page .init-2 .container .right .list .title .btn div:last-child {
  top: 0;
  left: 6px;
  width: 3px;
  height: 100%;
}
.faq-page .init-2 .container .right .list .title.active .btn div:last-child {
  opacity: 0;
}
.faq-page .init-2 .container .right .list .content {
  display: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #777;
  line-height: 2;
}
.faq-page .init-3 {
  margin-top: 100px;
  background-image: url(../images/faq_2.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.faq-page .init-3 .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #caa851;
  opacity: 0.6;
}
.faq-page .init-3 .container .title {
  font-size: 18px;
}
.faq-page .init-3 .container .des {
  font-size: 42px;
  font-weight: bold;
  margin-top: 20px;
}
.faq-page .init-3 .container .more_cont_2 {
  border-color: #fff;
  background-color: inherit;
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
}
.faq-page .init-3 .container .more_cont_2:hover {
  color: #000;
  background-color: #fff;
}
.product-page {
  padding: 100px 0;
}
.product-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .container .sidebar-left {
  width: 325px;
}
.product-page .container .sidebar-left .list_cont {
  margin-top: 36px;
  padding: 30px 25px;
  background-color: #f7f7f7;
}
.product-page .container .sidebar-left .list_cont:first-child {
  margin-top: 0;
}
.product-page .container .sidebar-left .list_cont .first {
  position: relative;
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .container .sidebar-left .list_cont .first::after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 70px;
  left: 0;
  bottom: -1px;
  background-color: #caa851;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-page .container .sidebar-left .list_cont .list {
  margin-top: 10px;
  display: block;
  background-color: #fff;
  padding: 12px;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
.product-page .container .sidebar-left .list_cont .list span {
  position: relative;
  z-index: 2;
}
.product-page .container .sidebar-left .list_cont .list::before {
  content: '';
  background-color: #caa851;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .container .sidebar-left .list_cont .list:hover {
  color: #fff;
}
.product-page .container .sidebar-left .list_cont .list:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.product-page .container .sidebar-left .list_cont .list_2 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
  background-color: #fff;
}
.product-page .container .sidebar-left .list_cont .list_2 img {
  width: 24px;
  min-width: 24px;
}
.product-page .container .sidebar-left .list_cont .list_2 .cont {
  margin-left: 16px;
}
.product-page .container .sidebar-left .list_cont .list_2 .cont .tip {
  font-size: 16px;
  font-weight: bold;
}
.product-page .container .sidebar-left .list_cont .list_2 .cont .text {
  margin-top: 5px;
  font-size: 16px;
  color: #777;
}
.product-page .container .sidebar-left .list_cont:hover .first::after {
  width: 100%;
}
.product-page .container .sidebar-content {
  width: calc(100% - 360px);
}
.product-page .container .sidebar-content .grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .container .sidebar-content .grid-box .column {
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
.product-page .container .sidebar-content .grid-box .column .box {
  height: 100%;
  border: 1px solid #cfcfcf;
}

.product-page .container .sidebar-content .grid-box .column .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.product-page .container .sidebar-content .grid-box .column .box a:hover {
  color: #caa851;
}
.product-page .container .sidebar-content .grid-box .column .box .img {
  height: 240px;
}
.product-page .container .sidebar-content .grid-box .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
  transform:translateY(-100%);
  -ms-transform:translateY(-100%);
  -moz-transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  -o-transform:translateY(-100%);
}
.product-page .container .sidebar-content .grid-box .column .box .img_1{
  opacity: 1;
}
.product-page .container .sidebar-content .grid-box .column .box .img_2{
  opacity: 0;
}
.product-page .container .sidebar-content .grid-box .column .box:hover .img img{
  transform:translateY(0);
  -ms-transform:translateY(0);
  -moz-transform:translateY(0);
  -webkit-transform:translateY(0);
  -o-transform:translateY(0);
}
.product-page .container .sidebar-content .grid-box .column .box:hover .img_1{
  opacity: 0;
}
.product-page .container .sidebar-content .grid-box .column .box:hover .img_2{
  opacity: 1;
}
.product-page .container .sidebar-content .grid-box .column .box .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 10px;
}
.product-page .container .sidebar-content .grid-box .column .box .des {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  color: #777;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  padding: 0 10px;
}
.prodet-page {
  padding: 80px 0;
}
.prodet-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 20px;
  display: block;
  overflow: hidden;
}
.prodet-page .init-1 .container .left a {
  display: block;
  width: 100%;
  height: 100%;
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 50%;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.prodet-page .init-1 .container .right .tip {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #bc9e71;
  line-height: 30px;
}
.prodet-page .init-1 .container .right h1 {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .content {
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
  overflow-y: auto;
  max-height: 210px;
  padding-right: 4px;
}
.prodet-page .init-1 .container .right .swiper{
  width: 100%;
  margin: 30px 0;
}
.prodet-page .init-1 .container .right .swiper a{
  display: block;
}
.prodet-page .init-1 .container .right .btn_list {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: auto;
}
.prodet-page .init-1 .container .right .btn_list a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Castellar";
  font-weight: 700;
  margin-right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
}
.prodet-page .init-1 .container .right .btn_list a:hover {
  color: #fff;
  background-color: #caa851;
}
.prodet-page .init-1 .container .right .share {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .right .share h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .share a {
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .init-1 .container .right .share a:hover {
  color: #caa851;
}
.prodet-page .init-2 {
  margin-top: 100px;
}
.prodet-page .init-2 .container {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.prodet-page .init-2 .container .list_cont {
  margin: 0 -10px;
}
.prodet-page .init-2 .container .list_cont > .list {
  padding: 30px 0;
  border-top: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.prodet-page .init-2 .container .list_cont > .list .tip_title {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  font-family: "Castellar";
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8;
}
.prodet-page .init-2 .container .list_cont > .list .tip_title span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.prodet-page .init-2 .container .list_cont > .list .tip_title span::before,
.prodet-page .init-2 .container .list_cont > .list .tip_title span::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
.prodet-page .init-2 .container .list_cont > .list .tip_title span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .init-2 .container .list_cont > .list .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.8;
  margin-bottom: 20px;
  display: none;
  word-break: break-word;
}
.prodet-page .init-2 .container .list_cont > .list .content table tr td{
  min-width: 140px;
}
.prodet-page .init-2 .container .list_cont > .list .content form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .list_cont > .list .content form ul li {
  width: 50%;
  padding: 10px;
}
.prodet-page .init-2 .container .list_cont > .list .content form ul li input,
.prodet-page .init-2 .container .list_cont > .list .content form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 30px;
}
.prodet-page .init-2 .container .list_cont > .list .content form ul li .submit_btn {
  padding: 12px;
  max-width: 180px;
  border-color: #000;
  background-color: transparent;
  font-weight: 700;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-2 .container .list_cont > .list .content form ul li .submit_btn:hover {
  background-color: #caa851;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.prodet-page .init-2 .container .list_cont > .list.active {
  border-top: 2px solid #000;
}
.prodet-page .init-2 .container .list_cont > .list.active .tip_title span::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.related_product {
  margin-top: 80px;
}
.related_product .container .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related_product .container .title_cont .tip {
  font-size: 30px;
  font-weight: bold;
}
.related_product .container .title_cont .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related_product .container .title_cont .btn div {
  width: 36px;
  height: 36px;
  font-size: 24px;
  border: #caa851 solid 1px;
  color: #caa851;
  text-align: center;
  margin-left: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.related_product .container .title_cont .btn div:hover {
  color: #fff;
  background-color: #caa851;
}
.related_product .container .swiper {
  padding: 20px ;
  margin: 0 -18px;
  margin-top: 40px;
}
.related_product .container .swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.08);
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  display: block;
  height: 340px;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .text {
  padding: 0 10px;
  font-size: 16px;
  margin-top: 15px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: center;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #caa851;
}
.about-page {
  padding: 80px 0;
}
.about-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-1 .container .img_1 {
  width: 48%;
  padding-top: 46px;
  padding-right: 30px;
}
.about-page .init-1 .container .img_2 {
  width: 45%;
}
.about-page .init-1 .container .left{
  width: 54%;
}
.about-page .init-1 .container .right {
  width: 46%;
  padding-top: 20px;
  padding-left: 45px;
}
.about-page .init-1 .container .title_cont {
  font-size: 14px;
  color: #caa851;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .init-1 .container .title_cont .subline {
  width: 36px;
  height: 1px;
  background-color: #caa851;
}
.about-page .init-1 .container .title_cont .text {
  margin-left: 10px;
  text-transform: uppercase;
}
.about-page .init-1 .container .title {
  font-size: 40px;
  margin-top: 10px;
  font-weight: bold;
}
.about-page .init-1 .container .right .des {
  font-size: 16px;
  line-height: 2;
  color: #777;
}
.about-page .init-1 .container .right .list_cont {
  margin: 0 -10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-1 .container .right .list_cont .list {
  width: 50%;
  padding: 10px;
  color: #777;
  font-size: 16px;
}
.about-page .init-1 .container .right .list_cont .list span:last-child {
  margin-left: 6px;
}
.about-page .init-1 .container .right .more {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}
.about-page .init-2 {
  position: relative;
  margin-top: 80px;
}
.about-page .init-2 .shadow {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 70px;
  left: 0;
  background-color: #000;
}
.about-page .init-2 > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-2 .container {
  padding-top: 70px;
}
.about-page .init-2 .container .left {
  padding: 100px 0;
}
.about-page .init-2 .container .left .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #caa851;
}
.about-page .init-2 .container .left .title_cont .subline {
  width: 36px;
  height: 1px;
  background-color: #caa851;
}
.about-page .init-2 .container .left .title_cont .text {
  margin-left: 10px;
}
.about-page .init-2 .container .left .tip_title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
.about-page .init-2 .container .left .title_1 {
  margin-top: 20px;
}
.about-page .init-2 .container .left .swiper {
  margin-top: 40px;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
  padding: 60px 35px;
  background-color: #fff;
  overflow: hidden;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:last-child {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  width: calc(100% + 10px);
  transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .shadow img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .shadow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide i {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #caa851;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 2;
  color: #777;
  margin-top: 15px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .more {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .more:hover {
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide.active .shadow,
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:hover .shadow {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide.active i,
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:hover i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide.active .title,
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: #fff;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide.active .des,
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:hover .des {
  color: #fff;
}
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide.active .more,
.about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide:hover .more {
  color: #fff;
  border-color: #fff;
}
.about-page .init-3 {
  margin-top: 90px;
}
.about-page .init-3 .container .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #caa851;
}
.about-page .init-3 .container .title_cont .subline {
  width: 36px;
  height: 1px;
  background-color: #caa851;
}
.about-page .init-3 .container .title_cont .text {
  margin: 0 10px;
}
.about-page .init-3 .container .title_1 {
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}
.about-page .init-3 .container .title_des {
  font-size: 16px;
  line-height: 2;
  margin: auto;
  margin-top: 0;
  text-align: center;
  color: #777;
  max-width: 600px;
}
.about-page .init-3 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.about-page .init-3 .container .list_cont .list {
  margin-top: 30px;
  padding: 0 15px;
  width: 25%;
}
.about-page .init-3 .container .list_cont .list .img {
  position: relative;
  font-size: 56px;
  line-height: 167px;
  height: 150px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  border: 1px dashed;
  border-radius: 50%;
  color: rgba(24, 24, 24, 0.59);
  -webkit-transition: 0.4s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.about-page .init-3 .container .list_cont .list .img .num {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 47px;
  border: 1px dashed;
  background-color: #fff;
  text-align: center;
}
.about-page .init-3 .container .list_cont .list .title {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
.about-page .init-3 .container .list_cont .list .des {
  font-size: 16px;
  color: #777;
  text-align: center;
  margin-top: 5px;
}
.about-page .init-3 .container .list_cont .list:hover .img {
  color: #caa851;
  background-color: #f8f8f8;
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.about-page .init-4 {
  padding: 60px 0;
  background-color: #f7f7f7;
  margin-top: 80px;
}
.about-page .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-4 .container .list {
  padding: 10px;
  border-right: 1px solid #cfcfcf;
  width: 25%;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .list:last-child {
  border-right: none;
}
.about-page .init-4 .container .list::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  transition: -webkit-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out, -webkit-transform 800ms ease-in-out;
  position: absolute;
  content: '';
  border-bottom: 3px solid;
  height: 1px;
  width: 55%;
  left: 23%;
  bottom: 0;
  padding-top: 18px;
  color: #cda274;
}
.about-page .init-4 .container .list .num_cont {
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  color: #caa851;
}
.about-page .init-4 .container .list .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 20px;
  margin-top: 26px;
  font-weight: bold;
}
.about-page .init-4 .container .list:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.about-page .init-4 .container .list:hover .des {
  color: #caa851;
}
.about-page .init-5 {
  margin-top: 80px;
}
.about-page .init-5 .container .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .init-5 .container .title_cont .subline {
  width: 36px;
  height: 1px;
  background-color: #caa851;
}
.about-page .init-5 .container .title_cont .text {
  font-size: 14px;
  color: #caa851;
  margin: 0 10px ;
}
.about-page .init-5 .container .tip_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
.about-page .init-5 .container .swiper {
  margin-top: 40px;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  overflow: hidden;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 310px;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
  padding: 15px;
  background-color: #f7f7f7;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-size: 20px;
  font-weight: bold;
}
.about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .position {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

.about-page .init-6{
  margin-top: 170px;
}
.about-page .init-6 .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about-page .init-6 .container .left{
  width: 50%;
}

.about-page .init-6 .container .left img{
  width: 100%;
}

.about-page .init-6 .container .right{
  width: 50%;
  padding-left: 60px;
}

.about-page .init-6 .container .right .title{
  font-size: 42px;
  font-weight: bold;
}

.about-page .init-6 .container .right .des{
  font-size: 16px;
  color: #777;
  line-height: 2;
  margin-top: 20px;
}

.about-page .init-6 .container .right .des_2{
  font-size: 16px;
  margin-top: 20px;
  color: #777;
  line-height: 2;
  background-color: #f7f7f7;
  padding: 15px 25px;
  border-left: 3px solid #cda274;
}

.about-page .init-6 .container .right .img{
  width: 186px;
  margin-top: 20px;
}

.about-page .init-6 .container .right .img img{
  width: 100%;
}



.news-page {
  margin: 80px 0;
}
.news-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .container .sidebar-left {
  width: 325px;
}
.news-page .container .sidebar-left .list_cont {
  margin-top: 36px;
  padding: 30px 25px;
  background-color: #f7f7f7;
}
.news-page .container .sidebar-left .list_cont:first-child {
  margin-top: 0;
}
.news-page .container .sidebar-left .list_cont .first {
  position: relative;
  padding-bottom: 12px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-page .container .sidebar-left .list_cont .first::after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 70px;
  left: 0;
  bottom: -1px;
  background-color: #caa851;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news-page .container .sidebar-left .list_cont .list {
  margin-top: 10px;
  display: block;
  background-color: #fff;
  padding: 12px;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
.news-page .container .sidebar-left .list_cont .list span {
  position: relative;
  z-index: 2;
}
.news-page .container .sidebar-left .list_cont .list::before {
  content: '';
  background-color: #caa851;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .sidebar-left .list_cont .list:hover {
  color: #fff;
}
.news-page .container .sidebar-left .list_cont .list:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.news-page .container .sidebar-left .list_cont .list_2 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 20px;
  background-color: #fff;
}
.news-page .container .sidebar-left .list_cont .list_2 img {
  width: 24px;
  min-width: 24px;
}
.news-page .container .sidebar-left .list_cont .list_2 .cont {
  margin-left: 16px;
}
.news-page .container .sidebar-left .list_cont .list_2 .cont .tip {
  font-size: 16px;
  font-weight: bold;
}
.news-page .container .sidebar-left .list_cont .list_2 .cont .text {
  margin-top: 5px;
  font-size: 16px;
  color: #777;
}
.news-page .container .sidebar-left .list_cont:hover .first::after {
  width: 100%;
}
.news-page .container .sidebar-content {
  width: calc(100% - 360px);
}
.news-page .container .sidebar-content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-page .container .sidebar-content .list .left {
  padding-right: 50px;
  width: 65%;
}
.news-page .container .sidebar-content .list .left a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .sidebar-content .list .left a:hover {
  color: #caa851;
}
.news-page .container .sidebar-content .list .left .title {
  font-size: 30px;
  font-weight: bold;
}
.news-page .container .sidebar-content .list .left .des {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page .container .sidebar-content .list .left .more {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.news-page .container .sidebar-content .list .left .more:hover {
  color: #fff;
}
.news-page .container .sidebar-content .list .img {
  width: 35%;
  display: block;
  overflow: hidden;
}
.news-page .container .sidebar-content .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .container .sidebar-content .list:nth-child(2n) .left {
  padding-left: 50px;
  padding-right: 0;
}
.news-page .container .sidebar-content .list:nth-child(2n) .img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.m-page {
  margin-top: 60px;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border: #caa851 solid 1px;
  text-align: center;
  margin: 5px;
  line-height: 34px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  color: #fff;
  background-color: #caa851;
}
.m-page .wp-pagenavi a:hover {
  color: #fff;
  background-color: #caa851;
}
.newdet-page {
  padding: 80px 0;
}
.newdet-page .container .title {
  font-size: 24px;
  font-weight: bold;
}
.newdet-page .container .tag {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
}
.newdet-page .container .tag .black {
  color: #000;
}
.newdet-page .container .tag .time {
  margin-left: 15px;
}
.newdet-page .container .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #d7d7d7 dashed;
  border-bottom: 1px #d7d7d7 dashed;
  line-height: 2;
  font-size: 16px;
}
.newdet-page .container .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.newdet-page .container .share h4 {
  color: #444;
  font-weight: bold;
}
.newdet-page .container .share a {
  display: inline-block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.newdet-page .container .share a:hover {
  background-color: #caa851;
  color: #fff;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-link a:hover {
  color: #caa851;
}
.gallery-page {
  padding: 80px 0;
}
.gallery-page .container .gallery-list .grid-box {
  margin: 0 -15px;
}
.gallery-page .container .gallery-list .grid-box .column {
  padding: 15px;
}
.gallery-page .container .gallery-list .grid-box .column .box {
  -webkit-box-shadow: 0 0 10px rgba(26, 22, 12, 0.3);
  box-shadow: 0 0 10px rgba(26, 22, 12, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list .grid-box .column .box .img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .container .gallery-list .grid-box .column .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list .grid-box .column .box:hover h5 {
  color: #fff;
  background-color: #caa851;
}

.video-page .container .gallery-list .grid-box .column .box{
  padding: 0;
}
.video-page ul li video{
  display: block;
  width: 100%;
}
@media (max-width: 1500px) {
  #banner .container .sub_img {
    width: 220px;
    bottom: -125px;
  }
  #banner .container .s_page {
    bottom: 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 100px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    margin-right: 50px;
  }
  #index-body .init-1 .container .right .list_cont {
    padding-right: 0;
  }
  #index-body .init-1 .container .right .img_info {
    padding-right: 0;
  }
  #footer .f-middle .container .left {
    width: 340px;
  }
  #footer .f-middle .container .right {
    width: calc(100% - 340px);
  }
  #footer .f-middle .container .right .list_cont #ewm{
    width: 160px;
  }
}
@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .search {
    width: 26px;
  }
  #header > .nav > .menu .lang_cont .c_cont .text {
    width: 26px;
    height: 26px;
    line-height: 24px;
  }
  #index-body .init-1 .container .right .img_info .img_cont {
    height: 140px;
  }
  #index-body .init-2 .container .sub_title_cont {
    width: 100%;
  }
  #index-body .init-2 .container .sub_title_cont .title_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-2 .container .sub_title_cont .title_2 {
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-2 .bg_cont {
    width: 970px;
    margin: auto;
    margin-top: 30px;
    height: 470px;
  }
  #index-body .init-2 .bg_cont .btn::before {
    top: -181px;
  }
  #index-body .init-2 .bg_cont .btn::after {
    top: 252px;
  }
  #index-body .init-2 .right_cont {
    position: relative;
    width: 970px;
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-2 .right_cont ul {
    width: 100%;
    padding: 30px 15px;
    padding-top: 0;
  }
  #index-body .init-2 .right_cont ul li {
    width: 33.33%;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 250px;
  }
  #footer .f-middle .container .left {
    width: 100%;
    border: none;
    text-align: center;
    padding: 20px 0;
  }
  #footer .f-middle .container .left .logo {
    margin: auto;
  }
  #footer .f-middle .container .right {
    width: 100%;
  }
  .product-page .container .sidebar-left {
    display: none;
  }
  .product-page .container .sidebar-content {
    width: 100%;
  }
  .related_product .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 230px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .sub_img {
    display: none;
  }
  #banner .container .s_page {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding: 0 15px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    margin-right: 0;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 10vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title_1 {
    padding-right: 0;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    margin-top: 5px;
    margin-right: 0;
  }
  #banner .container .share {
    width: 26px;
  }
  #banner .container .share .subline {
    height: 80px;
  }
  #banner .container .share a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  #index-body .init-1 .container .right .des{
    text-align: left;
  }
    #index-body .init-1 .container .right .img_info .img_cont{
    display: none;
  }
  #index-body .init-1 .container .right .img_info .text_cont {
    text-align: left;
  }
  #index-body .init-1 .container .right .img_info .text_cont .list_c .list {
    max-width: 310px;
    margin: auto;
    margin-top: 6px;
  }
  #index-body .init-1 .container .right .img_info .text_cont .list_c .list img {
    margin-top: 4px;
  }
  #index-body .init-1 .container .right .img_info .img_cont {
    height: 235px;
  }
  
  #index-body .sub_title_cont .title_1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-2 .bg_cont {
    width: 700px;
  }
  #index-body .init-2 .right_cont {
    width: 700px;
  }
  #index-body .init-4 .sub_img {
    width: 160px;
    top: -66px;
  }
  #index-body .init-4 .container .list {
    width: 50%;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 180px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
    text-align: center;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    text-align: center;
  }
  #footer .f-top .container .left {
    width: 100%;
    text-align: center;
  }
  #footer .f-top .container .contact {
    margin: auto;
    margin-top: 20px;
  }
  #footer .copyright .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-banner {
    margin-top: 40px;
  }
  .contact-page {
    padding-top: 40px;
  }
  .contact-page .init-1 .container .list {
    width: 50%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .contact-page .init-2 .container .right form .more_cont_2 {
    margin: auto;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .left {
    width: 100%;
    margin-top: 40px;
    height: auto;
    text-align: center;
  }
  .contact-page .init-2 .container .left .cont {
    position: relative;
    padding: 100px 0;
    top: 0;
  }
  
  .product-page .container .sidebar-content .grid-box .column .box .img {
    height: 160px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .prodet-page .init-1 .container .right .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-1 .container .left{
    width: 100%;
  }
  
  .about-page .init-1 .container .img_1 {
    width: 50%;
  }
  .about-page .init-1 .container .img_2 {
    width: 47%;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .about-page .init-1 .container .title{
    text-align: center;
  }
  .about-page .init-1 .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-2 .container .left {
    text-align: center;
  }
  .about-page .init-2 .container .left .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-3 .container .list_cont .list {
    width: 50%;
  }
  .about-page .init-4 .container .list {
    width: 50%;
    border: none;
  }
  .about-page .init-5 .container .swiper {
    text-align: center;
  }

  .about-page .init-6 .container .left{
    width: 100%;
    display: none;
  }
  .about-page .init-6 .container .right .img{
    margin: auto;
    margin-top: 20px;
  }

  .about-page .init-6 .container .right{
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  
  .news-page .container .sidebar-left {
    display: none;
  }
  .news-page .container .sidebar-content {
    width: 100%;
  }
  .news-page .container .sidebar-content .list .left {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 40px;
  }
  .news-page .container .sidebar-content .list .img {
    width: 100%;
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .news-page .container .sidebar-content .list:nth-child(2n) .left {
    padding-left: 0;
  }
  
}
@media (max-width: 700px) {
  #banner .container .share {
    display: none;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }
  #footer .f-middle .container {
    padding-bottom: 30px;
  }
  #footer .f-middle .container .right {
    padding: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #footer .f-middle .container .right .list_cont {
    display: none;
  }
  #footer .f-middle .container .right .list_cont.contact_list {
    display: block;
    width: 50%;
  }
  #footer .f-middle .container .right .list_cont.code_list {
    display: block;
  }
  #footer .f-middle .container .right .list_cont #ewm {
    width: 180px;
  }
  .inner-banner .container .mbx {
    width: 96%;
    left: 2%;
  }
  .faq-page .init-1 .container .des {
    width: 100%;
  }
  .faq-page .init-2 .container .left {
    display: none;
  }
  .faq-page .init-2 .container .right {
    padding: 0;
    width: 100%;
  }
  .product-page .container .sidebar-content .grid-box .column .box .img {
    height: 32vw;
  }
  .related_product .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 36vw;
  }
}
@media (max-width: 500px) {
  /*#banner .container .swiper .swiper-wrapper .swiper-slide {
    height: 320px;
  }*/
  #banner .container .swiper .swiper-wrapper .swiper-slide > img{
    object-position: left;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide:nth-child(2) > img{
    object-position: 92%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    font-size: 30px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title_2 {
    margin-top: 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    font-size: 14px;
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
  }
  #index-body {
    padding-bottom: 40px;
  }
  
  #index-body .sub_title_cont .title_2 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
  }
  #index-body .sub_title_cont .title_1{
    display: none;
  }
  #index-body .init-1 {
    margin-top: 40px;
  }
  #index-body .init-1 .container .left{
    display: none;
  }
  #index-body .init-1 .container .right{
    margin-top: 10px;
  }
  #index-body .init-1 .container .right .des {
    margin-top: 10px;
  }
  #index-body .init-1 .container .right .list_cont .title_cont .list {
    width: 33.33%;
    font-size: 16px;
    padding: 2px 10px;
  }
  #index-body .init-1 .container .right .list_cont .title_cont .list::before{
    display: none;
  }
  #index-body .init-1 .container .right .list_cont .title_cont .list.active::after{
    display: none;
  }

  #index-body .init-1 .container .right .img_info{
    justify-content: space-between;
    align-items: flex-start;
  }
  
  #index-body .init-1 .container .right .img_info .img_cont {
    height: 50vw;
    width: 40%;
  }
  
  
  #index-body .init-1 .container .right .img_info .text_cont {
    width: 100%;
    margin-top: 0;
  }

  #index-body .init-1 .container .right .img_info .text_cont .list_2:nth-child(3) .list_c{
    margin-top: -8px;
    width: 100%;
  }

  #index-body .init-3 {
    margin-top: 40px;
  }

  #index-body .init-3 .container .swiper {
    margin-top: 30px;
    order: 3;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    margin-top: 10px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .des {
    font-size: 10px;
    font-size: 16px;
  }
  #index-body .init-3 .container .more {
    margin-top: 20px;
    padding: 2px;
    display: none;
    font-size: 14px;
  }
  
  #index-body .init-3 .container .more span {
    padding: 4px 10px;
  }
  #index-body .init-4 {
    margin-top: 40px;
    padding: 40px 0;
    padding-top: 10px;
  }
  
  #index-body .init-4 .sub_img {
    width: 120px;
    display: none;
  }
  #index-body .init-4 .container{
    justify-content: space-between;
  }
  #index-body .init-4 .container .list {
    padding: 0;
    width: 32%;
    margin-top: 30px;
  }
  #index-body .init-4 .container .list .img {
    width: 60px;
    height: 60px;
  }
  #index-body .init-4 .container .list .des{
    display: none;
  }
  #index-body .init-4 .container .list .text {
    font-size: 18px;
  }
  #index-body .init-5 {
    margin-top: 40px;
  }
  #index-body .init-5 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 68vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    height: 55px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  #footer .f-top .container .left .title {
    font-size: 20px;
  }
  #footer .f-top .container .contact {
    padding: 8px 20px;
  }
  #footer .f-middle .container .left {
    display: none;
  }
  #footer .f-middle .container .left .logo {
    width: 90%;
  }
  #footer .f-middle .container .left .title {
    margin-top: 26px;
  }
  #footer .f-middle .container .right .list_cont {
    font-size: 16px;
  }
  #footer .f-middle .container .right .list_cont.contact_list {
    width: 100%;
    text-align: center;
  }
  #footer .f-middle .container .right .list_cont .list_2 {
    margin-top: 10px;
  }
  
  #footer .f-middle .container .right .list_cont .first {
    text-align: center;
  }
  #footer .f-middle .container .right .list_cont.code_list{
    display: none;
  }
  #footer .copyright .container .share{
    display: none;
  }
  
  .inner-banner .container {
    padding: 40px 15px;
  }
  .inner-banner .container .cat_name {
    font-size: 20px;
  }
  .inner-banner .container .mbx {
    position: relative;
    background-color: inherit;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    width: 100%;
  }

  .contact-page .init-1{
    display: none;
  }
  .contact-page .init-1 .container{
    justify-content: space-between;
  }
  
  .contact-page .init-1 .container .list {
    padding: 0;
    width: 49%;
    word-break: break-all;
  }
  .contact-page .init-1 .container .list .box .tip {
    font-size: 20px;
  }
  .contact-page .init-1 .container .list .box .text{
    font-size: 14px;
  }
  .contact-page .init-2 {
    margin-top: 0;
  }
  .contact-page .init-2 .container .right .title {
    font-size: 20px;
  }
  .contact-page .init-2 .container .right form {
    margin-top: 0;
  }
  .contact-page .init-2 .container .right form input {
    width: 100%;
    padding: 15px;
  }
  .contact-page .init-2 .container .right form textarea {
    width: 100%;
    padding: 15px;
  }
  .contact-page .init-2 .container .right form .more_cont_2 {
    padding: 8px 15px;
    margin-top: 30px;
  }
  .contact-page .init-2 .container .left .cont {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .contact-page .init-3 {
    margin-top: 40px;
  }
  .faq-page {
    padding-top: 40px;
  }
  .faq-page .init-1 .container .title {
    font-size: 20px;
    margin-top: 10px;
  }
  .faq-page .init-2 .container .right .list {
    margin-bottom: 20px;
  }
  .faq-page .init-3 {
    margin-top: 40px;
    padding: 50px 0;
  }
  .faq-page .init-3 .container .des {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.6;
  }
  .product-page {
    padding: 40px 0;
  }
  .product-page .container .sidebar-content .grid-box .column {
    padding: 0;
  }
  .product-page .container .sidebar-content .grid-box .column .box .img {
    height: 66vw;
  }
  .prodet-page {
    padding: 40px 0;
  }
  .prodet-page .init-1 .container .left {
    padding: 5px;
  }
  .prodet-page .init-1 .container .right .tip {
    margin-top: 10px;
  }
  .prodet-page .init-1 .container .right h1 {
    font-size: 20px;
  }
  .prodet-page .init-1 .container .right .content {
    padding: 20px 0;
    padding-right: 6px;
  }
  .prodet-page .init-1 .container .right .btn_list {
    padding: 15px 0;
  }
  .prodet-page .init-1 .container .right .btn_list a {
    width: 100%;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .list_cont {
    padding: 0;
    margin: 0;
  }
  .prodet-page .init-2 .container .list_cont > .list {
    padding: 15px 0;
  }
  .prodet-page .init-2 .container .list_cont > .list .tip_title {
    font-size: 20px;
  }
  .prodet-page .init-2 .container .list_cont > .list .tip_title span {
    width: 14px;
    height: 14px;
    top: 10px;
  }
  .prodet-page .init-2 .container .list_cont > .list .content {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .prodet-page .init-2 .container .list_cont > .list .content form ul li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .related_product {
    margin-top: 40px;
  }
  .related_product .container .swiper {
    margin: 0;
    margin-top: 20px;
    padding: 10px;
  }
  .related_product .container .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
  .related_product .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  .related_product .container .title_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .related_product .container .title_cont .tip {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .related_product .container .title_cont .btn {
    margin-top: 20px;
  }
  .related_product .container .title_cont .btn div:first-child {
    margin-left: 0;
  }
  .about-page {
    padding: 40px 0;
  }
  .about-page .init-1 .container .img_1 {
    width: 50%;
    padding-right: 10px;
    padding-top: 22px;
  }
  .about-page .init-1 .container .img_2 {
    width: 48%;
  }
  .about-page .init-1 .container .right .title {
    font-size: 20px;
  }
  .about-page .init-1 .container .title{
    font-size: 20px;
  }

  .about-page .init-1 .container .right .list_cont{
    justify-content: center;
  }
  .about-page .init-1 .container .right .list_cont .list {
    width: 50%;
  }
  .about-page .init-2 {
    margin: 40px 0;
  }
  .about-page .init-2 > img {
    display: none;
  }
  .about-page .init-2 > .shadow {
    display: none;
  }
  .about-page .init-2 .container {
    padding-top: 0;
  }
  .about-page .init-2 .container .left {
    padding: 0;
  }
  .about-page .init-2 .container .left .tip_title {
    color: #caa851;
    font-size: 20px;
  }
  .about-page .init-2 .container .left .title_2 {
    margin-top: 15px;
  }
  .about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .shadow {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
  .about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .title {
    color: #fff;
  }
  .about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .des {
    color: #fff;
  }
  .about-page .init-2 .container .left .swiper .swiper-wrapper .swiper-slide .more {
    border-color: #fff;
    color: #fff;
  }
  .about-page .init-3 {
    margin-top: 40px;
  }
  .about-page .init-3 .container .list_cont{
    justify-content: space-between;
  }
  .about-page .init-3 .container .list_cont .list {
    width: 48%;
    padding: 0;
  }
  .about-page .init-3 .container .list_cont .list .img{
    width: 100px;
    height: 100px;
    line-height: 112px;
    font-size: 38px;
  }
  .about-page .init-3 .container .list_cont .list .title{
    font-size: 18px;
  }
  .about-page .init-3 .container .list_cont .list .img .num{
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: -12px;
  }
  .about-page .init-3 .container .list_cont .list .des {
    margin-top: 10px;
    line-height: 2;
  }

  .about-page .init-3 .container .title_1 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-page .init-4 {
    margin: 40px 0;
    padding: 15px 0;
  }
  .about-page .init-4 .container .list {
    width: 50%;
    margin-top: 20px;
  }
  .about-page .init-4 .container .list .num_cont {
    font-size: 30px;
  }
  .about-page .init-4 .container .list .des {
    margin-top: 15px;
    font-size: 16px;
  }
  .about-page .init-5 {
    margin-top: 40px;
  }
  .about-page .init-5 .container .tip_title {
    font-size: 20px;
  }
  
  .about-page .init-5 .container .swiper {
    margin-top: 20px;
  }
  .about-page .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 100vw;
  }

  .about-page .init-6{
    margin-top: 20px;
  }
  .about-page .init-6 .container .right .title{
    font-size: 20px;
  }
  
  .news-page {
    margin: 40px 0;
  }
  .news-page .container .sidebar-content .list .left .title {
    font-size: 20px;
  }
  .news-page .container .sidebar-content .list .left .more {
    margin-top: 20px;
  }
  .m-page {
    margin-top: 40px;
  }
  .newdet-page {
    padding: 40px 0;
  }
  .related_product .container {
    padding: 0;
  }
}
