﻿.gallery
{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.sechonor li
{
    width: 205px;
    margin-left: 13px;
    margin-right: 14px;
    margin-bottom: 10px;
    float: left;
}
.sechonor li img
{
    width: 195px;
    height: 257px;
    overflow: hidden;
    border: 5px solid #dbdbdb;
}
.sechonor li p
{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.secpro li
{
    float: left;
    width: 273px;
    padding: 5px;
    margin-left: 12px;
    margin-right: 13px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
}
.secpro li img
{
    width: 273px;
    height: 205px;
    overflow: hidden;
}
.secpro li p
{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
#zoom
{
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content
{
    z-index: 99991;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #fff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -20px 20px 20px rgba(0,0,0,.3);
    border-radius: 4px;
}
#zoom .content.loading
{
    background-image: url('/images/sec/loading.gif');
}
#zoom img
{
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    border-radius: 4px;
}
#zoom .close
{
    z-index: 99993;
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 49px;
    cursor: pointer;
    background: transparent url('../image/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}
#zoom .previous, #zoom .next
{
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}
#zoom .previous
{
    left: 0;
    background: url('../image/arrows.png') no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}
#zoom .next
{
    right: 0;
    background: url('../image/arrows.png') no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}
#zoom .close:hover
{
    background-color: #da4f49;
}
#zoom .previous:hover, #zoom .next:hover
{
    background-color: #08c;
}