.products .col-md-9{
    background: #fff;
}
.products .phy-map{
    padding: 20px 0 60px 0;
    overflow: hidden;
}
.products .col-md-9{
    padding-bottom: 30px;
}

.products .phy-map .tupian{
    border: 1px solid #f0f0f0;
    overflow: hidden;
    position: relative;
    height: 266px;
}
.products .phy-map .tupian img{
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.products .xzqi{
    padding-top: 7px;
    overflow: hidden;
}
.products .xzqi a{
    position:relative;
    display: block;
    padding: 0 11px;
    height: 37px;
    line-height: 37px;
    float: left;
    border: 1px solid #f0f0f0;
}
.products .xzqi a:hover{
    background: #e71e14;
    border: 1px solid #e71e14;
    color: #fff;
}
.products .xzqi a:hover img{
    display: block;
}
.products .xzqi a img{
    display: none;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
}
.products .phy-map>.col-md-6:nth-of-type(2) h4{
    line-height: 68px;
    font-size: 22px;
    font-weight: 600;
}
.products .phy-map>.col-md-6:nth-of-type(2) div{
    line-height: 24px;
    color: #898989;
}
.products .pro-dap{
    background: #ebebeb;
    line-height: 52px;
    height: 52px;
    padding-left:27px ;
    margin-bottom: 20px;
}


/*----------------------表格--------------------------*/
#content table {
    overflow-x:auto;
    font-size: 9px;
    font-family:'Arial';
    margin: 0 0px 24px 0;
    text-align: center;
    width: 100%;
    vertical-align: top;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    box-sizing: border-box;
}
table .header {
    background-color: #dddddd;
    color: #000000;
    font-weight: bold;
}
#datatable tr{
    border: 1px solid #333333;
}
#datatable tr td{
    vertical-align: middle;
    border: 1px solid #333333;
    text-align: center;
}
#datatable tr:hover{
    background: #e71e14;
}
