﻿/*通用样式表*/
/*列表*/
.list {
    overflow: hidden;
}

    .list li {
        width: 230px;
        height: 210px;
        float: left;
        margin-right: 93px;
        margin-bottom: 30px;
    }

        .list li.last {
            margin-right: 0px;
        }

        .list li .item_pic {
            height: 180px;
            overflow: hidden;
            text-align: center;
        }
        /*.list li .item_pic img
{
    position:absolute;
    left:0px;
    bottom:0px;
}*/
        .list li .item_title {
            height: 30px;
            line-height: 30px;
            text-align: center;
            overflow: hidden;
        }
/*文章*/
.Article {
    border: 1px solid #e7e7e7;
    padding: 20px 30px;
    width: auto;
}

    .Article .Article_title {
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #c2281f;
    }

    .Article .Article_time {
        margin-bottom: 10px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: auto;
        border-bottom: 1px dotted #e7e7e7;
        color: #222222;
    }

    .Article .Article_content {
        width: 100%;
        padding-top: 40px;
        height: auto !important;
        min-height: 450px;
        line-height: 28px;
        color: #222222;
        font-size: 14px;
    }

        .Article .Article_content img {
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }
/*文章列表*/
.Articlelist {
    width: 100%;
    font-family: "Microsoft YaHei","宋体",Arial;
    color: #4d4d4d;
}

    .Articlelist li {
        width: 100%;
        height: 150px;
        position: relative;
        overflow: hidden;
        border-bottom: 1px dotted #939393;
        margin-bottom: 30px;
    }

        .Articlelist li .item_left {
            width: 190px;
            height: 170px;
            position: absolute;
            top: 0px;
            left: 0px;
            overflow: hidden;
        }

        .Articlelist li .item_right {
            margin-left: 200px;
            height: 170px;
            overflow: hidden;
        }

        .Articlelist li .Article_tit {
            height: 24px;
            line-height: 24px;
            overflow: hidden;
        }

            .Articlelist li .Article_tit a {
                font-size: 16px;
                color: #b83233;
            }

                .Articlelist li .Article_tit a:hover {
                    color: #ff0000;
                    text-decoration: none;
                }

        .Articlelist li .Article_time {
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            color: #222222;
            font-size: 12px;
            margin-top: 10px;
        }

    .Articlelist .Article_con {
        height: 60px;
        overflow: hidden;
        line-height: 200%;
    }
/*产品详细*/
.Product {
    width: 100%;
    overflow: hidden;
}

    .Product .Product_title {
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        color: #c2281f;
        font-size: 22px;
        font-family: "Miscrosoft YaHei",Airla;
    }

    .Product .product_other {
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-bottom: 1px solid #c9c9c9;
    }

    .Product .Product_pic {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .Product .Product_info {
        width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        text-indent: 30px;
        border-bottom: 1px solid #c9c9c9;
        background: url(../images/assets/main_pro_tit.jpg) left top no-repeat;
        color: #222222;
        margin-bottom: 15px;
    }

.Product_infobox {
    margin-bottom: 15px;
    overflow: hidden;
}

.Product .Product_detail {
    width: 100%;
    margin-bottom: 8px;
    height: 18px;
    line-height: 18px;
    min-height: 18px;
}

.Recom_productshead {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 30px;
    border-bottom: 1px solid #c9c9c9;
    background: url(../images/assets/main_pro_tit.jpg) left top no-repeat;
    color: #222222;
    margin-bottom: 15px;
}

.Recom_productslist {
    width: 100%;
    height: 154px;
    text-align: left;
    overflow: hidden;
}

    .Recom_productslist li {
        float: left;
        display: inline;
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 170px;
        height: 144px;
        text-align: center;
        overflow: hidden;
    }

        .Recom_productslist li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .Recom_productslist li img {
            width: 100%;
            vertical-align: middle;
        }
/*产品详情*/
.product_1 {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    background: no-repeat url(../images/pd_bg.png);
    background-position: 0px 221px;
}

.pl_left {
    width: 48.6%;
    float: left;
}

    .pl_left img {
        width: 100%;
    }

.pl_right {
    width: 48%;
    float: right;
}

    .pl_right em {
        font-size: 1.5vw;
        color: #333333;
        padding-bottom: 10px;
        padding-right: 30px;
        border-bottom: 1px solid #efefef;
        display: inline-block;
        font-family: '思源宋体 CN';
    }

    .pl_right p {
        font-size: 1vw;
        color: #333;
        line-height: 200%;
        margin: 10px 0 20px;
    }

    .pl_right dl dt {
        display: inline-block;
        font-size: 1vw;
        color: #666666;
        line-height: 220%;
    }

    .pl_right dl dd {
        display: inline-block;
        width: 80%;
        font-size: 1vw;
        color: #666666;
        line-height: 220%;
    }

.details {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.details_top {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

    .details_top span {
        width: 120px;
        height: 50px;
        display: block;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #1c466c;
        font-size: 1.1vw;
    }

.details_bottom {
    width: 100%;
    min-height: 300px;
    background: #fff;
}
/*分页*/
#Paging a {
    text-decoration: none;
}

    #Paging a:hover {
        text-decoration: none;
    }

#Paging {
    /*padding: 15px 20px;*/
    color: #ccc;
    text-align: center;
    clear: both;
    padding-top: 30px;
    padding-bottom: 90px;
    overflow: hidden;
    margin: 0 auto;
    height: 30px;
}

    #Paging a {
        display: inline-block;
        color: #8a8282;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border: 1px solid #ddd;
        margin: 0 2px;
        border-radius: 4px;
        vertical-align: middle;
    }

        #Paging a:hover {
            text-decoration: none;
            border: 1px solid #b83233;
            background-color: #b83233;
            color: #fff;
        }

    #Paging span.current {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #fff;
        background-color: #b83233;
        border: 1px solid #b83233;
        border-radius: 4px;
        vertical-align: middle;
    }

    #Paging span.disabled {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        margin: 0 2px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #bfbfbf;
        border-radius: 4px;
        vertical-align: middle;
    }

.VideoContent_wrap .Article_content {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .Article {
        padding: 3% !important;
    }
}
