/* 头部 */

header {
    width: 100%;
    height: 549px;
    background: url(./header-bj.png) no-repeat center;
}

.header-top {
    width: 100%;
    height: 70px;
    padding-top: 30px;
}

.logo {
    width: 480px;
    height: 70px;
    float: left;
}

.shouye {
    width: 115px;
    height: 40px;
    margin-top: 15px;
    float: right;
}

.shouye a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}


/* 内容 */

.content {
    width: 100%;
    padding: 10px 0px 50px;
    margin-top: -100px;
}

.daoyu {
    height: 179px;
    font-size: 20px;
    color: #2659c7;
    line-height: 38px;
    text-indent: 2em;
    background: url(./daoyu.png) no-repeat center;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: justify;
    padding-top: 30px;
}

.szf,
.tgdw,
.qxq {
    width: 1200px;
}

.tgdw {
    margin-bottom: 40px;
}

.title {
    width: 1200px;
    height: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.qxq .title {
    margin-top: 38px;
}

.lanmu {
    width: 1200px;
}

.lanmu ul {
    display: block;
}

.lanmu ul li {
    display: block;
    width: 224px;
    height: 64px;
    margin: 10px 20px 10px 0px;
    float: left;
    text-align: center;
    background: url(./button2.png) no-repeat center;
}

.lanmu ul li:nth-of-type(5n) {
    margin-right: 0px;
}

.lanmu ul li a {
    display: inline-block;
    width: 85%;
    height: 100%;
    color: #333;
    line-height: 64px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lanmu ul li:hover {
    background: url(./button1.png) no-repeat center;
}

.lanmu ul li:hover a {
    color: #fff;
}

.tyfg {
    width: 1200px;
}

.tyfg img {
    width: 100%;
    height: 100%;
}


/* 底部 */