

#head{background:#fff;}
#head .logo a>img.white{opacity:0;}
#head .logo a>img.blue{opacity:1;}
#head .logo a>span{color:#666;}
#head #menu>li>a{color:#464646;}
#head #search{color:#999;}

html,body{background:#f4f5f6;}
#contact{border-top:1px solid #e6e6e6; margin-top:-1px;}

#banner{width:100%; height:300px; background:url('../image/b_product.jpg') center/cover no-repeat; position:relative;}
#banner .wrap{padding:90px 150px 0 150px;}
#banner .l{width:50%; float:left; margin-top:80px; max-width:400px; position:relative;}
#banner .l input{background:#fff; width:100%; height:46px; line-height:46px; font-size:1.5rem; border-radius:5px; padding:0 1.2rem; box-sizing:border-box;}
#banner .l input::placeholder{color:#464646;}
#banner .l .iconfont{font-size:2rem; position:absolute; right:1rem; top:1rem; display:inline-block; color:#464646;}
#banner .r{width:50%; float:right; margin-top:60px; max-width:400px; color:#fff; text-align:right;}
#banner .r .tit{font-size:2.6rem;}
#banner .r .stock{color:#fff; font-size:1.4rem; margin-top:1.2rem;}
#banner .r .stock a{color:#fff; display:inline-block; border:1px solid #fff; border-radius:5px; padding:7px 15px 7px 11px; transition:all .2s;}
#banner .r .stock a .iconfont{display:inline-block; margin-right:.5rem;}
#banner .r .stock a:hover{background:#d8ae5d; color:#fff; border:1px solid #d8ae5d;}

#product{overflow:hidden;}

#product .catalog{width:20%; float:left; height:100%; border-right:1px solid #e6e6e6; box-sizing:border-box; margin-bottom:-10000px; padding-bottom:10000px; position:relative;}
#product.fixed .catalog{position:fixed; top:0; z-index:2;}

#product .catalog>ul{border-bottom:1px solid #e6e6e6;}
#product .catalog ul>li{position:relative; margin-top:0px;}
#product .catalog ul>li>.plus{position:absolute; width:24px; height:24px; right:20px; top:0; margin-top:17px; cursor:pointer;}
#product .catalog ul>li ul>li .plus{position:absolute; width:24px; height:24px; right:20px; top:0; margin-top:10px; cursor:pointer;}
#product .catalog ul>li .plus:before{width:14px; height:2px; background:#cdcdcd; content:''; display:block; position:absolute; left:50%; top:50%; margin:-1px auto auto -7px;}
#product .catalog ul>li .plus:after{width:2px; height:14px; background:#cdcdcd; content:''; display:block; position:absolute; left:50%; top:50%; margin:-7px auto auto -1px;}
#product .catalog ul>li>.less{position:absolute; width:24px; height:24px; right:20px; top:0; margin-top:17px; cursor:pointer;}
#product .catalog ul>li ul>li .less{position:absolute; width:24px; height:24px; right:20px; top:0; margin-top:10px; cursor:pointer;}
#product .catalog ul>li .less:before{width:14px; height:2px; background:#cdcdcd; content:''; display:block; position:absolute; left:50%; top:50%; margin:-1px auto auto -7px;}

#product .catalog>ul>li>a{display:block; height:60px; line-height:60px; padding:0 8%; font-size:1.7rem; color:#464646; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
#product .catalog>ul>li:first-child>a{border-top:0 none;}

#product .catalog>ul>li ul{padding:16px 0; background:#fff; padding-left:14%;}
#product .catalog>ul>li ul>li{padding:8px 7% 8px 0;}
#product .catalog>ul>li ul>li>a{display:block; font-size:1.6rem; color:#464646; line-height:26px; line-height:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

#product .catalog>ul>li ul ul{padding:10px 0;}
#product .catalog>ul>li ul ul>li{padding:8px 7%;}
#product .catalog>ul>li ul>li ul>li>a{font-size:1.5rem;}

#product .catalog>ul>li.active>a{color:#fff; background:#33b371;}
#product .catalog>ul>li.active>.less:before{background:#fff;}
#product .catalog>ul>li.active>.plus:before{background:#fff;}
#product .catalog>ul>li.active>.plus:after{background:#fff;}

#product .catalog li>a:hover{color:#33b371;}
#product .catalog li.active>a{color:#33b371; font-weight:bold;}

#product.fixed .list{margin-left:20%;}
#product .list{padding:30px 30px 30px 40px; width:80%; float:left; box-sizing:border-box;}
#product .list .location{font-size:1.5rem;}
#product .list .location>i{display:inline-block; font-size:2rem; vertical-align:top; margin-right:.6rem; color:#999;}
#product .list .location>a{display:inline-block; color:#999; border-bottom:1px solid transparent;}
#product .list .location>a:hover{border-bottom:1px solid #666; color:#666;}
#product .list .location>a:last-child{color:#33b371; font-weight:bold;}
#product .list .location>a:hover:last-child{border-bottom:1px solid #33b371;}

#product .list .wrap{margin:30px 0; width:102%; margin-left:-1%;}
#product .list .wrap .item{width:23%; float:left; margin:1%; position:relative;}
#product .list .wrap .item:nth-child(4n+1){clear:both;}
#product .list .wrap .item a{display:block; background:#fff; transition:all .3s; position:relative;}
#product .list .wrap .item a:hover{box-shadow:5px 5px 35px rgba(0,0,0,.08);}
#product .list .wrap .item a .img{position:relative; width:100%; padding:71.5% 0 0 0; overflow:hidden;}
#product .list .wrap .item a .img>img{position:absolute; left:0; top:0; right:0; bottom:0; max-width:90%; max-height:90%; margin:auto; transition:all .25s;}
#product .list .wrap .item:hover a .img>img{transform:scale(1.12);}
#product .list .wrap .item a .tit{padding:0 15px 5px 15px; font-size:1.5rem; color:#464646; text-align:center; position:relative; transition:all .2s; height:90px; display:-webkit-box; -webkit-box-pack:center; -webkit-box-align:center;}
#product .list .wrap .item a .tit>span{height:40px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align:center; text-overflow:ellipsis;}
#product .list .wrap .item:hover a .tit{color:#000;}
#product .list .wrap .item a .tit:after{content:''; display:block; height:2px; width:25px; background:#d8ae5d; position:absolute; left:0; right:0; top:0; margin:auto; transition:all .25s;}
#product .list .wrap .item:hover a .tit:after{width:20%;}

#product .list .wrap .item .threeD{width:32px; height:32px; text-align:center; line-height:32px; position:absolute; z-index:1; right:12px; top:12px; box-shadow:none !important; background:none !important;}
#product .list .wrap .item .threeD i{font-size:2.4rem; color:#d8ae5d;}
#product .list .wrap .item .threeD:hover i{color:#464646;}




@media (max-width:1440px){
  #banner .wrap{padding:90px 120px 0 120px;}
}

@media (max-width:1366px){
  #banner .wrap{padding:90px 100px 0 100px;}

  #product .catalog>ul>li ul>li>a{font-size:1.5rem;}
  #product .list .wrap .item a .tit{font-size:1.4rem;}
}

@media (max-width:1280px){
  #banner .wrap{padding:90px 80px 0 80px;}

  #product .catalog>ul>li ul>li>a{font-size:1.4rem;}
}

@media (max-width:1080px){
  #banner{height:auto;}
  #banner .wrap{padding:90px 20px 50px 20px;}
  #banner .l{width:100%; float:none; margin-top:20px; max-width:none;}
  #banner .r{width:100%; float:none; margin-top:20px; max-width:none; text-align:left;}
  #banner .r .tit{font-size:2.4rem;}

  #product .catalog{float:none; width:100%; float:none; height:auto; border-right:0px none; margin-bottom:0; padding-bottom:0; position:relative; left:0; top:0; background:#fff; z-index:9;}

  #product .catalog>ul>li ul>li>a{font-size:1.6rem;}
  #product .list .wrap .item a .tit{font-size:1.5rem;}

  #product .list{padding:30px 20px 30px 20px; width:100%; float:none; box-sizing:border-box;}
  #product .list .wrap .item{width:48%;}
  #product .list .wrap .item:nth-child(2n+1){clear:both;}
  #product .list .wrap .item:nth-child(4n+1){clear:none;}
  #product .list .wrap .item a .tit{padding:0 15px 0 15px; font-size:1.3rem; height:72px;}
  #product .list .wrap .item a .tit>span{height:40px;}

  #product .list .wrap .item.show{opacity:1; transform:translate3d(0,0,0);}

}


/* 产品列表页 分页条 */
.page-bar {
  display: flex;
  justify-content: center;
}
.page-bar a, .page-bar .page-num {
  background-color: #fff;
  padding: 15px;
  color: #666;
  border-right: 1px solid #f8f8f8;
}
.page-bar a:hover, .page-bar .page-num-current  {
  background-color: #33B371;
  color: #fff;
}
.page-bar>span {
  display: none;
}

#pd-search button {
  background: none;
}



