@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; background: #fff;}
.main .productlist{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;min-height: 50vh;}
.main .content{width: 77%;margin-left: 2%;padding: 0;text-align: left;    margin-top: 40px;}
/* .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 p.info{
	line-height: 38px;
	    font-size: 18px;
	    color: #666666;
	    padding-bottom: 26px;
}
.wrapper{display: flex; align-content: flex-start; flex-wrap: wrap;}
.wrapper .slide{
	    width: 31%;
	    margin: 0 2.3333333333333% 20px 0;
	    transition: all .5s ease;
	    border-radius: 20px;
}
.wrapper .slide a{width: 100%; background-color: #fff; padding: 15px;}
.products .proImgBox{overflow: hidden;width: 100%;}
.products .proImgBox img{width: 100%;}
.products .txtBox{ padding: 0 30px 30px;}
.products .txtBox .proTitle { width: 100%; text-align: left!important; color: #333; font-size: 18px!important;     line-height: 28px;overflow: hidden; text-overflow: ellipsis; white-space: pre-wrap !important; transition: all .5s ease; padding: 0; font-weight: 600; margin: 0 auto;}
.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 .btn{width: 100%;}
.wrapper .slide a:hover .proTitle{
		color: var(--Bcolor);
	}
.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; */
	}


.product-nav {
	width: 19%;
	display: block;
	    border-radius: 0px;
	    border: 1px solid #ededed;
		    margin-top: 30px;
}
.wrapper .slide a picture:hover::after {
	display: none!important;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu .menu-li{font-size: 16px;}
.menu .menu-li:hover{
	background: #f2f2f2;
}
.menu-item {
	display: flex
	;
	    justify-content: space-between;
	    padding: 20px 40px 20px 20px;
	    cursor: pointer;
	    border-radius: 0px;
	    transition: all .2s 
	ease;
	    position: relative;
	    font-size: 16px;
		color: #222;
}
.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: #fafafa;
}

.submenu li {
    
}
.submenu li a{
	display: block;
	       padding: 15px;
	       font-size: 16px;
		transition: all .5s ease;
		position: relative;
		color: #666;
}
.submenu li a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background-color: none;
    transition: all .3s;
    z-index: 10;
}
.submenu li a:hover {
	color: var(--Bcolor)
}
.submenu li a:hover::before {
    width: 100%;
    left: 0;
    background-color: var(--Bcolor);
}
.arrow {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}

.arrow:before,
.arrow:after {
  content: '';
  position: absolute;
  background-color: #858a93; /* Color of the plus sign */
  width: 100%;
  height: 2px; /* Thickness of the plus sign lines */
  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%; margin-top: 30px; }
.menuBox{
	border: 1px solid #f2f2f2;
	    position: relative;
}
.menuBox .menuTit{font-size: 22px; color: #000; font-weight: 500; line-height: 2.8em; text-align: left; border-top-right-radius: 16px;    padding: 5px 10px;}
.mMenu .menuDown{width: 46px; height: 60px; line-height: 60px; position: absolute;     right: 4px;
    top: 4px;
    text-align: center;
    color: #333;
    background: #e1e1e1;}
.mMenu .menuList{display: none;}
.menuList li{
	border-bottom: 1px solid #ededed;
	    padding: 5px 10px;
		position: relative;
		font-weight: 600;
}
.menuList li::before{
	content: "-";
	color: var(--Bcolor);
}
.menuList li a{height: 44px;
    line-height: 40px;
    font-size: 14px;}
.menuList .sub-ul{
	    margin-left: 20px;
}
.menuList .sub-ul li{
	border-bottom: none;
	    font-weight: 500;
}
.menuList .sub-ul li::before{
	display: none;
}
.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;}
	.content p.info {
	    font-size: 16px;
	    line-height: 28px;
	}
	.main .content{width: 100%;margin-left: 0;}
	.hide{display: block;}
	.wrapper .slide{width: 47%;
    margin: 0 1.5% 40px 1.5%;}
	.wrapper .slide a {
	    padding: 0;
	}
	.menuBox .menuTit {
	    font-size: 18px;
		color: #222222;
	}
	.mMenu .menuDown {
	   height: 50px;
	           line-height: 50px;
			           border-radius: 4px;
	}
	.products .txtBox .proTitle {
	        font-size: 14px !important;
	        line-height: 20px;
	    }
}



















