.pbanner{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
    border-bottom: 3px solid #23a3d0;
}
.psubnav{
	width: 100%;
	height: 140px;
	background: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.psubnav .psubnavlist{
	justify-content: space-around;
}
.psubnav .psubnav-item{
	text-align: center;
	margin-top: 30px;
}
.psubnav .psubnav-item img{
	width: 80px;
	height: 80px;
}
.psubnav .psubnav-item p{
	font-size: 16px;
	color: #fff;
	line-height:22px;
	margin-top: 10px;
}

.pcont .newgoods{
	width: 100%;
	padding-top: 10px;
}
.pcont .newgoods .title{
	font-size: 24px;
	color: #666;
	padding-top: 30px;
	padding-bottom: 30px;
}
.pcont .newgoods .title a{
	    border-bottom: 1px solid #23a3d0;
    padding-bottom: 13px;
}
.pcont .newgoods .pgoodslist{
	width: 100%;
	height: 460px;
}
.pcont .newgoods .pgoodslist .pgoodl{
	width: 600px;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.pcont .newgoods .pgoodslist img{
	width: 100%;
	height: 100%;
	transition: .3s;
}
.pcont .newgoods .pgoodslist .pgoodl:hover img{
	transform: scale(1.2);
}
.pcont .newgoods .pgoodslist  .pgoodr{
	float: left;
	width: 600px;
}
.pcont .newgoods .pgoodslist  .pgoodr > div{
	width: 290px;
	height: 225px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.pcont .newgoods .pgoodslist  .pgoodr > div:hover img{
	transform: scale(1.2);
}
.pcont .newgoods .pgoodslist  .pgoodl a,
.pcont .newgoods .pgoodslist  .pgoodr a{
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: rgba(0,0,0,.4);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}
.pnews{
	width: 100%;
	background: #F9F9FA;
	padding-top: 60px;
	overflow: auto;
	padding-bottom: 30px;
}
.pnews .pactivies{
	width: 600px;
	float: left;
}
.pnews .pmessages{
	width: 600px;
	padding-left: 10px;
	float: left;
}
.pnews .title{
	font-size: 24px;
	color: #333;
	line-height: 33px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px
}
.pnews .title a{
	border-bottom: 1px solid #23a3d0;
	padding-bottom: 13px;
}
.pnews .newlist{
	/*padding-left: 15px;*/
	padding-right: 50px;
}
.pnews .newlist li{
	color: #666;
	/*list-style-type: disc;*/
}
.pnews .newlist li a:hover{
	color: #23a3d0;
    background: url(../image/news_lih.png) no-repeat 8px 5px;
    padding-left: 18px;
    transition: all 0.3s;
}
.pnews .newlist a{
	border-bottom:1px dotted #d0d0d0;
	padding-bottom: 13px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
	  background: url(../image/news_li.png) no-repeat left 5px;
    padding-left: 12px;
}
.pnews .newlist a .subtitle{
	flex: 1;
	max-width: 450px;
}

.pnews .pmessagelist{
	width: 100%;
}
.pnews .pmessagelist .messageitem{
	width: 100%;
	height: 135px;
	background: #fff;
	margin-bottom: 10px;
}
.pnews .pmessagelist .messageitem .messageimg{
	width: 200px;
	min-width: 200px;
	height: 135px;
	overflow: hidden;
}
.pnews .pmessagelist .messageitem .messageinfo{
	padding: 20px;
	flex: 1;
	max-width: 340px;
}
.pnews .pmessagelist .messageitem .messagetitle{
	font-size: 14px;
	
}
.pnews .pmessagelist .messageitem .messageinfo:hover{
	color: #fff;
	background: #61C2D1;
}
.pnews .pmessagelist .messageitem .messagedesc{
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 57px;
	overflow: hidden;
}
.pnews .pmessagelist .messageitem .lookdetail{
	font-size: 12px;
	line-height: 17px;
}
.pnews .pmessagelist .messageitem .lookdetail:hover{
}

.psubnav .psubnav-item{
	text-align: center;
	margin-top: 20px;
}
.psubnav .psubnav-item .item_img{
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: relative;

}
.psubnav .psubnav-item .item_img .imgbg{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: all .3s;

}
.psubnav .psubnav-item:hover .item_img .imgbg{
	background: #61C2D1;
	opacity: .4;
}
.psubnav .psubnav-item:hover p{
	color: #61C2D1;
}
.psubnav .psubnav-item img{
	width: 80px;
	height: 80px;
}