﻿@charset "utf-8";
body {
  background: #fff;
}

a:hover {
  color: #ff5700;
}

/*店铺banner大图start*/

.shop-banner {
  height: 450px;
}

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

.shop-banner .swiper-slide img {
  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*/

.shop4-hot {
  background: #fff;
  margin: 43px 0 0 0;
}

.shop4-hot-tit {
  color: #000;
  padding: 7px 0 4px 0;
  text-align: center;
}

.shop4-hot-t1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 6px;
}

.shop4-hot-t2 {
  font-size: 36px;
  font-family: tahoma;
  font-weight: bold;
  margin-bottom: 20px;
}

.shop4-hot-ul li {
  float: left;
  width: 361px;
  padding: 10px;
  margin: 0 20px 20px 0;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop4-hot-ul li:nth-child(3n) {
  margin-right: 0;
}

.shop4-hot-ul li:hover {
  border: 1px solid #111;
}

.shop4-hot-imgbox {
  width: 361px;
  height: 361px;
}

.shop4-hot-imgbox img {
  max-width: 361px;
  max-height: 361px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop4-hot-imgbox:hover img {
  opacity: 0.8;
}

.shop4-hot-l {
  width: 300px;
}

.shop4-hot-name {
  margin: 10px 0 5px 0;
}

.shop4-hot-name a {
  display: block;
  font-size: 14px;
  color: #333;
}

.shop4-hot-name a:hover {
  color: #ff5700;
}

.shop4-hot-price {
  min-width: 120px;
  font-size: 22px;
  color: #111;
}

.shop4-hot-ctrl {
  font-size: 0;
  margin-top: 6px;
}

.shop4-icon {
  display: inline-block;
  background: url(images/icon-shop2.png) no-repeat;
}

.shop4-icon-c1 {
  width: 21px;
  height: 21px;
  background-position: -19px 0;
  cursor: pointer;
}

.shop4-icon-c1:hover,
.shop4-icon-c1.act {
  background-position: -62px 0;
}

.shop4-icon-c2 {
  width: 21px;
  height: 21px;
  background-position: -19px -33px;
  cursor: pointer;
}

.shop4-icon-c2:hover {
  background-position: -62px -33px;
}

.shop4-icon-c3 {
  width: 21px;
  height: 21px;
  background-position: -19px -66px;
  cursor: pointer;
}

.shop4-icon-c3:hover {
  background-position: -62px -66px;
}

.shop4-hot-phonecode {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  position: absolute;
  top: 265px;
  left: 381px;
  -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;
  transition: all 0.5s ease-in-out;
}

.shop4-icon-c3:hover + .shop4-hot-phonecode {
  -webkit-transform: translate(-116px, 0);
  -moz-transform: translate(-116px, 0);
  -ms-transform: translate(-116px, 0);
  -o-transform: translate(-116px, 0);
  transform: translate(-116px, 0);
}

.shop4-hot-r {
  margin-top: 13px;
}

.shop4-hot-r a {
  font-size: 18px;
  display: block;
  width: 51px;
  height: 48px;
  padding: 6px 0 0 3px;
  color: #fff;
  text-align: center;
  background: #3e3e3e;
  line-height: 1.2;
  letter-spacing: 2px;
}

.shop4-hot-r a:hover {
  background: #ef1f1f;
  color: #fff;
}

/*首页新品热销end*/

/*首页主打产品start*/

.shop4-maingoods {
  background: #fff;
  margin: 23px 0 35px 0;
}

.shop4-main-ul li {
  width: 264px;
  float: left;
  padding: 10px 10px 4px 10px;
  border: 1px solid #ccc;
  margin: 0 15px 15px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.shop4-main-ul li:nth-child(4n) {
  margin-right: 0;
}

.shop4-main-ul li:hover {
  border-color: #111;
}

.shop4-main-imgbox {
  width: 262px;
  height: 262px;
  border: 1px solid #efefef;
}

.shop4-main-imgbox img {
  max-width: 262px;
  max-height: 262px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*.shop4-main-imgbox:hover img {*/

/**/

/*}*/

.shop4-main-imgbox:hover {
  opacity: 0.8;
}

.shop4-main-name {
  padding: 7px 2px;
  border-bottom: 1px solid #ccc;
}

.shop4-main-name a {
  display: block;
  height: 35px;
  overflow: hidden;
}

.shop4-main-num {
  font-size: 22px;
  color: #111;
}

.shop4-main-price {
  margin-top: 3px;
}

.shop4-main-ask {
  font-size: 12px;
  color: #333;
  padding: 4px 17px;
  border: 1px solid #333;
  border-radius: 3px;
}

.shop4-main-ask:hover {
  border-color: #ef1f1f;
  background: #ef1f1f;
  color: #fff;
}

/*首页主打产品end*/

/*公司名片start*/

.compcard {
  height: 360px;
  background: url(images/shop4-comp-bg.jpg) no-repeat center center;
  margin-bottom: 20px;
}

.compcard-con {
  padding: 40px 0 0 80px;
  max-width: 580px;
  color: #333;
  font-size: 14px;
}

.compcard-tit {
  width: 135px;
  text-align: center;
  margin-bottom: 20px;
}

.compcard-tit1 {
  font-size: 20px;
  border-bottom: 1px solid #666;
  padding-bottom: 2px;
}

.compcard-tit2 {
  padding-top: 2px;
}

.compcard-item {
  margin-bottom: 18px;
  overflow: hidden;
}

.compcard-name {
  font-size: 20px;
}

.compcard-item-d {
  width: 166px;
}

.compcard-item-m {
  width: 250px;
}

.compcard-item-a {
  width: 500px;
}

.compcard-btn {
  font-size: 16px;
  display: block;
  width: 106px;
  height: 35px;
  line-height: 34px;
  padding-left: 34px;
  color: #999;
  border: 1px solid #999;
  border-radius: 12px;
  background: url(images/shop4-comp-btnbg.png) no-repeat 92px 9px;
  margin-top: 8px;
}

.compcard-btn:hover {
  border-color: #666;
  background: #666 url(images/shop4-comp-btnbg.png) no-repeat 92px -26px;
  color: #fff;
}

/*公司名片end*/

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

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

.shop-category .shop-catam-list .shop-catam-item {
  color: #555;
  font-size: 12px;
  padding-bottom: 10px;
}

.shop-category .shop-catam-list .shop-catam-item:last-child {
  padding-bottom: 0;
}

.shop-category .shop-catam-list .shop-catam-title {
  position: relative;
  padding-left: 30px;
  background: #fafafa;
  height: 30px;
  line-height: 30px;
  border: 1px solid #eee;
  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/icon-addmin.png) no-repeat;
  background-position: 0 -10px;
  top: 50%;
  margin-top: -5px;
  left: 10px;
  cursor: pointer;
}

.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: 12px 0;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
}

.shop-category .shop-catam-seclist li:last-child {
  margin-bottom: 6px;
}

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

/*首页右边公司介绍最新产品start*/

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

.shop-intr-tit {
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  background: #3d3d3d;
  border-bottom: 2px solid #ef1f1f;
}

.shop-intr-tit-c {
  width: 100%;
  padding: 0 15px;
}

.shop-more {
  font-size: 12px;
  color: #fff;
  padding-right: 15px;
}

.shop-intr-con {
  font-size: 12px;
  padding: 12px 15px;
  line-height: 2;
}

.shop-intr-con p {
  text-indent: 2em;
}

.shop-newgoods-imgbox {
  width: 206px;
  height: 206px;
  border: 1px solid #efefef;
}

.shop-newgoods-imgbox img {
  max-width: 206px;
  max-height: 206px;
}

.shop-pro-ul {
}

.shop-pro-ul li {
  width: 208px;
  padding: 15px 15px 12px 15px;
  float: left;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.shop-pro-ul li:nth-child(4n) {
  border-right: 0;
}

.shop-newgoods-price {
  font-size: 18px;
  color: #ff3333;
  padding: 8px 0 5px 0;
}

.shop-newgoods-name {
  height: 36px;
  overflow: hidden;
}

/*首页右边公司介绍最新产品end*/
