.proBans,
.pb2 {
    width: 1200px;
    position: relative;
    height: 360px;
    margin: 0 auto;
    text-align: center;
}

.dg-container {
    position: relative;
    width: 100%;
    height: 360px;
}

.dg-wrapper {
    width: 450px;
    height: 360px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 100%;
    height: 360px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.dgMb{
    width: 100%;
    height: 100%;
    position: relative;
}
.dgMb p{
    width: 444px;
    height: 40px;
    background-image: url("../images/pMbs.png");
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    line-height: 40px;
    margin: auto;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.dg-wrapper a:first-child {
    z-index: 2;
}

.dg-wrapper a img {
    display: block;
    /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);*/
    border-radius: 4px;
    width: 100%;
    height: 360px;
    background: #fff;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a.dg-transition-fast {
    transition: all 0.2s ease-in-out;
}

.dg-container nav {
    display: block;
    position: relative;
}

.dg-prev,.dg-next{
    width: 25px;
    height: 55px;
    color: #c8a27e;
    cursor: pointer;
    display: block;
    font-family: "宋体";
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    z-index: 9999999;
    top: -220px;
}
.dg-prev{
    left: 0;
}
.dg-next{
    right: 0;
}

.dg-container #lightButton2 {
    bottom: 20px;
}

.dg-container .button {
     position: relative;
     z-index: 5;
 }

.dg-container .button li {
    cursor: pointer;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.dg-container .button .light {
    background: #01BDFF;
}

.dg-center .dgMb{
    height: 360px;
    box-sizing: border-box!important;
    border: 4px solid #d8c192;
    overflow: hidden;
}
.dg-center .dgMb img{
    height: 100%;
}
.dg-center .dgMb p{
    opacity: 1;
    bottom: 0;
}