/* 头部 */

html,
body {
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
}

.container_zdgksxml {
    width: 1200px;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 701px;
    background: url(./header-bj.png) no-repeat center;
}

.header-top {
    padding-top: 35px;
    box-sizing: border-box;
}

.header-top .logo {
    width: 289px;
    height: 84px;
    float: left;
    padding: 0;
}

.header-top .logo a {
    width: 289px;
    height: 84px;
    background: none;
}

.wza {
    position: absolute;
    top: 40px;
    right: 161px;
    font-size: 18px;
    line-height: 37px;
    color: #ffffff;
    background: url(wza.png) no-repeat left center;
    padding-left: 24px;
    box-sizing: border-box;
}

.wza:hover {
    color: #ffffff;
}

.shouye {
    width: 130px;
    height: 37px;
    margin-top: 5px;
    float: right;
    background: url(fh.png) no-repeat center;
}

.shouye a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 37px;
    color: #0658f2;
    font-size: 16px;
    padding-left: 48px;
    box-sizing: border-box;
}


/* 内容 */

.content {
    width: 100%;
    padding: 10px 0px 50px;
    margin-top: -241px;
}

.daoyu {
    height: 179px;
    font-size: 20px;
    color: #0093d8;
    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 {
    display: table;
    margin: auto;
    height: 46px;
    font-size: 46px;
    color: #0093d8;
    line-height: 48px;
    background: url(title_le.png) no-repeat left center, url(title_rt.png) no-repeat right center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 340px;
}

.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%;
}


/* 底部 */