.footer {}

.font-link {
  color: white !important;
  font-size: 12px;
  font-weight: normal;
}

.weixin {
  width: 150px;
}
.swiper-lazy {
  width: 100%;
  /* height: 600px; */
}

.carousel-image-container {
  /* width: 1200px; */
  text-align: center;
}

.carousel-inner .card {
  /* width: 25rem; */
}

.slide-item {
  padding: 0px 20px;
  width: 33%;
}

.flex-direction-nav a {
  height: 60px;
  opacity: 1 !important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -20px;
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: -20px;
}

.slice .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
}

.flex-direction-nav a:before,
.flex-direction-nav a:after {
  /* color: white;
  background-color: #E5E5E5;
  opacity: 0.7; */
  /* border-radius: 50%; */
  /* padding: 10px; */
  /* font-size: 18px; */
}

.panel-title {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.panel-title::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 28px;
  background-color: #2864CF;
  border-radius: 20px;
  top: -5px;
  left: 0;
  position: absolute;
}

.products-odd {
  padding: 20px;
  background-color: #F2F9FF;
}

.products-even {
  padding: 20px;
  background-color: #FFF5E4;
}

.product-image {
  /* width: 100%; */
  height: 200px;
  /* width: 200px; */
}

.product-card {
  padding: 10px;
  height: 350px;
}

.product-card .h1 {
  text-align: left;
  font-size: 20px;
  color: #333;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .h6 {
  text-align: left;

  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-odd .product-card .h6 {
  color: #37A3FF;
}

.products-even .product-card .h6 {
  color: #F6913F;
}

.price-symbol {
  font-size: 14px;
}

.product-card .card-body {
  border-top: 1px solid #e0e0e0;
  padding: 0px;
}

.product-card .product-desc {
  text-align: left;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .product-desc li {}

.panel-title .more {
  font-size: 12px;
  float: right;

}

.company-resources {
  background-image: url(/store/images/resource_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* padding-bottom: 50px; */
  padding-bottom: 100px;
}

.r-flexslider {
  position: relative;
}

.resource-card {
  background-color: transparent;
}

.resources {
  border: none;
  background-color: transparent;
  padding-top: 20px;

}

.slice {
  margin-bottom: 0px;
  padding-bottom: 0px;
}




.r-flexslider .flex-direction-nav a:before,
.r-flexslider .flex-direction-nav a:after {
  color: white;
  background-color: rgba(191, 218, 255, 0.5);
  opacity: 1;
  border-radius: 50%;
  padding: 10px;
  font-size: 18px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.index_news_box .news_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px
}

.index_news_box .news_left {
  margin-right: 30px;
  width: calc((100% - 60px)/3)
}

.index_news_box .news_left .img_btn {
  display: block;
  width: 100%;
  height: 320px
}

.index_news_box .news_left .img_btn img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.index_news_box .news_left .info_box {
  background: #fff;
  height: 230px;
  padding: 24px 22px 0 22px
}

.index_news_box .news_left .info_box .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px
}

.index_news_box .news_left .info_box .header_box .category {
  font-size: 16px;
  color: var(--fontColor)
}

.index_news_box .news_left .info_box .header_box .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999
}

.index_news_box .news_left .info_box .header_box .time i {
  margin-right: 5px
}

.index_news_box .news_left .info_box .name_btn {
  margin-top: 10px;
  display: block;
  line-height: 38px;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.index_news_box .news_left .info_box .brief_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin-top: 12px
}

.index_news_box .news_left .swiper-pagination {
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-right: 38px;
  line-height: 26px;
  bottom: 16px
}

.index_news_box .news_left .swiper-pagination .swiper-pagination-current {
  font-size: 18px;
  color: var(--fontColor)
}

.index_news_box .news_left .swiper-button-next:after, .index_news_box .news_left .swiper-button-prev:after {
  font-size: 20px;
  color: #999
}

.index_news_box .news_left .swiper-button-next {
  left: auto;
  transform: none;
  top: auto;
  bottom: 7px;
  z-index: 20
}

.index_news_box .news_left .swiper-button-prev {
  left: auto;
  transform: none;
  top: auto;
  bottom: 7px;
  right: 65px;
  z-index: 20
}

.index_news_box .news_left .swiper-button-next:hover:after, .index_news_box .news_left .swiper-button-prev:hover:after {
  color: Var(--fontColor)
}

.index_news_box .news_left .swiper-slide:hover .name_btn {
  color: Var(--fontColor);
  text-decoration: underline
}

.index_news_box ul, .index_news_box li {
  list-style: none;
}

.index_news_box a {
  transition: all .2s linear 0s;
}

.index_news_box .news_middle {
  margin-right: 30px;
  width: calc((100% - 60px)/3);
  height: 550px;
  padding: 55px 30px 0 30px;
  background: url(/store/images/news.jpg) no-repeat center;
  background-size: cover;
  position: relative
}

.index_news_box .news_middle .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px
}

