﻿

/* 首页公共标题 */
.titleBar {
    border-bottom: #398ecd solid 1px;
    line-height: 36px;
    height: 38px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
}

    .titleBar .title {
        float: left;
        font-size: 18px;
        color: #1e4fb2;
        height: 37px;
        border-bottom: #398ecd solid 4px;
        position: absolute;
        z-index: 1;
        box-sizing: border-box;
    }

    .titleBar .more {
        float: right;
        color: #acacac;
        font-weight: bold;
    }

.titleBar {
    border-bottom: #398ecd solid 1px;
    line-height: 35px;
}


/* 顶部新闻模块 */
.topContainer {
    margin-top: 2px;
    overflow: hidden;
    margin-top: 35px;
}

    .topContainer > div {
        box-sizing: border-box;
    }

    /* 顶部新闻模块 - 左侧 */
    .topContainer .topNewsL {
        float: left;
        width: 470px;
        margin-right: 16px;
        overflow: hidden;
    }

        .topContainer .topNewsL .spokesMan {
            position: relative;
        }

            .topContainer .topNewsL .spokesMan .bd li {
                width: 470px !important;
                height: 280px !important;
                float: left;
            }

                .topContainer .topNewsL .spokesMan .bd li a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .topContainer .topNewsL .spokesMan .bd li img {
                    width: 100%;
                    height: 100%;
                }

            .topContainer .topNewsL .spokesMan .hd {
                position: absolute;
                bottom: 10px;
                left: 0;
                width: 100%;
                text-align: right;
            }

                .topContainer .topNewsL .spokesMan .hd ul {
                    display: inline-block;
                }

                .topContainer .topNewsL .spokesMan .hd li {
                    width: 16px;
                    height: 16px;
                    line-height: 16px;
                    text-align: center;
                    background-color: #fff;
                    margin: 0 5px;
                    float: left;
                }

                    .topContainer .topNewsL .spokesMan .hd li.on {
                        background-color: #0062d7;
                        color: #fff;
                    }

        .topContainer .topNewsL .goodProducts {
            margin-top: 20px;
        }

            .topContainer .topNewsL .goodProducts .goodProductsContent {
                margin-top: 20px;
                height: 138px;
                overflow: hidden;
            }

                .topContainer .topNewsL .goodProducts .goodProductsContent a img {
                    display: inline-block;
                    width: 244px;
                    height: 138px;
                    float: left;
                }

                .topContainer .topNewsL .goodProducts .goodProductsContent a {
                    display: block;
                }

                    .topContainer .topNewsL .goodProducts .goodProductsContent a > div {
                        display: inline-block;
                        width: 226px;
                        float: right;
                        background: #f2f2f2;
                        box-sizing: border-box;
                        padding: 10px;
                    }

                        .topContainer .topNewsL .goodProducts .goodProductsContent a > div h2 {
                            font-size: 15px;
                            color: #4c4c4c;
                            font-weight: bold;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .topContainer .topNewsL .goodProducts .goodProductsContent a > div hr {
                            color: #4d4d4d;
                            width: 44px;
                            height: 1px;
                            background: #4d4d4d;
                            display: block;
                            margin: 10px 0px;
                            border: none;
                        }

                        .topContainer .topNewsL .goodProducts .goodProductsContent a > div span {
                            color: #4c4c4c;
                            line-height: 25px;
                        }

        .topContainer .topNewsL .leftBottom {
            height: 190px;
            margin-top: 20px;
        }

            .topContainer .topNewsL .leftBottom a {
                display: block;
            }

            .topContainer .topNewsL .leftBottom .mingqi {
                width: 285px;
                float: left;
            }

                .topContainer .topNewsL .leftBottom .mingqi img {
                    width: 285px;
                    height: 135px;
                }

            .topContainer .topNewsL .leftBottom .zhuanjia {
                width: 165px;
                float: right;
            }

                .topContainer .topNewsL .leftBottom .zhuanjia img {
                    width: 165px;
                    height: 135px;
                    margin-top: 20px;
                }

        .topContainer .topNewsL .industryWindow {
        }

            .topContainer .topNewsL .industryWindow .list {
                position: relative;
                margin-top: 20px;
            }

                .topContainer .topNewsL .industryWindow .list .bd {
                    height: 135px;
                    width: 100%;
                    overflow: hidden;
                    position: relative;
                    z-index: 0;
                }

                    .topContainer .topNewsL .industryWindow .list .bd li {
                        width: 100%;
                        height: 100%;
                    }

                        .topContainer .topNewsL .industryWindow .list .bd li a {
                            margin-top: 0px;
                        }

                        .topContainer .topNewsL .industryWindow .list .bd li img {
                            width: 100%;
                            height: 100%;
                        }

                .topContainer .topNewsL .industryWindow .list .btn {
                    width: 34px;
                    height: 130px;
                    text-align: center;
                }

                .topContainer .topNewsL .industryWindow .list .prev {
                    background: url("../Images/left-btn.png") no-repeat center center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                }

                .topContainer .topNewsL .industryWindow .list .next {
                    background: url("../Images/right-btn.png") no-repeat center center;
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 1;
                }


    /* 顶部新闻模块 - 中间 */
    .topContainer .topNewsM {
        float: left;
        width: 460px;
        margin-right: 16px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        background: url("../Images/top-news-bg.png") no-repeat top center;
    }

.topNewsM .newsOfRecommended .newsTitle {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    height: 55px;
    overflow: hidden;
}

.topNewsM .newsOfRecommended .newsContent {
    color: #555;
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 6px;
    height: 115px;
}

    .topNewsM .newsOfRecommended .newsContent a {
        color: #555;
    }

.topNewsM .newsList {
    padding-top: 10px;
    border-top: 1px dashed #d2d2d2;
    color: #555;
    font-size: 14px;
    line-height: 30px;
}

    .topNewsM .newsList .listItem {
        width: 430px;
        height: 30px;
        display: block;
        overflow: hidden;
    }

.vedioContainer {
    margin-bottom: 10px;
}

    .vedioContainer .adVideo {
        background-color: #000000;
        width: 280px;
        height: 160px;
        overflow: hidden;
    }

    .vedioContainer .player {
        width: 100%;
        height: 140px;
        overflow: hidden;
        margin-top: 10px;
        padding: 0px;
        background-color: #000;
    }

        .vedioContainer .player video {
            width: 100%;
            height: 100%;
            display: block;
        }

    .vedioContainer .videoIntroduction {
        background-color: #cccccc;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        border-bottom: #2555b4 solid 1px;
        color: #333333;
    }

        .vedioContainer .videoIntroduction a {
            color: #333333;
        }

.videoIntroduction .videoTitle {
    line-height: 28px;
    float: left;
    margin-left: 10px;
}

.videoIntroduction .myVideoAdd {
    line-height: 28px;
    float: right;
    margin-right: 10px;
}

/* 顶部新闻模块 - 右侧 */
.topContainer .topNewsR {
    float: left;
    width: 235px;
    overflow: hidden;
}

.topNewsR .elseNews .itemContainer .newsList a {
    font-size: 14px;
    color: #4c4c4c;
    display: block;
    margin: 5px 0;
}

.topNewsR .elseNews .itemContainer .newsList a:before {
    content: ">";
}

.topNewsR .elseNews .itemContainer {
    margin-top: 10px;
}

.topContainer .topNewsR .items {
    margin-top: 18px;
}



.rebang {
    height: 80px;
    background: url(../Images/top10Title.jpg?v=1) center -7px no-repeat;
    overflow: hidden;
    margin-top: 80px;
}

    .rebang > div {
        text-align: center;
    }

        .rebang > div:nth-child(1) {
            font-size: 40px;
        }

        .rebang > div:nth-child(2) {
            font-size: 14px;
        }

.topTen {
    margin-top: 40px;
    height: 440px;
    overflow: hidden;
}

.slideTxtBox {
    width: 860px;
    height: 100%;
    overflow: hidden;
    text-align: left;
    float: left;
    margin-bottom: 20px;
}

   

      

            

    .slideTxtBox ul {
        padding: 10px;
        zoom: 1;
    }

    .slideTxtBox li {
        height: 41px;
        overflow: hidden;
        line-height: 41px;
        border-bottom: 1px dashed #c8c8c8;
    }

        .slideTxtBox li .date {
            float: right;
            color: #999;
        }

        .slideTxtBox li .left {
            overflow: hidden;
            float: left;
            background: url(../Images/topTenIconFroGray.png) no-repeat 0px 11px;
        }

        .slideTxtBox li.on .left {
            background: url(../Images/topTenIcon.png) no-repeat 0px 11px;
            font-weight: bold;
        }

            .slideTxtBox li.on .left .brandName {
                color: #000;
            }

            .slideTxtBox li.on .left .reason {
                color: #000;
            }

        .slideTxtBox li.on .right {
            color: #000;
        }

        .slideTxtBox li .left .brandName {
            display: inline-block;
            width: 118px;
            color: #8b8b8b;
            margin-left: 35px;
            font-size: 14px;
            font-weight: bold;
            height: 41px;
            overflow: hidden;
        }

        .slideTxtBox li .left .reason {
            color: #8b8b8b;
            font-size: 12px;
            display: inline-block;
            width: 419px;
            height: 41px;
            overflow: hidden;
        }

        .slideTxtBox li .right {
            width: 70px;
            overflow: hidden;
            font-size: 12px;
        }

            .slideTxtBox li .right a {
                color: #8b8b8b;
            }

.topTen .topTenImgAd {
    width: 330px;
    float: right;
    height: 100%;
    overflow: hidden;
}

    .topTen .topTenImgAd ul {
        width: 100%;
        height: 100%;
        display: block;
    }

        .topTen .topTenImgAd ul li {
            width: 100%;
            height: 100%;
            display: block;
        }

    .topTen .topTenImgAd img {
        display: block;
        width: 100%;
        height: 440px;
    }

/* 产品分类页 */
.pTypeList {
    margin-top: 40px;
}

    .pTypeList li {
        width: 31%;
        float: left;
        margin: 0 1% 25px;
        border: 1px solid #d2d2d2;
    }

        .pTypeList li .imgBox {
            width: 100%;
            padding-bottom: 62%;
        }

        .pTypeList li span {
            display: block;
            width: 100%;
            height: 36px;
            line-height: 36px;
            text-align: center;
            padding: 0 10px;
            box-sizing: border-box;
        }


