﻿.shopcon-nav-ul {
  /* top: 0; */
}

.shopcon-nav-li {
  /* line-height: 34px; */
}

/*banner大图start*/

.shop-banner {
  height: 450px;
  margin-bottom: 50px;
}

.shop-banner .swiper-slide {
  width: 100%;
  height: 450px;
  position: relative;
  background: #fff;
}

.shop-banner .swiper-slide img {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.shop-banner .swiper-button-prev {
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1) url(images/slide-left.png) no-repeat -2px 0;
}

.shop-banner .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3) url(images/slide-left.png) no-repeat -2px 0;
}

.shop-banner .swiper-button-next {
  width: 71px;
  height: 71px;
  margin-top: -35px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1) url(images/slide-right.png) no-repeat 2px 0;
}

.shop-banner .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.3) url(images/slide-right.png) no-repeat 2px 0;
}

/*banner大图end*/

/*公司名片start*/

.com-introduce {
  padding: 20px;
  border: solid 2px #eee;
  margin-bottom: 42px;
}

.shop7-comimg {
  width: 445px;
  height: 334px;
  border: 1px solid #efefef;
}

.shop7-comimg img {
  width: 100%;
  height: 100%;
}

.swiper-com-intr .swiper-slide {
  width: 445px;
  height: 334px;
  /*position: relative;*/
  text-align: center;
}

.shop7-comimg .swiper-slide img {
  height: 334px;
}

.shop7-comimg-text {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  position: absolute;
  left: 92px;
  bottom: 90px;
  width: 288px;
  height: 24px;
  text-align: center;
  overflow: hidden;
}

.shop7-comimg .swiper-comintr-prev,
.shop7-comimg .swiper-comintr-next {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3) url(images/shop9-comintr-icon.png) no-repeat -7px -62px;
}

.shop7-comimg .swiper-comintr-next {
  background: rgba(0, 0, 0, 0.3) url(images/shop9-comintr-icon.png) no-repeat -5px
  7px;
  right: 10px;
}

.shop7-comimg .swiper-comintr-prev:hover {
  background: rgba(0, 0, 0, 0.5) url(images/shop9-comintr-icon.png) no-repeat -7px -62px;
}

.shop7-comimg .swiper-comintr-next:hover {
  background: rgba(0, 0, 0, 0.5) url(images/shop9-comintr-icon.png) no-repeat -5px
  7px;
}

.com-introduce .shop7-content {
  width: 650px;
  padding-top: 20px;
  margin-right: 12px;
}

.content-header {
  margin-bottom: 20px;
}

.shop7-content .shop7-content-tit {
  display: inline-block;
  max-width: 528px;
  font-size: 24px;
  color: #333;
}

.shop7-content .more-btn {
  color: #fff;
  line-height: 20px;
  padding: 0 10px;
  margin-top: 10px;
  background: #75a40f;
  border: none;
  cursor: pointer;
}

.shop7-content .more-btn:hover {
  background: #618612;
}

.content-main {
  font-size: 14px;
  line-height: 2.2;
  max-height: 156px;
  overflow: hidden;
}

.com-info-box {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #eee;
}

.com-info-box p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}

/*公司名片end*/

/*人气推荐start*/

.shop7-tit1 {
  width: 352px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 40px auto;
  background: url("images/shop7-tit1.png") no-repeat;
}

.shop7-main-ul li {
  width: 278px;
  float: left;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 24px;
}

.shop7-main-ul li:nth-of-type(4n) {
  margin-right: 0;
}

.shop7-main-ul li .shop7-main-imgbox {
  width: 255px;
  height: 255px;
  padding: 10px;
  border: solid 2px #eee;
}

.shop7-main-ul li .shop7-main-imgbox:hover {
  box-shadow: 0 0 12px #dadada;
}

