

.container .title {
    width: 100%;
    height: 34px;
}

.container .title img {
    display: block;
    margin: 0 auto;
}

.content{
    width: 1400px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top:48px
}
.content .hd{
    width: 100%;
    height: 765px;
    text-align: center;
    margin-top: 30px;
}
.content .hd .int{
    width: 100%;
    line-height: 26px;
    color: #ffedb0;
    font-family: Source Han Serif CN;
    font-weight:bold;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 50px 0 70px 0;
}