@charset "utf-8";
/* CSS Document */


/**********产品首页列表页样式************/
.maintest {
    padding: 20px;
}
.MainContent {
    overflow: hidden;
    clear: both;
    text-align: left;
}
.picl {
    margin: 0 0 0 6px;
    width: 935px;
}
.piclItem {
    float: left;
    width: 412px;
    margin: 10px 20px 0px 10px;
    background-color: #f7f7f7;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}
.piclClassImage {
    float: left;
    display: inline;
    margin: 15px 10px;
    padding: 5px;
    border: 1px solid #cccccc;
}
.piclClassInfo {
    float: left;
    width: 190px;
    margin-top: 15px;
}
.piclClassTitle {
    height: 20px;
    line-height: 20px;
}
.piclClassTitle h3 {
	font-size:14px;
	}
.piclClassTop3 {
    margin-top: 3px;
}
.piclClassTop3 li {
    width: 190px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    background: url(../images/dot.jpg) no-repeat left center;
    text-indent: 6px;
}
.piclClassTop3 li a {
    padding-left: 5px;
    font-size: 14px;
}
.piclClassOther {
    width: 180px;
    margin-top: 3px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    background-color: #EEEEEE;
    border: 1px solid #999999;
}



/************产品列表页***************/
.pdListItem {
    height: 164px;
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 18px;
}
.pdImage {
    float: left;
    width: 180px;
    height: 135px;
    margin: 14px 0px 0px 10px;
    border: 1px solid #cccccc;
}
.pdInfo {
    float: right;
    width: 670px;
    height: 115px;
    margin-top: 17px;
    margin-right: 10px;
}
.pdInfo .pdTitle {
    height: 22px;
    line-height: 12px;
}
.pdInfo .pdOverview {
    height: 66px;
    line-height: 22px;
    margin-top: 3px;
}
.prolistmo {
    width: 97px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ccc;
    text-align: center;
    float: right;
    margin-top: 10px;
}
.pdInfo .pdTitle a {
    font-size: 16px;
    font-weight: bold;
    color: #656565;
}




/************分页样式***************/
.PageBar {
    clear: both;
    width: 710px;
    height: 54px;
    margin: 20px auto 10px auto;
    font-size: 12px;
    text-align: center;
}
.PageButtons {
    height: 28px;
}
.PageButtons span {
    color: #ffffff;
    background-color: #FF6C16;
}
.PageButtons span, .PageButtons a {
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    padding: 4px 10px;
}
.PageInfo {
    height: 24px;
    line-height: 24px;
}

/*********新闻列表页**********/
.arList li {
    border-bottom: 1px solid #d5d5d6;
    background: url(../images/newsdot.jpg) no-repeat left 14px;
    margin-bottom: 15px;
    line-height: 26px;
}
.arList .newsl {
    float: left;
    width: 750px;
}
.arList li img {
    width: 107px;
    height: 57px;
    float: left;
    padding-right: 15px;
}
.newsr {
    width: 85px;
    height: 80px;
    float: right;
    background: #e3e3e3;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.newsr h2 {
    font-size: 35px;
    line-height: 32px;
    padding-top: 16px;
}
.arList li h3 {
	font-weight: bold;
	font-size: 18px;
    line-height: 44px;
    color: #272B73;
}

/*********工程案例列表**********/
.pdInfo .pjlistmo {
    margin-top: -10px;
}



