.pdbanner{
	width: 100%;
	height: 635px;
	background-image: url(../images/pd_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 80px;
}
.line_02{
	width: 1200px;
	height: 1px;
	background-color: #f2f2f2;
	margin:60px auto 0 auto;
}
.newproduct{
	margin-top: 50px;
}
.wuye{
	float: left;
	background-image: url(../images/bg_wuye.jpg);
	width: 550px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
}
.newproduct a {
    overflow: hidden;
    width: 550px;
    height: 160px;
    display: block;
    float: left;
    margin-bottom:20px;
}

    .newproduct a:nth-child(2n) {
        margin-left: 100px;
    }
    .school {
        float: right;
        background-image: url(../images/bg_school.jpg);
        width: 550px;
        height: 160px;
        background-repeat: no-repeat;
        background-position: center;
    }
.newproduct{
	margin-bottom: 30px;
}
.newproduct img{
	float: left;
	margin: 38px 40px 0px 50px;
}
.newproduct h3{
	font-weight: normal;
	font-size: 30px;
	color: #fff;
	margin-top: 38px;
}
.newproduct p{
	margin-top: 20px;
	color: #f2f2f2;
	font-size: 18px;
}

.pd_title{
	border-left: solid 5px #108ee9;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	margin-top: 40px;
}
.pdlist ul{
	width: 1220px;
	overflow: hidden;
}
.pdlist li{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 283px;
	height: 80px;
	border: solid 1px #cbcbcb;
}
.pdlist li:hover{
	border: solid 1px #f79021;
	/*box-shadow: 0px 5px 10px #feeedc;*/
}
.pdlist li:hover h3{
	color: #f79021;
}
.pdlist li img{
	float: left;
	width: 42px;
	height: 42px;
	margin: 20px 30px 0 30px;
}
.pdlist li h3{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	margin-top: 18px;
}
.pdlist li p{
	color: #919191;
	font-size: 12px;
	margin-top: 7px;
}

