/*二级-word-banner图*/
.two-banner-product {
    position:relative;
    padding-top: 40%;
    overflow:hidden;
}
.two-banner-product img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.two-banner-product:after {
    opacity: 0.3;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: 1;
    transition: all 0.3s;
}
.two-banner-product .word-fix {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(13%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 100%;
    max-width: 800px;
}
.two-banner-product .word-fix h1 {
    font-size:38px;
    color: #fff;
    text-transform: uppercase;
    margin:0% 0 0% 0;
    transition:all 2s;
}
.two-banner-product .word-fix i {
    display: block;
    width: 30px;
    height: 5px;
    margin:2% 0 1% 0;
    background: #fff
}
.two-banner-product .word-fix h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    font-family: "Medel";
    letter-spacing: 0;
}
.two-banner-product .word-fix p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: 0;
    margin:30px 0 0 0;
}


@media screen and (max-width:1024px){
.two-banner-product {
    padding-top: 120%;
}
.two-banner-product .word-fix {
}

.two-banner-product .word-fix h1 {
    font-size:24px;
    margin:0% 0 0% 0;
}
.two-banner-product .word-fix i {
    display: block;
    width: 20px;
    height: 3px;
    margin:2% 0 1% 0;
}
.two-banner-product .word-fix h2 {
    font-size: 18px;
    max-width: 700px;
}
.two-banner-product .word-fix p {
    display: none;
}
}
/*二级-word-banner图 end*/

/* 下拉分类 */
.product-series {
    background: #fff;
    border-bottom: 1px solid rgb(245, 245, 245);
}
.nav-tree {font-size:0;height:70px;line-height:70px}
.nav-tree li {position:relative;display:inline-block;background:#f6f6f6;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 60px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a:hover{background:linear-gradient(-180deg,#f6f6f6,#f9f9f9);color:#bc9d5f}
.nav-tree li.hover a{background:linear-gradient(-45deg,#FFD100,#ff9600);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px;padding: 0 10px;text-align: center;}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#bc9d5f;}
.nav-tree li:hover ul {
    display: block;
}


@media screen and (max-width:1024px) {
.nav-tree {
    font-size: 0;
    height: 42px;
    line-height: 42px;
}
.nav-tree li {
    width: 50%;
    text-align: center;
}
.nav-tree li a {
    padding:0;
}
}
/* 下拉分类 */

/*筛选功能*/
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    background: #fff;
}
.screen-box {
	margin: 2% 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
	width: 100px;
	padding: 5px 10px;
	overflow: hidden;
	width: 5%;
	max-width: 60px;
	float: left;
	background: #fff;
	font-size: 14px;
	color: #333;
}
.screen-box  .screen-class .class-box {
	float: left;
    width: 95%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a:hover {
	color: #bc9d5f;
}
.screen-box  .screen-class .class-box li a.active {
	color: #bc9d5f;
    font-weight: bold;
}

.clearall {
    width: 100%;
    padding:0 0 0 10px;
}
.clearall a {
    font-size: 14px;
    color:#999;
}


@media screen and (max-width:1024px) {
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    padding:0  !important;
    background: #fff;
}
.screen-box {
	display: flex;
	margin: 2% 0;
	padding: 0 2%;
    position: relative;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
    position:relative;
    margin: 0 5px;
	padding: 5px 0px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}
.screen-box  .screen-class .tit:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #2d2926;
}
.screen-box  .screen-class .tit:hover:after {
    border-top: 4px solid #bc9d5f;
}
.screen-box  .screen-class .class-box {
    width: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 30px;
    z-index: 2;
}
.screen-box  .screen-class:hover .class-box {
    display: block;
    min-height: 800px;
}
.screen-box  .screen-class:hover .class-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 500px;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    
}
.screen-box  .screen-class .class-box ul {
	padding: 30px 2%;
	background: #fff;
	overflow: hidden;
}
.screen-box  .screen-class .class-box li {
	padding: 4px 8px;
	font-size: 14px;
}
.screen-box  .screen-class .class-box li a {
	font-size: 14px;
	color: #999;
}
.screen-box  .screen-class .class-box li a i {
    width: 14px;
    height: 14px;
}
.screen-box  .screen-class .class-box li a span {
    padding:0 0 0 5px;
}
}
/*筛选功能 end*/


/*搜索产品功能*/
.search-list {}
.search-list .search {
    position: relative;
}
.search-list .search .keywords {
    width: 100%;
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid rgb(245, 245, 245);
}
.search-list .search .bottom {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 30px;
    height: 30px;
    background: url(../images/search-fix.svg) no-repeat center/24px;
    opacity: 0.5;
}

.search-list .search .bottom:hover {
    opacity: 0.8;
}
.search-list .search input.keywords:focus {
    border-bottom: 1px solid #bc9d5f;
    background: #fff;
}
/*搜索产品功能 end*/


/*产品列表*/
.product-list {
    padding: 3% 0 0 0;
}
.product-list ul {}
.product-list ul li {
    float: left;
    width: 21%;
    margin: 0 4% 4% 0;
}

.product-list ul li:nth-child(4n) {
    margin-right: 0;
}
.product-list ul li .photo {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-top: 70%;
    background: #f9f9f9;
	overflow:hidden;
}

.product-list ul li .photo .pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list ul li .photo .pic img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ul li:hover .photo .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list ul li .photo .effect {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-list ul li:hover .photo .effect {
    display: block;
}
.product-list ul li .photo .effect img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list ul li .word {
    padding: 20px 0;
    overflow: hidden;
}
.product-list ul li .word h3 {
    font-size: 16px;
    color: #2d2926;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Futura-Medium";
    text-align: center;
    padding-bottom: 10px;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-list ul li:hover .word h3 {
    color: #bc9d5f;
}
.product-list ul li .word p {
    font-size: 12px;
    color: #999;
    text-align: center;
    font-family: "Medel";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (max-width:1024px){
.product-list {}
.product-list ul {}
.product-list ul li {
    width: 46%;
    margin: 2%;
}
.product-list ul li:nth-child(3n) {
    margin-right: 2%;
}
.product-list ul li .photo {
    padding-top: 100%;
}

.product-list ul li .photo .pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list ul li .photo .pic img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ul li:hover .photo .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list ul li .photo .effect {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-list ul li:hover .photo .effect {
    display: block;
}
.product-list ul li .photo .effect img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list ul li .word {
    padding: 20px 0;
    overflow: hidden;
}
.product-list ul li .word h3 {
    font-size: 14px;
    color: #2d2926;
    font-weight: 800;
    padding-bottom: 5px;
    
}
.product-list ul li .word p {
    font-size: 12px;
    color: #999;
}
}
/*产品列表 end*/
