@font-face {
  font-family: 'KaushanScript-Regular';
  src: url(../fonts/KaushanScript-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish-SemiBold';
  src: url(../fonts/Mulish-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish-Medium';
  src: url(../fonts/Mulish-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'impact';
  src: url(../fonts/impact.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish-Bold';
  src: url(../fonts/Mulish-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish-Light';
  src: url(../fonts/Mulish-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish-Regular';
  src: url(../fonts/Mulish-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins.ttf) format('truetype');
}
body {
  font-family: 'Mulish-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-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;
  color: #fff;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #3B250F;
  width: auto !important;
  height: auto !important;
  color: #3B250F;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #bda58f;
}
.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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-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;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  text-transform: capitalize;
}


#mobile .menu-content .menu-list ul li a:hover {
  color: #ad937b;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ad937b;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .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_2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}
#header_2 .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#header_2 .content > div {
  height: 100%;
  width: 33.3333%;
}
#header_2 .content .left {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 90px;
  background-color: #3b250f;
}
#header_2 .content .left .nav {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
#header_2 .content .left .nav .nav-list {
  display: block;
  margin-top: 10px;
  width: 100%;
}
#header_2 .content .left .nav .nav-list .first {
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 36px;
  font-family: 'Mulish-Bold';
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header_2 .content .left .nav .nav-list .first span {
  position: relative;
  z-index: 2;
}
#header_2 .content .left .nav .nav-list .first:hover {
  color: #ffebd9;
}
#header_2 .content .left .nav .nav-list .first:hover::before {
  background-color: #ffebd9;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#header_2 .content .left .nav .nav-list .first::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: red;
  top: 55%;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #ffebd9;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}
#header_2 .content .left .nav .nav-list .list_cont {
  overflow: hidden;
  display: none;
}
#header_2 .content .left .nav .nav-list .list_cont .list {
  margin-top: 20px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
    transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
#header_2 .content .left .nav .nav-list .list_cont.active .list{
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#header_2 .content .left .nav .nav-list .list_cont .list:hover {
  color: #ffebd9;
  transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
}
#header_2 .content .middle {
  background-color: #ad937b;
  overflow: hidden;
  position: relative;
}
#header_2 .content .middle .sub_div,
#header_2 .content .middle .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#header_2 .content .middle .sub_div {
  background-color: #745c45;
}
#header_2 .content .middle .img {
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#header_2 .content .right {
  position: relative;
  background-color: #3b250f;
  padding: 90px 0;
}
#header_2 .content .right .top {
  position: relative;
  padding: 30px ;
}
#header_2 .content .right .top .sub_div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  background-color: #805e3e;
}
#header_2 .content .right .top .text {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
#header_2 .content .right .bottom {
 
  position: absolute;
  left: 80px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 18px;
}
#header_2 .content .right .bottom a {
  margin-left: 20px;
}
@keyframes banner_ani {
  from {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  50% {
    transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
.banner_ani {
  animation: banner_ani 5s infinite linear;
}
@keyframes ks {
  from {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
  }
}
.ks {
  animation: ks 5s infinite linear;
}
#s_page {
  margin-top: 50px;
}
#s_page .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#s_page .wp-pagenavi span,
#s_page .wp-pagenavi a {
  font-family: 'Mulish-Bold';
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  font-size: 18px;
  margin-left: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#s_page .wp-pagenavi span:hover,
#s_page .wp-pagenavi a:hover {
  color: #fff;
  background-color: #3b250f;
}
#s_page .wp-pagenavi .next,
#s_page .wp-pagenavi .prev {
  background-color: inherit;
  font-size: 40px;
  line-height: 1;
  margin-top: -5px;
}
#s_page .wp-pagenavi .next:hover,
#s_page .wp-pagenavi .prev:hover {
  background-color: inherit;
}
.more_cont {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #fff;
  overflow: hidden;
  display: inline-block;
  font-family: 'Mulish-Regular';
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.more_cont:hover::before {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}
.more_cont span {
  position: relative;
  z-index: 1;
}
.more_cont::before {
  background-color: #694e33;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 55px;
  z-index: 30;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header_1 .logo {
  width: 170px;
}
#header_1 .nav_btn {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
  width: 60px;
}
#header_1 .nav_btn:hover span {
  width: 100% !important;
}
#header_1 .nav_btn span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  transform-origin: left;
}
#header_1 .nav_btn span:first-child {
  margin-top: 0;
}
#header_1 .nav_btn span:nth-child(2) {
  width: 70%;
}
#header_1 .nav_btn span:nth-child(3) {
  width: 40%;
}
#header_1 .active_1 span {
  width: 100% !important;
}
#header_1 .active_1 span:nth-child(2) {
  opacity: 0;
}
#header_1 .active_1 span:first-child {
  transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -webkit-transform: rotate(46deg);
  -o-transform: rotate(46deg);
}
#header_1 .active_1 span:last-child {
  transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  -webkit-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
}
#mobile.mobile_1 {
  display: block;
  left: inherit;
  right: -280px;
}
#mobile.mobile_1.active_1 {
  right: 0;
}
.container {
  width: 1300px;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  background-color: #3b250f;
  padding: 25px 10vw;
}
#header.header_1{
  padding: 25px 4.5vw;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  width: 100%;
  padding: 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .logo {
  width: 170px;
}
#header > .nav > .menu .menu-box .logo img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 3vw;
  position: relative;
  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 .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #805e3e;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  font-family: 'Mulish-Medium';
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  perspective: 500px;
  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%);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #805e3e;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #e7efff;
  padding: 10px;
  color: #000;
  text-align: center;
  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 .sub-menu .menu-item a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  position: relative;
  font-size: 18px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-family: 'Mulish-Medium';
}
#header > .nav > .menu .menu-box .right .lang_cont a:hover {
  color: #ad937b;
}
#header > .nav > .menu .menu-box .right .lang_cont .subline {
  margin: 0 15px;
  width: 1px;
  height: 20px;
  background-color: #fff;
}
#banner {
  position: relative;
}
#banner img {
  width: 100%;
}
#banner .container {
  max-width: 100%;
  height: 49vw;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1920px;
}
#banner .container .left {
  height: 100%;
  overflow: hidden;
  width: 77%;
  position: relative;
}
#banner .container .left .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#banner .container .left .cont > div {
  margin-left: 50px;
  width: 680px;
  color: #fff;
}
#banner .container .left .cont > div .title {
  font-size: 78px;
  font-family: 'KaushanScript-Regular';
  text-transform: uppercase;
}
#banner .container .left .cont > div .des {
  margin-top: 20px;
  font-family: 'Mulish-SemiBold';
  font-size: 24px;
  line-height: 40px;
}
#banner .container .right {
  height: 100%;
  width: 23%;
}
#banner .container .right .swiper-wrapper {
  height: 100%;
}
#banner .container .right .swiper-wrapper .swiper-slide {
  height: 100%;
  cursor: pointer;
  width: 33.3333%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all .5s;
}
#banner .container .right .swiper-wrapper .swiper-slide.active{
  width: 0;
}

#banner .container .right .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 0.4;
}
#banner .container .right .swiper-wrapper .swiper-slide .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #694e33;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .right .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
#banner .container .bottom_cont {
  color: #fff;
  position: absolute;
  bottom: 40px;
  padding: 0 50px;
  left: 0;
  z-index: 2;
  width: 100%;
}
#banner .container .bottom_cont .top {
  text-align: center;
  z-index: 2;
  margin: auto;
}
#banner .container .bottom_cont .top .s_page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .container .bottom_cont .top .s_page .prev,
#banner .container .bottom_cont .top .s_page .next {
  border-radius: 50%;
  margin: 0 6px;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .bottom_cont .top .s_page .prev:hover,
