.container {
    width: 100%;
    height: 1962px;
    overflow: hidden;
    margin: 0 auto;
    background: url('../img/pro1/bg.jpg') no-repeat;
}

.container .slideLeft {
    width: 298px;
    height: 350px;
    position: absolute;
    left: 70px;
    top: 1055px;
    background: url('../img/pro1/slideLeft.png') no-repeat;
}

.container .slideLeft img {
    width: 106px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-top: 106px;
}

.container .slideLeft span {
    display: inline-block;
    width: 100%;
    height: 90px;
    color: #b31c1e;
    font-size: 14px;
    text-align: center;
    display: none;
    line-height: 17px;
    margin-top: 106px;
}

.container .slideLeft:hover img {
    display: none;
}

.container .slideLeft:hover span {
    display: block;
}

.container .slideLeft .lq {
    width: 183px;
    height: 63px;
    display: block;
    margin: 0 auto;
}

.container .slideLeft .lq1 {
    background: url('../img/pro1/lq1.png') no-repeat;
}

.container .slideLeft .lq2 {
    background: url('../img/pro1/lq2.png') no-repeat;
}

.container .slideLeft .lq3 {
    background: url('../img/pro1/lq3.png') no-repeat;
}

.content .hd1 {
    width: 100%;
    height: 575px;
    text-align: center;
}

.content .hd1 .step {
    width: 445px;
    height: 515px;
    display: inline-table;
    margin: 70px 70px 20px 70px;
}

.content .hd1 .imgBox {
    width: 443px;
    height: 379px;
    border: 1px solid #fff;
    overflow: hidden;
}

.content .hd1 .imgBox img {
    width: 443px;
    height: 379px;
    display: block;
}

.content .hd1 .step .smallTitle {
    display: block;
    margin: 15px 0;
}

.content .hd1 .step span {
    width: 100%;
    display: block;
    color: #9a2d0e;
    font-family: "Source Han Serif SC", serif;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 25px;
}

.content .hd1 p {
    line-height: 25px;
    color: #9a2d0e;
    font-family: "Source Han Serif SC", serif;
    text-align: left;
    margin: 15px 150px;
    font-weight: bold;
}

.content .hd1 p em {
    font-size: 18px;
    color: #9a2d0e;
}