﻿body {
    font-size: 14px;
    color: #141413;
    font-family: 'Microsoft YaHei';
}

/*******首页******/

/*content*/
.mainbody {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}

.part1 {
    overflow: hidden;
}

.titles {
    line-height: 35px;
    font-weight: 600;
    font-size: 15px;
    color: #37393d;
    padding-left: 15px;
    background: url(../images/t_bg.jpg) no-repeat left bottom;
}

.About-us, .News, .Business, .Construction {
    width: 242px;
}

.News {
    margin-left: 11px;
}

.Business {
    margin: 0 10px;
}

.info {
    padding-top: 10px;
	height:272px;
	overflow:hidden;
	position:relative;
}

    .info .img {
        width: 242px;
        height: 120px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .info p.text {
        font-size: 12px;
        color: #37393d;
        /*text-indent: 15px;*/
        line-height: 23px;
        padding: 8px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
		
    }

    .info .more {
        display: block;
        background: url(../images/more.jpg) no-repeat 0 0;
        width: 62px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        font-size: 15px;
	   position:absolute;
	   bottom:0px;right:0px;
    }

    .info .nlist {
        padding: 8px 0;
    }

        .info .nlist li {
            background: url(../images/dian.png) no-repeat left center;
            padding: 3px 0;
        }

            .info .nlist li a {
                display: block;
                font-size: 12px;
                color: #37393d;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                padding-left: 10px;
            }

                .info .nlist li a:hover {
                    color: #2891cf;
                }

     .hov  a:hover {
        color: #2891cf;
    }
/* 焦点图 */
.focusBox {
    float: left;
    position: relative;
    width: 242px;
    height: 120px;
    margin-bottom: 0px;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

    .focusBox .pics img {
        width: 242px;
        height: 120px;
        display: block;
    }

    .focusBox .txt-bg {
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 28px;
        width: 100%;
        background: #333;
        filter: alpha(opacity=30);
        opacity: 0.3;
        overflow: hidden;
    }

    .focusBox .txt {
        position: absolute;
        bottom: 0;
        z-index: 2;
        height: 28px;
        width: 100%;
        overflow: hidden;
    }

        .focusBox .txt li {
            height: 28px;
            line-height: 28px;
            position: absolute;
            bottom: -28px;
        }

            .focusBox .txt li a {
                display: block;
                color: white;
                padding: 0 0 0 10px;
                font-size: 15px;
                font-weight: bold;
                text-decoration: none;
            }

    .focusBox .num {
        position: absolute;
        z-index: 3;
        bottom: 4px;
        right: 4px;
    }

        .focusBox .num li {
            float: left;
            position: relative;
            width: 20px;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            margin-right: 1px;
            cursor: pointer;
        }

            .focusBox .num li a, .focusBox .num li span {
                position: absolute;
                z-index: 2;
                display: block;
                color: white;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                text-decoration: none;
            }

            .focusBox .num li span {
                z-index: 1;
                background: black;
                filter: alpha(opacity=50);
                opacity: 0.5;
            }

            .focusBox .num li.on a, .focusBox .num a:hover {
                background: #2891cf;
            }

.part2 {
    overflow: hidden;
    margin-top: 15px;
}

    .part2 .titles {
        background: url(../images/pt.jpg) no-repeat left center;
        padding-left: 20px;
        margin-bottom: 10px;
    }
/* 图片滚动 */
.picScroll {
    position: relative;
    height: 218px;
    padding: 20px 0 20px 12px;
    background: #f0f1f2;
    margin-bottom: 10px;
    overflow: hidden;
}

    .picScroll ul {
        overflow: hidden;
        zoom: 1;
    }

        .picScroll ul li {
            float: left;
            margin: 0 6px;
            width: 232px;
            overflow: hidden;
            display: inline;
        }

            .picScroll ul li img {
                width: 232px;
                height: 218px;
                max-width: 100%;
            }

.adv {
    overflow: hidden;
    max-height: 320px;
    width: 100%;
}

    .adv img {
        width: 100%;
        display: block;
        vertical-align: top;
        max-width: 100%;
    }

.leftnav {
    width: 220px;
}

    .leftnav h3 {
        line-height: 42px;
        color: #fff;
        background: #2891cf;
        font-size: 15px;
        padding: 0 10px;
    }

    .leftnav em.line {
        border-left: 7px solid #fff;
        padding-right: 8px;
    }

    .leftnav ul {
        border: 1px solid #2891cf;
        border-top: none;
        padding: 5px 0 10px 0;
    }

        .leftnav ul li {
            padding: 7px 0;
            text-align: center;
            border-bottom: 1px dashed #2891cf;
        }

            .leftnav ul li a {
                color: #616162;
                font-size: 15px;
                display: block;
            }

            .leftnav ul li.hover a {
                color: #2891cf;
            }

.rightcon {
    width: 750px;
    overflow: hidden;
    padding-bottom: 10px;
}

.rtitle {
    color: #616162;
    font-size: 15px;
    margin-bottom: 15px;
}

    .rtitle a {
        display: inline-block;
        line-height: 25px;
        color: #616162;
    }

        .rtitle a:hover {
            color: #2891cf;
            text-decoration: underline;
        }

.entry {
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.8em;
    word-wrap: break-word;
}

    .entry p {
        display: inherit;
        margin: 0.1em 0;
        color: #504d4d;
        word-wrap: break-word;
        font-size: 15px;
        font-family: 'Microsoft YaHei';
    }

    .entry img {
        margin: 0 auto;
        max-width: 100%;
    }

.pcon {
    padding-bottom: 15px;
}

.pricfo {
    display: none;
}

.newlist {
    padding-bottom: 10px;
}

    .newlist li {
        border-bottom: 1px dashed #9a9b9c;
        padding: 12px 0;
    }

        .newlist li span.time {
            display: inline-block;
            background: #125da3;
            color: #fff;
            font-size: 15px;
            padding: 21px 20px;
            text-align: center;
        }

            .newlist li span.time b {
                margin-bottom: 8px;
                font-weight: normal;
                display: inline-block;
                font-size: 26px;
            }

.ninfo {
    text-align: left;
    width: 620px;
}

    .ninfo h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

        .ninfo h3 a {
            color: #2c2a2a;
        }

            .ninfo h3 a:hover {
                color: #125da3;
            }

    .ninfo .texts {
        color: #6e6c6c;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 22px;
        word-break: break-all;
    }

.list-auto {
    position: relative;
    display: block;
    overflow: hidden;
    _zoom: 1;
}

.meta {
    margin: 10px 0 0 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

    .meta:after {
        clear: none;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .meta h2 {
        margin: 0;
        padding: 0 0 15px 0;
        color: #3b8dd1;
        font-size: 18px;
        line-height: 30px;
    }

    .meta .meta-info {
        color: #777;
        line-height: 24px;
        font-size: 14px;
    }

        .meta .meta-info span {
            margin-right: 10px;
            padding-left: 20px;
            color: #777;
            font-size: 14px;
        }

.plist {
    width: 778px;
    overflow: hidden;
}

    .plist li {
        float: left;
        margin-bottom: 15px;
        margin-right: 27px;
        width: 232px;
    }

        .plist li img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
            vertical-align: middle;
            height: 180px;
        }

        .plist li span {
            padding: 5px 0;
            color: #616162;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
			white-space:nowrap;
            font-size: 15px;
            display: block;
        }

        .plist li a:hover span {
            color: #2891cf;
        }

.list-img {
    margin: 10px 0;
}

    .list-img .imgs {
        width: 232px;
        cursor: pointer;
    }

        .list-img .imgs img {
            display: block;
            margin: 0 auto;
            vertical-align: middle;
            overflow: hidden;
            max-width: 100%;
            height: 180px;
        }

.lifo {
    width: 480px;
    color: #616162;
}

    .lifo h4 {
        border-bottom: 1px solid #1289ce;
        color: #292828;
        font-size: 15px;
        padding-bottom: 6px;
    }

    .lifo .txt {
        font-size: 15px;
        line-height: 25px;
        text-indent: 20px;
        padding-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        color: #616162;
        word-break: break-all;
    }

.tabs {
    border-bottom: 1px solid #1289ce;
    margin-top: 20px;
    overflow: hidden;
}

    .tabs li {
        width: 135px;
        height: 45px;
        line-height: 50px;
        float: left;
        margin-right: 10px;
        text-align: center;
    }

        .tabs li a {
            font-size: 15px;
            color: #413d3d;
        }

        .tabs li.hover {
            background: url(../images/tab.png) no-repeat center center;
        }

            .tabs li.hover a {
                display: block;
                color: #fff;
                text-align: center;
            }

table {
    margin: 10px 0;
}

    table tr {
        word-wrap: break-word;
		text-align:left;
    }

        table tr td {
            word-wrap: break-word;
            padding: 5px 10px;
            font-size: 14px;
            color: #413d3d;
			text-align:left;
        }