#banner .container .bottom_cont .top .s_page .next:hover {
  background-color: #fff;
}
#banner .container .bottom_cont .top .text {
  text-transform: capitalize;
  line-height: 1.8;
  font-family: 'Mulish-SemiBold';
  font-size: 20px;
  margin-top: 5px;
  margin-right: 80px;
}
#banner .container .bottom_cont .bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 95px;
}
#banner .container .bottom_cont .bottom .share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#banner .container .bottom_cont .bottom .share a {
  font-size: 25px;
  margin-left: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .bottom_cont .bottom .share a.img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
}
#banner .container .bottom_cont .bottom .share a.img img{
  width: 25px;
  filter: brightness(5);
  transition: all .5s;
}
#banner .container .bottom_cont .bottom .share a.img:hover img{
  filter: brightness(1);
}
#banner .container .bottom_cont .bottom .share a:hover {
  color: #694e33;
}
#banner .container .bottom_cont .bottom .share a:first-child {
  margin-left: 0;
}
#banner .container .bottom_cont .bottom .middle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .container .bottom_cont .bottom .middle .swiper-pagination {
  position: relative;
  width: 90px;
  bottom: 0;
  font-size: 18px;
  font-family: 'impact';
  line-height: 1;
}
#banner .container .bottom_cont .bottom .middle .swiper-pagination span:first-child {
  font-size: 50px;
  margin-right: 5px;
}
#banner .container .bottom_cont .bottom .middle .img_1 {
  width: 20px;
  margin: 0 6vw;
}
#banner .container .bottom_cont .bottom .middle .text_2 {
  cursor: pointer;
  font-size: 18px;
  font-family: 'Mulish-Medium';
}
#banner .container .bottom_cont .bottom .lang_cont {
  font-family: 'Mulish-Medium';
}
#banner .container .bottom_cont .bottom .lang_cont .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .container .bottom_cont .bottom .lang_cont .lang li {
  margin-left: 30px;
}
#banner .container .bottom_cont .bottom .lang_cont .lang li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#banner .container .bottom_cont .bottom .lang_cont .lang li a:first-child {
  margin-left: 0;
}
#banner .container .bottom_cont .bottom .lang_cont .lang li a span {
  background-color: #fff;
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}
#banner .container .bottom_cont .bottom .lang_cont .lang li a em {
  font-size: 18px;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .more_cont {
  display: inline-block;
}
#index-body .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#index-body .init-1 {
  background-color: #3b250f;
}
#index-body .init-1 .container {
  padding: 8.5vw 0;
  display: flex;
  align-items: flex-start;
  justify-content: right;
}
#index-body .init-1 .container .sub_div {
  background-color: #694e33;
  width: 960px;
  height: 630px;
  position: absolute;
  left: 0;
  bottom: 5vw;
}
#index-body .init-1 .container .left {
  z-index: 1;
  width: 595px;
  position: relative;
}
#index-body .init-1 .container .left .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#index-body .init-1 .container .left .cont .play_btn {
  border-radius: 50%;
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .init-1 .container .left .cont .play_btn:hover::before {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
#index-body .init-1 .container .left .cont .play_btn::before {
  background-color: #694e33;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .left .cont .play_btn i {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-left: 5px;
}
#index-body .init-1 .container .middle {
  position: relative;
  z-index: 1;
  margin: 0 140px;
  margin-top: 30px;
  font-family: 'Mulish-Bold';
  font-size: 85px;
  color: #fff;
  writing-mode: vertical-lr;
  line-height: 1;
  letter-spacing: -10px;
}
#index-body .init-1 .container .middle span {
  display: inline-block;
}
#index-body .init-1 .container .middle span.text_1 {
  color: #694e33;
}
#index-body .init-1 .container .right {
  color: #fff;
  width: 510px;
  margin-top: 250px;
}
#index-body .init-1 .container .right .tip_cont {
  overflow: hidden;
  margin-left: auto;
  width: 75%;
  height: 6px;
  background-color: #9d9287;
}
#index-body .init-1 .container .right .tip_cont div {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
#index-body .init-1 .container .right .cont {
  width: 90%;
}
#index-body .init-1 .container .right .cont .title {
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 270px;
}
#index-body .init-1 .container .right .cont .title_2 {
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
  font-size: 30px;
}
#index-body .init-1 .container .right .cont .des {
  margin-top: 16px;
  font-family: 'Mulish-Light';
  line-height: 2;
  font-size: 16px;
}
#index-body .init-1 .container .right .cont .des h1{
  display: inline;
}
#index-body .init-1 .container .right .cont .more {
  margin-top: 50px;
}
#index-body .init-2 .container .list {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  height: 50vw;
  text-align: center;
  color: #fff;
}
#index-body .init-2 .container .list::before {
  content: '';
  display: table;
}
#index-body .init-2 .container .list .subline {
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  margin-top: 10vw;
}
#index-body .init-2 .container .list .text {
  font-family: 'Mulish-Bold';
  font-size: 60px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  min-height: 70px;
}
#index-body .init-2 .container .list .text:hover {
  color: #694e33;
}
#index-body .init-2 .container .list .more {
  margin-top: 30px;
}
#index-body .init-3 {
  background-color: #3b250f;
}
#index-body .init-3 .container {
  padding: 9vw 0;
  width: 1300px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  color: #fff;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top {
  padding: 5px 30px;
  border-left: 1px solid #fff;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top a:hover {
  color: #694e33;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .time,
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .des {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Mulish-Light';
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .title {
  color: white;
  height: 100px;
  font-family: 'Mulish-Regular';
  font-size: 24px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  padding-right: 40px;
  margin-top: 50px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont:hover {
  border-color: #fff;
}
#index-body .init-4{
  background-color: #3b250f;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#footer {
  background-color: #3b250f;
}
#footer .container {
  width: 1300px;
  max-width: 100%;
  padding: 7vw 0;
  padding-bottom: 5vw;
}
#footer .container .logo {
  width: 230px;
  display: block;
  margin: auto;
}
#footer .container .logo img {
  width: 100%;
}
#footer .container .share {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .container .share a {
  margin-top: 10px;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #62513f;
  border-radius: 50%;
  margin-left: 20px;
  font-size: 20px;
  border-color: rgba(255, 255, 255, 0);
}
#footer .container .share a:first-child {
  margin-left: 0;
}
#footer .container .share a:hover {
  border-color: #fff;
}
#footer .container .share a i {
  position: relative;
  z-index: 1;
}
#footer .container .list_cont {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .container .list_cont a {
  text-transform: uppercase;
  color: #fff;
  margin: 0 15px;
  font-size: 18px;
  margin-top: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .list_cont a:hover {
  color: #ad937b;
}
#footer .container .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
#footer .container .copyright a {
  margin-left: 10px;
}
#footer .container .copyright a img {
  margin-top: 5px;
  height: 16px;
}
#footer .container .subline {
  height: 2px;
  width: 50px;
  background-color: #fff;
  margin: auto;
  margin-top: 40px;
}
#crumbs {
  width: 100%;
  margin-top: 80px;
  background-color: #805e3e;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
