﻿/*通用样式表*/
/*列表*/
.list
{
    overflow: hidden;
}
.list li
{
    width: 380px;
    height: 350px;
    float: left;
    margin-right: 30px;
    margin-bottom:30px;
}
.list li.last
{
    margin-right:0px;
}
.list li .item_pic
{
    height: 300px;
    overflow: hidden;
    text-align:center;
    background-color:#fff;
}
/*.list li .item_pic img
{
    position:absolute;
    left:0px;
    bottom:0px;
}*/
.list li .item_title
{
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow:hidden;
}
/*文章*/
.Article
{
    width: 100%;
}
.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: 30px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    border-bottom: 1px dotted #222222;
    color: #222222;
}
.Article .Article_content
{
    width: 100%;
    padding-top:10px;
    height: auto !important;
    min-height: 450px;
    line-height: 28px;
    color: #222222;
    font-size: 14px;
}
/*文章列表*/
.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;
}
/*分页*/
#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;
    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 #a2192b;
    background-color: #a2192b;
    color: #fff;
}
#Paging span.current
{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #a2192b;
    border: 1px solid #a2192b;
    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;
}
/*通用咨询*/
.btnbar {
    margin-top: 15px;
    display: block;
    text-align: center;
}

.btnbar .detailsbtn,
.btnbar .openformbtn,
.openformbtn {
    padding: 8px 30px;
    background-color: #a61b29;
    color: #fff;
}

.btnbar .openformbtn {
    margin-left: 10px;
}

.ml40 {
    margin-left: 40px;
}

.layui-layer-setwin .layui-layer-close {
    background-position: 0px -39px;
}

#add-main .layui-btn, #add-main .layui-btn-primary:hover {
    background: #a61b29;
    color: #fff;
    border-color: #a61b29;
}

.layui-btn-primary, .layui-btn-primary:hover {
    border-color: #a61b29;
}

.pro_show_btn {
    margin-left: 40px;
    padding: 7px 30px;
}

.layui-layer-title {
    text-align: left;
}

.product_dec .openformbtn {
    color: #fff;
}