.heading {
  padding-left: 20px;
  border-left: 4px solid #1695ef;
}

.heading .cn {
  font-size: 32px;
  font-weight: 700;
  color: #212121;
}

.heading .en {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
}

.heading-wrap {
  margin-top: 100px;
  padding: 60px 0;
}

.main-wrap {
  padding: 20px 0 60px;
  background-color: #fafafa;
}

.main-wrap .bre-nav {
  font-size: 12px;
  color: #757575;
}

.main-wrap .bre-nav a:hover {
  color: #1695ef;
}

.main-wrap .total {
  display: block;
  margin: 20px 0 30px;
  font-size: 20px;
  color: #212121;
  font-weight: 700;
}

.main-wrap .main {
  font-size: 0;
}

.main-wrap .main .left {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}

.main-wrap .main .left .category {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.main-wrap .main .left .category h3 {
  margin: 0 10px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #212121;
  border-bottom: 1px dashed #e6e6e6;
}

.main-wrap .main .left .category ul {
  margin: 10px 0;
}

.main-wrap .main .left .category ul li a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  color: #212121;
  border-left: 3px solid transparent;
}

.main-wrap .main .left .category ul li a:hover, .main-wrap .main .left .category ul li a.on {
  color: #1695ef;
  background-color: #f5f5f5;
  border-left: 3px solid #1695ef;
}

.main-wrap .main .left .category ul li a.on {
  font-weight: 700;
}

.main-wrap .main .left .top-product {
  margin-top: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 218px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.main-wrap .main .left .top-product h3 {
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  color: #212121;
  border-bottom: 1px dashed #e6e6e6;
}

.main-wrap .main .left .top-product ul {
  margin: 10px 0;
}

.main-wrap .main .left .top-product ul li {
  padding: 10px;
  border-bottom: 1px dashed #e6e6e6;
}

.main-wrap .main .left .top-product ul li .img-wrap {
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.main-wrap .main .left .top-product ul li .img-wrap img {
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-wrap .main .left .top-product ul li .product-name {
  display: block;
  font-size: 14px;
  color: #424242;
  line-height: 30px;
  text-align: center;
}

.main-wrap .main .left .top-product ul li:hover .img-wrap img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-wrap .main .left .top-product ul li:hover .product-name {
  color: #1695ef;
}

.main-wrap .main .right {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  width: 965px;
}

.main-wrap .main .right .productlist {
  font-size: 0;
}

.main-wrap .main .right .productlist li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

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

.main-wrap .main .right .productlist li a {
  display: block;
}

.main-wrap .main .right .productlist li .img-wrap {
  margin: 10px;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.main-wrap .main .right .productlist li .img-wrap img {
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.main-wrap .main .right .productlist li .product-info {
  margin-top: 15px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px dashed #e6e6e6;
}

.main-wrap .main .right .productlist li .product-info .name {
  display: block;
  font-size: 14px;
  color: #424242;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main-wrap .main .right .productlist li .product-info .more {
  display: block;
  margin: 20px auto 0;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 118px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #ccc;
  background: url(../images/arrow-right.png) 70px center no-repeat;
  border-radius: 30px;
  transition: all .5s ease;
}

.main-wrap .main .right .productlist li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-wrap .main .right .productlist li:hover .product-info .name {
  color: #1695ef;
}

.main-wrap .main .right .productlist li:hover .product-info .more {
  padding: 0 15px;
  color: #fff;
  background: #1695ef url(../images/arrow-right.png) 90px center no-repeat;
  border: 1px solid #1695ef;
}

.main-wrap .main .right .page {
  margin-top: 20px;
  height: 30px;
  font-size: 0;
  text-align: right;
}

.main-wrap .main .right .page span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #212121;
}

.main-wrap .main .right .page .current {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
  height: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #212121;
  border: 1px solid #e6e6e6;
  background: #fff url(../images/icon_arrow_down.png) 60px center no-repeat;
  cursor: pointer;
}

.main-wrap .main .right .page .current .options {
  display: none;
  position: absolute;
  left: -1px;
  top: 29px;
  width: 88px;
  z-index: 9;
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.main-wrap .main .right .page .current .options ul li {
  width: 88px;
  height: 30px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-wrap .main .right .page .current .options ul li:hover {
  background-color: #1695ef;
}

.main-wrap .main .right .page .current .options ul li:hover a {
  color: #fff;
}

.main-wrap .main .right .page .current .options ul li a {
  display: block;
  color: #212121;
}

.main-wrap .main .right .page .prev, .main-wrap .main .right .page .next {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.main-wrap .main .right .page .prev {
  margin-left: 20px;
  background: url(../images/icon_arrow_left.png) center no-repeat;
}

.main-wrap .main .right .page .prev:hover {
  background: #1695ef url(../images/icon_arrow_left_w.png) center no-repeat;
}

.main-wrap .main .right .page .next {
  margin-left: 10px;
  background: url(../images/icon_arrow_right.png) center no-repeat;
}

.main-wrap .main .right .page .next:hover {
  background: #1695ef url(../images/icon_arrow_right_w.png) center no-repeat;
}