#crumbs .title {
  font-family: 'Mulish-Bold';
  text-transform: capitalize;
  font-size: 24px;
  line-height: 2;
}
#crumbs .mbx {
  margin-top: 15px;
  font-size: 16px;
}
.customization-page {
  background-color: #ad937b;
}
.customization-page .container {
  width: 1300px;
  max-width: 100%;
  padding: 0;
}
.customization-page .container::before {
  display: table;
  content: '';
}
.customization-page .container .init-1 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Mulish-Regular';
}
.customization-page .container .init-1 .left {
  width: 48%;
  color: #3b250f;
}
.customization-page .container .init-1 .left .des {
  color: #3b250f;
  font-size: 19px;
  line-height: 2;
}
.customization-page .container .init-1 .left .text_2 {
  margin-top: 50px;
}
.customization-page .container .init-1 .left .text_2 .title_2 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Mulish-Bold';
  line-height: 2;
}
.customization-page .container .init-1 .left .text_2 .des {
  margin-top: 10px;
}
.customization-page .container .init-1 .left .cont {
  margin-top: 40px;
  position: relative;
  padding: 20px 0;
}
.customization-page .container .init-1 .left .cont .list {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.customization-page .container .init-1 .left .cont .list:first-child {
  margin-top: 0;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(201, 100, 0, 0);
  position: relative;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download input[type='file']{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download:hover span {
  color: #8f4b06;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download img {
  width: 30px;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download span{
  margin-left: 5px;
  color: #805e3e;
  font-size: 16px;
  background: inherit;
}
.customization-page .container .init-1 .left .cont .list:nth-child(2) .download span a:hover{
  color: #8b4708;
}

.customization-page .container .init-1 .left .cont .list:nth-child(3) .right .more_cont {
  border-radius: 0;
  border: #3b250f solid 1px;
  background-color: rgba(59, 37, 15, 0);
}
.customization-page .container .init-1 .left .cont .list .btn_1 {
  margin-top: 7px;
  width: 12px;
  height: 12px;
  background-color: #3b250f;
  border-radius: 50%;
  position: relative;
}
.customization-page .container .init-1 .left .cont .list .btn_1::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  border-radius: 50%;
  left: 3px;
  background-color: #805e3e;
}
.customization-page .container .init-1 .left .cont .list .middle {
  width: 27%;
}
.customization-page .container .init-1 .left .cont .list .middle .top {
  font-family: 'Mulish-Bold';
  font-size: 18px;
  line-height: 2;
}
.customization-page .container .init-1 .left .cont .list .middle .bottom {
  font-family: 'Mulish-Regular';
  font-size: 14px;
  line-height: 2;
}
.customization-page .container .init-1 .left .cont .list .right {
  width: 66%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: center;
}

.customization-page .container .init-1 .left .cont .list .right a {
  background-color: #805e3e;
  border-radius: 5px;
  padding: 7px 10px;
  margin-left: 15px;
  border: none;
  width: auto;
  font-size: 14px;
}
.customization-page .container .init-1 .left .cont .list .right a:first-child {
  margin-left: 0;
}
.customization-page .container .init-1 .left .cont .list .right a span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customization-page .container .init-1 .left .cont .list .right a::before {
  background-color: #3b250f;
}
.customization-page .container .init-1 .left .cont .list .right a:hover {
  box-shadow: none;
}
.customization-page .container .init-1 .left .cont .list .right a:hover span {
  color: #fff;
}
.customization-page .container .init-1 .left .cont .subline {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #cbbaab;
  top: 0;
  left: 5px;
}
.customization-page .container .init-1 .right {
  width: 48%;
}
.customization-page .container .init-2 {
  overflow: hidden;
  margin-top: 3vw;
  color: #3b250f;
}
.customization-page .container .init-2 .title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'Mulish-Bold';
}
.customization-page .container .init-2 .list_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.customization-page .container .init-2 .list_cont .list {
  margin-top: 20px;
  text-align: center;
  width: 285px;
}
.customization-page .container .init-2 .list_cont .list:hover .cont {
  background-color: #3b250f;
}
.customization-page .container .init-2 .list_cont .list:hover .cont > div .tips {
  color: #fff;
}
.customization-page .container .init-2 .list_cont .list:hover .cont > div .subline {
  background-color: #fff;
}
.customization-page .container .init-2 .list_cont .list:hover .cont > div img {
  filter: brightness(16);
}
.customization-page .container .init-2 .list_cont .list .cont {
  height: 285px;
  border-radius: 50%;
  border: #3b250f solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customization-page .container .init-2 .list_cont .list .cont > div {
  width: 125px;
  text-align: center;
}
.customization-page .container .init-2 .list_cont .list .cont > div .tips {
  font-size: 34px;
  line-height: 1;
  font-family: 'Mulish-Bold';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customization-page .container .init-2 .list_cont .list .cont > div .subline {
  width: 100%;
  height: 1px;
  background-color: #3b250f;
  margin: 25px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customization-page .container .init-2 .list_cont .list .cont > div img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customization-page .container .init-2 .list_cont .list .title {
  font-size: 24px;
  font-family: 'Mulish-Bold';
  margin: 30px 0;
}
.customization-page .container .init-2 .list_cont .list .des {
  font-size: 17px;
  width: 100%;
  line-height: 2;
}
.customization-page .container .init-3 {
  margin-top: 4.5vw;
  color: #3b250f;
}
.customization-page .container .init-3 .title {
  text-align: center;
  font-size: 60px;
}
.customization-page .container .init-3 .list_cont {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.customization-page .container .init-3 .list_cont .list {
  position: relative;
  background-color: #fff;
  padding: 30px 25px;
  width: 48%;
  margin-top: 20px;
}
.customization-page .container .init-3 .list_cont .list:hover .title_2 .subline {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.customization-page .container .init-3 .list_cont .list .title_2 {
  font-size: 18px;
  font-family: 'Mulish-Bold';
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
.customization-page .container .init-3 .list_cont .list .title_2.active .subline {
  opacity: 1;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.customization-page .container .init-3 .list_cont .list .title_2 .subline {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3b250f;
  width: 4px;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
.customization-page .container .init-3 .list_cont .list .title_2 .left {
  width: calc(100% - 40px);
  line-height: 2;
}
.customization-page .container .init-3 .list_cont .list .title_2 .right {
  margin-top: -5px;
  font-size: 22px;
  width: 30px;
  text-align: center;
}
.customization-page .container .init-3 .list_cont .list .content {
  font-size: 16px;
  display: none;
  margin-top: 10px;
  line-height: 2;
  width: calc(100% - 50px);
}
.customization-page .container .init-3 .list_cont .list:nth-child(2n) {
  margin-left: auto;
}
.customization-page .container .init-4 {
  color: #fff;
  font-family: 'Mulish-Regular';
  margin-top: 85px;
}
.customization-page .container .init-4 .subline {
  width: 100%;
  height: 1px;
  background-color: #745c45;
}
.customization-page .container .init-4 .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2.5vw;
  font-size: 18px;
  padding-bottom: 5vw;
}
.customization-page .container .init-4 .bottom .more {
  margin-left: 25px;
  padding: 0 10px;
  position: relative;
}
.customization-page .container .init-4 .bottom .more .line {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 15px;
  left: 0;
}
.about-page {
  width: 100%;
  background-color: #ad937b;
  color: #3b250f;
  font-family: 'Mulish-Regular';
}
.about-page .container {
  width: 1300px;
}
.about-page::before {
  content: '';
  display: table;
}
.about-page .init-1 {
  margin: auto;
}
.about-page .init-1 .container {
  width: 70%;
}
.about-page .init-1 .container .title {
  font-family: 'Mulish-Bold';
  font-size: 72px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4.5vw;
}
.about-page .init-1 .container .des {
  font-family: 'Mulish-Regular';
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.about-page .init-1 .container img {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 3vw;
}
.about-page .init-2 .container {
  margin-top: 5vw;
}
.about-page .init-2 .container .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 70px;
  font-family: 'Mulish-Bold';
  text-transform: uppercase;
}
.about-page .init-2 .container .title div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
}
.about-page .init-2 .container .title div span {
  width: 100%;
  height: 1px;
  background-color: #3b250f;
  display: block;
}
.about-page .init-2 .container .title div span:last-child {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #3b250f;
}
.about-page .init-2 .container .content {
  font-size: 18px;
  width: 48%;
  margin-left: auto;
  line-height: 2;
}
.about-page .init-3 {
  margin-top: 8vw;
  background-image: url(../images/index_18.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.about-page .init-3 .container {
  width: 100%;
  padding: 7vw 0;
}
.about-page .init-3 .container .play_btn {
  display: block;
  margin: auto;
  width: 180px;
  height: 180px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .init-3 .container .play_btn:hover .subdiv {
  border-color: #3b250f;
}
.about-page .init-3 .container .play_btn:hover .more_cont {
  box-shadow: 2px 2px 10px 0 #000;
}
.about-page .init-3 .container .play_btn:hover .more_cont i {
  color: #fff;
}
.about-page .init-3 .container .play_btn:hover .more_cont::before {
  transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
}
.about-page .init-3 .container .play_btn div {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.about-page .init-3 .container .play_btn .more_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .init-3 .container .play_btn .more_cont i {
  position: relative;
  font-size: 30px;
  margin-left: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-3 .container .play_btn .subdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 15px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-4 {
  background-color: #3b250f;
}
.about-page .init-4 .container {
  padding: 8vw 0;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .init-4 .container .left {
  width: 27%;
}
.about-page .init-4 .container .left .title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
.about-page .init-4 .container .left .des {
  font-family: 'Mulish-Bold';
  font-size: 42px;
  text-transform: uppercase;
  line-height: 2;
}
.about-page .init-4 .container .right {
  width: 68%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page .init-4 .container .right .list {
  width: 48%;
  margin-top: 60px;
}
.about-page .init-4 .container .right .list:nth-child(-n+2) {
  margin-top: 0;
}
.about-page .init-4 .container .right .list .img {
  overflow: hidden;
  height: 335px;
}
.about-page .init-4 .container .right .list .text {
  margin-top: 30px;
  font-size: 28px;
  font-family: 'Mulish-Bold';
  line-height: 2;
}
.about-page .init-4 .container .right .list .des {
  font-size: 18px;
  margin-top: 10px;
  line-height: 2;
}
.about-page .init-5 .container {
  background-color: #ad937b;
  padding: 5vw 0;
}
.about-page .init-5 .container .swiper {
  width: 90%;
  margin: auto;
}
.about-page .init-5 .container .swiper .text{
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 1vw;
}
.product-page {
  background-color: #ad937b;
}
.product-page .container {
  width: 1300px;
  padding: 20px 0;
}
.product-page .container .catpintro{
      font-size: 16px;
    margin-left: 15px;
    color: #3b250f;
    line-height: 2;
}

.product-page .container h1{
  font-size: 26px;
    color: #3b250f;
    line-height: 2;
    margin-left: 15px;
    font-family: 'Mulish-Bold';
}

.product-page .container .list {
  padding: 0 15px;
  margin-top: 30px;
}
.product-page .container .list a {
  display: block;
  width: 100%;
}
.product-page .container .list:hover .text {
  color: #fff;
}
.product-page .container .list .img {
  padding: 10px 15px;
  background-color: #fff;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 340px;
  overflow: hidden;
}
.product-page .container .list .img img {
  width: 100%;
  max-width: 100%;
}
.product-page .container .list .text {
  font-family: 'Mulish-Regular';
  margin-top: 15px;
  width: 100%;
  text-align: center;
  color: #3b250f;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page {
  background-color: #ad937b;
}
.news-page .container {
  padding: 6vw 0;
  padding-top: 2vw;
}
.news-page .container .list {
  margin-top: 70px;
  padding: 0 15px;
  font-family: 'Mulish-Bold';
  color: #3b250f;
}
.news-page .container .list a,
.news-page .container .list img {
  display: block;
}
.news-page .container .list a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .list a:hover {
  color: #fff;
}
.news-page .container .list .img {
  height: 485px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.news-page .container .list .title {
  font-size: 28px;
  margin-top: 30px;
  line-height: 2;
  height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page .container .list .time {
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-page .container .list .time .time_btn {
  background-color: #3b250f;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 50%;
}
.news-page .container .list .time .time_btn img {
  width: 10px;
}
.news-page .container .list .time .text {
  margin-left: 5px;
  font-family: 'Mulish-Bold';
  font-size: 15px;
  color: rgba(31, 26, 23, 0.5);
}
.news-page .container .list .des {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 2;
}
#newsdeatil-page{
  background-color: #ad937b;
  padding-bottom: 3vw;
}
#newsdeatil-page .container{
  color: #3b250f;
}
#newsdeatil-page .container .title {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  font-family: 'Mulish-Bold';
  word-break: break-word;
  padding: 50px 0;
}
#newsdeatil-page .container .content {
  border-top: #3b250f solid 2px;
  border-bottom: #3b250f solid 2px;
  padding: 50px 0;
  font-size: 16px;
  line-height: 2;
}
#newsdeatil-page .container .content img {
  margin: 20px;
}
#newsdeatil-page .container .m-link {
  margin: 50px 0;
}
#newsdeatil-page .container .m-link div {
  margin-top: 10px;
  font-size: 16px;
}
#productdetail-page{
  padding-bottom: 3vw;
  background-color: #ad937b;
}
#productdetail-page .container {
  width: 1300px;
  margin: auto;
}
#productdetail-page .container .cont_2 {
  margin-top: 20px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .text {
  font-family: 'Mulish-Bold';
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper_1 {
  position: relative;
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper_1 .prev,
#productdetail-page .container .cont_2 .swiper_1 .next {
  position: absolute;
  right: -50px;
  top: 130px;
  width: 28px;
  height: 30px;
  background-color: #ebd4ca;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper_1 .prev {
  left: -50px;
}
#productdetail-page .container .cont_2 .swiper_1 .prev span,
#productdetail-page .container .cont_2 .swiper_1 .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper_1 .swiper-container {
  overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper_1 .swiper-container .swiper-wrapper .swiper-slide:hover a {
  color: #d3974d;
}
#productdetail-page .container .cont_2 .swiper_1 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#productdetail-page .container .cont_2 .swiper_1 .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-family: 'Mulish-SemiBold';
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container {
  width: 1415px;
  margin: auto;
}
#productdetail-page .container .cir_btn {
  transition: all 0.5s;
  cursor: pointer;
  background-color: #3B250F;
}
#productdetail-page .container .cir_btn:hover {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#productdetail-page .container .title {
  font-size: 40px;
  line-height: 2;
  color: #3B250F;
  font-family: 'Mulish-Bold';
}
#productdetail-page .container .title .img {
  background: #805e3e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
#productdetail-page .container .title .img img {
  width: 50%;
  display: block;
}
#productdetail-page .container .cont_1 {
  padding: 130px 0;
  display: flex;
  justify-content: space-between;
}
#productdetail-page .container .cont_1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_1 .left {
  width: 35%;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide {
  background: #fdf7f0;
}
#productdetail-page .container .cont_1 .left .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs {
  margin-top: 20px;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf7f0;
}
#productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide img {
  max-width: 100%;
}
#productdetail-page .container .cont_1 .right {
  width: 60%;
}
#productdetail-page .container .cont_1 .right .title {
  font-size: 36px;
  line-height: 2;
  font-family: 'Mulish-Bold';
}
#productdetail-page .container .cont_1 .right .des {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2;
  color: #3B250F;
}
#productdetail-page .container .cont_1 .right .btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#productdetail-page .container .cont_1 .right .btn a {
  background-color: #3B250F;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Mulish-Bold';
  font-size: 24px;
}
#productdetail-page .container .cont_1 .right .btn a:first-child {
  cursor: inherit;
}
#productdetail-page .container .cont_1 .right .btn a:last-child {
  margin-left: 30px;
}
#productdetail-page .container .cont_1 .right .content {
  width: 100%;
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}
#productdetail-page .container .cont_1 .right .content table {
  width: 100%;
  border: #805e3e solid 1px;
}
#productdetail-page .container .cont_1 .right .content table td {
  padding: 10px;
}
#productdetail-page .container .cont_1 .right .content .list {
  display: flex;
  justify-content: center;
  font-family: 'Quattrocento-Regular';
  font-size: 18px;
  color: #666666;
}
#productdetail-page .container .cont_1 .right .content .list div {
  width: 50%;
  padding: 20px 35px;
  border-bottom: #805e3e solid 1px;
}
#productdetail-page .container .cont_1 .right .content .list div:first-child {
  border-right: #805e3e solid 1px;
}
#productdetail-page .container .cont_2 {
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#productdetail-page .container .cont_2 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_2 .title .text {
  font-family: 'Mulish-Bold';
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_2 .swiper {
  position: relative;
  margin-top: 60px;
}
#productdetail-page .container .cont_2 .swiper .swiper-container {
  width: 90%;
  margin: auto;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  color: #fff;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide a img {
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
  height: 450px;
  background-color: #fbf6f0;
  overflow: hidden;
}
#productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 20px 0;
  transition: all 0.5s;
}
#productdetail-page .container .cont_2 .swiper .prev,
#productdetail-page .container .cont_2 .swiper .next {
  position: absolute;
  right: -50px;
  top: 180px;
  width: 28px;
  height: 30px;
  background-color: #ebd4ca;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
