
.beidou-shipin{
    width:100%;
}


.beidou-shipin .shipicong{

    max-width: 1200px;
    height: auto;
    margin: 0 auto 10px;
}

.beidou-shipin .shipicong .left {
    position: relative;
    width: 795px;
    height: 505px;
    float: left;
}
.beidou-shipin .shipicong .left li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    transition: all 1s;

}
.beidou-shipin .shipicong .left li .play {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    margin-left: -32.5px;
    margin-top: -32.5px;
}
.beidou-shipin .shipicong .left li p {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}

.beidou-shipin .shipicong .right {
    position: relative;
    width: 375px;
    float: left;
    margin-left: 30px;
}
.beidou-shipin .shipicong .right li .bg1 {
    width: 375px;
    height: 237px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    transition: all 1s;
}
.beidou-shipin .shipicong .right li .bg2 {
    width: 375px;
    height: 237px;
    position: absolute;
    left: 0;
    top: 270px;
    z-index: 20;
    transition: all 1s;
}
.beidou-shipin .shipicong .right li .play1 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 95px;
    z-index: 30;
    /*margin-left: -25px;*/
    /*margin-top: -25px;*/
}
.beidou-shipin .shipicong .right li .play2 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 370px;
    z-index: 30;
    /*margin-left: -25px;*/
    /*margin-top: -25px;*/
}
.beidou-shipin .shipicong .right li .text-content1 {
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.beidou-shipin .shipicong .right li .text-content2 {
    position: absolute;
    top: 470px;
    left: 0;
    z-index: 30;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

