﻿#cpzs{
    width: 100%;
  /*  height:400px;*/
}
#rbxl { 
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
}


 .rbbox {
    border-bottom: 1px dashed #c0c0c0;
    height: 50px;
    padding: 10px 20px;
    line-height: 40px;
    margin-bottom:20px;
}
   .rbbox p i {
        color: #269ddf;
        font-size: 16px;
        padding: 0 10px;
    }
   .rbbox p {
        font-size: 16px;
        margin-bottom: 0;
    }

 .rbbox p a {
            text-decoration: none;
            color: #333;
        }
 .rbbox p a:hover {
                text-decoration: none;
                color: #269ddf;
            }

 .container > .row .imgbox {
    border:1px dashed #c0c0c0;
    border-radius:10px;
    overflow:hidden;
    margin-bottom:10px;
}


    .container > .row .imgbox img {
        width: 100%;
        height: 100%;
    }

 .imgbox p{
    padding-left:15px;
    width:100%;
    height:30px;
    background-color:#269ddf;
    color:#fff;
    font-size:14px;
    line-height:30px;
    margin-bottom:0;
}
    /* EVA主体*/
#evaxl {
    padding: 20px;
    width: 100%;
    background-color: #eff3f7;
    border-bottom: 1px solid #c0c0c0;
}
        #evaxl > .container > .row .imgbox p {
            background-color: #009999;
        }
/* TPU主体*/
#tpuxl {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
}

#tpuxl > .container > .row .imgbox p {
    background-color: #269ddf;
}

/*  PU主体*/
#puxl {
    padding: 20px;
    width: 100%;
    background-color: #eff3f7;
    border-bottom: 1px solid #c0c0c0;
}

#puxl > .container > .row .imgbox p {
    background-color: #009999;
}
/* TPR主体*/
#tprxl {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
}

    #tprxl > .container > .row .imgbox p {
        background-color: #269ddf;
    }




.xfactive {
            transition: all 0.3s linear;
            box-shadow: 2px 2px 5px #C0C0C0;
        }

    .xfactive:hover {
        transform: scale(1.02, 1.02);
        cursor: pointer;
    }


