* {
    margin: 0;
    padding: 0;
}


.logo {
    text-align: center;
    background: url('../images/logo_bg.jpg') repeat-x;
    width: 100%;
    height: 103px;
}

.cent {
    margin: 40px auto 0;
    width: 1200px;
}

.bk1 {
    display: flex;
    text-align: justify;
}

.bk1-left {
    box-shadow: 0px 0px 10px 6px #e3e3e3;
    border-radius: 5px;
    margin-right: 40px;
}

.bk1-right-zx {
    margin: 33px 0 0;
    text-align: center;
}

.bk1-right-zx a {
    display: inline-block;
}

.bk1-right-zx a:nth-of-type(1) {
    margin-right: 33px;
}

.bk2 {
    margin: 55px auto 0;
    display: flex;
    text-align: justify;
    background: #efefef;
    padding: 50px 30px;
}

.bk2-left {
    margin-right: 30px;
}


.bk2-right li {
    background: #f4e5d1;
    width: 290px;
    height: 70px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 25px;
}

.bk2-right li:nth-of-type(3n-1) {
    margin: 0 25px;
}

.bk2-right li div {
    display: inline-block
}

.bk2-right li div:nth-of-type(1) {
    padding: 15px 15px 15px 40px;
    display: inline-block
}

.bk2-right li div:nth-of-type(1) img {
    vertical-align: middle;
}

.bk2-right li div:nth-of-type(2) {
    font-size: 22px;
    line-height: 33px;
    vertical-align: middle;
    color: #333333;
}

.bk2-right-btn {
    text-align: center;
}

.foot {
    background: #a05f04;
    width: 100%;
    height: 227px;
    margin-top: 66px;
    overflow: hidden;
}

.foot-btmlogo {
    text-align: center;
    margin-top: 40px;
}

.foot-span {
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #fff8ef;
}