.porNav {
	height: 108px;
	position: relative;
	top: 0;
	background: #ccc;
}
.porNavN {
	/*background: url(../images/line2.jpg) repeat-x center top;*/
	padding-top: 3px;
}
.porNav .wp {
	position: relative;
}
.porNav .imglist {
	height: 105px;
	position: relative;
	width: 942px;
	overflow: hidden;
}
.porNav ul {
	position: absolute;
	height: 95px;
	left: 0px;
	top: 0px;
	padding-top: 10px;
}
.porNav li {
	padding-top: 16px;
	float: left;
	position: relative;
	width: 132px;
}
.porNav li span {
	position: absolute;
	display: block;
	background: url(../images/sj2.png) no-repeat;
	width: 13px;
	height: 7px;
	bottom: -7px;
	left: 50%;
	margin-left: -13px;
	display: none;
}
.porNav li .img {
	width: 115px;
	/*background-color: #fff;*/
	height: 63px;
	border-radius: 5px;
	behavior: url(../images/pie.htc);
	float: left;
	margin-right: 17px;
}
.porNav li img {
	width: 100px;
	height: 44px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}
.porNav li.over {
}
.porNav li.over .img {
}
.porNav li.over .img img {
}
.porNav li.over span {
}
.porNav li.hover {
	padding-top: 0px;
	width: 166px;
}
.porNav li.hover .img {
	width: 150px;
	height: 84px;
}
.porNav li.hover .img img {
	width: 135px;
	height: 60px;
}
.porNav li.hover span {
	display: none;
}
.porNav .prev {
	cursor: pointer;
	background: url(../images/prev.png) no-repeat;
	width: 11px;
	height: 23px;
	position: absolute;
	left: 0px;
	top: 48px;
}
.porNav .next {
	cursor: pointer;
	background: url(../images/next.png) no-repeat;
	width: 11px;
	height: 23px;
	position: absolute;
	right: 0px;
	top: 48px;
}
.porNav .imglist {
	margin-left: 30px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.wp {
	width: 1000px;
	margin: 0 auto;
}
.productlist {
      display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.productlist .zuo {
	width: 270px;
}
.productlist .you {
	width: 870px;
}
.mc {
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 55px;
	background-color: #20aae5;
	color: #fff;
	text-indent: 1rem;
}
.mc p {
	border-bottom: 1px solid #20aae5;
}
.erji ul li a {
	color: #000;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	width: 100%;
	display: block;
	line-height: 50px;
	text-indent: 1rem;
	text-decoration: none;
}
.erji ul li a:hover {
	background-color: #20aae5;
	color: #fff
}

.prolist {    margin-top: 30px;}
.prolist ul {    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.prolist ul li {     width: 275px;
    text-align: center;
    margin-bottom: 17px;}
.prolist ul li img {    width: 100%;
    height: 210px;
    border: 1px solid #ccc;}
    
  .prolist ul li a p  {font-size: 15px;
    margin-top: 15px;}
    
    .on {background-color: #20aae5; color: #fff !important}
    
    
    
    
    
    .fenye ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.fenye ul.pagination li {display: inline;}

.fenye ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.fenye ul.pagination li a.active {
    background-color: #20aae5;
    color: white;
    border: 1px solid #20aae5;
}

.fenye ul.pagination li a:hover:not(.active) {background-color: #20aae5; color:#fff}

.fenye {    text-align: center;}