body {
    background: url('../img/bg.jpg')top center no-repeat;
    font-family: "Microsoft YaHei";
}

a {
    color: #fff;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 754px;
    margin: 0 auto;
    padding-top: 321px;
    margin-bottom: 315px;
    transform: translateX(-31%);
}

.title img {
    width: 754px;
}

/* 视频 */
.banner_0 {
    width: 1200px;
    height: 681px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.banner_0 img {
    display: none;
}

.videoBG {
    margin: 0 auto;
    width: 1300px;
    height: 782px;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
    background: url('../img/videoBG.png')no-repeat top center;
}

.banner_0 span {
    cursor: pointer;
    width: 65px;
    height: 65px;
    background: url(http://images.china.cn/images1/ch/2017hi/play_btn.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}

.videoBG .videoarea {
    display: none;
}

.videoBG .videoarea,
.videoBG .videoarea video {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
}

#videoSrc {
    display: none;
}

.wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper li {
    margin-bottom: 30px;
}

.wrapper li img {
    width: 582px;
    height: 330px;
}

.wrapper li p {
    width: 582px;
    height: 120px;
    background: #001B42;
    padding: 25px 38px 0 48px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    box-sizing: border-box;
}

.nameList ul {
    width: 100%;
    height: 188px;
    background: rgba(247, 247, 247, .5);
    margin-bottom: 113px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 280px 20px 340px;
    box-sizing: border-box;
}

.nameList li {
    width: 264px;
    font-size: 20px;
    line-height: 25px;
    color: #001B42;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.footer {
    width: 100%;
    min-width: 1300px;
    margin: 0 auto;
    height: 244px;
    background: #001B42;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    padding-top: 90px;
    box-sizing: border-box;
}

@media screen and (max-width:1024px) {

    body {
        background: url('../img/bg.jpg') 33% 0 no-repeat
    }

    .title {
        width: 1300px;
        transform: translateX(4%);
    }

    .wrapper {
        padding: 0 50px;
    }

    .footer {
        width: 1300px;
    }
}