@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; padding-top: 10px;background: #fff;}
.main .productlist{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;min-height: 50vh;}
.main .content{width: 100%;
    margin-left: 0;padding-top: 10px;
    bottom: 0;
    padding-bottom: 0;z-index: 0;background: none;}
.main .content h3{
	font-size: 280%;
	    color: #222222;
	    position: relative;
	    text-align: left;
	    margin-bottom: 20px;
		font-family: 'CustomFontBold';
		width: 100%;
}
.main .content h3.fontbottom{
	margin-bottom: 40px;
}
.main .content h3.fontbottom::after{
	    content: "";
	    width: 32px;
	    height: 3px;
	    background: var(--Bcolor);
	    display: inline-block;
	    left: 0;
	    position: absolute;
	    bottom: -20px;

}
.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{
	font-size: 16px;
	    margin-bottom: 35px;
	    line-height: 24px;
}
.wrapper{display: flex; align-content: flex-start; flex-wrap: wrap;}
.wrapper .slide{
	width: 30%;
	    margin: 0 3% 20px 0;
	    transition: all .5s ease;
	    border-radius: 20px;
		position: relative;
}
.wrapper .slide a{width: 100%;}
.products .proImgBox{overflow: hidden;width: 100%;}
.products .proImgBox img{width: 100%;}
.products .txtBox{ padding: 0 30px 30px;margin-top: 16px;}
.products .txtBox .proTitle { width: 100%; text-align: left; color: #333; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .5s ease; padding: 0; font-weight: 600; margin: 0 auto;margin-bottom: 6px;}
.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: 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; */
	}

.wrapper .slide .txtBox{
	position: relative;
}
.wrapper .slide .txtBox .proSummry {
    -webkit-line-clamp: 3;
}
.product-nav {
	width: 100%;
	display: block;
	    background: #ffffff;
	    border-radius: 0px;z-index: 10;
}
.wrapper .slide a picture:hover::after {
	display: none!important;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
	display: flex;
	
}
.menu .menu-li{
	font-size: 15px;
	    width: auto;
	    margin-right: 16px;
		padding-bottom: 60px;
}

.menu-item {
   display: flex;
       justify-content: space-between;
      
       cursor: pointer;
	   border-radius: 0px;
	    transition: all .2s ease;
		position: relative;
		background: #e6e6e6;
		    border-radius: 16px 4px;
			overflow: hidden;
			
}
.menu-item a{
	padding: 10px 12px;
}
.menu-item:hover{
	background: var(--Bcolor);
	color: #fff;
}
.menu-item.active{
	background: var(--Bcolor);
	color: #fff;
}
.menu-item.active:hover{
	background: var(--Bcolor);
	color: #fff;
}
.submenu {
    list-style-type: none;
        padding: 0;
        margin: 0;
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
		margin-top: 8px;
		background: #fff;
		width: 100%;
}
.submenu li{
	list-style: disc;
	margin: 0 30px 0 20px;
}
.submenu li a{
	display: block;
	    padding: 4px 0;
	    font-size: 14px;
		transition: all .5s ease;
}

.submenu li a:hover {
	color: var(--Bcolor);
	font-weight: bold;
}
.menu .menu-li.hover .menu-item,
.menu .menu-li.active .menu-item{
	background: var(--Bcolor);
	color: #fff;
}
.menu .menu-li.hover .submenu{
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}

.menu .menu-li.active .submenu{
	display: flex;
	flex-wrap: wrap;
	z-index: 0;
}
/* 移动端导航 */
.mMenu{width: 100%; margin-bottom: 30px; }
.menuBox{border-bottom: 1px solid #e3e3e3; position: relative;}
.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: 0; top: 0; text-align: center; color: #333;}
.mMenu .menuList{display: none;}
.menuList li a{height: 48px; line-height: 48px; font-size: 16px; }
.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 {
	    margin-bottom: 16px;
	}
	.wrapper .slide{
		width: 100%;
		    margin: 0;
		    border: 1px solid #ddd;
		    border-radius: 0;
	}
	.wrapper .slide a {
	    padding: 0;
	}
	.menuBox .menuTit {
	    font-size: 16px;
		color: #222222;
		font-weight: bold;
	}
	.mMenu .menuDown {
	    height: 44px;
	    line-height: 44px;
	}
	.main .content h3 {
	    font-size: 20px;
	}
}



















