.banner{
    position: relative;
    height: 500px;
    padding: 15px 0 16px;
    text-align: center;
}

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

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

.dg-wrapper a {
    width: 100%;
    height: 390px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.dg-wrapper a .pic {
    /* background-size: cover !important; */
}
.dg-wrapper a .pic img{
    width: 100%;
    height: 390px;
    opacity: 0;
}
.dg-wrapper a .info{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 387px;
    height: 390px;
    background: #DA000C;
    box-sizing: border-box;
    padding: 40px 25px 0;
}
.dg-wrapper a.dg-center .pic{
    /* background-size:575px 100% !important; */
}
.dg-wrapper a.dg-center .info{
    opacity: 1;
}
.dg-wrapper a .info h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;
    text-align: left;
    color: #FFF;
    margin-bottom: 20px;
}
.dg-wrapper a .info p{
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #FFF;
}
.dg-wrapper a .info .more{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.dg-wrapper a .info .more span{
    display: inline-block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    color: #FFF;
    position: relative;
    text-indent: 13px;
    text-align: left;
}
.dg-wrapper a .info .more span::after{
    content: "";
    border: 6px solid transparent;
    border-left: 6px solid #FFF;
    position: absolute;
    right: 0;
    top: 8px;
}
.dg-wrapper a:first-child {
    z-index: 2;
}
.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: absolute;
    top: 175px;
    left: 0;
    width: 1200px;
}
.dg-container nav span{
    font-size:45px;
    color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dg-container nav span:hover {
    opacity: 0.8;
}
.dg-container nav span.dg-prev {
    left: 50px;
}
.dg-container nav span.dg-next {
    right: 50px;
    background-position: top right;
    margin-left: 10px;
}

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

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

.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;
}