.productDetailMain{
    padding:80px 0;
    color:#555;
}
.productDetailBanner{
	height:350px;
	overflow: hidden;
}
.listInfo>div span{
    display: inline-block;
    width:8px;
    height:8px;
    background-color: #0e55a0;
    transform: rotate(45deg);
    margin-right:8px;
}
.detailInfoBox{
    padding-left:10px;
}
.detailTitle{
    height:50px;
    line-height: 50px;
    background-color: #0e55a0;
}
.detailTitle h2{
    height:50px;
    line-height:50px;
    color:#fff;
    padding-left:20px;
    font-size:24px;
}
.detailInfoItem{
    margin-top:20px;
}
.detailInfoItem h4{
    line-height: 35px;
}
.detailInfoItem>p{
    text-indent: 28px;
    /*font-family: "宋体";*/
}
.productDetailMain .detailImg{
	height:400px;
	overflow:hidden;
}
.detailImg img{
	height:100%;
}