#example5 .sp-thumbnail-image-container {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
}

#example5 .sp-thumbnail-image {
    height: 100%;
    width: 100%;
}

#example5 .sp-thumbnail-text {
    width: 140px;
    float: right;
    height: 80px;
    padding: 15px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

#example5 .sp-thumbnail-description {
    font-size: 14px;
    color: #333;
}

.Popupyc {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 999;
    top:0px;
    left:0px;
}

.PopupX {
    position: fixed;
    z-index: 9999;
    width: 1200px;
    background: #fff;
    height:500px;
    left: 50%;
    top: 50px;
    margin-left: -600px;
    overflow: hidden;
}

.PopupX .slider-pro {
    float: left;
}

.exampleName {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    bottom: 90px;
    z-index: 99999;
    width: 713px;
}

.exampleA {
    font-size: 14px;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
    display: block;
}

.PopupXR {
    width: 425px;
    padding-top: 35px;
}

.PopupXR .close {
    top: 25px;
    display: block;
    right: 25px;
    background: url('../images/new/icodx.png') 0 -84px no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
}

.PopupXR .name {
    height: 20px;
    line-height: 20px;
    color: #004873;
    font-size: 20px;
    margin-bottom: 10px;
}

.PopupXR .name span {
    padding-right: 14px;
    background: url('../images/new/icodx2.png') center right no-repeat;
}

.PopupXR .name,
.PopupXR .cellDivC {
    margin-left: 40px;

}

.PopupXR .cellDivC {
    font-size: 14px;
    color: #888;
}

.PopupXR .cellDivPl2,
.PopupXR .cellDivPl {
    background: url(../images/new/icodx.png) no-repeat;
}

.PopupXR .cellDivPl2 {
    background-position: 0 -37px;
}

.PopupXR .cellDivFr {
    float: right;
}

.PopupXRDiv {
    background: #eee;
    height: 385px;
    font-size: 14px;
    padding-top: 20px;
}
.PopupXRDivNr{
    clear: both;
    margin: 0px 11px 10px 30px;
    height: 190px;
    overflow: auto;
}
.PopupXRDivNr label{
color: #004873;
}
.PopupXRDivNr li{
    font-size: 16px;
    margin-bottom: 15px;
}
.PopupXRDivNr2{
    overflow: hidden;
    height: 85px;
}
.PopupXRDivNr2D{
    width: 310px;
    margin: 0 10px;
    height: 75px;

}

.PopupXRDivNr2D textarea{
    height: 75px;
    font-size: 14px;
}
.PopupXRDivNr2 .but{
    width: 73px;
    text-align: center;
    height:73px;
    line-height:73px;
    font-size: 14px;
    color: #004873;
    border: 1px solid #004873;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: block;
    float: left;
}

.PopupX,
.Popupyc{
    display: none;
}