.shop7-main-ul li .shop7-main-imgbox img {
  max-width: 255px;
  max-height: 255px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.shop7-main-ul li .shop7-main-name {
  margin-top: 14px;
}

.shop7-main-ul li .shop7-main-name a {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-left: 5px;
}

.shop7-main-ul li .shop7-main-name a:hover {
  color: #75a40f;
}

.shop7-main-ul li .shop7-main-price {
  font-size: 14px;
  color: #8cb03c;
  text-align: center;
}

.shop7-main-ul li .populal-tag {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-bottom: 15px;
}

.shop7-main-ul li .consult-btn {
  width: 162px;
  height: 28px;
  font-size: 12px;
  color: #fff;
  background: #8cb03c;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}

.mb36 {
  margin-bottom: 36px;
}

/*人气推荐end*/

/*最新产品start*/

.shop7-tit2-box .shop7-tit2-img {
  width: 150px;
  height: 77px;
  text-align: center;
  background: url("images/shop7-tit2-1.png") no-repeat;
  margin: 0 auto 5px auto;
  overflow: hidden;
}

.shop7-tit2-box .shop7-tit2-img p {
  font-size: 20px;
  color: #8cb03c;
  margin-top: 48px;
}

.shop7-tit2-box > p {
  font-size: 24px;
  font-family: Arial Regular;
  color: #977545;
  text-align: center;
}

.shop7-newproduct {
  position: relative;
  margin-bottom: 58px;
}

.shop7-newproduct .swiper-newproduct {
  width: 1075px;
}

.shop7-newproduct .newproduct-slide {
  position: relative;
  width: 197px;
  height: 197px;
  margin-right: 20px;
  border: solid 1px #eee;
}

.shop7-newproduct .newproduct-slide:last-of-type {
  margin-right: 0;
}

.shop7-newproduct .newproduct-slide:hover .newproduct-slide-detail {
  opacity: 1;
}

.shop7-newproduct .shop7-newproduct-imgbox {
  width: 197px;
  height: 197px;
}

.shop7-newproduct .shop7-newproduct-imgbox img {
  max-width: 197px;
  max-height: 197px;
}

.shop7-newproduct .swiper-new-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  left: 0;
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat 0
  0;
}

.shop7-newproduct .swiper-new-prev:hover {
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat -53px
  0;
}

.shop7-newproduct .swiper-new-next {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  right: 0;
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat
  2px -58px;
}

.shop7-newproduct .swiper-new-next:hover {
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat -51px -58px;
}

.newproduct-slide .newproduct-slide-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
  left: 0;
  opacity: 0;
}

.newproduct-slide .newproduct-slide-detail .detail-box {
  margin-top: 50%;
  padding: 0 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newproduct-slide .newproduct-slide-detail .product-name a {
  font-size: 14px;
  color: #fff;
}

.newproduct-slide .newproduct-slide-detail .product-price-box {
  width: 120px;
  font-size: 14px;
  color: #fff;
  padding-top: 4px;
  margin: 6px auto 0 auto;
  border-top: solid 1px #fff;
}

/*最新产品end*/

/*热销产品start*/

.shop7-hot-product {
  margin-bottom: 40px;
}

.shop7-hot-product .product-small {
  width: 390px;
}

.shop7-hot-product .product-small li {
  width: 183px;
  height: 183px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  border: solid 1px #eee;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  transition: all linear 0.4s;
}

.shop7-hot-product .product-small li:nth-of-type(2n) {
  margin-right: 0;
}

.shop7-hot-product .product-small li:hover {
  border-color: #8cb03c;
}

.shop7-hot-product .shop7-hotproduct-imgbox {
  width: 183px;
  height: 183px;
}

.shop7-hot-product .shop7-hotproduct-imgbox img {
  max-width: 183px;
  max-height: 183px;
}

.product-big {
  margin: 0 405px;
  padding: 10px 10px 14px 10px;
  text-align: center;
  border: solid 2px #eee;
}

.product-big .img-box {
  width: 359px;
  height: 359px;
  margin-bottom: 60px;
}

.product-big .img-box img {
  width: 359px;
  height: 359px;
}

.product-big .hotproduct-name {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 12px;
}

.product-big .hotproduct-name:hover a {
  color: #75a40f;
}

.product-big .hotproduct-price {
  font-size: 14px;
  color: #8cb03c;
  text-align: center;
  margin-bottom: 16px;
}

.product-big .consult-btn {
  width: 182px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  background: #8cb03c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 25px;
  border: none;
  cursor: pointer;
}

.product-big .collect-btn {
  width: 80px;
  height: 26px;
  font-size: 12px;
  color: #977545;
  background: #fff;
  border: solid 1px #977545;
  cursor: pointer;
}

.product-big .collect-btn:hover {
  color: #fff;
  background: #977545;
}

.border-green {
  border-color: #8cb03c !important;
}

/*热销产品end*/

/*企业展示start*/

.comshow-header {
  text-align: center;
}

.shop7-com-show {
  position: relative;
  margin-bottom: 58px;
}

.shop7-com-show .swiper-comshow {
  width: 1080px;
}

.shop7-com-show .comshow-slide {
  width: 314px;
  height: 236px;
  margin-right: 30px;
  padding: 12px;
  background: #f5f5f5;
}

.shop7-com-show .comshow-slide:last-of-type {
  margin-right: 0;
}

.shop7-com-show .shop7-comshow-imgbox {
  width: 314px;
  height: 236px;
  cursor: pointer;
}

.shop7-com-show .shop7-comshow-imgbox img {
  max-width: 314px;
  max-height: 236px;
}

.shop7-com-show .swiper-com-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat 0
  0;
}

