/* CSS Document */
#zjnav{width:95%; height:auto; overflow: hidden;}
#zjnav ul{width:100%; height: auto;}
#zjnav ul li{width:calc((100% - 46px) / 3); height:35px; line-height: 35px; font-size: 1rem; text-align: center; background: #FFF;
	border-radius: 8px; padding-left: 5px; padding-right: 5px; float: left; margin-left: 8px; margin-top: 10px;
	text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
#zjnav ul li:nth-child(3n + 1){margin-left:0px;}
#zjnav ul li a{color:#333333;}
#zjnav ul li.dq{background:#e82100;}
#zjnav ul li.dq a{color:#FFF;}

#pro{width:95%; height:auto; margin-top:0px;}
#pro ul{width:100%; height: auto;}
#pro ul li{width:calc((100% - 8px) / 2); height:auto; float: left; border-radius: 8px; overflow: hidden; margin-top:15px; background: #FFF;}
#pro ul li:nth-child(2n){float:right;}
#pro ul li .pic{width:100%; height:auto; overflow: hidden;}
#pro ul li .pic div{width:1000px; height:100%; position: relative; left:50%; margin-left: -500px; text-align: center;}
#pro ul li .pic div img{height:100%;}
#pro ul li p:nth-last-child(2){width:95%; height:auto; line-height: 25px; font-size:0.8rem; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
	text-align: center; color:#333333; font-weight: bold;padding-top: 5px;}
#pro ul li p:nth-last-child(1){width:95%; height:auto; line-height: 25px; font-size:0.8rem; text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
	text-align: center; color:#666666;padding-bottom: 5px;}
