@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
  src: url("fonts/OpenSans-Regular.ttf") format("woff"),
    url("fonts/OpenSans-Regular.ttf") format("truetype"),
    url("fonts/OpenSans-Regular.ttf") format("svg");
}
i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.tabletext textarea {
    padding: 0 18px !important;
}
.fl-rich-text p{
    word-break: break-all;
}
.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"),
    url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */

/* web_head */
.web_head {
  width: 100%;
  position: relative;
  z-index: 3;
}
.nav_wrap {
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
}

.nav_wrap .head_nav {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: right;
}
.nav_wrap .head_nav > li {
  display: inline-block;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-align: left;
  line-height: 75px;
}
.nav_wrap .head_nav > li.menu-item-has-children {
  background: url(../images/icon_nav.png) no-repeat right;
}
.nav_wrap .head_nav > li > a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 10px 11px 10px;
  /*text-transform: capitalize;*/
}
.nav_wrap .head_nav > li.current-menu-item > a {
  color: #D1BC92;
}
.nav_wrap .head_nav > li > a:after {
  content: "";
  display: none;
  /* width: 0; height: 0; border: 8px solid; border-color: transparent transparent #D1BC92; */
  width: 100%;
  height: 3px;
  background-color: #D1BC92;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.nav_wrap .head_nav > li:hover > a:after {
  display: block;
}

.nav_wrap .head_nav > li > a > em {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: normal;
  margin-right: 10px;
  /*text-transform: capitalize;*/
  font-size: 18px;
}
.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}
.nav_wrap .head_nav > li > a > b:after {
  content: "\f107";
  color: #999;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.nav_wrap .head_nav > li:hover > a > b:after {
  color: #D1BC92;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav_wrap .head_nav:hover > li > a,
.nav_wrap .head_nav:hover > li.nav-current > a {
  color: #000;
}
.nav_wrap .head_nav:hover > li:hover > a,
.nav_wrap .head_nav > li.nav-current > a {
  color: #D1BC92;
}
.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
}
.nav_wrap .head_nav > li li a {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-style: normal;
  padding: 10px;
  word-wrap: break-word;
}

.nav_wrap .head_nav > li li b:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 13px;
}
.nav_wrap .head_nav > li li a:before,
.nav_wrap .head_nav > li li:hover > a:before {
  content: "";
  display: block;
  width: 4px;
  height: 30%;
  background-color: #D1BC92;
  position: absolute;
  left: -21px;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_wrap .head_nav > li li a:hover:before,
.nav_wrap .head_nav > li li:hover > a:before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}
.nav_wrap .head_nav > li li:hover > a {
  color: #fff;
  background-color: #D1BC92;
}
.nav_wrap .head_nav > li li:hover > a > b:after {
  border-left-color: #fff;
}
.nav_wrap .head_nav > li ul ul {
  left: 100%;
  top: -10px;
  margin-top: 0;
}
.nav_wrap .head_nav li ul a{overflow: hidden;}
.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 10px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav_wrap .head_nav > li ul li a em {
  font-style: normal;
}

