body {
    background: url(bg.png) top center no-repeat;
}

.footer_mobile,
#mobile_footer {
    display: none;
}

.header {
    height: 735px;
}

.header .container {
    width: 1280px;
    position: relative;
}

.header a:nth-of-type(1) {
    position: absolute;
    top: 30px;
    left: 0;
}

.header a:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 30px;
    width: 120px;
    height: 37px;
    background: url(back.png) 15px center no-repeat #fff;
    border-radius: 20px;
    line-height: 35px;
    color: #e4231a;
    text-align: center;
    padding-left: 15px;
}

.zhjj {
    width: 100%;
    background: url(zhjj_bg.png) bottom left no-repeat;
}

.msbz {
    width: 100%;
    background: url(msbz_bg.png) bottom left no-repeat;
}

.lsfz {
    width: 100%;
    background: url(lsfz_bg.png) bottom left no-repeat;
}

.zhjj>.container {
    height: 818px;
}

.msbz>.container {
    height: 918px;
}

.lsfz>.container {
    height: 900px;
}

.msbz>.container .title,
.lsfz>.container .title {
    padding-top: 75px;
}

.content ul {
    margin-top: 60px;
}

.content ul li {
    height: 300px;
    float: left;
    width: 401px;
    margin-right: 38px;
    margin-bottom: 10px;
}

.content ul li:nth-of-type(3n) {
    margin-right: 0;
}

.content ul li img {
    width: 383px;
    height: 216px;
    margin: 9px 0 0 10px;
}

.content ul li span {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
}

.content ul li span>em {
    float: right;
    color: #999;
}

.zhjj>.container .content ul li {
    background: url(zhjj_li_bg.png) top center no-repeat;
}

.msbz>.container .content ul li {
    background: url(msbz_li_bg.png) top center no-repeat;
}

.lsfz>.container .content ul li {
    background: url(lsfz_li_bg.png) top center no-repeat;
}

.zhjj>.container .content ul li span {
    text-align: left;
}

.msbz>.container .content ul li span {
    color: #fff;
    line-height: 60px;
}