#productdetail-page .container .cont_2 .swiper .prev span,
#productdetail-page .container .cont_2 .swiper .next span {
  color: #fff;
  font-size: 14px;
  transform: scale(1, 2);
  margin-top: -3px;
}
#productdetail-page .container .cont_2 .swiper .prev {
  left: -50px;
}
#productdetail-page .container .cont_3 {
  margin-top: 80px;
}
#productdetail-page .container .cont_3 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_3 .title .img img {
  width: 50%;
}
#productdetail-page .container .cont_3 .title .text {
  font-family: 'Mulish-Bold';
  font-size: 50px;
  margin-left: 25px;
}
#productdetail-page .container .cont_3 .form_1 {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#productdetail-page .container .cont_3 .form_1 input {
  margin-top: 20px;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
}
#productdetail-page .container .cont_3 .form_1 input#name,#productdetail-page .container .cont_3 .form_1 input#phone{
  width: 48%;
}
#productdetail-page .container .cont_3 .form_1 input:nth-child(3) {
  width: 100%;
}
#productdetail-page .container .cont_3 .form_1 textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
}
#productdetail-page .container .cont_3 .form_1 .submit_btn {
  padding: 10px 40px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  margin-top: 35px;
}
#productdetail-page .container .cont_4 {
  margin: 130px 0;
}
#productdetail-page .container .cont_4 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
#productdetail-page .container .cont_4 .title .img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productdetail-page .container .cont_4 .title .text {
  margin-left: 25px;
  font-family: 'Mulish-Bold';
  font-size: 50px;
}
#productdetail-page .container .cont_5 .title {
  width: 325px;
  height: 60px;
  background: #3B250F;
  color: #fff;
  font-size: 24px;
  font-family: 'Mulish-Bold';
  text-align: center;
  line-height: 60px;
}
#productdetail-page .container .cont_5 .content {
  width: 100%;
  margin-top: 35px;
  line-height: 2;
  font-size: 14px;
  overflow-x: auto;
}
#productdetail-page .container .cont_5 .content table {
  width: 100%;
  border: #805e3e solid 1px;
}
#productdetail-page .container .cont_5 .content table tbody tr:first-child td {
  background: #ad937b;
}
#productdetail-page .container .cont_5 .content table td {
  padding: 20px;
}