.shop7-com-show .swiper-com-prev:hover {
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat -53px
  0;
}

.shop7-com-show .swiper-com-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat
  2px -58px;
}

.shop7-com-show .swiper-com-next:hover {
  background: rgb(235, 235, 235) url("images/shop7-slide-icon.png") no-repeat -51px -58px;
}

/*企业展示end*/

/*主打产品start*/

.shop7-main-product-header {
  height: 52px;
  padding-left: 38px;
  padding-right: 10px;
  /*margin-bottom: 18px;*/
  background: url("images/shop7-tit3.png") no-repeat;
  overflow: hidden;
}

.shop7-main-product-header p {
  margin-top: 9px;
}

.shop7-main-product-tit {
  color: #fff;
}

.shop7-main-product-more {
  color: #999;
  margin-top: 4px;
}

.shop7-main-product-more:hover {
  color: #75a40f;
}

.shop7-main-product {
  margin-bottom: 42px;
}

.shop7-main-product li {
  width: 258px;
  padding: 10px;
  float: left;
  margin-right: 20px;
  margin-bottom: 18px;
  border: solid 2px #eee;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop7-main-product li:nth-of-type(4n) {
  margin-right: 0;
}

.shop7-main-product li:hover {
  box-shadow: 0 0 12px #dadada;
}

.shop7-main-product li .shop7-main-imgbox {
  width: 258px;
  height: 258px;
}

.shop7-main-product li .shop7-main-imgbox img {
  max-width: 258px;
  max-height: 258px;
}

.shop7-main-product li .shop7-main-name {
  margin-top: 10px;
  margin-bottom: 8px;
}

.shop7-main-product li .shop7-main-name a {
  font-size: 14px;
  color: #333;
}

.shop7-main-product li .shop7-main-name a:hover {
  color: #75a40f;
}

.shop7-main-product li .price-consult p {
  font-size: 14px;
  color: #8cb03c;
}

.shop7-main-product li .main-product-btn {
  position: relative;
  width: 70px;
  height: 22px;
  color: #fff;
  background: #8cb03c;
  border: none;
  top: 4px;
  cursor: pointer;
}

/*主打产品end*/

/*企业相册start*/

.com-photo-album {
  padding: 25px 25px 10px 25px;
  margin-bottom: 50px;
  border: solid 1px #eee;
}

.com-photo-album .photo-album {
  display: inline-block;
  width: 186px;
  height: 218px;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 16px;
  border: solid 1px #eee;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.com-photo-album .photo-album:nth-of-type(5n) {
  margin-right: 0;
}

.com-photo-album .photo-album:hover {
  -webkit-box-shadow: 0 0 8px #ccc;
  -ms-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
}

.shop7-album-imgbox {
  width: 184px;
  height: 184px;
  border: solid 1px #eee;
}

.com-photo-album .photo-album img {
  max-width: 184px;
  max-height: 184px;
}

