@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: 40px;}
.main .listTitle{width: 20%;}
.main .content{width: 77%;}
.main .listTitle{border-top: 1px solid #eee;}
.main .listTitle .list{padding: 15px 0; border-bottom: 1px solid #eee;}
.main .listTitle .list .title{color: var(--Bcolor);  font-size: 20px;overflow: hidden; text-overflow: ellipsis; /*white-space: nowrap;*/}
.main .listTitle .listTit{position: relative;}
.main .listTitle .list span { display: block; position: absolute; right: 18px; top: 50%; width: 10px; height: 10px; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.main .listTitle .list span:before{ display: block; content: ''; position: absolute; top: -2px;  left: 50%;  width: 2px; height: 14px; background: #a7a7a7;-webkit-transition: all 0.3s; transition: all 0.3s;  -webkit-transform: translateX(-50%); transform: translateX(-50%);}
.main .listTitle .list span:after{ display: block;  content: ''; position: absolute; top: 50%;  left: -2px; width: 14px; height: 2px; background: #a7a7a7; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.main .listTitle .listBox{display: none;}
.main .listTitle .listBox a{display: block; line-height: 32px; font-size: 16px; color: #666;}
.main .listTitle .active span:before { transform: rotate(90deg);}
.main .listTitle .active{display: block;transition: all 0.3s;}
.content .tit{padding: 0 0 25px;}
.content p.info{font-size: 16px; font-family: "Sansation4"; color: #999; margin-bottom: 35px; line-height: 24px;}
.wrapper{display: flex; align-content: flex-start; flex-wrap: wrap;}
.wrapper .slide{width: 31%; margin: 0 3% 40px 0;box-shadow: 0 0 20px rgba(0,0,0,.05);transition: all .5s ease; }
.wrapper .slide:nth-child(3n){margin-right: 0;}
.wrapper .slide a{width: 100%; background-color: #fff; padding-bottom: 10px;}
.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; color: #333; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all .5s ease; padding: 15px 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;}
.products .txtBox span {font-family: "Sansation4"; width: 100%; height: 40px; line-height: 40px; border: 1px solid #999; border-radius: 40px; display: block; text-align: center; color: #999; font-size: 12px; box-sizing: border-box;}
.wrapper .slide a:hover .proTitle{color: var(--Bcolor);}
.wrapper .slide a:hover span{background-color: var(--Bcolor); border: none; color: #fff;}
/* 移动端导航 */
.hide{display: none;}
.mMenu{width: 100%; margin-bottom: 30px; display: none;}
.menuBox{border-bottom: 1px solid #dfdddd; position: relative;}
.menuBox .menuTit{font-family: 'Sansation1'; font-size: 20px; color: #000; font-weight: 400; 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;}
.menuList li a{height: 48px; line-height: 48px; font-size: 16px; color: #333;}


@media only screen and (max-width: 1600px){
	
}
@media only screen and (max-width: 1200px){
	.wrapper .slide{width: 48%; margin: 0 4% 40px 0;}
	.wrapper .slide:nth-child(2n){margin-right: 0;}
	.wrapper .slide:nth-child(3n){margin-right: 4%;}
}
@media only screen and (max-width: 769px){
	.main .listTitle,.mMenu{display: none;}
	.main .content{width: 100%;}
}