.fixed-nav .logo img {
  max-height: 70px;
}
.fixed-nav .container {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav .head_layer {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fixed-nav .nav_wrap .head_nav > li {
  line-height: 70px;
}
.fixed-nav-active .container {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}
.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.head_holder {display: none !important;}
/* 首页----------------------------------------------------------------------------------------------------- */
.headernav_bd{display: flex;justify-content: space-between;align-items: center;}
.headernav_logo img{max-height: 100px;vertical-align: middle;}
.headernav_right{display: flex;justify-content: flex-end;align-items: center;}
.search{margin-left: 10px;}
.search i{font-size: 20px;color: #000;font-weight: bold;cursor: pointer;padding:10px 15px;margin-top: 10px;display: block;}
.search_box{position: absolute;top: 100px;left: 0;width: 100%;padding: 30px 0;background-color: #D1BC92;display: none;z-index:99999999999999}
.headernav{position: relative;}
.searchin{display: flex;justify-content: center;align-items: center;}
.searchin i{font-size: 30px;color: #D1BC92;font-weight: bold;}
.searchin button{border: none;outline: none;background-color: #fff;width: 5%;height: 70px;line-height: 70px;margin-left: 20px;border-radius: 5px;}
.searchin input{border: none;outline: none;background-color: #fff;height: 70px;line-height: 70px;width: 60%;padding: 0 20px;font-size: 18px;color: #000;border-radius: 5px;}
.header{background-color: #292929;padding: 10px 0;}
.header_hd{display: flex;justify-content: space-between;align-items: center;}
.header_hd span{font-size: 14px;color: #fff;}
.header_email{display: flex;justify-content: flex-start;align-items: center;}
.header_email i{font-size: 16px;color: #fff;}
.header_email p{font-size: 14px;color: #fff;margin-left: 10px;}
.header_ways{display: flex;justify-content: flex-end;align-items: center;}
.header_ways a{display: block;width: 30px;height: 30px; line-height: 30px;text-align: center; border-radius: 50%;background-color: #fff;margin: 0 5px;}
.header_ways i{font-size: 14px;color: #000;}
.header_ways a:hover{background-color: #D1BC92;}
.header_ways a:hover i{color: #fff;}
.banner{position: relative;overflow: hidden;}
.bannerbox{position: absolute;top: 40%;left: 50%;transform: translate(-50%,-40%);width: 100%;z-index: 9;max-width: 1220px;margin: 0 auto;}
.bannertxt{position: absolute;width: 48%;overflow: hidden;top: 50%;left: 0;transform: translateY(-50%);display: flex;flex-direction: column;align-items: flex-start;}
.bannertxt h2{font-size: 48px;color: #000;font-weight: bold;text-align: left;margin-bottom: 30px;}
.bannertxt p{font-size: 24px;color: #000;text-align: left;}
.bannertxt a{display: block;margin-top: 40px;padding: 15px 40px;border: 1px solid #292929; background-color: #292929;text-align: center;font-size: 18px;color: #fff; transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.bannertxt a:hover{background-color: #fff;color: #000;padding: 15px 80px;}
.banner .swiper-pagination-bullet {background: transparent;opacity: 0.8 !important;width: 10px;height: 10px;background-color: #ddd;}
.banner .swiper-pagination-bullet-active {opacity: 1 !important;background-color: #D1BC92 !important;}
.banner .swiper-button-next,.banner .swiper-button-prev {color: #D1BC92;}
.cardli{position: relative;}
.cardflex{display: flex;flex-wrap: wrap;}
.cardcon{padding: 30px;background-color: #fff;margin-top: -60px;z-index: 99;position: relative;}
.cardbox {
    background-color: #f5f5f5;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cardtxt p{color: #D1BC92;font-size: 18px;font-weight: bold;}
.cardtxt h3{font-size: 22px;color: #292929;font-weight: bold;margin: 10px 0 20px 0;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.cardtxt .cardmore{display: flex;justify-content: flex-start;align-items: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cardmore span{font-size: 16px;color: #292929;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cardmore i{font-size: 16px;color: #292929;margin-left: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.cardtxt .cardmore:hover{margin-left: 15px;}
.cardtxt .cardmore:hover span,.cardtxt .cardmore:hover i{color: #D1BC92;}
.cardtxt {
        width: 70%;
        overflow: hidden;
}
.cardimg {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* display: block; */
    width: 30%;
}
.cardimg img{width: 100%;vertical-align: middle;}
.cardtxt{width: 68%;overflow: hidden;}
.sell{padding: 100px 40px;}
.sell_title{display: flex;justify-content: center;align-items: center;margin-bottom: 60px;}
.sell_title span{display: block;width: 100%;height: 1px;background-color: #eee;}
.sell_title h2{font-size: 38px;color: #292929;font-weight: bold;text-align: center;margin: 0 40px;}
.sellflex{display: flex;flex-wrap: wrap;}
.sell_box{background-color: #f5f5f5;padding: 100px 60px;height: 100%;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_box p{font-size: 24px;color: #D1BC92;font-weight: bold;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_box h3{font-size: 40px;color: #292929;font-weight: bold;margin: 20px 0 40px 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_more{display: flex;justify-content: flex-start;align-items: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_more span{font-size: 18px;color: #292929;font-weight: bold;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_more i{font-size: 18px;color: #292929;margin-left: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.sell_li:hover .sell_box{background-color: #D1BC92;}
.sell_more:hover{margin-left: 30px;}
.sell_li:hover .sell_box p,.sell_li:hover .sell_box h3,.sell_li:hover .sell_more span,.sell_li:hover .sell_more i{color: #fff;}
.comment{padding: 0 0 100px 0;}
.blog{padding-bottom: 100px;}
.footer{background-color: #f5f5f5;padding: 100px 0 50px 0;}
.footer_nav2{padding-left: 35px;}
.footerlogo img{max-height: 100px;vertical-align: middle;}
.footertitle{display: flex;flex-direction: column;align-items: flex-start;margin-bottom: 20px;}
.footertitle h3{font-size: 20px;color: #292929;font-weight: bold;}
.footertitle span{display: block;width: 35%;height: 2px;background-color: #292929;margin-top: 15px;}
.footer_nav{display: flex;flex-direction: column;align-items: flex-start;}
.footer_nav a{font-size: 16px;color: #666;display: block;margin: 6px 0;}
.footer_nav a:hover{color: #D1BC92;}
.footer_copyrights{padding-top: 15px;margin-top: 80px;border-top: 1px solid #e5e5e5;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.footer_list {margin: 30px 0;}
.footer_list li{display: flex;justify-content: flex-start;align-items: flex-start;margin: 15px 0;}
.footer_list i{font-size: 18px;color: #D1BC92;}
.footer_list p{font-size: 16px;color: #292929;margin-left: 10px;}
.footer_ways{display: flex;justify-content: flex-start;align-items: center;}
.footer_ways a{display: block;width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 50%;background-color: #292929;margin-right: 15px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.footer_ways i{font-size: 18px;color: #fff;}
.footer_ways a:hover{transform: scale(0.9);background-color: #D1BC92;}
.recommend_boximg{position: relative;overflow: hidden;display: block;width: 100%;height: auto;padding-top: 100%;}
.recommend_boximg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_boxtxt{padding: 20px 10px 15px 10px;display: flex;flex-direction: column;align-items: center;}
.recommend_boxtxt h3{font-size: 18px;color: #292929;font-weight: bold;text-align: center;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_boxtxt .recommend_more{text-align: center;font-size: 16px;color: #292929;border-bottom: 1px solid #292929;padding-bottom: 5px;display: inline-block;margin: 20px auto 0 auto;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_li:hover .recommend_box{background: #D1BC92;}
.recommend_li:hover .recommend_boximg img{transform: scale(1.2);}
.recommend_li:hover .recommend_boxtxt h3{color: #fff;}
.recommend_li:hover .recommend_more{color: #fff;border-bottom: 1px solid #fff;}
.recommend_more:hover{padding: 0 30px 5px 30px;}
.recommend_box{transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_card{margin-top: 70px;}
.recommend_cardbox{ position: relative; background-color: #f5f5f5;padding: 30px;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardboximg{width: 45%;overflow: hidden;}
.recommend_cardboximg img{width: 100%;vertical-align: middle;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardboxtxt{width: 52%;overflow: hidden;}
.recommend_cardboxtoptxt h3{font-size: 22px;font-weight: bold;text-align: right;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardboxdowntxt{position: absolute;bottom: 30px;height: 100px;right: 10px;width: 52%;overflow: hidden;}
.recommend_cardboxdowntxt p{text-align: right;font-size: 14px;color: #666;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardgo{display: flex;justify-content: flex-end;align-items: center;margin-top: 15px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardgo span{font-size: 16px;color: #292929;font-weight: bold;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardgo i{font-size: 16px;color: #292929;margin-left: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.recommend_cardup{margin-bottom: 30px;}
.recommend_cardright .recommend_cardbox{padding: 41px 30px;}
.recommend_cardbox:hover .recommend_cardboximg img{transform: scale(1.1);}
.recommend_cardgo:hover{margin-right: 30px;}
.recommend_cardbox:hover .recommend_cardgo span,.recommend_cardbox:hover .recommend_cardgo i{color: #fff;}
.recommend_cardbox:hover{background-color: #D1BC92;}
.recommend_cardbox:hover .recommend_cardboxtoptxt h3{color: #fff;}
.recommend_cardbox:hover .recommend_cardboxdowntxt p{color: #fff;}
.comment_main .swiper-pagination-bullet {background: transparent;opacity: 0.8 !important;width: 10px;height: 10px;background-color: #ddd;}
.comment_main .swiper-pagination-bullet-active {opacity: 1 !important;background-color: #D1BC92 !important;}
.comment_main .swiper-button-next,.comment_main .swiper-button-prev {color: #D1BC92;}
.comment_main{padding: 60px 40px;background-color: #f5f5f5;}
.person{width: 60%;text-align: center;overflow: hidden;margin-bottom: 30px;}
.person img{width: 100%;height: 100%;vertical-align: middle;}
.fankui{display: flex;flex-direction: row;align-items: center;width: 80%;margin: 0 auto;}
.fankui p{font-size: 16px;text-align: center;color: #292929;line-height: 30px;}
.names{height:300px;display:flex;align-items:center;}
.names h3{font-size: 22px;color: #D1BC92;}
.names span{font-size: 14px;color: #292929;margin-top: 10px;display: block;}
.blog_box{border: 1px solid #eee;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blogimg{display: block;position: relative;overflow: hidden;width: 100%;height: auto;padding-top: 60%;}
.blogimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_txt{padding: 20px 15px;}
.blog_txt h3{font-size: 20px;color: #292929;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_txt span{font-size: 14px;color: #D1BC92;display: block;margin: 10px 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_txt p{font-size: 16px;color: #666;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.blog_txt .blog_more{display: flex;justify-content: flex-start;align-items: center;margin-top: 15px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_more h4{font-size: 16px;color: #292929;font-weight: bold;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_more i{font-size: 16px;color: #292929;margin-left: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.blog_more:hover{margin-left: 30px;}
.blog_li:hover .blog_box{border: 1px solid #D1BC92;background-color: #D1BC92;}
.blog_li:hover .blogimg img{transform: scale(1.1);}
.blog_li:hover .blog_txt h3,.blog_li:hover .blog_txt span,.blog_li:hover .blog_txt p,.blog_li:hover .blog_more h4,.blog_li:hover .blog_more i{color: #fff;}
.blog_tagicon{margin-top: 70px;}
.blog_tagicon ul{display: flex;justify-content: space-around;}
.blog_tagicon li{display: flex;justify-content: flex-start;align-items: center;}
.blog_tagicon li i{font-size: 50px;color: #292929;margin-right: 15px;}
.blog_tagicon h3{font-size: 20px;color: #292929;font-weight: bold;}
.blog_tagicon p{font-size: 14px;color: #666;margin-top: 10px;}
.product_right .recommend_li{margin-bottom: 30px;}
.product_right .recommend_box {border: 1px solid #eee;}
/* 首页----------------------------------------------------------------------------------------------------- */
    .search_result{padding: 80px 0;}
    .search_result_top h2{text-align: center;font-size: 40px;color: #000;font-weight: bold;margin-bottom: 50px;}
    .search_result_box{display: flex;justify-content: space-between;align-items: center;}
    .search_result_box input{ width: 100%; flex:1;height: 70px;line-height: 70px;padding:0 20px;font-size: 16px;color: #000;border: 1px solid #ddd;outline: none;background: none;}
    .search_result_box button{display: block;width: 10%;height: 70px;line-height: 70px;text-align: center;background-color: #D1BC92;border: 1px solid #D1BC92;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .search_result_box button i{font-size: 30px;color: #fff;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .search_result_box button:hover{background-color: #fff;border: 1px solid #D1BC92;width: 15%;}
    .search_result_box button:hover i{color: #D1BC92;}
    .result_attention{margin-top: 80px;display: flex;justify-content: center;align-items: center;padding-bottom: 30px;border-bottom: 4px solid #D1BC92;}
    .result_attention p{font-size: 26px;color: #000;font-weight: bold;}
    .result_attention span{font-size: 26px;color: rgb(247, 24, 24);font-weight: bold;}
    .search_result_list{margin-top: 40px;}
    .resultcard{display: block; padding: 30px 0;border-bottom: 1px solid #eee;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .resultcard h3{font-size: 22px;color: #000;font-weight: bold;margin-bottom: 15px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .resultcard p{font-size: 16px;color: #666; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
    .resultcard:hover h3{color: rgb(247, 24, 24);}
    .resultcard:hover{margin-left: 30px;border-bottom: 1px solid #D1BC92;}
    /* 搜索结果页面 */
    .tagthree{padding: 100px 0;}
    .tablemain h2{font-size: 40px;font-weight: bold;color: #fff;text-align: center;margin-bottom: 40px;}
    .tablemain{background-color: #D1BC92;padding:60px 50px;border-radius: 30px;}
    .tablecon button:hover{border: 1px solid #D1BC92;background-color: #fff;color: #D1BC92;width: 80%;}
    .tablecon button{border: 1px solid #D1BC92;outline: none;background-color: #fff;width: 50%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #D1BC92; font-weight: bold; margin: 0 auto;  display: block;margin-top: 30px;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
    .tabletext i{font-size: 14px;color: #D1BC92;position: absolute;bottom: 0;right: 5px;}
    .tabletext textarea{resize: none;border: none;outline: none;background-color: #fff;width: 100%;height: 100%;overflow: hidden;font-size: 16px;color: #000;}
    .tabletext{width: 100%;height: 200px;position: relative;overflow: hidden;background-color: #fff;}
    .tableli i{font-size: 14px;color: #D1BC92;position: absolute;bottom: -10px;right: 5px;}
    .tableli input{ width: 100%; border: none;outline: none;background-color: #fff;overflow: hidden;font-size: 16px;color: #222;}
    .tableli{width: 100%;height: 50px;line-height: 50px;position: relative;overflow: hidden;background-color: #fff;margin-bottom: 20px;padding: 0 15px;}
    .tagone{margin-bottom: 40px;}
    .tagtwo{padding-top: 100px;}
    .tagfour{padding-bottom: 100px;padding-top:0}
    .tagkeywords{padding: 30px 15px;background-color: #f5f5f5;border-radius: 10px;height: 100%;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .tagkeywords p{font-size: 16px;color: #000;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
    .tagkeywords:hover {background-color: #D1BC92;}
    .tagkeywords:hover p{color: #fff;}
    /* swiper */
.banner .swiper {width: 100%;height: 100%;}
    .pagination a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #D1BC92;
    border: 1px solid #D1BC92;
    }
    .current{
        background-color: #D1BC92 !important;
        color: #fff !important;
        border: 1px solid #D1BC92 !important;
    }
    .pagination a:hover{        background-color: #D1BC92 !important;
        color: #fff !important;
        border: 1px solid #D1BC92 !important;}
		.current2{display:none;}
.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment_main .swiper {width: 100%;height: 100%;}
.comment_main .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*padding-bottom: 100px;*/
}
.comment_main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tagone .swiper {
  width: 100%;
  height: 100%;
}

.tagone .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 50px;
}

.tagone .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tagone .swiper-pagination-bullet {background: transparent;opacity: 0.8 !important;width: 10px;height: 10px;background-color: #ddd;}
.tagone .swiper-pagination-bullet-active {opacity: 1 !important;background-color: #D1BC92 !important;}
/* 内页 ----------------------------------------------------------------------------------------------------*/
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.product_right .shop_li{margin-bottom: 30px;}
.news {
  padding: 80px 0;
}
.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #D1BC92;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #D1BC92;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* border: 1px solid #D1BC92; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
  background-color: #D1BC92;
}

.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  /* padding-left: 42px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #D1BC92;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #D1BC92;
  font-size: 36px;
  text-align: center;
}
.fanye {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  padding: 80px 0;
}
.pagination .active a {
  background-color: #D1BC92;
  border: 1px solid #D1BC92;
}
.pagination li:hover a {
  background-color: #D1BC92;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #D1BC92;
}
.news_right .blog_li{margin-bottom: 30px;}
.newsgo {
  margin: 50px auto 0 auto;
  display: block;
  width: 20%;
  height: 60px;
  line-height: 60px;
  background-color: #D1BC92;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #D1BC92;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo:hover {
  background-color: #fff;
  color: #D1BC92;
  width: 30%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li {
  margin-bottom: 30px;
}
.section5_li:hover .section5_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
  background-color: #ECECEC;
}
.newsboximg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt {
  padding: 40px 30px 30px 0;
}
.newsboxtxt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt_bottom {
  padding-top: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.newsboxtxt_bottom span {
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore a {
  font-size: 16px;
  color: #D1BC92;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore i {
  color: #D1BC92;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover {
  background: #D1BC92;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboximg img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt_bottom span {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore:hover {
  margin-right: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_box {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
}
.product_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_txt {
  display: block;
  padding: 20px;
}
.product_txt h3 {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li {
  margin-bottom: 30px;
}
.product_li:hover .product_box {
  background-color: #D1BC92;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
.product_row {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_img {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  padding-top: 77%;
  background-color: #ECECEC;
}
.product_row_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_txt {
  padding: 60px 30px 40px 0;
}
.product_row_txt h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more p {
  font-size: 16px;
  color: #D1BC92;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more i {
  font-size: 16px;
  color: #D1BC92;
  margin-left: 10px;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover {
  background: #D1BC92;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
#exzoom {width: 100%;}
.headernav{z-index: 99;width: 100%;}
/* 右侧客服 */
.scrollsidebar, .scrollsidebar a {font-size:12px;color:#999;font-family:Arial, Helvetica, sans-serif;}
.scrollsidebar {position:absolute;z-index:30;top:150px;right:0;}
.show_btn {width:0;height:192px;overflow:hidden;cursor:pointer;display:block;overflow:hidden;background:url(../images/show_btn.webp) no-repeat center center;position: absolute;right: 0;top: 0;}
.side_content {width:166px;height:auto;overflow:hidden;float:left;}
.side_content .side_list {width:140px;overflow:hidden;border:1px solid #dadada;border-radius:8px;position:relative;background:#FFF;}
.side_content .side_list .hd img {width:100%;border-bottom:1px solid #dadada;}
.side_content .side_list .cont li {height:40px;line-height:40px;border-bottom:1px solid #dadada;list-style:none;position:relative;}
.side_content .side_list .cont li i{margin-right: 10px;font-size:18px;color:#D1BC92}
.side_content .side_list .cont li a {position:relative;display:block;padding:0 0 0 10px;text-decoration:none;}
.side_content .side_list .cont li a:before {content:"";position:absolute;display:block;overflow:hidden;top:0;left:10px;width:25px;height:40px;background-repeat:no-repeat;background-position:center center;}
.ww {margin-left:-30px;}
.side_content .side_list .t-code {padding:10px 10px 7px;border-bottom:1px solid #dadada;}
.side_content .side_list .t-code img {width:100%;}
.side_content .side_list .side_title {height:30px;line-height:30px;padding:0 12px;}
.side_content .side_list .side_title .close_btn {background:url("../images/close.png") no-repeat center center;width:12px;height:30px;position:absolute;bottom:0;right:10px;cursor:pointer;}
.side_content .side_list .side_title .close_btn span {display:none;} 
.bannercontent{position: relative;}
.bannercontent_title{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;display: flex;flex-direction: column;align-items: center;}
.bannercontent_title h2{font-size: 46px;color: #fff;text-align: center;font-weight: bold;}
.bannercontent_link{display: flex;    border-bottom: #d2bc93 1px solid;align-items: center;margin-top: 30px;}
.bannercontent_link a{font-size: 18px;color: #000;}
.bannercontent_link i{color: #000;font-size: 18px;margin: 0 10px;}
.newshow{padding: 80px 0;}
    .newshow_title{padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #D1BC92;}
    .newshow_title h1{font-size: 26px;color: #000;font-weight: bold;text-align: center;}
    .newshow_title p{font-size: 16px;text-align: center;color: #666;margin-top: 20px;}
    .newshow_main p{font-size: 16px;line-height: 28px;color: #222;text-indent: 2em;margin-bottom: 15px;}
    .newshow_main img{max-width: 100%;vertical-align: middle;display: block;margin: 30px auto;text-align: center;}
    .newshow_fanye{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;flex-wrap: wrap;}
  .newsfanye{width: 45%;overflow: hidden;border: 1px solid #D1BC92;display: flex;justify-content: center;align-items: center;padding: 13px 10px;
    transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;}
  .newsfanye i{font-size: 16px;color: #D1BC92;margin: 0 15px;}
  .newsfanye a{font-size: 16px;color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}
  .newsfanye:hover{background-color: #D1BC92;}
  .newsfanye:hover i,.newsfanye:hover a{color: #fff;}
  .productnametitle h1{font-size: 22px;color: #000;padding-bottom: 20px;border-bottom: 1px solid #D1BC92;margin-bottom: 30px;}
  .productnametitle p{font-size: 16px;color: #666;line-height: 28px;}
  .productnametitle a{display: inline-block;padding: 15px 40px;background-color: #D1BC92;color: #fff;border: 1px solid #D1BC92;font-size: 18px;margin-top: 40px; transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;}
  .productnametitle a:hover{padding: 15px 60px;background-color: #fff;color: #D1BC92;font-weight: bold;}
  .productmorecontent{margin-top: 60px;}
  .productmorecontent h3{font-size: 36px;color: #D1BC92;font-weight: bold;padding-left: 20px;border-left: 4px solid #D1BC92;margin-bottom: 30px;}
  .productmorecontent p{font-size: 16px;color: #000;line-height: 30px;}
  .productmorecontent img{width: 100%;vertical-align: middle;display: block;margin: 20px auto;}
  .bannerimg img{width: 100%;vertical-align: middle;}
  /* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
    .headericon{
        display: none;
    }
    .searchin .search_close{
        line-height: 47px !important;
        height: auto !important;
    }
    .names{
     width: 80%;
    margin: 0 auto;
    display: flex;
    height: 750px;
    /* display: block; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    .table_wrap{
        overflow: scroll;
    }
    .pagination a{padding:5px;}
  .footer_nav2{padding-left: 0;display: none;}
  .headernav{padding: 30px 0;}
  .footer{padding: 50px 0;}
  .footer_nav{margin: 15px 0;}
  .footer_main {margin-bottom: 20px}
  .footer_copyrights{margin-top: 15px;}
  .cardcon{margin-top: 0;padding: 0;}
  .cardli{margin: 15px 0;}
  .sell,.comment{padding: 40px 0;}
  .comment_main{padding: 30px 15px;}
  .fankui{width: 100%;}
  .comment_main .swiper-slide{padding-bottom: 45px;}
  .blog_li {margin-bottom: 30px;}
  .blog_tagicon ul{flex-wrap: wrap;flex-direction: column;align-items: flex-start;}
  .blog_tagicon li{margin: 10px 0;}
  .blog_tagicon{margin-top: 20px;}
  .blog{padding-bottom: 30px;}
  .sell_title h2{font-size: 26px;margin: 0 15px;}
  .sell_title{margin-bottom: 40px;}
  .sell_box{padding: 30px 15px;}
  .sell_li {margin: 10px 0;}
  .sell_box h3{font-size: 26px;}
  .recommend_li {margin-bottom: 30px;}
  .recommend_card{margin-top: 15px;}
  .recommend_cardleft {margin-bottom: 30px;}
  .recommend_cardboximg{width: 100%;}
  .recommend_cardboxtxt{width: 100%;}
  .recommend_cardboxdowntxt{width: 100%;position: static;bottom: auto;right: auto;}
  .recommend_cardboxtoptxt h3{margin-bottom: 15px;}
  .recommend_cardbox,.recommend_cardright .recommend_cardbox{padding: 30px 15px;}

  .bannertxt{width: 90%;margin: 0 auto;left: 50%;transform: translate(-50%,-50%);}
  .bannertxt h2{font-size: 26px;text-align: center;}
  .bannertxt p{text-align: center;font-size: 16px;}
  .bannertxt a{margin: 30px auto 0 auto;}
  .bannerbox{top: 50%;transform: translate(-50%,-50%);}
  /* 内页适配 */
  .search_box{padding: 10px;top: 80px;}
  .search{position: absolute;top: 12px;right: 60px;margin-left: 0;}
  .searchin input{width: auto;flex: 1;height: 45px;line-height: 45px;}
  .searchin button{width: 15%;height: 45px;line-height: 45px;}
  .searchin i{font-size: 22px;}
  .tagkeywords{padding: 15px 10px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .tagtwo{padding-top: 40px;}
  .tagthree{padding: 40px 0;}
  .search_result{padding: 40px 0;}
  .search_result_box button{width: 20%;}
  .result_attention{flex-wrap: wrap;margin-top: 40px;}
  .search_result_list{margin-top: 0;}
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 26px;}
  .productnametitle a{display: block;text-align: center;}
  .header{display: none;}
  .headernav_list{display: none;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .bannercontent{position: relative;overflow: hidden;width: 100%;height: 280px;}
  .bannercontent img{width: 100%;height: 100%;vertical-align: middle;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .newshow{padding: 40px 0;}
  .newshow_fanye{flex-wrap: wrap;}
  .newsfanye{margin: 5px auto;width: 100%;}
   #exzoom{width: 100%;}
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
  .product_row_txt,.newsboxtxt{padding: 15px ;}
  .product_row_more,.newsboxtxt_bottom{padding-top: 15px;margin-top: 15px;}
}
/* 平板 768到992之间的设备 */
@media (min-width: 768px) and (max-width: 992px) {
        .headericon{
        display: none;
    }
        .searchin .search_close{
        line-height: 47px !important;
        height: auto !important;
    }
       .names{
      width: 80%;
    margin: 0 auto;
    display: flex;
    height: 350px;
    /* display: block; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
     .table_wrap{
        overflow: scroll;
    }
  .pagination a{padding:5px;}
  .cardbox{display: flex;justify-content: space-between;}
  .cardimg{position: static;top: auto;right: auto;width: 35%;}
  .cardtxt{width: 60%;}
  .footer_nav2{padding-left: 0;display: none;}
  .headernav{padding: 30px 0;}
  .footer{padding: 50px 0;}
  .footer_hd{display: flex;flex-wrap: wrap;}
  /* .footer_nav{margin: 15px 0;} */
  .footer_main {margin-bottom: 40px}
  .footer_copyrights{margin-top: 15px;}
  .cardcon{margin-top: 0;padding: 0;}
  .cardli{margin: 15px 0;}
  .sell,.comment{padding: 40px 0;}
  .comment_main{padding: 30px 15px;}
  .fankui{width: 100%;}
  .comment_main .swiper-slide{padding-bottom: 45px;}
  .blog_li {margin-bottom: 30px;}
  .blog_tagicon ul{flex-wrap: wrap;}
  .blog_tagicon li{margin: 10px 0;width: 48%;overflow: hidden;}
  .blog_tagicon{margin-top: 20px;}
  .blog{padding-bottom: 30px;}
  .sell_title h2{font-size: 26px;margin: 0 15px;}
  .sell_title{margin-bottom: 40px;}
  .sell_box{padding: 30px 15px;}
  .sell_li {margin: 10px 0;}
  .sell_box h3{font-size: 26px;}
  .recommend_li {margin-bottom: 30px;}
  .recommend_card{margin-top: 15px;}
  .recommend_cardleft {margin-bottom: 30px;}
  .bannertxt{width: 90%;margin: 0 auto;left: 50%;transform: translate(-50%,-50%);}
  .bannertxt h2{font-size: 26px;text-align: center;}
  .bannertxt p{text-align: center;font-size: 16px;}
  .bannertxt a{margin: 30px auto 0 auto;}
  .bannerbox{top: 50%;transform: translate(-50%,-50%);}
   /* 内页适配 */
  .search_box{padding: 10px;top: 80px;}
  .search{position: absolute;top: 20px;right: 60px;margin-left: 0;}
  .searchin input{width: auto;flex: 1;height: 45px;line-height: 45px;}
  .searchin button{width: 15%;height: 45px;line-height: 45px;}
  .searchin i{font-size: 22px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .tagtwo{padding-top: 40px;}
  .tagthree{padding: 40px 0;}
  .search_result{padding: 40px 0;}
  .search_result_box button{width: 20%;}
  .result_attention{flex-wrap: wrap;margin-top: 40px;}
  .search_result_list{margin-top: 0;}
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 26px;}
  .productnametitle a{display: block;text-align: center;}
  .header{display: none;}
  .headernav_list{display: none;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .bannercontent{position: relative;overflow: hidden;width: 100%;height: 280px;}
  .bannercontent img{width: 100%;height: 100%;vertical-align: middle;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .newshow{padding: 40px 0;}
  .newshow_fanye{flex-wrap: wrap;}
  .newsfanye{margin: 5px auto;width: 48%;}
   #exzoom{width: 50%;}
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
  .product_row_more,.newsboxtxt_bottom{padding-top: 15px;margin-top: 15px;}
}
/* 993到1200之间的设备 */
@media (min-width: 993px) and (max-width: 1200px) { 
        .headericon{
        display: none;
    }
    .searchin .search_close{
        line-height: 47px !important;
        height: auto !important;
    }
    .table_wrap{
        overflow: scroll;
    }
        .pagination a{padding:5px;}
  .footer_nav2{padding-left: 0;display: none;}
  .headernav{padding: 30px 0;}
  .footer{padding: 50px 0;}
  .footer_hd{display: flex;flex-wrap: wrap;justify-content: space-around;}
  /* .footer_nav{margin: 15px 0;} */
  .footer_copyrights{margin-top: 15px;}
  .cardcon{margin-top: 0;padding: 0;}
  .cardli{margin: 15px 0;}
  .sell,.comment{padding: 40px 0;}
  .comment_main{padding: 30px 15px;}
  .fankui{width: 100%;}
  .comment_main .swiper-slide{padding-bottom: 45px;}
  .blog_li {margin-bottom: 30px;}
  .blog_tagicon ul{flex-wrap: wrap;}
  .blog_tagicon li{margin: 10px 0;width: 48%;overflow: hidden;}
  .blog_tagicon{margin-top: 20px;}
  .blog{padding-bottom: 30px;}
  .sell_title h2{font-size: 26px;margin: 0 15px;}
  .sell_title{margin-bottom: 40px;}
  .sell_box{padding: 30px 15px;}
  .sell_li {margin: 10px 0;}
  .sell_box h3{font-size: 26px;}
  .recommend_li {margin-bottom: 30px;}
  .recommend_card{margin-top: 15px;}
  .recommend_cardleft {margin-bottom: 30px;}
  .recommend_cardboximg{width: 75%;}
  .recommend_cardboxtxt{width: 100%;}
  .recommend_cardboxdowntxt{width: 100%;position: static;bottom: auto;right: auto;}
  .recommend_cardboxtoptxt h3{margin-bottom: 15px;}
  .recommend_cardbox,.recommend_cardright .recommend_cardbox{padding: 30px 15px;}
  .bannertxt{width: 90%;margin: 0 auto;left: 50%;transform: translate(-50%,-50%);}
  .bannertxt h2{font-size: 26px;text-align: center;}
  .bannertxt p{text-align: center;font-size: 16px;}
  .bannertxt a{margin: 30px auto 0 auto;}
  .bannerbox{top: 50%;transform: translate(-50%,-50%);}
  /* 内页适配 */
  .search_box{padding: 10px 30px;top: 80px;}
  .search{position: absolute;top: 20px;right: 60px;margin-left: 0;}
  .searchin input{width: auto;flex: 1;height: 45px;line-height: 45px;}
  .searchin button{width: 10%;height: 45px;line-height: 45px;}
  .searchin i{font-size: 22px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .tagtwo{padding-top: 40px;}
  .tagthree{padding: 40px 0;}
  .search_result{padding: 40px 0;}
  .search_result_box button{width: 20%;}
  .result_attention{flex-wrap: wrap;margin-top: 40px;}
  .search_result_list{margin-top: 0;}
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 26px;}
  .productnametitle a{display: block;text-align: center;}
  .header{display: none;}
  .headernav_list{display: none;}
  .scrollsidebar{display: none;}
  .feedback{display: none;}
  .bannercontent{position: relative;overflow: hidden;width: 100%;height: 280px;}
  .bannercontent img{width: 100%;height: 100%;vertical-align: middle;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .newshow{padding: 40px 0;}
  .newshow_fanye{flex-wrap: wrap;}
  .newsfanye{margin: 5px auto;width: 48%;}
   #exzoom{width: 50%;}
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
    /*.searchin .search_close{*/
    /*    line-height: 47px !important;*/
    /*    height: auto !important;*/
    /*}*/
}
.table_wrap table{overflow-x: auto;text-align: center;margin: 0 auto;width: 100%;border: 1px solid #000;}
.table_wrap table tr:nth-child(odd) {background-color: #e7f5ff;}
.table_wrap table td {border: 1px solid #ccc;text-align: center;padding: 10px;}
.searchin .search_close{
    border: none;
    outline: none;
    background-color: #fff;
    width: 5%;
    height: 70px;
    line-height: 70px;
    margin-left: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    cursor: pointer;
}


.nav1seacha span{
    /*background-color: #d1bc92;*/
    padding: 10px 60px;
    border-radius: 5px;
    cursor: pointer;
}
.nav1seacha{
    position: relative;
}
.nav1seachs{
    position: absolute;
    top: 40px;
    left: -120px;
    opacity: 0;
    transition: all 0.5s; 
}
/* m11按钮 */
/* #region */
        /* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.nav1seachform a{
    border: none;
    background: none;
    color: #8b8ba7;
    cursor: pointer;
 
  }
  /* styling of whole input container */
  .nav1seachform {
    /* border: 1px solid #000; */
    --timing: 0.3s;
    --width-of-input: 250px;
    --height-of-input: 40px;
    --border-height: 2px;
    --input-bg: #fff;
    --border-color: #EB5E28;
    --border-radius: 30px;
    --after-border-radius: 1px;
    position: relative;
    width: var(--width-of-input);
    height: var(--height-of-input);
    display: flex;
    align-items: center;
    padding-inline: 0.8em;
    border-radius: var(--border-radius);
    transition: border-radius 0.5s ease;
    background: var(--input-bg,#000);
  }
  /* styling of Input */
  .nav1seachinput{
    font-size: 0.9rem;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
    border: none;
  }
  /* styling of animated border */
  .nav1seachform:before {
    content: "";
    position: absolute;
    background: var(--border-color);
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    height: var(--border-height);
    left: 0;
    bottom: 0;
    border-radius: 1px;
    transition: transform var(--timing) ease;
  }
  /* Hover on Input */
  .nav1seachform:focus-within {
    border-radius: var(--after-border-radius);
  }
  
  input:focus {
    outline: none;
  }
  /* here is code of animated border */
  .nav1seachform:focus-within:before {
    transform: scale(1);
  }
  /* styling of close button */
  /* == you can click the close button to remove text == */
  .nav1seachreset{
    border: none;
    background: none;
    opacity: 0;
    visibility: hidden;
  }
  /* close button shown when typing */
  input:not(:placeholder-shown) ~ .nav1seachreset {
    opacity: 1;
    visibility: visible;
  }
  /* sizing svg icons */
  .nav1seachform svg {
    width: 17px;
    margin-top: 3px;
  }


.nav1seach .input-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    position: relative;
}

.nav1seach .input {
    border-style: none;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: transparent;
    box-shadow: 0px 0px 3px #d1bc92;
    padding-right: 40px;
    color: #000000;
}

.nav1seach .input::placeholder,
.nav1seach .input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
}

.nav1seach .input::placeholder {
    color: #999999;
}

.nav1seach .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    background-color: transparent;
    transition: .2s linear;
}

.nav1seach .input-wrapper:hover .icon~.input,
.nav1seach .input:focus {
    box-shadow: none;
    width: 400px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #d1bc92;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}


