.style1
{
    text-align: center;
    overflow: auto;
    /*width:100%;*/
    height:200px;
    background-color: rgba(173, 216, 230, 0);
    border-radius:5px;
    margin-left: 30px;
    /*margin-right: 30px;*/
    /*float: left;*/
}
.style0
{
    text-align: center;
    overflow: auto;
    height:140px;
    background-color: rgba(0, 202, 255, 0);
    background-image: url(/image/banner.png);
    border-radius:5px;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*float: left;*/
}
.style2
{

    text-align: center;
    height:630px;
    padding: 10px;
    background-color: rgba(254, 253, 255, 0);
    border-radius:5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    OVERFLOW-Y: auto;
    /*float: left;*/
}
.style2_1
{
    /*border: 4px solid;*/
    /*border-color: rgba(10, 120, 255, 0.64);*/
    padding-top: 5px;
    text-align: center;
    overflow: auto;
    /*width:100%;*/
    height:200px;
    background-color: rgba(7, 165, 255, 0);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius:5px
    /*float: left;*/
}
.style2_1_cp
{
    padding-top: 5px;
    text-align: center;
    overflow: auto;
    /*width:100%;*/
    height:100px;
    background-color: rgba(109, 149, 214, 0);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius:5px
    /*float: left;*/
}
.style2_1_1
{
    text-align: center;
    overflow: auto;
    height: 90%;
    width:10%;
    background-color: rgba(43, 144, 255, 0.35);
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
}
.stylee2_1_2
{
    text-align: center;
    /*overflow: auto;*/
    height: 80%;
    width:80%;
    background-color: rgba(5, 153, 255, 0);
    margin-top: 8px;
    /*margin-bottom: 2px;*/
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
}
.style2_1_2_cp
{
    display: none;
    text-align: center;
    /*overflow: auto;*/
    height:180px;
    width:1300px;
    background-color: rgba(26, 120, 217, 0.07);
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
}
.style2_1_3
{
    /*padding-top: 100px;*/
    text-align: center;
    height: 30%;
    width:5%;
    vertical-align: top;
    /*background-color: rgba(214, 13, 0, 0.27);*/
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
    /*align-content: center;*/

}
.style2_1_2_1
{
    padding-top: 5px;
    padding-left: 5px;
    text-align: center;
    /*overflow: auto;*/
    height: 100%;
    width:30%;
    background-color: rgba(32, 150, 255, 0.22);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
}
.style2_1_2_2
{
    text-align: center;
    overflow: hidden;
    height: 100%;
    width:100%;
    margin-top: 8px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius:5px;
    float: left;
}
.style3
{
    text-align: center;
    overflow: auto;
    width:100%;
    height:80px;
    background-color: lightblue;
    border-radius:5px;
    position:absolute;
    bottom:0;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
    /*float: left;*/
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 87, 139, 0.05);
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=88);
}
.white_content {
    font-family: "Courier New", Consolas, Monaco, monospace;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 75%;
    height: 75%;
    padding: 20px;
    /*border: 10px solid rgba(212, 120, 115, 0.65);*/
    background-color: rgba(248, 255, 253, 255);
    z-index:1002;
    overflow: auto;
    border-radius: 5px;
}
.imgg:hover{
    opacity:0.5;
    filter(alpha=10);
    cursor:pointer
}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 50px;} /* 必须使用和footer相同的高度 */
#footer {position: relative;
margin-top: -50px; /* footer高度的负值 */
height: 50px;
clear:both;}

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
