@font-face {
  font-family: 'Constantia-Bold';
  src: url(../fonts/Constantia-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Constantia';
  src: url(../fonts/Constantia.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica.ttf) format('truetype');
}
body {
  font-family: 'Constantia';
  max-width: 1920px;
  margin: 0 auto;
  background: #fef7f1;
  word-break: break-word;
}
.body-overflow-box {
  position: relative;
  left: 0;
  transition: 0.5s;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
#ewm{
  width: 130px;
}
#footer .container .middle .left .list_cont li #ewm img{
  width: 100%;
}
 
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  transition: 0.5s;
  display: none;
  z-index: 9999;
  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;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  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%;
  transform: translateX(-50%);
  transition: 0.5s;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #d3bd8c;
  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;
  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;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #d3bd8c;
}
#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 {
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  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;
}
#mobile.mobile_2 {
  display: block;
  left: unset;
  right: -280px;
}
#mobile.mobile_2 .menu-on {
  display: none;
}
#mobile.mobile_2 .mobile-logo {
  display: none;
}
#mobile.active_2 {
  right: 0;
}
img {
  display: block;
}
a {
  display: block;
}
#header {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  color: #000;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#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 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 .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1400px;
  margin: auto;
}
#header .container .left {
  font-size: 24px;
}
#header .container .left i {
  cursor: pointer;
}
#header .container .left > span {
  margin-left: 30px;
  cursor: pointer;
  font-family: 'Constantia';
  position: relative;
}
#header .container .left > span:hover ul {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .container .left > span ul {
  top: 40px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  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;
  box-shadow: 0px 8px 10px rgb(0 0 0%);
  border-bottom: 3px solid #baa08f;
  min-width: 125px;
}
#header .container .left > span ul li a {
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .container .left > span ul li a:hover {
  background: #000;
  color: #fff;
}
#header .container .logo {
  width: 120px;
}
#header .container .logo img {
  width: 100%;
}
#header .container .right {
  font-family: 'Constantia';
  font-size: 24px;
  color: #222;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px;
}
#header .container .right:hover {
  background: #000;
  color: #fff;
}
#header .container .right:hover div:last-child span {
  background-color: #fff;
}
#header .container .right div:last-child {
  margin-left: 20px;
  width: 30px;
}
#header .container .right div:last-child span {
  margin-top: 6px;
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  transform-origin: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .container .right div:last-child span:first-child {
  margin-top: 0;
}
#header .container .right .active span:first-child {
  transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  -moz-transform: rotate(34deg);
  -webkit-transform: rotate(34deg);
  -o-transform: rotate(34deg);
}
#header .container .right .active span:nth-child(2) {
  opacity: 0;
}
#header .container .right .active span:last-child {
  transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  -moz-transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  -o-transform: rotate(-34deg);
}
#header .container .active_2 {
  transform: translateX(-140px);
  -ms-transform: translateX(-140px);
  -moz-transform: translateX(-140px);
  -webkit-transform: translateX(-140px);
  -o-transform: translateX(-140px);
  background: #ccc;
}
#header.active {
  background: #fff;
}
#banner {
  height: 800px;
  display: flex;
  background-color: #fef7f1;
  align-items: center;
  justify-content: center;
  position: relative;

}
#banner #canv {
  position: absolute;
  left: 0;
  top: 0;
}
#banner div {
  position: relative;
  z-index: 2;
  text-align: center;
}
#banner div div {
  font-family: 'Constantia-Bold';
  font-size: 80px;
}
#banner div a {
  font-family: 'Constantia';
  font-size: 24px;
  background-color: #222222;
  color: #fff;
  padding: 15px 35px;
  display: inline-block;
  margin-top: 50px;
  border: 3px solid #ff0a12;
  border-left-color: #ffef81;
  border-bottom-color: #ffef81;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  
}
#banner div a:hover{
  border-color: #ffef81;
  border-left-color: #ff0a12;
  border-bottom-color: #ff0a12;
  border-radius: 10px;
}
#index-body .container {
  width: 1450px;
  margin: auto;
}
#index-body .product_type .contaienr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .product_type .contaienr .list {
  position: relative;
  padding: 10px;
  width: 24.5%;
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#index-body .product_type .contaienr .list:hover .box_shadow {
  opacity: 0.5;
}
#index-body .product_type .contaienr .list:hover .cont {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
}
#index-body .product_type .contaienr .list:hover .cont .more {
  opacity: 1;
}
#index-body .product_type .contaienr .list .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .product_type .contaienr .list .box_shadow {
  opacity: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px;
}
#index-body .product_type .contaienr .list .box_shadow div {
  border: #fff solid 1px;
  width: 100%;
  height: 100%;
}
#index-body .product_type .contaienr .list .cont {
  text-align: center;
  position: relative;
  transform: translateY(20vw);
  -ms-transform: translateY(20vw);
  -moz-transform: translateY(20vw);
  -webkit-transform: translateY(20vw);
  -o-transform: translateY(20vw);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
}
#index-body .product_type .contaienr .list .cont .label_img {
  width: 100%;
  text-align: center;
  margin: auto;
}
#index-body .product_type .contaienr .list .cont .label_img img {
  height: 100px;
  margin: auto;
}
#index-body .product_type .contaienr .list .cont .text {
  font-family: 'Constantia-Bold';
  font-size: 26px;
  margin-top: 15px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_type .contaienr .list .cont .text:hover {
  color: #d3bd8c;
}
#index-body .product_type .contaienr .list .cont .more {
  margin: auto;
  margin-top: 40px;
  font-family: 'Constantia-Bold';
  font-size: 20px;
  color: #fff;
  background: #d3bd8c;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_type .contaienr .list .cont .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #262626;
  z-index: 1;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product_type .contaienr .list .cont .more span {
  position: relative;
  z-index: 2;
}
#index-body .product_type .contaienr .list .cont .more:hover::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .ability {
  background: #222222;
  padding: 60px 0;
}
#index-body .ability .container {
  font-family: 'Constantia-Bold';
  color: #fff;
  text-align: center;
}
#index-body .ability .container .title_1 {
  font-size: 70px;
}
#index-body .ability .container .title_2 {
  font-size: 20px;
}
#index-body .product {
  position: relative;
  margin: 80px 0;
}
#index-body .product .next_page {
  position: absolute;
  right: 0;
  top: 650px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 5vw;
}
#index-body .product .next_page i {
  cursor: pointer;
  font-size: 70px;
  color: #9a8a78;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container {
  height: 1065px;
  overflow-y: hidden;
}
#index-body .product .container .tip_title {
  font-family: 'Constantia-Bold';
  font-size: 70px;
  text-align: center;
  margin-bottom: 60px;
}
#index-body .product .container .title_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .product .container .title_list .list {
  margin-top: 5px;
  padding: 15px 30px;
  cursor: pointer;
  font-family: 'Constantia-Bold';
  font-size: 24px;
  border: #d3bd8c solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .title_list .list:hover {
  background: #d3bd8c;
  color: #fff;
}
#index-body .product .container .title_list .active {
  background: #d3bd8c;
  color: #fff;
}
#index-body .product .container .list_cont {
  position: relative;
  margin-top: 10px;
}
#index-body .product .container .list_cont .list {
  position: relative;
  margin-top: 50px;
}
#index-body .product .container .list_cont .list .img {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#index-body .product .container .list_cont .list .img img {
  width: 100%;
}
#index-body .product .container .list_cont .list .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-family: 'Constantia';
  padding: 90px;
  text-align: center;
}
#index-body .product .container .list_cont .list .cont:hover .shadow {
  opacity: 0.5;
}
#index-body .product .container .list_cont .list .cont:hover .cont_1 {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .product .container .list_cont .list .cont .shadow {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .list_cont .list .cont .cont_1 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  position: relative;
  z-index: 1;
}
#index-body .product .container .list_cont .list .cont .cont_1 .title_1 {
  font-size: 18px;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .list_cont .list .cont .cont_1 .title_1:hover {
  color: #d3bd8c;
}
#index-body .product .container .list_cont .list .cont .cont_1 .title_2 {
  padding: 5px 20px;
  font-family: 'Constantia-Bold';
  font-size: 20px;
  border: #fff 1px solid;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .list_cont .list .cont .cont_1 .title_2:hover {
  background: #d3bd8c;
}
#index-body .about_us {
  background: #262626;
  background-image: url(../images/index/index_21.jpg);
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: 115%;
  padding: 70px;
}
#index-body .about_us .container {
  width: 1660px;
  border: #9a8a78 solid 1px;
}
#index-body .about_us .container > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .about_us .container > .top:last-child .left {
  order: 1;
}
#index-body .about_us .container > .top:last-child .right {
  order: 0;
  padding: 60px 90px;
  padding-right: 0;
}
#index-body .about_us .container > .top .left {
  width: 52%;
}
#index-body .about_us .container > .top .right {
  width: 45%;
  font-family: 'Constantia-Bold';
  padding-right: 60px;
}
#index-body .about_us .container > .top .right .title {
  font-size: 60px;
  color: #fff;
}
#index-body .about_us .container > .top .right .des {
  font-size: 24px;
  color: #d3bd8c;
  margin: 30px 0;
}
#index-body .about_us .container > .top .right .content {
  color: #fff;
  font-size: 18px;
  font-family: 'Constantia';
  line-height: 1.8;
  letter-spacing: 1px;
}
#index-body .about_us .container > .top .right .content h1 {
  display: inline;
}
#index-body .about_us .container > .top .right .title_2 {
  color: #d3bd8c;
  font-size: 60px;
  font-family: 'Constantia-Bold';
}
#index-body .about_us .container > .top .right .list_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .about_us .container > .top .right .list_cont .list {
  margin-top: 20px;
  width: 48%;
  color: #fff;
  font-size: 20px;
  font-family: 'Constantia-Bold';
  letter-spacing: 1px;
}
#index-body .about_us .container > .top .right .list_cont .list span:first-child {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #d3bd8c;
  text-align: center;
  line-height: 30px;
  font-family: 'Poppins-Bold';
  border-radius: 50%;
}
#index-body .about_us .container > .top .right .more {
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  justify-content: flex-end;
  width: 150px;
}
#index-body .about_us .container > .top .right .more:hover > span::before {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}
#index-body .about_us .container > .top .right .more i {
  color: #fff;
  padding: 10px;
  background: #d3bd8c;
}
#index-body .about_us .container > .top .right .more > span {
  background: #fff;
  color: #000;
  font-family: 'Constantia-Bold';
  padding: 10px;
  margin-left: 0;
  line-height: 1;
  border-top-right-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .about_us .container > .top .right .more > span:hover {
  color: #fff;
}
#index-body .about_us .container > .top .right .more > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d3bd8c;
  z-index: 0;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-left: #fff solid 1px;
}
#index-body .about_us .container > .top .right .more > span span {
  z-index: 1;
  position: relative;
}
#index-body .about_us .container > .middle {
  display: flex;
  align-items: center;
  border-bottom: #9a8a78 solid 1px;
  border-top: #9a8a78 solid 1px;
}
#index-body .about_us .container > .middle .list {
  border-left: #9a8a78 solid 1px;
  width: 20%;
  padding: 40px 0;
}
#index-body .about_us .container > .middle .list img {
  height: 145px;
  margin: auto;
  width: auto;
}
#index-body .about_us .container > .middle .list div {
  color: #d3bd8c;
  font-size: 18px;
  font-family: 'Constantia-Bold';
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}
#index-body .honor {
  background: #d3bd8c;
  background-image: url(../images/index/index_22.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 30px;
  padding: 50px 0;
}
#index-body .honor .container .title {
  margin: 20px 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-family: 'Constantia-Bold';
}
#index-body .honor .container .swiper-container .swiper-wrapper {
  padding-bottom: 70px;
}
#index-body .honor .container .swiper-container .swiper-slide img {
  margin: auto;
}
#index-body .honor .container .swiper-container .swiper-slide-active {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .honor .container .swiper-container .swiper-slide-active:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.205);
}
#index-body .honor .container .swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#index-body .honor .container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .honor .container .swiper-pagination .swiper-pagination-bullet-active {
  width: 60px;
  border-radius: 30px;
}
#index-body .news {
  background: #fef7f1;
  padding-top: 120px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-image: url(../images/index/index_24.jpg);
  position: relative;
  background-size: 100% 100%;
}
#index-body .news .subline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 2;
  justify-content: center;
}
#index-body .news .container {
  position: relative;
}
#index-body .news .container::before {
  content: '';
  display: table;
}
#index-body .news .container .bg_div {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#index-body .news .container .bg_div div {
  height: 800px;
  width: 590px;
  background: #d3bd8c;
}
#index-body .news .container .title {
  font-size: 70px;
  font-family: 'Constantia-Bold';
  color: #fff;
  text-align: center;
  z-index: 3;
  position: relative;
  margin-top: 140px;
}
#index-body .news .container .swiper-container {
  z-index: 3;
  padding: 10px;
  padding-bottom: 50px;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.212) 0 0 10px 0;
  padding: 15px;
  position: relative;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide:hover .img .shadow .sha {
  opacity: 0.5;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide:hover .img .shadow .more {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide:hover .time {
  color: #9a8a78;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide:hover .des {
  color: #9a8a78;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img .shadow {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img .shadow .sha {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img .shadow .more {
  padding: 5px 30px;
  border: #fff solid 2px;
  z-index: 1;
  position: relative;
  color: #fff;
  font-family: 'Constantia-Bold';
  font-size: 20px;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .time {
  font-family: 'Helvetica';
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .des {
  font-size: 20px;
  font-family: 'Helvetica';
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .newabs {
  line-height: 2;
  margin-top: 5px;
}
#index-body .news .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: inherit;
  width: 15px;
  height: 15px;
  opacity: 1;
  border: #fff 2px solid;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
#footer {
  background: #262626;
}
#footer .container {
  width: 1450px;
}
#footer .container .top form {
  padding: 60px 0;
  display: flex;
  align-items: center;
}
#footer .container .top form input {
  font-family: 'Constantia';
  font-size: 16px;
  padding: 10px 15px;
  margin-left: 30px;
  border-radius: 10px;
  border: none;
}
#footer .container .top form input:nth-child(3) {
  margin-left: 0;
}
#footer .container .top form .submit_btn {
  margin-left: auto;
  background: #d3bd8c;
  font-family: 'Constantia-Bold';
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .top form .submit_btn:hover {
  color: #fff;
  border-radius: 50px;
}
#footer .container .middle {
  padding: 50px 0;
  border-bottom: #666666 solid 1px;
  border-top: #666666 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .container .middle .left {
  width: 86%;
  display: flex;
  justify-content: space-between;
}
#footer .container .middle .left .list_cont {
  width: 28%;
}
#footer .container .middle .left .list_cont:nth-child(2) {
  width: 10%;
}
#footer .container .middle .left .list_cont li {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
#footer .container .middle .left .list_cont li:first-child {
  margin-bottom: 20px;
}
#footer .container .middle .left .list_cont li:first-child span {
  margin-left: 0;
  font-size: 24px;
  font-family: 'Constantia-Bold';
  color: #d3bd8c;
}
#footer .container .middle .left .list_cont li img {
  width: 20px;
  margin-top: 7px;
}
#footer .container .middle .left .list_cont li span {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  line-height: 2;
  font-family: 'Poppins';
}
#footer .container .middle .left .list_cont li a {
  font-family: 'Poppins';
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .middle .left .list_cont li a:hover {
  color: #bda97e;
}
#footer .container .middle .logo {
  width: 10%;
}
#footer .container .middle .logo img {
  width: 100%;
}
#footer .container .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  color: #686868;
  font-size: 16px;
}
#footer .container .bottom a {
  margin-left: 10px;
  font-size: 16px;
  line-height: 2;
}
#footer .container .bottom .footlink {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 520px;
}
#footer .container .bottom a img {
  height: 100%;
}
@media screen and (max-width: 1680px) {
  #header .container .active_2 {
    transform: translateX(-200%);
    -ms-transform: translateX(-200);
    -moz-transform: translateX(-200);
    -webkit-transform: translateX(-200);
    -o-transform: translateX(-200);
  }
  #index-body .product .next_page {
    padding: 0;
  }
  #index-body .about_us .container {
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .container {
    width: 100%;
  }
  #index-body .product .container {
    padding: 0 60px;
  }
  #index-body .product .next_page {
    z-index: 10;
  }
  #footer .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .product_type .contaienr .list .cont .text{
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .product_type .contaienr .list .cont .text {
    font-size: 20px;
  }
  #index-body .ability .container .title_1 {
    font-size: 50px;
  }
  #index-body .news {
    height: 960px;
  }
  #index-body .product_type .contaienr .list .cont {
    transform: translateY(18vw);
    -ms-transform: translateY(18vw);
    -moz-transform: translateY(18vw);
    -webkit-transform: translateY(18vw);
    -o-transform: translateY(18vw);
  }
  #index-body .product_type .contaienr .list .cont .text{
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #mobile.mobile_2 {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile.mobile_1 {
    display: block;
  }
  #banner {
    height: 600px;
  }
  #banner div div {
    font-size: 50px;
  }
  #banner div a {
    padding: 10px 30px;
  }
  #index-body .product .container .list_cont .list .cont {
    padding: 20px;
  }
  #footer .container .top form {
    flex-wrap: wrap;
  }
  #footer .container .top form input {
    width: 49%;
    margin-left: 1%;
    margin-top: 10px;
  }
  #footer .container .top form input:first-child {
    margin-left: 1%;
  }
  #footer .container .top form div {
    width: 49%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #banner div div {
    font-size: 40px;
  }
  #banner div a {
    font-size: 20px;
  }
  #index-body .product_type .contaienr {
    padding: 10px;
    flex-wrap: wrap;
  }
  #index-body .product_type .contaienr .list {
    width: 49.5%;
    height: 75vw;
    margin-top: 10px;
  }
  #index-body .ability {
    padding: 30px 0;
  }
  #index-body .product .container .list_cont .list .img {
    height: 35vw;
  }
  #index-body .product .container .tip_title {
    font-size: 50px;
  }
  #index-body .product {
    margin: 40px 0;
  }
  #index-body .product .container {
    height: 820px;
  }
  #index-body .product .container .tip_title {
    margin-bottom: 30px;
  }
  #index-body .product .container .title_list .list {
    font-size: 20px;
  }
  #index-body .product .container .list_cont .list {
    margin-top: 30px;
  }
  #index-body .about_us {
    padding: 20px;
  }
  #index-body .about_us .container > .top {
    flex-wrap: wrap;
  }
  #index-body .about_us .container > .top .left {
    width: 100%;
  }
  #index-body .about_us .container > .top .right {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  #index-body .about_us .container > .top .right .title {
    font-size: 40px;
  }
  #index-body .about_us .container > .top .right .more {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .about_us .container > .middle .list img {
    height: 10vw;
  }
  #index-body .about_us .container > .top:last-child .right {
    order: 2;
    padding: 20px;
    text-align: left;
  }
  #index-body .about_us .container > .top:last-child .right .title_2 {
    text-align: center;
  }
  #index-body .news {
    padding-top: 60px;
    padding-bottom: 40px;
    height: 700px;
  }
  #index-body .news .subline {
    height: 120px;
  }
  #index-body .news .container .title {
    font-size: 40px;
    margin-top: 70px;
  }
  #index-body .news .container .bg_div div {
    height: 600px;
    width: 400px;
  }
  #footer .container .middle .left .list_cont {
    width: 100%;
  }
  #footer .container .middle .left .list_cont:nth-child(2) {
    display: none;
  }
  #footer .container .middle .left .list_cont:last-child {
    display: none;
  }
  #footer .container .middle .logo {
    display: none;
  }
  #footer .container .bottom {
    flex-wrap: wrap;
  }
  #footer .container .bottom div {
    margin-top: 10px;
  }
  #footer .container .bottom a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 414px) {
  #banner div div {
    font-size: 20px;
  }
  #banner div a {
    font-size: 14px;
    margin-top: 25px;
    padding: 5px 10px;
  }
  #banner {
    height: 300px;
  }
  #index-body .product_type .contaienr .list {
    width: 100%;
    height: 140vw;
  }
  #index-body .product_type .contaienr .list .cont .text {
    font-size: 16px;
  }
  #index-body .product_type .contaienr .list .cont .more {
    font-size: 16px;
    margin-top: 20px;
  }
  #index-body .ability .container .title_1 {
    font-size: 20px;
  }
  #index-body .ability .container .title_2 {
    font-size: 14px;
  }
  #index-body .product {
    margin: 10px 0;
  }
  #index-body .product .container {
    padding: 0 30px;
  }
  #index-body .product .container .tip_title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #index-body .product .container {
    height: 720px;
  }
  #index-body .product .container .title_list .list {
    font-size: 12px;
    padding: 5px 10px;
  }
  #index-body .product .container .list_cont .list .img {
    height: 73vw;
  }
  #index-body .product .container .list_cont .list .cont {
    padding: 10px;
  }
  #index-body .product .container .list_cont .list .cont .cont_1 .title_1 {
    font-size: 12px;
  }
  #index-body .product .container .list_cont .list .cont .cont_1 .title_2 {
    font-size: 13px;
    padding: 2px 10px;
  }
  #index-body .product .next_page {
    padding: 0 5px;
    top: 100vw;
  }
  #index-body .product .next_page i {
    font-size: 30px;
  }
  #index-body .about_us {
    padding: 10px;
  }
  #index-body .about_us .container > .top .right {
    padding: 10px;
  }
  #index-body .about_us .container > .top .right .title {
    font-size: 20px;
  }
  #index-body .about_us .container > .top .right .des {
    font-size: 16px;
    margin: 10px 0;
  }
  #index-body .about_us .container > .top .right .content {
    font-size: 12px;
    line-height: 2;
  }
  #index-body .about_us .container > .top .right .more {
    margin-top: 10px;
    font-size: 12px;
    justify-content: center;
    border-top-right-radius: 10px;
  }
  #index-body .about_us .container > .middle .list {
    padding: 10px 0;
  }
  #index-body .about_us .container > .middle .list div {
    font-size: 12px;
  }
  #index-body .about_us .container > .middle {
    flex-wrap: wrap;
  }
  #index-body .about_us .container > .middle .list {
    width: 33.3%;
    border-bottom: #9a8a78 solid 1px;
    border-right: #9a8a78 solid 1px;
    border-left: none;
  }
  #index-body .about_us .container > .middle .list:nth-child(3n) {
    border-right: none;
  }
  #index-body .about_us .container > .middle .list div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #index-body .about_us .container > .top:last-child .right {
    padding: 10px;
  }
  #index-body .about_us .container > .top:last-child .right .title_2 {
    font-size: 20px;
  }
  #index-body .about_us .container > .top .right .list_cont .list {
    font-size: 14px;
    width: 100%;
  }
  #index-body .about_us .container > .top .right .list_cont .list span:first-child {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  #index-body .news {
    padding-top: 20px;
    padding-bottom: 10px;
    height: 570px;
  }
  #index-body .news .subline {
    height: 80px;
  }
  #index-body .news .container .title {
    font-size: 20px;
  }
  #index-body .news .container .bg_div div {
    height: 520px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide {
    padding: 10px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .time {
    font-size: 12px;
    margin: 10px 0;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .des {
    font-size: 12px;
  }
  #index-body .news .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #index-body .news .container .swiper-container .swiper-wrapper .swiper-slide .img .shadow .more {
    padding: 5px 10px;
    font-size: 14px;
  }
  #index-body .honor {
    padding: 10px 0;
  }
  #index-body .honor .container .title {
    font-size: 20px;
    margin: 10px 0;
  }
  #index-body .honor .container {
    padding: 0 10px;
  }
  #footer .container {
    padding: 0 10px;
  }
  #footer .container .top form {
    padding: 10px 0;
  }
  #footer .container .top form input {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  #footer .container .top form input:first-child {
    margin-left: 0;
  }
  #footer .container .top form .submit_btn {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  #footer .container .middle {
    padding: 20px 0;
  }
  #footer .container .middle .left .list_cont li {
    margin-top: 5px;
  }
  #footer .container .middle .left .list_cont li:first-child {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
  #footer .container .middle .left .list_cont li:first-child span {
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  #footer .container .middle .left {
    width: 100%;
  }
  #footer .container .middle .left .list_cont li img {
    width: 14px;
    margin-top: 6px;
  }
  #footer .container .middle .left .list_cont li span {
    font-size: 12px;
  }
  #footer .container .bottom {
    padding: 10px 0;
  }
  #footer .container .bottom div {
    margin-top: 0;
    text-align: center;
    font-size: 12px;
  }
  #footer .container .bottom a {
    height: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .linglonghide {
    display: none !important;
  }
}