.index_news_box .news_middle .header_box .category {
  font-size: 16px;
  color: #fff
}

.index_news_box .news_middle .header_box .time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff
}

.index_news_box .news_middle .header_box .time i {
  font-size: 12px;
  margin-right: 5px
}

.index_news_box .news_middle .name_btn {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 32px;
  margin-top: 30px
}

.index_news_box .news_middle .brief_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  line-height: 28px;
  margin-top: 25px
}

.index_news_box .news_middle .more_btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  bottom: 80px;
  left: 30px;
  color: Var(--fontColor)
}

.index_news_box .news_middle .more_btn i {
  font-size: 26px
}

.index_news_box .news_middle:hover .name_btn {
  text-decoration: underline
}

.index_news_box .news_middle .more_btn:hover {
  left: 40px
}

.index_news_box .news_middle .more_btn:active {
  bottom: 75px
}

.index_news_box ul {
  width: calc((100% - 60px)/3)
}

.index_news_box ul li {
  display: flex;
  align-items: center;
  border-top: 1px solid #d3d4d5;
  padding: 30px 0
}

.index_news_box ul li:first-child {
  border-top: 0;
  padding-top: 0
}

.index_news_box ul li:last-child {
  padding-bottom: 0
}

.index_news_box ul li .img_btn {
  width: 235px;
  height: 140px;
  margin-right: 25px
}

.index_news_box ul li .img_btn img {
  width: 235px;
  height: 140px;
  object-fit: cover
}

.index_news_box ul li .right_info {
  width: calc(100% - 260px)
}

.index_news_box ul li .right_info .name_btn {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  height: 42px
}

.index_news_box ul li .right_info .brief_text {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  height: 44px
}

.index_news_box ul li .right_info .more_btn {
  color: var(--fontColor);
  margin-top: 10px;
  line-height: 20px;
  display: block
}

.index_news_box ul li .right_info .more_btn i {
  font-size: 20px;
  font-weight: bold
}

.index_news_box ul li:hover .right_info .name_btn {
  color: Var(--fontColor);
  text-decoration: underline
}

.index_news_box ul li:hover .right_info .more_btn {
  margin-left: 10px;
  color: Var(--fontHoverColor)
}

.HomePro .flipster .imgbox {
  padding-top: 69%;
  border-radius: 22px 22px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  zoom: 1
}

.HomePro .flipster .imgbox span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .6s, transform .6s
}

.HomePro .flipster i {
  padding: 20px 0 5px;
  font-size: 40px;
  color: var(--fontColor)
}

.HomePro .flipster img {
  padding: 20px 0 5px;
  width: 40px;
  transition: all .2s linear 0s
}

.HomePro .flipster .ti {
  line-height: 32px;
  font-size: 20px;
  color: #333
}

.HomePro .flipster .ti span {
  display: block;
  line-height: 20px;
  color: #b5b5b5;
  font-size: 14px
}

.HomePro .flipto-prev, .HomePro .flipto-next {
  font-family: "宋体";
  background: #fff;
  border-radius: 50%;
  display: block;
  bottom: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  color: var(--fontColor);
  font-size: 20px;
  font-weight: bold
}

.HomePro .flipster ul {
  height: 420px !important;
  width: 400px !important;
}

.HomePro .flipster li {
  width: 400px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
  padding-bottom: 20px;
  transition: all .2s linear 0s;
}

.HomePro .flipto-next {
  right: 46%
}

