﻿.piccontext {
    width: 438px;
    border: 1px solid #e4e4e4;
    background: white;
    overflow: hidden;
}

.picshow {
    width: 100%;
    /*overflow: hidden;*/
}

.picshowtop {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 5px;
    z-index: 1;
    /*overflow: hidden;*/
}

.picshowtop>a {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
}

.picshowtop>a>img {
    margin: auto;
}

#pic1 {
    max-width: 472px;
    height: 287px;
}

#preArrow {
    z-index: 1;
    left: 0px;
}

#nextArrow {
    z-index: 1;
    right: 0px;
}

.contextDiv {
    cursor: pointer;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0px;
    z-index: 5;
}

.contextDiv span {
    position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 46px;
    height: 80px;
}

#preArrow_A {
    left: 0px;
    background: url('../images/left.html') 0px 0px no-repeat;
    display: none;
}

#nextArrow_A {
    right: 0px;
    background: url('../images/right.html') 0px 0px no-repeat;
    display: none;
}

.picshowtxt {
    width: 950px;
    min-height: 40px;
    _height: 40px;
    margin-top: 20px;
}

.picshowtxt_left {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.picshowtxt_left span {
    color: #e55656;
    font-size: 30px;
}

.picshowtxt_left i {
    color: #666666;
    font-size: 20px;
}

.picshowtxt_right {
    float: left;
    margin-left: 10px;
    display: inline;
    line-height: 23px;
    color: #666666;
    font-size: 14px;
    width: 880px;
    font-family: "宋体";
}

.picshowlist {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}

.picshowlist_left {
    float: left;
    width: 120px;
    overflow: hidden;
    overflow: hidden;
}

.picleftimg {
    width: 120px;
    height: 80px;
    background: url('../images/photo.html') no-repeat;
    padding-top: 9px;
    padding-left: 5px;
    overflow: hidden;
}

.picleftimg img {
    width: 106px;
    height: 66px;
}

.piclefttxt {
    width: 120px;
    line-height: 20px;
    font-family: "宋体";
}

.piclefttxt a {
    color: #444444;
}

.piclefttxt a:hover {
    color: #ff5d11;
    text-decoration: underline;
}

.picshowlist_mid {
    float: left;
    width: 100%;
    display: inline;
    overflow: hidden;
    height: 76px;
}

.picmidleft {
    float: left;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidleft a {
    display: block;
    width: 24px;
    height: 76px;
}

.picmidmid {
    float: left;
    width: 386px;
    overflow: hidden;
    height: 76px;
    padding-left: 2px;
}

.picmidmid ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 76px;
}

.picmidmid ul li {
    float: left;
    margin-left: 5px;
    display: inline;
    width: 90px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 76px;
}

.picmidmid ul li img {
    max-width: 90px;
    height: 76px;
}

.selectpic {
    border: 3px solid #cacaca;
    height: 75px !important;
}

.picmidright {
    float: right;
    width: 24px;
    height: 76px;
    overflow: hidden;
}

.picmidright a {
    display: block;
    width: 24px;
    height: 76px;
}

.picshowlist_right {
    float: left;
    width: 120px;
    float: right;
    overflow: hidden;
}

.firsttop {
    width: 600px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}

.endtop {
    width: 600px;
    padding: 20px;
    background: #1C1C1C;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 1200;
    color: White;
    display: none;
}