﻿/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	margin: 20px 0px;
	text-align: center;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: 1px solid #1c6dc1;
    background-color: #1c6dc1;
    text-decoration: none;
}

.MvcPagerCtrl a
{
	padding: 5px 10px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #1c6dc1;
}
/*分页控件结束*/

/* 产品分类页 */
.pTypeList
{
    width: 876px;
}
.pTypeList ul
{
    margin: 0 -10px;
}
.pTypeList li
{
    width: 426px;
    float: left;
    margin: 0 10px 25px;
    border: 1px solid #d2d2d2;
}

.pTypeList li .imgBox
{
    width: 356px;
    height: 223px;
    margin: 17px 35px 0;
}
.pTypeList li span
{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.p-detail-title{
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #0062d7;
    font-size: 14px;
    padding: 0 30px;
    margin-top: 20px;
}

.pTypeNews
{
    
}
.pTypeNews .pNews-title
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0062d7;
    color: #fff;
    text-indent: 25px;
}
.pTypeNews .pNews-list
{
    padding: 15px 25px;
    background-color: #f5f5f5;
}
.pTypeNews .pNews-list li
{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #cacaca;
    color: #3c3c3c;
    font-size: 12px;
}
.pTypeNews .pNews-list li span, .pTypeNews .pNews-list li i{ display: block;}
.pTypeNews .pNews-list li span{ width: 690px;}
.pTypeNews .pNews-list li i{width: 90px; text-align: right;}
.pNews-list li i
{
    padding-left: 20px;
}
.pTypeNews .pNews-list li:before
{
    content: ">";
    float: left;
    margin-right: 10px;
}


.innerTitle
{
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    color: #656565;
    margin-bottom: 20px;
}
.innerTitle .main
{
    font-size: 28px;
}

.category
{
    width: 200px;
    float: left;
    min-height: 477px;
    border-right: #959595 solid 1px;
    margin-right: 19px;
}

.category ul
{
    display: block;
    width: 100%;
}

    .category li {
        display: block;
        width: 100%;
        padding: 15px 10px 15px 0;
        border-bottom: #ccc solid 1px;
        box-sizing: border-box;
    }

.category li.level1
{
    font-weight: bold;
}

.category li.level2
{
    text-indent: 2em;
}

.category li.level2 a
{
    font-size: 18px;
}

.category a
{
    color: #959595;
    font-size: 20px;
}

    .category li.on a {
        color: #1c6dc1;
    }

.rightContent
{
    overflow: hidden;
}

.rightContent p
{
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 2px;
    display: block;
}

.rightContent p img
{
    display: inline;
}

.detail img, .newDetail img
{
    max-width: 100%;
    margin: 0 auto;
    }

/*详情*/
.rightContent .detail .title
{
    text-align: center;
    font-size: 25px;
    color: #959595;
    line-height: 40px;
}

.rightContent .detail .pubTime
{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.rightContent .detail .image img
{
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 978px;
}


/*产品列表*/
.rightContent .productList li
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 300px;
}

.rightContent .productList .imgBox
{
    width: 300px;
    height: 185px;
    border: 1px solid #d2d2d2;
}

.rightContent .productList span.title
{
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

/*工程列表*/
.rightContent .projectList li
{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 300px;
}

.rightContent .projectList img
{
    width: 300px;
    height: 185px;
}

.rightContent .projectList span.title
{
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

/*新闻列表*/
.rightContent .newsList li
{
    padding-bottom: 10px;
    border-bottom: 1px dashed #959595;
    margin-bottom: 15px;
    }
.rightContent .newsList .title
{
    font-size: 20px;
    font-weight: bold;
}

.rightContent .newsList .summary
{
    line-height: 25px;
    margin-top: 10px;
    text-indent: 2em;
    overflow: hidden;
    color: #8e8e8e;
}

.rightContent .newsList .pubTime {
	line-height: 25px;
    color: #8e8e8e;
}

.rightContent .newsList .checkMore 
{
    float: right;
}

.rightContent .newsList .image
{
    width: 220px; 
    height: 150px; 
    float: left;
    margin-right: 15px;
    text-indent: 0;
}

.moreBox 
{
    text-align: center;
}

.moreBox a {
    display: inline-block;
    padding: 10px 20px;
    background: #1c6dc1;
    color: #fff;   
}



/*图片列表*/
.picture {
    overflow: hidden;
    margin-top: 30px;
}

    .picture ul {
        margin-left: -5px;
        margin-right: -5px;
        min-height: 456px;
    }

    .picture li {
        float: left;
        width: 290px;
        margin-left: 5px;
        margin-right: 5px;
    }
        .picture li span {
            display: block;
            text-align: center;
            font-size: 14px;
            height: 44px;
            line-height: 44px;
            color: #444;
            overflow: hidden;
        }
        .picture li .scalePic {
            width: 100%;
            height: 260px;
        }
/*证书*/
        .picture-list1 li .scalePic {
            width: 100%;
            height: 260px;
        }


/*相册*/
        .picture-list2 li .scalePic {
            width: 100%;
            height: 165px;
        }

