/* header start */

.header_ztzl {
    height: 440px;
    position: relative;
}

.header_ztzl img {
    width: 1920px;
    height: 440px;
}

.header_ztzl_top {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    box-sizing: border-box;
    padding-top: 34px;
}

.header_ztzl_top>.l {
    width: 284px;
    height: 90px;
    margin-top: 6px;
}

.header_ztzl_top>.l a {
    width: 100%;
    height: 100%;
    display: block;
}

.header_ztzl_top>.l a img {
    width: 100%;
    height: 100%;
}

.header_ztzl_top>.r a {
    font-size: 18px;
    color: #ffffff;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}

.header_ztzl_top>.r a:first-child {
    background: url(../images/wza.png) no-repeat left center;
    padding-left: 25px;
}

.header_ztzl_top>.r i:nth-child(2) {
    width: 1px;
    display: block;
    float: left;
    height: 18px;
    background-color: #ffffff;
    margin: 0 30px;
    margin-top: 12px;
}

.header_ztzl_top>.r a:nth-child(3),
.header_ztzl_top>.r a:nth-child(4) {
    background: url(../images/zbb.png) no-repeat left center;
    padding-left: 30px;
}

.header_ztzl_top>.r a:last-child {
    width: 122px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-left: 30px;
    text-align: center;
}

.header_ztzl_top>.r a:hover {
    font-weight: bold;
}


/* header end */


/* container start */

.container_ztlz {
    background-color: #ffffff;
    box-shadow: 0 0 8px #eeeeee;
    box-sizing: border-box;
    padding: 30px 30px 40px 30px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.container_ztlz>.l {
    width: 281px;
    min-height: 500px;
    box-shadow: 0 0 5px #eeeeee;
    box-sizing: border-box;
    padding: 30px 0 0 23px;
}

.ztzl_l h2 {
    width: 100%;
    font-size: 24px;
    color: #333333;
    float: left;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 8px;
    padding-right: 20px;
}

.ztzl_l ul {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.ztzl_l ul li {
    width: 239px;
    height: 74px;
    box-sizing: border-box;
    padding: 7px 6px 7px 7px;
    margin-bottom: 16px;
    background: url(../images/ztzl_l_li1.png) no-repeat center;
}

.ztzl_l ul li:last-child {
    margin-bottom: 0;
}

.ztzl_l ul li a {
    display: block;
    font-size: 20px;
    color: #333333;
    line-height: 58px;
    box-sizing: border-box;
    padding-left: 30px;
}

.ztzl_l ul li.on a,
.ztzl_l ul li:hover a {
    color: #ffffff;
}

.container_ztlz>.r {
    width: 1020px;
}

.ztzl_r .hd {
    height: 45px;
    box-sizing: border-box;
}

.ztzl_r .hd span {
    font-size: 24px;
    color: #333333;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    float: left;
    padding-bottom: 21px;
    position: relative;
}

.ztzl_r .hd span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    left: 0;
    bottom: 0;
}

.ztzl_r .bd {
    margin-top: 28px;
}

.ztzl_r .bd>ul {
    min-height: 728px;
}

.ztzl_r .bd>ul li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.ztzl_r .bd>ul li:last-child {
    margin-bottom: 0;
}

.ztzl_r .bd>ul li:nth-child(5n) {
    padding-bottom: 25px;
    border-bottom: 1px dashed #e1e1e1;
}

.ztzl_r .bd>ul li i {
    display: block;
    float: left;
    width: 2px;
    height: 2px;
    background-color: #999999;
    margin-right: 10px;
    margin-top: 10px;
}

.ztzl_r .bd>ul li a {
    width: 80%;
    font-size: 18px;
    display: block;
    float: left;
    line-height: 20px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ztzl_r .bd>ul li span {
    display: block;
    font-size: 16px;
    color: #999999;
    float: right;
    line-height: 20px;
}


/* container end */


/* footer start */

.footer_c {
    background: url(../images/footer_bj.png) no-repeat 18px 68px;
}


/* container end */