.contact-page {
  color: #3b250f;
  font-family: 'Mulish-Regular';
}
.contact-page .container {
  width: 1300px;
  max-width: 100%;
}
.contact-page .init-1 {
  background-color: #ad937b;
  position: relative;
  z-index: 1;
}
.contact-page .init-1 .container {
  padding: 6vw 0;
}
.contact-page .init-1 .container .tip_title {
  text-align: center;
  font-size: 18px;
}
.contact-page .init-1 .container .main-map {
  border: 1px solid #ccc;
  margin: auto;
  margin-top: 3vw;
  width: 480px;
  height: 560px;
}
.contact-page .init-1 .container .main-map .button-group{
  display: none;
}
.contact-page .init-1 .container .list_cont {
  margin-top: 4.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .list_cont .list:first-child {
  width: 35%;
}
.contact-page .init-1 .container .list_cont .list:nth-child(2) {
  width: 24%;
}
.contact-page .init-1 .container .list_cont .list:nth-child(3) {
  width: 24%;
}
.contact-page .init-1 .container .list_cont .list .title {
  font-size: 30px;
  font-family: 'Mulish-Bold';
}
.contact-page .init-1 .container .list_cont .list .des {
  line-height: 2;
  font-size: 16px;
  color: #3b250f;
  margin-top: 15px;
}
.contact-page .init-1 .container .list_cont .list #ewm {
  margin-top: 10px;
  width: 100px;
  background: #fff;
  padding: 2px;
}
.contact-page .init-1 .container .list_cont .list #ewm img{
  width: 100%
}
.contact-page .init-1 .container .list_cont .list .share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
.contact-page .init-1 .container .list_cont .list .share a {
  margin-left: 15px;
  font-size: 18px;
  color: #fff;
  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_cont .list .share a:hover {
  color: #3b250f;
}
.contact-page .init-1 .container .list_cont .list .share a:first-child {
  margin-left: 0;
}
.contact-page .init-2 {
  background-color: #805e3e;
}
.contact-page .init-2 .container {
  padding: 4vw 0;
  color: #fff;
}
.contact-page .init-2 .container .tip_title {
  font-size: 38px;
  font-family: 'Mulish-Bold';
}
.contact-page .init-2 .container form {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-page .init-2 .container form .list {
  width: 20%;
}
.contact-page .init-2 .container form .list.message {
  width: 34%;
}
.contact-page .init-2 .container form .list label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1;
  cursor: auto;
}
.contact-page .init-2 .container form .list input {
  width: 100%;
  display: block;
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #fff;
  background: inherit;
  padding: 3px 0;
  font-size: 16px;
}
.contact-page .init-2 .container form .bottom {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}
.contact-page .init-2 .container form .bottom .right {
  font-size: 24px;
  font-family: 'Mulish-Bold';
  cursor: pointer;
  border: 1px solid rgba(204, 204, 204, 0);
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container form .bottom .right:hover {
  border-color: #fff;
}
#about-page .cont_2 .container .des {
    width: 40%;
    font-size: 16px;
    line-height: 2;
    margin-left: 2%;
}
.contact-page .init-2 .container form .bottom .right i {
  margin-left: 50px;
}
#productdetail-page .container .cont_2 .container{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#about-page .cont_2 .container img {
    width: 28%;
}

#productdetail-page .container .cont_1 .left .des{
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1700px) {
  #index-body .init-1 .container .sub_div {
    width: 40%;
  }

  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a{
    font-size: 18px;
  }
}

@media (max-width: 1500px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a{
    font-size: 16px
  }
  #header_2 .content .left{
    padding: 4.5vw;
  }
  #header_2 .content .left .nav .nav-list .first{
    font-size: 2vw;
  }
  #header_2 .content .right .top{
    padding: 4.5vw;
  }
  #header_2 .content .right .bottom{
    bottom: 4.5vw;
    left: 4vw;
  }
}

