.sidebar{margin-top: 60px;width: 330px;display:none;}
.sidebar h3{width: 100%;height: 135px;background: url(../images/pro-bg.jpg)no-repeat center;color: #FFF;font-size: 26px;text-indent: 30px;line-height: 80px;margin-bottom: 2px}
.sidebar .img{margin-bottom: 2px}
.sidebar ul{border:1px #efefef solid;}
.sidebar li{width: 100%;height: 70px;line-height: 70px;position: relative;border-bottom:1px #efefef solid;}
.sidebar li:last-child{border-bottom: 0}
.sidebar li a{font-weight: bold;font-size: 16px;text-indent: 20px;display: block;}
.sidebar li:after{content: '';position: absolute;right: 20px;top: 50%;width: 12px;height: 
12px;display: block;border-bottom: 1px #999 solid;border-right: 1px #999 solid;transform: rotate(-45deg);margin-top: -6px}
.sidebar li.on{background-color: #4183fd;}
.sidebar li.on a{color: #FFF}
.sidebar li.on:after{border-bottom: 1px #FFF solid;border-right: 1px #FFF solid}

@media(max-width:1600px){
   .sidebar{width: 280px} 
}
/*@media(max-width:1024px){*/
/*   .sidebar{width: 220px} */
/*}*/
/*@media(max-width:990px){*/
/*   .sidebar{display: none;} */
/*}*/

.content{margin-top: 60px;width:1280px}
.content h3{border-bottom: 1px solid #efefef;font-size: 16px;padding-bottom: 15px;background: url(../images/icon.jpg)no-repeat left 5px;padding-left: 25px}
.content ul{width: 100%;display: table;}
.content li{margin-right:3.2%;width: calc(24% - 4.4% - 2px);border:1px #efefef solid;padding:1.5%;margin-top: 20px}
.content li:nth-of-type(4n+0){margin-right:0;}
.content li .pic{width: 100%;height: 160px;overflow: hidden;}
.content li:hover .pic{box-shadow: 0px 2px 5px 0px #BBB, 0px 2px 10px 0px #BBB;}
.content li .pic img{width: 100%;}
.content li h4{font-size: 16px;height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 10px;font-weight: normal;}
@media(max-width:1600px){
   /*.content{width:880px} */
}
/*@media(max-width:1024px){*/
/*   .content{width:750px} */
/*   .content li h4{font-size: 14px;}*/
   
/*}*/
/*@media(max-width:990px){*/
/*   .content{width:100%;margin-top: 20px} */
/*}*/
/*@media(max-width:768px){*/
/*	.content li{margin-right:2%;width: calc(50% - 4.4% - 2px);padding:1.5%;margin-top: 20px}*/
/*	.content li:nth-of-type(3n+0){margin-right:2%;}*/
/*	.content li:nth-of-type(2n+0){margin-right:0%;}*/
/*	.content li .pic{height: 140px;}*/
/*}*/
.crumbs{color: #999;font-size: 14px;font-weight: normal;background: url(../images/icon1.jpg)no-repeat left center;padding-left: 20px}
.crumbs a{color: #999}
.crumbs span{color: #4183fd}

/*display: table*/
.details{width: 100%;;margin-top: 20px}
.details img{width:900px;}
.details .img{margin-right:15px;margin-bottom: 5px;display:none;}
.details h2{font-weight: bold;font-size: 18px;margin-bottom: 10px}
.details p{font-size: 14px;color: #444;line-height: 30px;margin-top: 10px;text-indent: 28px;}
/*@media(max-width:414px){*/
/*	.details .img{margin-right:0;margin-bottom: 5px;width: 100%}*/

/*}*/