.real{
        font-size: 14px;
        line-height: 25px;
        color: #666;
        margin: 0;
        float: left;
        background: #fff;
        border-radius: 10px;
        width: 100%;
    }
    .real h3 {
        width: 100%;
        font-size: 16px;
        padding: 10px 0;
        text-align: center;
        border-bottom: 0;
        position: relative;
        padding-left: 0;
        color: #fff;
        background:#e30011;
    }
    .real h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: table;
    clear: both;
    width: 100%;
    border-bottom: 0;
}
    .real ul {
    padding: 0 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}
    .product-inner {
        background: #fff;
        padding: 10px;
        float: left;
        width: 1220px;
        margin-bottom: 15px;
        border-radius: 10px;
        color:#3d3d3d;
    }
    .txt{
        text-indent:20px;
        font-weight:700;
        font-size: 24px;
    }
    .red{
        color:#e30011;
        display: inline-block;
    }
    .product-service{
        background:#e30011;
        color:#fff;
        border:1px solid #e30011;
        width:200px;
        padding: 10px 0;
        margin-top: 10px;
        text-align: center;
    }
    .product-service a{
        color:#fff;
    }
    .product_tel,.product_eml{
        color:#777;
    }
    .product-box,.tab-list{
        width:100%;
    }
    .tab-pro{
        width: 820px;
        float:left;
        margin-top: 50px;
    }
    .product-left{
        width: 600px;
        height: 420px;
        margin: 20px 0;
        float:left;
    }
    .product-right{
        width: 560px;
        height: 420px;
        margin: 20px 0;
        font-size: 16px;
        line-height: 30px;
        float:right;
    }
    .product-left img{
        width: 600px !important;
        height: 420px !important;
        border: 1px solid #DFDFDF;
        margin-bottom: 8px;
    }
    .product-tit,.product-explain{
            border-bottom: 1px solid #dbdbdb;
            padding-bottom: 10px;
            margin-bottom: 10px;
    }
    .product-tit h1{
        padding: 15px 0;
        font-size: 24px;
        font-weight: 600;
        color: #333333;
    }
    .product-info{
        position: relative;
        padding-left: 18px;
        color: #333333;
    }
    .product-info::before {
        content: "·";
        font-size: 60px;
        color: rgb(204, 0, 0);
        position: absolute;
        left: 0px;
        top: 0px;
    }

    /*.tab-list .tab-con{
        display:none;
    }*/
    .tab-tit{}
    .tab-tit ul{list-style:none;display:table;}
    .tab-tit ul li{
        float:left;
        width: 252px;
        line-height:30px;
        padding: 5px 0;
        margin-right:-1px;
        cursor:pointer;
        text-align: center;
        font-size: 16px;
        margin-right: 20px;
        background-color:#000;
        color:white;
    }
    .tab-tit ul li.on{background-color:#e30011;color:white;font-weight:bold;}
    .tab-tit .tab-list{/*border:1px solid #aaccff;*/padding: 30px 10px;}
    .tab-tit .tab-list>div{display:none;}
    .tab-tit .tab-list>div.on{display:block;}
    .tit{
        text-align:right;
    }
    #formList p.error-tip {
        color: #D72502;
        margin-top: 10px;
        display: none;
        text-align: left;
        text-indent: 0;
    }
    .btn{
        background: #e30011;
        color: #fff;
        width: 30%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        border:1px solid #e30011;
    }
    .btn:hover{
        background: #e30011;
        color: #fff;
        border:1px solid #e30011;
    }
    #formList p {
        font-size: 16px;
    }