.HomePro .flipto-prev {
  left: 46%
}

.HomePro .flipto-prev:hover, .HomePro .flipto-next:hover {
  background: var(--bgHoverColor);
  color: #fff
}

.HomePro .flipster li:hover .imgbox span {
  opacity: 1;
  transform: scale3d(1.1, 1.1, 1)
}

.HomePro .flipster li:hover .ti {
  color: var(--fontColor)
}
.bg-dark-pro {
    background-color: #122135;
    padding: 0px;
    margin-top: 10px;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    flex: 1;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    padding: 0 10px;
}

.nav-item:hover, .nav-item.active {
    background-color: #499f4d;
    color: white;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: normal;
}


.nav-item .dropdown-item:hover, .nav-item .dropdown-item.active {
    background-color: #499f4d;
    color: white;
}

.nav-item .dropdown-menu {
    background-color: #122135;
    color: #3169d6;
    padding: 0px;
}
.header-box {
  margin-top: 20px;
}

.search-box {
  position: relative;
}

.btn-search {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 1000;
}


.order-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}

.order-info .order-phone-icon {
  width: calc(1.5em + 1rem + 2px);
  /* height: 60px; */
  margin-right: 10px;
}

.order-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.order-text h5.order-title {
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.order-text .order-phone {
  font-size: 1rem;
  font-weight: bold;
  color: #E44242;
}

.search-box-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

.flex-control-nav {
  bottom: 50px;
}

.flexslider {
  margin-bottom: 0;
}
/*筛选条件*/
.filter-conditions {
  background-color: #fcfcfc;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #dedede;
  border-bottom-color: #dedede;
}

.filter-conditions ul {
  list-style: none;
}

.filter-conditions ul li {
  list-style: none;
  /* height: 45px; */
}

.filter-conditions ul li .sl-btns {
  display: none;
  text-align: center;
}

.filter-conditions ul li .sl-btns .btn {
  padding: 0 15px !important;
}

.filter-conditions ul li label {
  color: #666666;
  line-height: 45px;
  font-size: 12px;
  display: inline-block;
  height: 45px;
  width: 4%;
  padding-left: 1%;
  vertical-align: top
}

.filter-conditions ul li .sl-body {
  line-height: 45px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #d3d3d3;
  display: inline-block;
  width: 93.7%;
  text-align: left;
}

.filter-conditions ul li .sl-value {
  line-height: 45px;
  display: inline-block;
  width: 95%;
  text-align: left;
}

.filter-conditions ul li:first-child {}

.filter-conditions ul li:last-child {}

.filter-conditions ul li:last-child span {
  border-bottom: none !important;
}

.filter-conditions ul li .sl-value a {
  color: #222222;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  padding-top: 0px;
  cursor: pointer;
  font-weight: normal;
  position: relative;
}

.filter-conditions ul li .sl-value a b {
  position: absolute;
  left: 0;
  top: 6px;
  display: none;
  height: 12px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0;
}

.filter-conditions ul li .sl-value .sl-btns {
  display: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.filter-conditions ul li .sl-value a.on {
  color: #499f4d;
  border-radius: 5px;
}

.filter-conditions ul li .sl-value a.on b {
  background-image: url(/store/images/icon-hook.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95% auto;
}

.filter-conditions ul li .sl-multiple {
  display: none;
  float: right;
  height: 23px;
  line-height: 23px;
  border: 1px solid #DDD;
  position: relative;
  background: #fff;
  color: #333;
  padding-top: 0;
  padding-right: 3px;
  padding-bottom: 0;
  padding-left: 18px;
  margin-top: 13px;
  font-style: normal;
  margin-right: 0;
  text-align: center;
}

.filter-conditions ul li .sl-multiple i {
  position: absolute;
  display: block;
  font-style: normal;
  left: 3px;
  top: 1px;
  width: 13px;
  height: 20px;
  background-image: url(/store/images/icon-add-b-s.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px auto;
}

.filter-conditions .filter-btn {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  border-top: 1px solid #E2E2E2;
  position: relative;
}

.filter-conditions .filter-btn:after {
  content: "";
  height: 45px;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0px;
  background-color: #E2E2E2;
}

.filter-conditions .btn-block {
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  width: 50%;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
}
