﻿#producta {
    width: 100%;
    height: 180px;
    background-image: url('../image/gsjj/backimage.jpg');
    background-position: center center;
}



#producta > .container > .topnavBox {
    margin-top: 40px;
    width: 100%;
    height: 100px;
}
    /*表头部分*/
    #producta > .container > .topnavBox > .topbar {
        font-size: 33px;
        color: #fff;
        border-bottom: 1px dashed #fff;
        padding: 8px 0;
    }

    #producta > .container > .topnavBox > .navbarxx {
        padding: 12px 0;
    }

        #producta > .container > .topnavBox > .navbarxx a {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            padding: 0 8px;
        }

            #producta > .container > .topnavBox > .navbarxx a:hover {
                color: #333;
                text-decoration: none;
            }

        #producta > .container > .topnavBox > .navbarxx i {
            font-size: 16px;
            color: #fff;
        }

        #producta > .container > .topnavBox > .navbarxx span {
            font-size: 16px;
            color: #fff;
        }

        #producta > .container > .topnavBox > .navbarxx i:first-child {
            font-size: 16px;
            color: #eff660;
        }
/*产品展示主体*/
#productb .abox {
   margin-bottom:20px;
}

#productb .panel .headbox {
    display:block;
    width:100%;
    height:50px;
    font-size:18px;
    color:#666;
    background-color:#f5f5f5;
    border:1px solid #c0c0c0;
    text-decoration:none;
    line-height:50px;
}
    #productb .panel .headbox:hover {
        color: #e92322;
        background-color: #333;
    }


#productb > .container > .panel-group > .panel > .panel-collapse > .panel-body > .abox a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom:20px;
}
#productb .abox a:hover {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}


#productb .abox p {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #fff;
    width: 100%;
    height: 40px;    
    padding: 10px;
    margin-bottom: 0px;
}
#productb .abox img {
   width:100%;
   height:100%;
}


.xfactive {
    transition: all 0.3s linear;
    box-shadow: 2px 2px 5px #C0C0C0;
}

    .xfactive:hover {
        transform: scale(1.02, 1.02);
        cursor: pointer;
    }




