.img {
  overflow: hidden;
  position: relative;
}
.img img {
  display: block;
}
.img:before {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 100;
}
.img:hover {
  background: #000;
}
.img:hover img {
  opacity: 0.7;
  transform: scale(1.1) rotate(3deg);
  -o-transform: scale(1.1) rotate(3deg);
  -webkit-transform: scale(1.1) rotate(3deg);
  -moz-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
}
.img:hover:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/**, *:before, *:after {*/
/*transition: all 0.5s;*/
/*-webkit-transition: all 0.5s;*/
/*-moz-transition: all 0.5s;*/
/*-ms-transition: all 0.5s;*/
/*-o-transition: all 0.5s;*/
/*}*/
.navbar-brand {
  background-color: #cba76b;
}
.navbar-nav {
  margin-left: 10px;
}
.navbar-white .navbar-nav > li > a:hover,
.navbar-white .navbar-nav > li > a:focus {
  color: #cba76b;
}
.navbar-white .navbar-nav > .active > a,
.navbar-white .navbar-nav > .active > a:hover,
.navbar-white .navbar-nav > .active > a :focus {
  background-color: inherit;
  color: #cba76b;
  border-bottom: 2px solid #cba76b;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: #cba76b;
}
@media (max-width: 767px) {
  .skin-white {
    padding-top: 45px;
  }
  .index-focus {
    margin-bottom: 0;
  }
  .carousel-focus .item .carousel-img {
    background-size: contain;
    height: 120px;
    background-repeat: no-repeat;
  }
}
.embed-responsive-4by3 {
  padding-bottom: 100%;
}
.main-content {
  background-color: #fff;
}
.related-article h5 {
  text-align: center;
}
/*aboutus*/
.index-aboutus {
  width: 100%;
  background: url(http://pics.guizhangwujin.com/uploads/20250606/FoUXr3GdBRaLDnXh3PBwL4NysGXi.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.index-aboutus .box {
  padding: 0 50px;
}
.index-aboutus .box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-color: #ffffffef;
  padding: 0;
}
.index-aboutus .box-container .img_box {
  overflow: hidden;
}
.index-aboutus .box-container .text_box {
  line-height: 36px;
}
.index-aboutus .box-container .box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-aboutus .box-container .box .box-title {
  width: 100%;
  text-align: left;
  padding: 20px 0;
}
.index-aboutus .box-container .box .box-content {
  text-indent: 37px;
  font-size: 18px;
}
.index-aboutus .box-container .box .more {
  margin-top: 30px;
  width: 100%;
}
.index-aboutus .box-container .box .more a {
  display: block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  background: #cba76b;
}
.index-aboutus .box-container .box .more a:hover {
  background: #cba76b;
}
.index-aboutus .box-container .box .more a span {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
@media (max-width: 767px) {
  .index-aboutus .box-container {
    flex-flow: column-reverse;
  }
  .index-aboutus .box-container .box {
    width: 100%;
    padding: 0;
  }
  .index-aboutus .box-container .img_box img {
    width: 100%;
  }
  .index-aboutus .box-container .text_box {
    padding: 0 20px 20px;
  }
}
.index-news .panel-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.index-news .panel-body a {
  text-decoration: none;
}
.index-news .panel-body .news_left {
  width: 47%;
}
.index-news .panel-body .news_left .box {
  padding: 20px 50px 50px 50px;
  background: #f5f5f5;
}
.index-news .panel-body .news_left .box h4 {
  font-size: 30px;
  font-weight: normal;
  color: #aaa;
  margin-bottom: 20px;
}
.index-news .panel-body .news_left .box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.index-news .panel-body .news_left .box .text {
  line-height: 30px;
  color: #666;
  margin: 10px 0;
}
.index-news .panel-body .news_left .box .img {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.index-news .panel-body .news_left .box .img img {
  display: block;
  width: 100%;
}
.index-news .panel-body .news_left .box .btn {
  width: 160px;
}
.index-news .panel-body .news_left .box .btn a {
  display: block;
  line-height: 38px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #cba76b;
}
.index-news .panel-body .news_left .box .btn a span {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.index-news .panel-body .news_right {
  width: 50%;
}
.index-news .panel-body .news_right .news_list ul {
  list-style: none;
  padding-inline-start: 0;
}
.index-news .panel-body .news_right .news_list a {
  display: block;
  padding: 30px 20px;
}
.index-news .panel-body .news_right .news_list li {
  border-bottom: 1px solid #ddd;
}
.index-news .panel-body .news_right .news_list li a:hover {
  background: #cba76b;
}
.index-news .panel-body .news_right .news_list li a:hover * {
  color: #fff;
}
.index-news .panel-body .news_right .news_list li a:hover label {
  background: #fff;
}
.index-news .panel-body .news_right .news_list li a:hover .date {
  color: #fff;
}
.index-news .panel-body .news_right .news_list li:first-child {
  border-top: 1px solid #ddd;
}
.index-news .panel-body .news_right .news_list li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.index-news .panel-body .news_right .news_list li h3 a {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .panel-body .news_right .news_list .title_text {
  position: relative;
  padding-right: 24%;
}
.index-news .panel-body .news_right .news_list .title_text label {
  display: block;
  margin: 11px 0 10px 0;
  width: 40px;
  height: 4px;
  background: #faad39;
}
.index-news .panel-body .news_right .news_list .title_text .date {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #999;
}
.index-news .panel-body .news_right .news_list .title_text .date span {
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
}
.index-news .panel-body .news_right .news_list .desc_text {
  padding-right: 30%;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.index-news .panel-body .news_right .news_list .desc_text p {
  color: #999;
}
@media (max-width: 767px) {
  .index-news .container {
    margin: 0 -30px;
  }
  .index-news .panel-body {
    flex-flow: column;
  }
  .index-news .panel-body .news_left {
    width: 100%;
  }
  .index-news .panel-body .news_left .box {
    padding: 10px 20px 15px 20px;
  }
  .index-news .panel-body .news_left .box .img {
    margin-bottom: 10px;
  }
  .index-news .panel-body .news_right {
    width: 100%;
  }
  .index-news .panel-body .news_right .news_list a {
    padding: 15px 10px;
  }
  .index-news .panel-body .news_right .news_list .title_text {
    padding-right: 28%;
  }
}
#floatbtn .floatbtn-item.hover:hover,
#floatbtn a.hover:hover,
#floatbtn .floatbtn-item:hover,
#floatbtn a:hover {
  color: #fff;
  background-color: #cba76b;
}
#content-container > h1 {
  margin-top: 10px;
}
.category-tags li {
  display: inline-block;
  line-height: 17px;
  height: 17px;
  margin-bottom: 15px;
}
.category-tags li:first-child {
  border-left: 0;
}
.category-tags li.on a,
.category-tags li.on a:hover {
  background: #cba76b;
  color: #fff;
}
.category-tags li a {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: 26px;
  padding: 0 10px;
  margin-top: -4px;
  text-decoration: none;
}
.product_info {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .product_info {
    flex-direction: column;
  }
}
