
.feedback-show .form {
  color: #999999; }
  .feedback-show .form::placeholder {
    color: #a7a6a6; }
  .feedback-show .form input, .feedback-show .form textarea, .feedback-show .form select {
    border-radius: 0;
    color: #a7a6a6;
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none; }
  .feedback-show .form button {
    border: none;
    border-radius: 0;
    color: white;
    background: #353434; }
    .feedback-show .form button:hover {
      background: #c9a965; }


.imgs-index .imgs-item {
  position: relative;
  overflow: hidden; }
  .imgs-index .imgs-item .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    text-align: center;
    transition: 1s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .imgs-index .imgs-item img {
    transition: 3s;
    transform: rotate(0deg) scale(1); }
  .imgs-index .imgs-item:hover img {
    transition: 3s;
    transform: rotate(10deg) scale(1.12); }
  .imgs-index .imgs-item:hover .bg {
    background-image: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    transition: 1s; }

.imgs-list .btn-more {
  padding: 0;
  border: 1px solid gray;
  border-radius: 0;
  height: 40px;
  overflow: hidden;
  font-size: 16px; }
  .imgs-list .btn-more p {
    padding: 0 40px;
    line-height: 40px;
    transition: 0.5s; }
  .imgs-list .btn-more:hover {
    border: 1px solid #c9a965;
    transition: 0.5s; }
    .imgs-list .btn-more:hover p {
      transform: translateY(-40px); }
    .imgs-list .btn-more:hover .bg-color {
      background: #c9a965;
      color: white; }

.imgs-show .lm h6 a {
  text-decoration: none;
  color: #333; }
  .imgs-show .lm h6 a:hover {
    color: #c9a965;
    font-weight: bold; }

.banner-index .swiper-banner .swiper-pagination-bullet {
  background: white !important; }

.banner-index .swiper-banner .hide {
  opacity: 0; }

.banner-index .swiper-banner .swiper-button-prev:after,
.banner-index .swiper-banner .swiper-button-next:after {
  content: "" !important; }



@charset "UTF-8";
.layout-header {
  /*左侧logo*/
  /*右侧*/
  /*白色背景的头部*/
  /*设置默认字体*/
  /*重置列表*/
  /*重置图片元素*/
  /*@purpose To enable resizing for IE */
  /*@branch For IE6-Win, IE7-Win */
  /*
  form label {
      cursor: pointer;
  }
  */
  /*重置表格*/
  /*--清除浮动
  -------------------------------------------*/
  /*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
  --------------------------------------------------------------------------*/
  /* 字号 */
  /* 隐藏 居中 */
  /*文字隐藏,省略号*/ }
  .layout-header .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 30px;
    background: transparent;
    transition: 1s; }
    .layout-header .top1 {
      display: none; }
  @media (max-width: 991.98px) {
    .layout-header .top0 {
      display: none; }
      .layout-header .top1 {
        display: block; } }
  .layout-header .header .left {
    width: 12%; }
  .layout-header .header .left a img {
    height: 40px;
    margin-top: 6px; }
  .layout-header .header .left .img2 {
    display: none; }
  .layout-header .header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block; }
  .layout-header .header .navbar_nav li {
    float: left;
    position: relative;
    display: block; }
  .layout-header .active::after {
    content: "";
    width: 100% !important;
    height: 2px;
    background: #c9a965;
    position: absolute;
    bottom: 0;
    left: 0; }
  .layout-header .active a {
    color: #c9a965 !important; }
  .layout-header .header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #c9a965;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s; }
  .layout-header .header .navbar_nav li:hover:after {
    width: 100%; }
  .layout-header .header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 25px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 16px; }
  .layout-header .header .navbar_nav li:hover a {
    color: #c9a965; }
  .layout-header .header .navbar_nav li.dropdown {
    display: inherit;
    position: relative; }
  .layout-header .header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block; }
  .layout-header .header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 120%;
    left: -10%; }
  .layout-header .header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-bottom: 2px; }
  .layout-header .header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .layout-header .header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666; }
  .layout-header .header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #fff;
    background: #c9a965; }
  .layout-header .header.on {
    background: #fff;
    border-bottom: 1px solid #ccc; }
    .layout-header .header.on .top0 {
      display: none; }
  .layout-header .header.on .left .img1 {
    display: none; }
  .layout-header .header.on .left .img2 {
    display: block; }
  .layout-header .header.on .navbar_nav li a {
    color: #333; }
  .layout-header .header.on .navbar_nav li:hover a {
    color: #c9a965; }
  .layout-header #navToggle {
    display: none; }
  .layout-header .m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    top: 0;
    transform: translateX(100%); }
  .layout-header .m_nav.open {
    transform: translateX(0); }
  .layout-header .m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box; }
  .layout-header .m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer; }
  .layout-header .m_nav .ul {
    margin-top: 30px; }
  .layout-header .m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    opacity: 0; }
  .layout-header .m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .layout-header .m_nav .ul li:nth-child(1) {
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li:nth-child(2) {
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li:nth-child(3) {
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li:nth-child(4) {
    -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
    transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms; }
  .layout-header .m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%; }
  .layout-header .m_nav .ul li .dropdown_menu {
    display: none; }
  .layout-header .m_nav .ul li.dropdown.active .dropdown_menu {
    display: block; }
  .layout-header .m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5; }
  .layout-header .m_nav .ul li .dropdown_menu a:last-child {
    border: none; }
  .layout-header .banner {
    width: 100%; }
  .layout-header .banner img {
    width: 100%; }
  @media screen and (max-width: 992px) {
    .layout-header .header {
      padding: 0 10px; }
    .layout-header .header #navToggle {
      height: 100%;
      padding: 9px 15px;
      margin-right: -15px;
      display: inline-block;
      float: right; }
    .layout-header .header #navToggle span {
      position: relative;
      width: 25px;
      height: 1px;
      margin-top: 19px; }
    .layout-header .header #navToggle span:before,
    .layout-header .header #navToggle span:after {
      content: "";
      position: relative;
      width: 100%;
      height: 1px;
      left: 0; }
    .layout-header .header #navToggle span,
    .layout-header .header #navToggle span:before,
    .layout-header .header #navToggle span:after {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: block;
      background: #4f4f4f; }
    .layout-header .header #navToggle span:before {
      top: 8px; }
    .layout-header .header #navToggle span:after {
      bottom: 10px; }
    .layout-header .header #navToggle.open span:before {
      top: 10px;
      -webkit-transform: translateY(-11px) rotate(-45deg);
      -moz-transform: translateY(-11px) rotate(-45deg);
      -ms-transform: translateY(-11px) rotate(-45deg);
      -o-transform: translateY(-11px) rotate(-45deg);
      transform: translateY(-11px) rotate(-45deg); }
    .layout-header .header #navToggle.open span:after {
      bottom: 12px;
      -webkit-transform: translateY(10px) rotate(45deg);
      -moz-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      -o-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .layout-header .header #navToggle.open span {
      background: none; }
    .layout-header .header #navToggle.open span:before,
    .layout-header .header #navToggle.open span:after {
      background: #4f4f4f; }
    .layout-header .header .nav {
      display: none; }
    .layout-header .banner img {
      height: 600px;
      object-fit: cover; } }
  .layout-header :focus {
    outline: 0; }
  .layout-header ul,
  .layout-header ol {
    list-style: none; }
  .layout-header fieldset,
  .layout-header img {
    border: 0 none;
    vertical-align: top; }
  .layout-header address,
  .layout-header caption,
  .layout-header cite,
  .layout-header code,
  .layout-header dfn,
  .layout-header em,
  .layout-header i,
  .layout-header th,
  .layout-header var,
  .layout-header optgroup {
    font-style: normal;
    font-weight: normal; }
  .layout-header abbr,
  .layout-header acronym {
    border: 0;
    font-variant: normal; }
  .layout-header input,
  .layout-header button,
  .layout-header textarea,
  .layout-header select,
  .layout-header optgroup,
  .layout-header option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; }
  .layout-header code,
  .layout-header kbd,
  .layout-header samp,
  .layout-header tt {
    font-size: 100%; }
  .layout-header input,
  .layout-header button,
  .layout-header textarea,
  .layout-header select {
    *font-size: 100%;
    outline: none; }
  .layout-header textarea {
    resize: none; }
  .layout-header table {
    border-collapse: collapse;
    border-spacing: 0; }
  .layout-header blockquote,
  .layout-header q {
    quotes: none; }
  .layout-header blockquote:before,
  .layout-header blockquote:after,
  .layout-header q:before,
  .layout-header q:after {
    content: "";
    content: none; }
  .layout-header .fl {
    float: left; }
  .layout-header .fr {
    float: right; }
  .layout-header a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
  .layout-header a:hover {
    text-decoration: none; }
  .layout-header a.special,
  .layout-header .special a {
    color: #1eb37b; }
  .layout-header a.special:hover,
  .layout-header .special a:hover {
    color: #1eb37b;
    text-decoration: none; }
  .layout-header .cf:before,
  .layout-header .cf:after,
  .layout-header .clearfix:before,
  .layout-header .clearfix:after {
    content: "";
    display: table; }
  .layout-header .cf:after,
  .layout-header .clearfix:after {
    clear: both; }
  .layout-header .cf,
  .layout-header .clearfix {
    clear: both;
    *zoom: 1; }
  .layout-header .c-333 {
    color: #333; }
  .layout-header .c-666 {
    color: #666; }
  .layout-header .c-999 {
    color: #999; }
  .layout-header .c-green {
    color: #1fb079; }
  .layout-header .c-orange {
    color: #fc714c; }
  .layout-header .c-reg {
    color: #d90106; }
  .layout-header .f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none; }
  .layout-header .f12,
  .layout-header .fb12 {
    font-size: 12px; }
  .layout-header .simsun {
    font-family: SimSun; }
  .layout-header .f14,
  .layout-header .fb14 {
    font-size: 14px; }
  .layout-header .f16,
  .layout-header .fb16 {
    font-size: 16px; }
  .layout-header .f18,
  .layout-header .fb18 {
    font-size: 18px; }
  .layout-header .f20,
  .layout-header .fb20 {
    font-size: 20px; }
  .layout-header .fb,
  .layout-header .fb12,
  .layout-header .fb14,
  .layout-header .fb16,
  .layout-header .fb18,
  .layout-header .fb20 {
    font-weight: 700; }
  .layout-header .tc {
    text-align: center; }
  .layout-header .tr {
    text-align: right; }
  .layout-header .show {
    display: block; }
  .layout-header .hide {
    display: none !important; }
  .layout-header .ti,
  .layout-header .te {
    white-space: nowrap;
    overflow: hidden; }
  .layout-header .ti {
    text-indent: -999em; }
  .layout-header .te {
    text-overflow: ellipsis; }

.layout-link .btn-buy {
  border: 1px solid #c9a965;
  border-radius: 0; }
  .layout-link .btn-buy .fa {
    color: #c9a965; }
  .layout-link .btn-buy:hover {
    background: #c9a965;
    color: white; }
    .layout-link .btn-buy:hover .fa {
      color: white; }

.layout-link .link {
  margin: 10px 0; }
  .layout-link .link ul {
    text-align: center;
    margin-bottom: 0; }
    .layout-link .link ul h6 {
      font-weight: bolder;
      margin-bottom: 0; }
    .layout-link .link ul li {
      line-height: 30px; }
      .layout-link .link ul li a {
        text-decoration: none;
        color: #999; }
        .layout-link .link ul li a:hover {
          color: #c9a965; }

@media (max-width: 991.98px) {
  .layout-sub_nav .sub_nav span {
    visibility: hidden; }
  .layout-sub_nav .sub_nav a {
    visibility: hidden; }
  .layout-sub_nav .sub_nav .breadcrumb-item::before {
    visibility: hidden; } }

.message-show .form input,
.message-show .form select,
.message-show .form textarea {
  border-radius: 0;
  background: transparent;
  color: #a7a6a6;
  border-bottom: 1px solid #999999;
  border-top: none;
  border-left: none;
  border-right: none; }

.message-show .form button {
  border: none;
  border-radius: 0;
  color: white;
  background: #c9a965; }
  .message-show .form button:hover {
    background: #353434; }

.news-index .swiper-pagination-bullet {
  background: #c9a965 !important; }

.news-index .swiper-container-horizontal > .swiper-pagination-bullets,
.news-index .swiper-pagination-custom,
.news-index .swiper-pagination-fraction {
  bottom: 30px !important; }

.news-index .components-index-content-page-1 ul li {
  width: 100%; }

.news-index .components-index-content-page-1 ul li div {
  opacity: 1; }

@media screen and (min-width: 767px) {
  .news-index .components-index-content-page-1 ul li {
    width: 22%;
    transition: 0.5s; }
  .news-index .components-index-content-page-1 ul li div {
    opacity: 0;
    transition: 0.5s; }
  .news-index .components-index-content-page-1 ul .active {
    width: 34% !important;
    transition: 0.5s; }
  .news-index .components-index-content-page-1 ul .active div {
    opacity: 1;
    transition: 0.5s; } }

.news-list .new-item {
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.356); }
  .news-list .new-item a {
    text-decoration: none;
    color: #333; }
  .news-list .new-item img {
    transition: 0.8s;
    transform: scale(1); }
  .news-list .new-item .btn {
    border-color: gray;
    border-radius: 0;
    position: relative;
    color: #333;
    overflow: hidden; }
    .news-list .new-item .btn .bg-1 {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      background: #c9a965;
      transition: 0.8s;
      z-index: -2; }
  .news-list .new-item:hover a {
    color: #c9a965; }
  .news-list .new-item:hover img {
    transition: 0.8s;
    transform: scale(1.3); }
  .news-list .new-item:hover .btn {
    color: white; }
    .news-list .new-item:hover .btn .bg-1 {
      width: 100%;
      transition: 0.8s; }
  .news-list .new-item:hover .bg-opcty {
    height: 100%;
    transition: 0.8s; }
  .news-list .new-item:hover .time {
    background: #c9a965;
    transition: 0.8s; }
  .news-list .new-item .bg-opcty {
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    transition: 0.8s;
    background: #efefef75;
    z-index: -3; }
  .news-list .new-item .time {
    color: white;
    position: absolute;
    right: 0;
    top: 10%;
    background: #606060;
    padding: 10px;
    text-align: center;
    transition: 0.8s; }
    .news-list .new-item .time h1 {
      border-bottom: 1px solid white; }

.news-show .lm h6 a {
  text-decoration: none;
  color: #333; }
  .news-show .lm h6 a:hover {
    color: #c9a965;
    font-weight: bold; }


.product-index ul {
  font-size: 0; }
  .product-index ul li {
    width: 50%;
    display: inline-block;
    padding: 3px;
    font-size: .875rem; }
    @media (min-width: 767px) {
      .product-index ul li {
        width: 25%;
        padding: 10px; } }
    .product-index ul li a {
      text-decoration: none; }
      .product-index ul li a:hover b {
        color: #c9a965; }
      .product-index ul li a div {
        padding: .5rem;
        color: #b0b0b0; }
        .product-index ul li a div h4 {
          font-size: 1.125rem;
          margin-bottom: .5rem; }
          .product-index ul li a div h4 b {
            white-space:nowrap;
            color: #4c4c4c; }
          .product-index ul li a div h4 span {
            color: #f3747a; }
        .product-index ul li a div p {
          color: #b0b0b0;
          height: 42px;
          margin-bottom: 0; }

.product-list .list-unstyled .box {
  box-shadow: #bebebe 0px 0px 10px; }
  .product-list .list-unstyled .box img {
    padding: 18px 0; }
    .product-list .list-unstyled .box .text {
      padding: 3px 5px 5px; }
      @media (min-width: 767px) {
        .product-list .list-unstyled .box .text {
          padding: 3px 15px 20px; } }
  .product-list .list-unstyled .box h6 {
    color: #f3747a;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 5px 0; }
  .product-list .list-unstyled .box p {
    font-size: .875rem;
    color: #666;
    text-align: left;
    height: 42px;
    margin-bottom: 0; }
    @media (min-width: 767px) {
      .product-list .list-unstyled .box .d-md-webkit {
        display: -webkit-box !important; } }
.product-show .swiper-product .swiper-button-prev:after,
.product-show .swiper-product .swiper-button-next:after {
  content: "" !important; }

.product-show .slideInRight .title {
  margin-bottom: 1.5rem;
  color: #c9a965;
  font-weight: bold;
  font-size: 1.75rem; }

.product-show .slideInRight .money {
  margin-bottom: 1.5rem;
  color: #f3747a;
  font-weight: bold;
  font-size: 1.25rem; }

.product-show .slideInRight .text {
  color: #666;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-size: 1rem; }

.product-show .slideInRight .button {
  font-size: 1rem;
  padding: .5rem 1.25rem;
  border-radius: .25rem;
  font-weight: bold;
  margin: 2.5rem 0;
  border: 0;
  background: #ff7c4c;
  color: white;
  display: inline-block;
  text-decoration: none; }

@charset "UTF-8";
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.ellipsis-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.ellipsis-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.ellipsis-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical; }

.ellipsis-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical; }

.ellipsis-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical; }

.ellipsis-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical; }

/* 新闻里的进度条 */
.news-item .progress {
  height: 1px; }
  .news-item .progress .progress-bar {
    width: 25%;
    background: #000;
    transition: 1s; }

.news-item:hover .progress-bar {
  width: 100%;
  background: #c9a965;
  transition: 1s; }

/* 面包屑里a标签hover变色（适用于底部链接与位置所在） */
.breadcrumb {
  background: transparent;
  margin-bottom: 0; }
  .breadcrumb a {
    text-decoration: none;
    color: #333; }
    .breadcrumb a:hover {
      color: #c9a965; }

/* 按钮样式 */
.btn-hover-style {
  text-decoration: none;
  background: #c9a965;
  color: white;
  padding: 8px 15px; }
  .btn-hover-style:hover {
    text-decoration: none;
    color: #c9a965;
    background: transparent;
    border: 1px solid #c9a965; }

/* 鼠标移动a标签变色 */
.font-hover-color {
  color: #333;
  text-decoration: none; }
  .font-hover-color:hover {
    color: #c9a965;
    text-decoration: none; }

/* 透明背景颜色 */
.img-hover {
  position: relative; }
  .img-hover .bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
  .img-hover:hover .bg-opacity {
    transition: 0.3s;
    opacity: 1;
    background: rgba(201, 169, 101, 0.8); }

/* 鼠标移动图片变大 */
.img-hover-bigger {
  transition: 0.3s;
  transform: scale(1); }
  .img-hover-bigger:hover {
    transition: 0.3s;
    transform: scale(1.2); }

/* 鼠标移动图片转动 */
.img-hover-rotate {
  transition: 5s;
  transform: rotate(0deg); }
  .img-hover-rotate:hover {
    transition: 5s;
    transform: rotate(360deg); }

/* 鼠标移动文字右移 */
.font-hover-x {
  display: inline-block;
  transition: 0.3s;
  transform: translateX(0); }
  .font-hover-x:hover {
    transition: 0.3s;
    transform: translateX(15px); }

/* 鼠标移动文字上移 */
.font-hover-y {
  display: inline-block;
  transition: 0.3s;
  transform: translateY(0); }
  .font-hover-y:hover {
    transition: 0.3s;
    transform: translateY(-15px); }

/* banner图上的字 */
.top-zi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/*置顶*/
.bt-totop {
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  position: fixed;
  right: 5%;
  bottom: 8%;
  z-index: 999;
  background: #c9a965; }
  .bt-totop i {
    font-size: 2rem;
    color: white;
    padding: 3px 10px 6px; }

/*手机底部*/
.bt-menu-list {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  z-index: 999;
  background: #c9a965; }
  @media (min-width: 767px) {
    .bt-menu-list {
      display: none; } }
  .bt-menu-list ul {
    display: flex;
    text-align: center;
    margin-bottom: 0;
    list-style: none; }
    .bt-menu-list ul li {
      font-weight: 200;
      flex: 1; }
      .bt-menu-list ul li a {
        color: white;
        padding: 5px;
        display: inline-block;
        text-decoration: none; }
        .bt-menu-list ul li a i {
          display: block;
          font-size: 1rem; }
        .bt-menu-list ul li a span {
          font-size: 0.875rem; }

/* swiper缩略图 */
.thumbs .swiper-button-prev:after {
  content: "" !important; }

.thumbs .swiper-button-next:after {
  content: "" !important; }

.thumbs .swiper-slide {
  opacity: 0.4; }

.thumbs .swiper-slide-thumb-active {
  opacity: 1; }
  .thumbs .swiper-slide-thumb-active img {
    border: 2px solid #c9a965; }

/* 按钮选中样式 */
.btn-checked {
  background: #c9a965;
  color: white; }

/* 上一页下一页省略号 */
.text-slh {
  max-width: 45%; }

/* 分页 */
.pagination .page-item {
  border-radius: 0 !important; }
  .pagination .page-item .bg-color {
    background: #c9a965;
    color: white; }
  .pagination .page-item:hover a {
    background: #c9a965;
    color: white;
    border-radius: 0;
    border: 1px solid #a8a7a7; }

.pagination a {
  border: 1px solid #a8a7a7;
  background: transparent;
  color: #a8a7a7;
  border-radius: 0 !important; }

/* 上一篇下一篇样式 */
.updown a {
  font-size: 14px;
  color: gray; }
  .updown a:hover {
    color: #47cdff; }

/* 水平垂直居中 */
.center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

/* swiper中间放大 */
/* 图片大小 */
@media (min-width: 576px) {
  .img-size {
    width: 75%; } }

@media (max-width: 767.98px) {
  .img-size {
    width: 100%; } }
