@import url(besscolor.css);
.bread{line-height: 60px; background-color: #F4F4F4; color: #999999;}
.bread ul{display: flex;}
.bread li{margin-right: 20px;}
.main{display: flex; justify-content: space-between; margin-top: 20px;}
.main .productlist{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;min-height: 50vh;}
.main .content{width: 100%;
    padding: 0;
    margin-top: 20px;}
.main .content .title{
	    font-size: 22px;
	    color: var(--FTcolor);
	    font-weight: bold;
	    margin-bottom: 8px;
	}
.main .content .wrapper{
	margin-bottom: 30px;
}
/* .main .listTitle .active span:before { transform: rotate(90deg);} */
.main .listTitle .list.active span{border-bottom: 5.5px solid white;
    border-top: none;}
.main .listTitle .active{
	display: block;
    transition: all 0.3s;
    }
.main .listTitle .active .listTit{
	background: var(--Bcolor);
}
.main .listTitle .active .title{
		color: #fff;
	}
.content .tit{padding: 0 0 25px;    font-size: 1.2rem;
    font-weight: 400;
	    text-transform: capitalize;
		font-family: 'CustomFontBold', sans-serif;
		    font-size:30px;
			color: var(--Bcolor);
		}
.content .info{
	font-size: 16px;
	    margin-bottom: 35px;
	    line-height: 24px;
}
.wrapper{display: flex; align-content: flex-start; flex-wrap: wrap;}
.wrapper .slide{
	width: 24%;
	    margin: 0 1% 20px 0;
	    transition: all .5s ease;
	    border-radius: 20px;
}
.wrapper .slide a{width: 100%; background-color: #fff; }
.products .proImgBox{overflow: hidden;width: 100%;}
.products .proImgBox img{width: 100%;}
.products .txtBox{}
.products .txtBox .proTitle {
	        margin: 10px 0;
	        font-size: 16px;
	        overflow: hidden;
	        display: -webkit-box;
	        -webkit-box-orient: vertical;
	        -webkit-line-clamp: 2;
	        line-height: 22px;
	        font-weight: 400;
}
	
.products .ImgBox picture{
	border-radius: 8px;
}
.products .txtBox .price {
        color: #ff4d18;
        font-size: 26px;
        margin: 20px 0;
        font-family: 'Montserrat', 'Roboto', 'Arial', sans-serif;
        font-weight: 600;
}
.products .txtBox .proSummry { width: 100%; text-align: left; font-size: 14px; color: #999; line-height: 130%; margin-bottom: 15px;display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;min-height: 2rem;}
.wrapper .slide a:hover {
  
    transition: all .5s ease;
}
.wrapper .slide a .btn{width: 150px;padding: 12px;}

.wrapper .slide a span::before{
	/* 	content: "";
		width: 0px;
		height: 1px;
		background: var(--Bcolor);
		left: 24px;
		transition: all .5s ease; */
	}
.wrapper .slide a:hover span:before{
		/* width: 24px;
		left: 0;
		margin-right: 6px; */
	}
.wrapper .slide a:hover .btn{
	opacity: 1;
}

.product-nav {
	        width: 100%;
	        display: block;
	        border-radius: 0px;
	        background: #fff;
	        border-bottom: 1px solid #eee;
	        padding-bottom: 16px;
}
.product-nav .menu{
	background: #ffffff;
	    display: flex;
	    flex-wrap: wrap;
	    gap: 16px;
		    margin: 10px 0;
	
}
.product-nav .menu li a{
	   display: block;
	       padding: 10px 20px;
	       border-radius: 10px;
	       background: #eeeeee;
	       font-size: 16px;
}
.product-nav .menu li a:hover{
	background: var(--BtnBg);
	color: #fff;
}
.product-nav .menu li a.active{
	background: var(--BtnBg);
	color: #fff;
}
.product-nav .product-title{
	         font-family: 'CustomFontBold', sans-serif;
	         font-size: 20px;
	         color: #2e2e2e;
	         width: 100%;
	         padding: 10px 0;
	         text-transform: uppercase;
			 margin-top: 10px;
}
.wrapper .slide a picture:hover::after {
	display: none!important;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu .menu-li{font-size: 16px;position: relative;}
.menu .menu-li:hover .menu-item{
	background: var(--BgLight);
	color: var(--Bcolor);
}
.menu-item {
	
   display: flex;
       justify-content: space-between;
       padding: 15px 40px 15px 15px;
       cursor: pointer;
	   border-radius: 0px;
	    transition: all .2s ease;
		position: relative;
		font-size: 15px;
}
.menu-item.active{
	background-color: var(--Bcolor);
	color: #fff;
}

.menu-item.active:hover{
	background-color: var(--Bcolor);
}
.submenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	background: #fff;
	box-shadow: 0px 0px 6px #00000033;
}

.submenu li {}

.submenu li a {
	display: block;
	font-size: 15px;
	position: relative;
	color: #666;
	padding: 16px;
}
.submenu li a:hover{
	color: var(--Bcolor);
	background: var(--BgLight);
}
.arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_arr_r.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 16px;
}

.arrownone {
	display: none;
	opacity: 0;
}
.menu .menu-li:hover .submenu {
    display: block;
    left: 100%;
    position: absolute;
    width: max-content;
    z-index: 1;
    top: 0;
}
/* .menu-item.active .arrow{
	border-color: #fff;
} */
/* .arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  background-color: #858a93; 
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.arrow:after {
  transform: translateY(-50%) rotate(90deg);
}

.arrow.up::before {
	background-color: #fff;
}
.arrow.up::after {
	display: none;
} */

/* 移动端导航 */
.mMenu{width: 100%;}
.menuBox{
	    position: relative;
	        padding: 0px 10px;
	        border: 1px solid #dbe1e6;
}
.mMenu .menu{
	display: none;
}
.menuBox .menuTit{font-size: 22px; color: #000; font-weight: 500; line-height: 2.8em; text-align: left; border-top-right-radius: 16px;}
.mMenu .menuDown{
	width: 46px;
	    height: 60px;
	    line-height: 60px;
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    text-align: center;
	    color: var(--Bcolor);
	    font-weight: bold;
}
.mMenu .menuList{display: none;}
.menuList li a{height: 44px;
    line-height: 40px;
    font-size: 14px;}
.mMenu .collapse-bd{
	margin-left: 20px;
}
.mMenu .collapse-bd li{
	padding-left: 15px;
	    border-bottom: 1px solid #eee;
}
.main .page{margin: 0 0 60px; }
.hide{display: none;}
.mMenu .none{display: block;}
@media only screen and (max-width: 1600px){
	
}
@media only screen and (max-width: 1200px){
	.wrapper .slide{width: 47%; margin: 0 3% 40px 0;}
	
}
@media only screen and (max-width: 769px){
	.main{display: block;}
	.product-nav{display: none;}
	.main .content{width: 100%;margin-left: 0;}
	.hide{display: block;}
	.wrapper .slide{width: 47%;
    margin: 0 1.5% 10px 1.5%;}
	.wrapper .slide a {
	    padding: 0;
	}
	.menuBox .menuTit {
	  font-size: 16px;
	          color: #222222;
	          height: 44px;
	          line-height: 44px;
	}
	.mMenu .menuDown {
	    height: 44px;
	    line-height: 44px;
	}
	.products .txtBox {
	}
	.menu-item.active,.menu-item.active:hover {
	    background: none;
	    color: var(--Bcolor);
		        font-weight: bold;
	}
	.menu-item{
		padding: 0;
	}
	.menuList li a{
		padding: 0 10px;
	}
	.mMenu .menuList ul{
		    display: flex;
		    flex-wrap: wrap;
	}
	.menu-li{
		width: auto;
		        background: #eee;
		        margin: 0 10px 10px 0;
		        border-radius: 6px;
	}
	.submenu{
		box-shadow: none;
		background: none;
	}
	.wrapper .slide a .btn {
	    width: 100%;
	    padding: 8px 12px;
	    width: auto;
	}
	.content .info {
	    margin-bottom: 15px;
	}
	.products .txtBox .price{
		        font-size: 20px;
		        margin-top: 10px;
	}
	.products .txtBox .proTitle {
	        margin: 10px 0;
	        font-size: 14px;
	    }
}



