.com-photo-album .photo-album p {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

.com-photo-album .photo-album p:hover {
  color: #75a40f;
}

/*企业相册end*/

/*供应产品start*/

.shop7-supply-product li {
  width: 222px;
  height: 306px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #eee;
}

.shop7-supply-product li:nth-of-type(4n) {
  margin-right: 0;
}

.shop7-supply-product li:hover {
  box-shadow: 0 0 12px #dadada;
}

.shop7-supply-product li .shop7-supply-imgbox {
  width: 222px;
  height: 222px;
}

.shop7-supply-product li .shop7-supply-imgbox img {
  max-width: 222px;
  max-height: 222px;
}

.shop7-supply-product li .shop7-supply-price {
  font-size: 14px;
  color: #ff3333;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 8px;
}

.shop7-supply-product li .shop7-supply-name {
  max-height: 34px;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.shop7-supply-product li .shop7-supply-name a {
  font-size: 12px;
  color: #666;
}

.shop7-supply-product li .shop7-supply-name a:hover {
  color: #75a40f;
}

/*供应产品end*/

.collect-shop {
  width: 220px;
  height: 200px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: url("images/shop7-collect1.png") no-repeat;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
}

.collect-shop p {
  margin-top: 124px;
}

.collect-shop.act {
  background-position: 0 -220px;
}

/*首页左边产品分类start*/

.shop-l-sbox {
  border: 1px solid #ccc;
  background: #fff;
}

.shop-l-stit {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  color: #fff;
  background: #8cb03c;
  border-bottom: 1px solid #ccc;
}

.shop-category {
  padding: 0 10px;
  word-break: break-all;
  word-wrap: break-word;
}

.shop-category .shop-catam-list .shop-catam-item {
  font-size: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.shop-category .shop-catam-list .shop-catam-title {
  position: relative;
  padding-left: 30px;
  padding: 0 0 0 20px;
  cursor: pointer;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
}

.shop-category .shop-catam-list .shop-catam-title:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(images/shop7-icon-addmin.png) no-repeat;
  background-position: 0 -10px;
  top: 50%;
  margin-top: -5px;
  left: 0;
  cursor: pointer;
}

.shop-category .shop-catam-list .shop-catam-title a {
  color: #555;
}

.shop-category .shop-catam-list .shop-catam-title a:hover,
.shop-category .shop-catam-seclist li a:hover {
  color: #75a40f;
}

.shop-category .shop-catam-list .shop-catam-isopen:before {
  background-position: 0 -29px;
}

.shop-category .shop-catam-seclist {
  display: none;
}

.shop-category .shop-catam-seclist li {
  margin-top: 10px;
  padding-left: 20px;
  cursor: pointer;
  position: relative;
}

.shop-category .shop-catam-seclist li a {
  color: #777;
}

/*首页左边产品分类end*/

/*首页企业资讯start*/

.information-list {
  padding: 0 10px;
}

.information-list li {
  height: 42px;
  line-height: 42px;
  border-bottom: dashed 1px #eee;
}

.information-list li:last-of-type {
  border-bottom: none;
}

.information-list li:hover a {
  color: #75a40f;
}

/*首页企业资讯end*/

/*大图详情*/

.big-picture {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.big-picture-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.5;
}

.big-picture .big-picture-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 118px;
  right: 172px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url("images/album-close.png") no-repeat;
  z-index: 2;
  cursor: pointer;
}

.swiper-box {
  position: absolute;
  width: 925px;
  height: 820px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-picture .swiper-container {
  position: absolute;
  width: 550px;
  height: 550px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.big-picture .swiper-slide {
  /*width: 700px !important;*/
  text-align: center;
}

.swiper-slide .big-album-imgbox {
  width: 550px;
  height: 550px;
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
}

.big-picture .swiper-slide img {
  max-width: 500px;
  max-height: 500px;
  border: solid 1px #eee;
}

.big-picture .swiper-slide .photo-info {
  position: absolute;
  width: 500px;
  height: 60px;
  text-align: left;
  padding: 10px 25px 10px 25px;
  border-top: solid 1px #ccc;
  bottom: 0;
}

.big-picture .swiper-slide .photo-info span {
  font-size: 14px;
  color: #333;
}

.big-picture .swiper-slide .photo-info p {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

.big-picture .btn {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  margin-top: -102px;
  outline: none !important;
  cursor: pointer;
}

.big-picture .btn-prev {
  left: 0;
  background: url("images/btn-album.png") no-repeat;
  background-position: 0 0;
}

.big-picture .btn-next {
  right: 0;
  background: url("images/btn-album.png") no-repeat;
  background-position: 0 -120px;
}

.big-picture .btn-prev:hover {
  background-position: 0 -240px;
}

.big-picture .btn-next:hover {
  background-position: 0 -360px;
}

/*大图详情end*/

.mb54 {
  margin-bottom: 54px;
}

.mb18 {
  margin-bottom: 18px;
}

.green {
  color: #8cb03c;
}