@media (max-width: 1400px) {
  #header.header_1{
    padding: 25px 20px;
  }
  #header > .nav > .menu .menu-box .logo{
    width: 100px;
  }
  #crumbs{
    margin-top: 77px;
  }
  #banner .container .left .cont > div .title {
    font-size: 4vw;
  }
  #banner .container .left .cont > div .des {
    font-size: 1.6vw;
  }
  #banner .container .bottom_cont .bottom {
    margin-top: 4vw;
  }
  #index-body .init-1 .container .left {
    width: 30%;
  }
  #index-body .init-1 .container .middle {
    margin: 0 7vw;
  }
  #index-body .init-1 .container .right {
    margin-top: 8vw;
    width: 35%;
  }
  #index-body .init-1 .container .right .cont .title {
    margin-top: 10vw;
  }
  #index-body .init-1 .container .sub_div {
    width: 40vw;
    height: 30vw;
    top: 20vw;
  }
  #index-body .init-1 .container .middle {
    font-size: 5vw;
  }
  #index-body .init-2 .container .list {
    background-size: auto 100%;
  }
  #index-body .init-2 .container .list .subline {
    height: 10vw;
  }
  #index-body .init-2 .container .list .text {
    font-size: 3vw;
  }
  .customization-page .container {
    padding: 0 20px;
  }
  .customization-page .container .init-1 .left .cont .list .right a {
    margin-top: 5px;
  }
  #header {
    padding: 25px 5vw;
  }
  .customization-page .container .init-2 .list_cont .list {
    width: 22%;
  }
  .customization-page .container .init-2 .list_cont .list .cont {
    height: 21vw;
  }
  .customization-page .container .init-4 {
    margin-top: 4vw;
  }
  .about-page .init-1 .container {
    width: 100%;
  }
  .about-page .init-1 .container .title {
    font-size: 4vw;
  }
  .about-page .init-2 .container {
    width: 100%;
  }
  .about-page .init-2 .container .title {
    font-size: 5.5vw;
  }
  .about-page .init-3 {
    background-size: auto 100%;
  }
  .about-page .init-4 .container {
    width: 100%;
    padding: 8vw 20px;
  }
  .about-page .init-4 .container .right .list .img {
    height: 25vw;
  }
  .about-page .init-4 .container .left .des {
    font-size: 3vw;
  }
  .about-page .init-5 .container {
    width: 100%;
  }
  .product-page .container {
    width: 100%;
    padding: 7vw 20px;
  }
  .product-page .container .list .img {
    height: 27vw;
  }
  .news-page .container {
    width: 100%;
  }
  .news-page .container .list .img {
    height: 38vw;
  }
  .container {
    width: 100%;
  }
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_2 .swiper_1 .swiper-container {
    width: 90%;
    margin: auto;
  }
  #productdetail-page .container .cont_2 .swiper_1 .next {
    right: 0;
  }
  #productdetail-page .container .cont_2 .swiper_1 .prev {
    left: 0;
  }
  #productdetail-page .container {
    width: 100%;
  }
  #productdetail-page .container .cont_1 {
    padding: 60px 0;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 90%;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 13vw;
    left: 0;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    right: 0;
    top: 13vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 32vw;
  }
  .contact-page .init-1 .container {
    width: 100%;
    padding: 6vw 20px;
  }
  .contact-page .init-2 .container {
    padding: 4vw 20px;
  }
}
@media (max-width: 1200px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }

  #header > .nav > .menu .menu-box .right .lang_cont{
    margin-left: 20px;
  }

  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #mobile {
    display: block;
  }
  #header_1 {
    display: none;
  }
  #mobile.mobile_1 {
    display: block;
    left: -280px;
  }
  #mobile.mobile_1.active {
    left: 0;
  }
  #banner {
    margin-top: 40px;
  }
  #header {
    display: none;
  }
  #crumbs {
    margin-top: 40px;
  }
  .customization-page .container .init-1 {
    justify-content: center;
  }
  .customization-page .container .init-1 > .right {
    width: 50%;
    order: -1;
  }
  .customization-page .container .init-1 .left {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-4 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-4 .container .right .list .img {
    height: 35vw;
  }
  .about-page .init-4 .container .left .des {
    font-size: 30px;
  }
  .product-page .container .list .img {
    height: 33vw;
  }
  #productdetail-page .container .cont_1 .right .des,
  #productdetail-page .container .cont_5 .content {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #productdetail-page .container .cont_1 .right .content {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  #banner .container {
    height: auto;
  }
  #banner .container .right {
    display: none;
  }
  #banner .container .left {
    width: 100%;
  }
  #banner .container .left .cont > div {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
  #banner .container .left .cont > div .title {
    font-size: 18px;
  }
  #banner .container .left .cont > div .des {
    font-size: 14px;
    margin-top: 10px;
  }
  #banner .container .bottom_cont {
    bottom: 10px;
  }
  #banner .container .bottom_cont .bottom {
    margin-top: 10px;
  }
  #banner .container .bottom_cont .bottom .share a {
    font-size: 14px;
    margin-left: 10px;
  }
  #banner .container .bottom_cont .bottom .middle .swiper-pagination {
    font-size: 14px;
    width: 65px;
  }
  #banner .container .bottom_cont .bottom .middle .swiper-pagination span:first-child {
    font-size: 25px;
  }
  #banner .container .bottom_cont .bottom .middle .img_1 {
    margin: 0 10px;
    width: 15px;
  }
  #banner .container .bottom_cont .bottom .middle .text_2 {
    font-size: 14px;
  }
  #banner .container .bottom_cont .bottom .lang_cont .lang li {
    margin-left: 10px;
  }
  #banner .container .bottom_cont .bottom .lang_cont .lang li a em {
    font-size: 14px;
  }
  #index-body .init-1 .container {
    padding: 20px ;
    flex-wrap: wrap;
    justify-content: center;
  }
  #index-body .init-1 .container .sub_div {
    display: none;
  }
  #index-body .init-1 .container .left {
    width: 60%;
  }
  #index-body .init-1 .container .middle {
    width: 50%;
    writing-mode: inherit;
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-1 .container .right .tip_cont {
    width: 100%;
  }
  #index-body .init-1 .container .right .cont {
    text-align: center;
  }
  #index-body .init-3 .container {
    padding: 20px 10px;
  }
  #footer .container .list_cont {
    display: none;
  }
  #footer .container {
    padding: 7vw 10px;
  }
  #footer .container .copyright {
    text-align: center;
  }
  .customization-page .container .init-1 .left {
    text-align: center;
  }
  .customization-page .container .init-1 .left .cont .list .middle {
    text-align: left;
  }
  .customization-page .container .init-2 .title {
    text-align: center;
  }
  .customization-page .container .init-2 .list_cont .list {
    width: 48%;
  }
  .customization-page .container .init-2 .list_cont .list .cont {
    height: 45vw;
  }
  .customization-page .container .init-3 .list_cont .list {
    width: 100%;
  }
  .about-page .init-2 .container .content {
    width: 100%;
    margin-top: 20px;
  }
  #newsdeatil-page .container .title {
    font-size: 20px;
    padding: 20px 0;
    line-height: 2;
  }
  #newsdeatil-page .container .content {
    padding: 20px 0;
  }
  #newsdeatil-page .container .m-link {
    margin: 20px 0;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    margin-left: 0;
    font-size: 20px;
  }
  #productdetail-page .container .cont_2 .swiper_1 {
    margin: 20px;
  }
  #productdetail-page .container .cont_1 {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_1 .left {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right {
    width: 100%;
    margin-top: 20px;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    margin-top: 20px;
    text-align: center;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 90vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev,
  #productdetail-page .container .cont_2 .swiper .next {
    width: 20px;
    height: 20px;
    top: 45vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev span,
  #productdetail-page .container .cont_2 .swiper .next span {
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_2 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_3 {
    margin-top: 30px;
  }
  #productdetail-page .container .cont_3 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_3 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_3 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_4 {
    margin-top: 60px;
  }
  #productdetail-page .container .cont_4 .title {
    flex-wrap: wrap;
  }
  #productdetail-page .container .cont_4 .title .img {
    width: 30px;
    height: 30px;
  }
  #productdetail-page .container .cont_4 .title .img img {
    width: 50%;
  }
  #productdetail-page .container .cont_4 .title .text {
    font-size: 20px;
    margin-left: 15px;
  }
  #productdetail-page .container .cont_5 .title {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 240px;
  }
  #productdetail-page .container .cont_5 .content {
    margin-top: 20px;
  }
  #productdetail-page .container .title {
    justify-content: center;
    font-size: 20px;
  }
  #productdetail-page .container .cont_1 .left .des{
    font-size: 14px;
    line-height: 2;
  }
  #productdetail-page .container .cont_1 .left{
    width: 100%;
  }
  #about-page .cont_2 .container img{
    width: 48%;
  }
  #about-page .cont_2 .container .des{
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .product-page .container .list .img {
    height: 45vw;
  }
  #index-body .init-1 .container .middle span{
    margin-left: 10px;
  }
  #footer .container .copyright a.bundchenword, .product-page .container .catpintro, .knowledge, .product-page .container h1 {
    display: none!important;
  }
  .news-page .container .list .img {
    height: 56vw;
  }
}
@media (max-width: 500px) {
  #banner .container .left .cont > div {
    margin-top: -30px;
  }
  #banner .container .bottom_cont {
    padding: 0 10px;
  }
  #banner .container .bottom_cont .top .text {
    width: 100%;
    font-size: 16px;
  }
  #banner .container .bottom_cont .bottom .lang_cont {
    display: none;
  }
  #banner .container .bottom_cont .top {
    display: none;
  }
  #index-body .init-1 .container {
    padding: 20px 10px;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .left .cont .play_btn {
    width: 60px;
    height: 60px;
  }
  #index-body .init-1 .container .left .cont .play_btn i {
    font-size: 30px;
  }
  #index-body .init-1 .container .middle {
    width: 100%;
    margin: 10px 0;
  }
  #index-body .init-1 .container .right {
    margin-top: 10px;
  }
  #index-body .init-1 .container .right .cont {
    width: 100%;
  }
  #index-body .init-1 .container .right .cont .title {
    margin-top: 10px;
    font-size: 18px;
  }
  #index-body .init-1 .container .right .cont .title_2 {
    font-size: 16px;
    margin-top: 10px;
  }
  #index-body .init-1 .container .right .cont .des {
    margin-top: 10px;
  }
  #index-body .init-1 .container .right .cont .more {
    margin-top: 10px;
  }
  .more_cont {
    font-size: 14px;
    padding: 3px 15px;
  }
  #index-body .init-2 .container .list .subline {
    margin-top: 10px;
    height: 30px;
  }
  #index-body .init-2 .container .list .text {
    margin-top: 10px;
    font-size: 20px;
  }
  #index-body .init-2 .container .list .more {
    margin-top: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top {
    padding: 5px 10px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .time,
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .des {
    font-size: 14px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .top .title {
    font-size: 16px;
    height: 65px;
    margin: 5px 0;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .more_cont {
    margin-top: 20px;
    padding: 3px 20px;
  }
  #footer .container .logo {
    width: 150px;
  }
  #footer .container .share {
    margin-top: 10px;
  }
  #footer .container .share a {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    font-size: 16px;
  }
  #footer .container .copyright {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  #footer .container .copyright a img {
    margin-top: 8px;
  }
  #footer .container .subline {
    margin-top: 20px;
  }
  #crumbs .title {
    font-size: 20px;
  }
  #crumbs .mbx {
    margin-top: 10px;
    font-size: 14px;
  }
  .customization-page .container {
    padding: 0 10px;
  }
  .customization-page .container .init-1 > .right {
    width: 80%;
  }
  .customization-page .container .init-1 .left {
    margin-top: 10px;
  }
  .customization-page .container .init-1 .left .des {
    font-size: 14px;
    line-height: 28px;
  }
  .customization-page .container .init-1 .left .text_2 {
    margin-top: 10px;
  }
  .customization-page .container .init-1 .left .text_2 .title_2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .customization-page .container .init-1 .left .cont .list .middle .top {
    font-size: 16px;
  }
  .customization-page .container .init-1 .left .cont .list .right a {
    font-size: 14px;
  }
  .customization-page .container .init-2 .title {
    font-size: 20px;
  }
  .customization-page .container .init-2 .list_cont {
    margin-top: 20px;
  }
  .customization-page .container .init-2 .list_cont .list {
    width: 48%;
  }
  .customization-page .container .init-2 .list_cont .list .cont {
    height: 45vw;
  }
  .customization-page .container .init-2 .list_cont .list .cont > div {
    width: 160px;
  }
  .customization-page .container .init-2 .list_cont .list .cont > div .tips {
    font-size: 24px;
  }
  .customization-page .container .init-2 .list_cont .list .cont > div .subline {
    margin: 15px 0;
  }
  .customization-page .container .init-2 .list_cont .list .cont > div img {
    width: 40px;
  }
  .customization-page .container .init-2 .list_cont .list .title {
    font-size: 18px;
    margin: 15px 0;
  }
  .customization-page .container .init-2 .list_cont .list .des {
    font-size: 15px;
  }
  .customization-page .container .init-3 .title {
    text-align: center;
    font-size: 20px;
  }
  .customization-page .container .init-3 .list_cont {
    margin-top: 10px;
  }
  .customization-page .container .init-3 .list_cont .list {
    padding: 15px 10px;
  }
  .customization-page .container .init-3 .list_cont .list:first-child {
    margin-top: 0;
  }
  .customization-page .container .init-3 .list_cont .list .title_2 {
    font-size: 16px;
  }
  .customization-page .container .init-3 .list_cont .list .content {
    font-size: 14px;
    width: 100%;
  }
  .customization-page .container .init-4 .bottom {
    text-align: center;
  }
  .customization-page .container .init-4 .bottom .more {
    margin-left: 5px;
  }
  .about-page .init-1 .container {
    padding: 0 10px;
  }
  .about-page .init-1 .container .title {
    font-size: 18px;
  }
  .about-page .init-1 .container .des {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
  .about-page .init-1 .container img {
    width: 90%;
  }
  .about-page .init-2 .container {
    padding: 0 10px;
  }
  .about-page .init-2 .container .title {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
  .about-page .init-2 .container .title span {
    width: 100%;
  }
  .about-page .init-2 .container .title div {
    display: none;
  }
  .about-page .init-2 .container .content {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .init-3 .container {
    padding: 40px 0;
  }
  .about-page .init-3 .container .play_btn {
    width: 80px;
    height: 80px;
  }
  .about-page .init-3 .container .play_btn .subdiv {
    border-width: 8px;
  }
  .about-page .init-3 .container .play_btn div {
    width: 40px;
    height: 40px;
  }
  .about-page .init-3 .container .play_btn .more_cont i {
    font-size: 20px;
  }
  .about-page .init-4 .container {
    padding: 8vw 10px;
  }
  .about-page .init-4 .container .left .title {
    font-size: 16px;
  }
  .about-page .init-4 .container .left .des {
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
  }
  .about-page .init-4 .container .right {
    margin-top: 0;
  }
  .about-page .init-4 .container .right .list {
    width: 100%;
  }
  .about-page .init-4 .container .right .list .img {
    height: 72vw;
  }
  .about-page .init-4 .container .right .list {
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-4 .container .right .list:nth-child(-n+2) {
    margin-top: 20px;
  }
  .about-page .init-4 .container .right .list .text {
    margin-top: 10px;
    font-size: 18px;
  }
  .about-page .init-4 .container .right .list .des {
    font-size: 14px ;
    line-height: 2;
  }
  #s_page .wp-pagenavi span,
  #s_page .wp-pagenavi a {
    font-size: 14px;
    margin-left: 10px;
    width: 25px;
    height: 25px;
  }
  .product-page .container {
    padding: 20px 10px;
  }
  .product-page .container .list {
    padding: 0;
  }
  .product-page .container .catpintro{
    display: none;
  }
  .product-page .container .list .img {
    height: 90vw;
  }
  #s_page .wp-pagenavi .next,
  #s_page .wp-pagenavi .prev {
    font-size: 20px;
    margin-top: 0;
  }
  #s_page {
    margin-top: 30px;
  }
  .news-page .container .list {
    margin-top: 20px;
  }
  .news-page .container .list .img {
    height: 105vw;
  }
  .news-page .container .list .title {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    height: auto;
  }
  .news-page .container .list .time {
    justify-content: center;
    margin: 10px 0;
  }
  .news-page .container .list .des {
    text-align: center;
    font-size: 14px;
    height: auto;
    line-height: 2;
  }
  #newsdeatil-page .container .title {
    padding: 10px 0;
    font-size: 18px;
  }
  #newsdeatil-page .container .content {
    padding: 10px 0;
    font-size: 14px;
  }
  #newsdeatil-page .container .m-link div {
    font-size: 14px;
  }
  #productdetail-page .container .cont_2 {
    margin-top: 10px;
  }
  #productdetail-page .container .cont_2 .title {
    font-size: 18px;
  }
  #productdetail-page .container .cont_2 .swiper_1 {
    margin: 10px;
  }
  #productdetail-page .container .cont_2 .swiper_1 .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
    margin: 10px 0;
  }
  #productdetail-page .container .cont_1 {
    padding: 20px 0;
  }
  #productdetail-page .container .cont_1 .right .title {
    font-size: 16px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .des {
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
  }
  #productdetail-page .container .cont_1 .right .btn {
    margin-top: 10px;
  }
  #productdetail-page .container .cont_1 .right .btn a {
    padding: 5px 15px;
    font-size: 13px;
  }
  #productdetail-page .container .cont_1 .right .btn a:last-child {
    margin-left: 15px;
  }
  #productdetail-page .container .cont_1 .right .content {
    margin-top: 10px;
    overflow: auto;
    font-size: 12px;
  }
  #productdetail-page .container .cont_1 .right .content table td {
    padding: 5px;
  }
  #productdetail-page .container .cont_1 .right .content .list {
    font-size: 12px;
  }
  #productdetail-page .container .cont_1 .right .content .list div {
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_1 .left {
    width: 100%;
  }
  #productdetail-page .container .cont_1 .left .gallery-thumbs .swiper-slide {
    height: 50vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container {
    width: 85%;
  }
  #productdetail-page .container .cont_2 .swiper {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  #productdetail-page .container .cont_2 .swiper .swiper-container .swiper-wrapper .swiper-slide .text {
    padding: 10px 0;
    font-size: 12px;
  }
  #productdetail-page .container .cont_2 .swiper .next {
    top: 35vw;
  }
  #productdetail-page .container .cont_2 .swiper .prev {
    top: 35vw;
  }
  #productdetail-page .container .cont_3 .form_1 {
    margin-top: 20px;
  }
  #productdetail-page .container .cont_3 .form_1 input {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
  }
  #productdetail-page .container .cont_3 .form_1 input#name, #productdetail-page .container .cont_3 .form_1 input#phone{
    width: 100%;
  }
  #productdetail-page .container .cont_3 .form_1 textarea {
    font-size: 12px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  #productdetail-page .container .cont_3 .form_1 .submit_btn {
    margin-top: 20px;
    padding: 3px 10px;
    font-size: 13px;
  }
  #productdetail-page .container .cont_4 {
    margin: 40px 0;
  }
  #productdetail-page .container .cont_4 .title {
    justify-content: center;
    text-align: center;
  }
  #productdetail-page .container .cont_5 .title {
    font-size: 15px;
    width: 180px;
  }
  #productdetail-page .container .cont_5 .content {
    font-size: 12px;
  }
  #productdetail-page .container .cont_5 .content table td {
    padding: 5px;
  }

  
  .contact-page .init-1 .container {
    padding: 20px 10px;
  }
  .contact-page .init-1 .container .tip_title {
    font-size: 16px;
  }
  .contact-page .init-1 .container .main-map {
    width: 100%;
    height: 100vw;
  }
  .contact-page .init-1 .container .list_cont {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .list_cont .list {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .list_cont .list .title {
    font-size: 20px;
  }
  .contact-page .init-1 .container .list_cont .list .des {
    font-size: 14px;
    margin-top: 5px;
  }
  .contact-page .init-1 .container .list_cont .list:first-child {
    width: 100%;
  }
  .contact-page .init-1 .container .list_cont .list:nth-child(2) {
    width: 100%;
  }
  .contact-page .init-1 .container .list_cont .list:nth-child(3) {
    width: 100%;
  }
  .contact-page .init-2 .container {
    padding: 20px 10px;
  }
  .contact-page .init-2 .container .tip_title {
    font-size: 20px;
    text-align: center;
  }
  .contact-page .init-2 .container form {
    margin-top: 20px;
  }
  .contact-page .init-2 .container form .list {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .init-2 .container form .list label {
    font-size: 16px;
  }
  .contact-page .init-2 .container form .list input {
    margin-top: 5px;
    font-size: 14px;
  }
  .contact-page .init-2 .container form .list.message {
    width: 100%;
  }
  .contact-page .init-2 .container form .bottom {
    font-size: 14px;
    justify-content: space-around;
  }
  .contact-page .init-2 .container form .bottom .right {
    font-size: 18px;
  }
  .contact-page .init-2 .container form .bottom .right i {
    margin-left: 20px;
  }
  
}
@media (max-width: 400px) {
  .customization-page .container .init-2 .list_cont {
    width: 70%;
    margin: auto;
  }
  .customization-page .container .init-2 .list_cont .list {
    width: 100%;
  }
  .customization-page .container .init-2 .list_cont .list .cont {
    height: 66vw;
  }
}
.catpintro_1 {
  margin-top: 30px!important;
}
.knowledgetil{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  line-height: 2;
}
.knowledgetext{
  padding-bottom: 60px;
  line-height: 2;
}


.product-page .container .list p {
  font-size: 14px;
  line-height: 2;
  color: #694e33;
}
.beforenext {
  padding-top: 30px;
  padding-left: 20px;
}
.beforenext a {
  font-size: 14px !important;
  line-height: 4;
  background-color: #3B250F;
  padding: 10px 30px;
  color: #fff;
  font-family: 'Mulish-Bold';
}

#header > .nav > .menu .menu-box .right .lang_cont li {
  position: relative;
}
#header > .nav > .menu .menu-box .right .lang_cont li dl {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 100%;
  background: white;
  font-size: 14px;
  color:black;
  display: none;
  width: 120px;
  border: 1px solid #eee;
  line-height: normal;
}
#header > .nav > .menu .menu-box .right .lang_cont li dl dd {
  display: block;
  white-space: nowrap;
}
#header > .nav > .menu .menu-box .right .lang_cont li dl dd a{
  padding: 8px 15px;
  transition: .5s;
  display: block;
}
#header > .nav > .menu .menu-box .right .lang_cont li dl dd a:hover {
  background: #222;
  color: white;
}
#header > .nav > .menu .menu-box .right .lang_cont li dl dd a img {
  max-width: 22px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
#header > .nav > .menu .menu-box .right .lang_cont li:hover dl {
  display: block;
}


#header_2 .content .right .bottom li {
  position: relative;
}
#header_2 .content .right .bottom li dl {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 100%;
  background: white;
  font-size: 14px;
  color:black;
  display: none;
  width: 120px;
  border: 1px solid #eee;
  line-height: normal;
}
#header_2 .content .right .bottom li dl dd {
  display: block;
  white-space: nowrap;
}
#header_2 .content .right .bottom li dl dd a{
  padding: 8px 15px;
  transition: .5s;
  display: block;
}
#header_2 .content .right .bottom li dl dd a:hover {
  background: #222;
  color: white;
}
#header_2 .content .right .bottom li dl dd a img {
  max-width: 22px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
#header_2 .content .right .bottom li:hover dl {
  display: block;
}