@charset "utf-8";
/* CSS Document */

#casesContainer
{
    width: auto;
    background-color: #000;
}

#casesContainer .columnBase
{
    display: none;
}

#casesContainer .column
{
    display:inline;
    float: left;
    width: auto;
}

#casesContainer .column .casesPanel
{
    position: relative;
    width: 400px;
    height: 300px;
    overflow: hidden;
}

#casesContainer .column .casesPanel .delayImage
{
    display: none;
}

#casesContainer .column .casesPanel .black
{
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
    opacity: 0.8;
    display: none;
}

#casesContainer .column .casesPanel .imageGroup
{
    display: none;
}

#casesContainer .column .casesPanel
{
    cursor: pointer;
}

#casesContainer .column .casesPanel .detail
{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    opacity: 0;
}

#casesContainer .column .casesPanel .detail .title
{
    margin-top: 30px;
    margin-left: 25px;

    font-size: 14px;
    color: #aa0d01;
}

#casesContainer .column .casesPanel .detail .date
{
    margin-top: 3px;
    margin-left: 25px;
    font-size: 12px;
}

#casesContainer .column .casesPanel .detail .intro
{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #5c5c5c;
}

#casesContainer .column .casesPanel .detail .fullIntro
{
    display: none;
}

#casesContainer .column .casesPanel .detail .linkBtn
{
    float: left;
    margin-top: 35px;
    margin-left: 25px;
    width:90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background-color: #000;
}

#casesContainer .column .casesPanel .detail .linkBtn:hover
{
    background-color: #aa0d01;
}

#casesContainer .column .casesPanel .detail .link
{
    float: left;
    display: block;
    margin-left: 35px;
    margin-top: 35px;
    padding-left: 25px;
    width:65px;
    height: 30px;
    line-height: 30px;
    font-family: "Arial";
    text-decoration: none;
    color: #FFF;
    background-color: #000;
    background-image: url("../images/linkIcon.png");
    background-repeat: no-repeat;
    background-position: 54px 6px;
    cursor: pointer;
}

#casesContainer .column .casesPanel .detail .link:hover
{
    background-color: #aa0d01;
}

.casesDetailBase
{
    display: none;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 900px;
    /*_left: expression(documentElement.scrollLeft - 5 + "px");*/
}

.casesDetailBase .imagePanelBase
{
    display: none;
}

.casesDetail
{
    float: left;
    height: 100%;
}

.casesDetail
{
    position: relative;
    background-color: #FFFFFF;
    height: 100%;
    width: 0px;
    overflow: hidden;
}

.casesDetail .detailPanel
{
    position: absolute;
    width: 400px;
    height: auto;
    background-color: #FFFFFF;
    z-index: 10;
}

.casesDetail .detailPanel .detail .title
{
    margin-top: 30px;
    margin-left: 25px;
    font-size: 14px;
    color: #aa0d01;
}

.casesDetail .detailPanel .detail .date
{
    margin-top: 3px;
    margin-left: 25px;
    font-size: 12px;
}

.casesDetail .detailPanel .detail .intro
{
    display: none;
}

.casesDetail .detailPanel .detail .fullIntro
{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
    line-height: 23px;
    font-size: 12px;
    color: #5c5c5c;
}

.casesDetail .detailPanel .detail .linkBtn
{
    display: none;
}

.casesDetail .detailPanel .detail .link
{
    display: block;
    margin-left: 25px;
    margin-top:35px;
    padding-left: 25px;
    width:65px;
    height: 30px;
    line-height: 30px;
    font-family: "Arial";
    text-decoration: none;
    color: #FFF;
    background-color: #000;
    background-image: url("../images/linkIcon.png");
    background-repeat: no-repeat;
    background-position: 54px 6px;
    cursor: pointer;
}

.casesDetail .detailPanel .detail .link:hover
{
    background-color: #aa0d01;
}

.casesDetail .imageContainer
{
    position: relative;
    top:50%;
    margin-top: -220px;
    margin-left: 100px;
    margin-right: 450px;
    display: none;
	overflow: hidden;
}

.casesDetail .imageContainer .imageBase
{
    display: none;
}


.casesDetail .imageContainer .image
{
    position: relative;
    float: left;
    margin-right: 10px;
    width: auto;
    height: 500px;
    background-color: #818181;
    background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.casesDetail .imageContainer .image .icon
{
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -18px;
    margin-top: -18px;
    display: none;
}

.casesDetail .imageContainer .image .delayImage
{
    display: none;
}

.casesDetail .caseTitle
{
    position: absolute;
    margin-top: -283px;
    left: 100px;
    top:50%;
    font-size: 36px;
    font-weight: bold;
}

.casesDetail .sharePanel
{
    position: absolute;
    /*position: fixed;*/
    margin-top: -283px;
    right: 460px;
    top:50%;
}

/*=============================*/
.casesDetail .sharePanel .s
{
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #FFFFFF;
    background-image: url("../images/share_icon.png");
    background-repeat: no-repeat;
}

.casesDetail .sharePanel .s1
{
    background-position: 0 0;
}

.casesDetail .sharePanel .s1:hover
{
    background-position: 0 -40px;
    background-color: #aa0d01;
}

.casesDetail .sharePanel .s2
{
    background-position: -40px 0;
}

.casesDetail .sharePanel .s2:hover
{
    background-position: -40px -40px;
    background-color: #aa0d01;
}

.casesDetail .sharePanel .s3
{
    background-position: -80px 0;
}

.casesDetail .sharePanel .s3:hover
{
    background-position: -80px -40px;
    background-color: #aa0d01;
}

.casesDetail .sharePanel .s4
{
    background-position: -120px 0;
}

.casesDetail .sharePanel .s4:hover
{
    background-position: -120px -40px;
    background-color: #aa0d01;
}
/*=============================*/

.casesDetail .sharePanel .close
{
    float: left;
    width: 100px;
    height: 40px;
    background-color: #000000;
    background-image: url("../images/cases_back.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.casesDetail .sharePanel .close:hover
{
    background-color: #aa0d01;
}
