@charset "UTF-8";
body {
    position: relative;
}


/* 焦点图 */

section img {
    width: 100%;
    height: 718px;
}


/* 主要内容 */

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}


/* 开始 */

.hd,
.ct,
.end {
    position: relative;
    width: 100%;
    height: 350px;
    text-align: center;
    padding: 50px;
    border-bottom: 1px solid #ccc;
}

.wz1 {
    color: #B2B2B2;
}

.wz2 {
    margin-top: 50px;
}

.icon img {
    position: absolute;
    bottom: 70px;
    left: 640px;
}


/* 中间 */

.ct_li li {
    width: 30%;
    float: left;
    margin: 40px 20px 0;
}

.ct_li li img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
}


/* 最后 */

.end {
    height: 500px;
}

.img_left {
    width: 60%;
    margin-top: 40px;
    float: left;
}

.img_left img {
    width: 33.33%;
    height: 200px;
    float: left;
}

.img_right {
    position: relative;
    width: 40%;
    float: left;
    height: 400px;
    margin-top: 40px;
    background-color: #DCD455;
}

.wh {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 50px auto 0;
    color: #fff;
}

.wz3 {
    width: 70%;
    height: 150px;
    margin: 50px auto;
    text-align: left;
    padding: 20px 40px;
    color: #fff;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffff;
}

audio {
    position: absolute;
    bottom: 17px;
    left: 110px;
    width: 259px;
    height: 30px;
    border: 0;
    outline: none;
}