﻿@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
}
section.banner {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
section.banner .text {
	height: 400px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff
}
section.banner .text .logo, section.banner .text h1.title {
	line-height: 1;
	margin-bottom: 16px
}
section.banner .text .logo img {
	height: 100%;
	display: block
}
.grid-container {
	width: 1200px;
	margin: 0 auto;
}
section.banner .text h1.title {
	font-size: 40px;
	font-weight: 600
}
section.banner .text p.content {
	font-size: 16px;
	line-height: 24px
}
.products-list {
	padding: 40px 0;
	min-height: 800px;
	width: 1200px;
	margin: 0 auto;
}
.slideTxtBox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.hd {
	flex-basis: 25%;
	max-width: 25%;
}
.hd ul {
	padding: 24px 32px;
	background: #fff;
	min-height: 474px;
}
.hd ul li {
	padding: 8px 0;
	cursor: pointer;
}
.hd ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #303233;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.hd ul li span {
	font-weight: 200;

}
.hd ul li:hover span { 
	font-weight: 600;
}
.hd ul li.active span {
	font-weight: 600;
}
.hd ul li.active a i {
	display: inline-block;
}
.hd ul li a i.fa-angle-right {
	display: none;
	margin-left: 16px;
	font-weight: 600;
}
.bd {
	flex-basis: 75%;
	max-width: 75%;
	
}

.bd ul{box-sizing: border-box;
	flex-shrink: 0;
	padding: 0 10px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;}



.cd-items {
  padding: 1em 0;
}
  .cd-items {
    padding: 4em 0 0;
  }

.cd-item {
  position: relative;
  margin: 0 0 1em;
}
.cd-item img {
  display: block;
  width: 100%;
}
  .cd-item {
    width: 23.5%;
    float: left;
    margin: 0 2% 2em 0;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0%;
  }
  .cd-item:nth-child(4n) {
    margin-right: 0;
  }
  .cd-item.empty-box::after {
    /* box visible as placeholder when the .cd-quick-view zooms in */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #392c3f;
  }

.cd_pro{     width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
	
.cd_pro span{ width: 100%;    display: block; background: #fff;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.cd_pro:hover{ color:#68b92c;}









