﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-family: Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
    line-height: 30px;
}

body {
    background-image: url(bg_Xu190713.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

a,
p {
    text-decoration: none;
    color: #fff;
}

img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg_cover {
    background: url(bg_cover_Xu190715.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#wrap {
    width: 1200px;
    margin: 0 auto;
    /*height: 1000px;*/
    overflow: hidden;
}


/*header start*/

.top {
    margin-top: 29px;
    margin-left: 12px;
    height: 108px;
}

.logo_cover {
    width: 341px;
    height: 74px;
}


/*搜索框*/

.search {
    position: relative;
    width: 257px;
    margin-right: 120px;
    margin-top: 16px;
}

.search input {
    padding-left: 15px;
    width: 242px;
    height: 34px;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: #e1eefc;
    outline: none;
}

.search_btn {
    position: absolute;
    right: 15px;
    top: 7px;
}

.back {
    position: absolute;
    right: -115px;
    top: 4px;
    color: #115596;
}


/*大标题*/

.header .title {
    margin: 0 auto;
    text-align: center;
    height: 170px;
}


/*header End*/

.table {
    border-right: 5px;
}

.table li {
    margin-bottom: 36px;
    background-color: #fff;
}

.table_title {
    width: 10%;
    text-align: center;
    line-height: 47px;
    color: #006411;
    font-weight: bolder;
    border: 1px solid #eeeeee;
    border-top: none;
    border-left: none;
}

.table_text {
    width: 90%;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-top: none;
    border-left: none;
}


/*分页*/

.page {
    width: 100%;
    height: 41px;
    text-align: center;
    margin: 30px 0;
}

.page ul {
    display: inline-block;
    margin: 0 auto;
}

.page li {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, .2);
    float: left;
    margin: 0 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.page li:hover {
    background-color: rgba(255, 255, 255, .5);
    color: #125598;
}


/*footer*/

footer {
    margin-left: 30px;
}

.footer p,
.footer li,
.footer span {
    color: #fff;
}

.footer {
    background: none;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.zlyfoot {
    width: 1360px;
    height: auto;
    margin: 0 auto;
}

.zlyfl2019 {
    float: left;
}

.zlyfl2019r {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.footer_bq {
    overflow: hidden;
    width: 900px;
    height: auto;
}

.footer_links {
    overflow: hidden;
    width: 900px;
    height: auto;
}

footer_ba {
    overflow: hidden;
    width: 900px;
    height: auto;
}

.footer_links li {
    float: left;
}

.footer_bq p {
    float: left;
}

.footer a {
    float: left;
    color: #fff;
}

@media screen and (max-width: 768px) {
    /*header*/
    body {
        background-image: url(../images/sj_bg_Xu190713.png);
        background-position: left top;
    }
    #wrap {
        width: 100%;
    }
    .header {
        height: 300px;
        position: relative;
    }
    .top {
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
        height: 65px;
    }
    .search {
        margin-right: 0;
    }
    .search_wrap {
        position: absolute;
        top: 180px;
        left: 50%;
        margin-left: -128px;
        z-index: 999;
    }
    .logo img {
        width: 50%;
    }
    .logo {
        width: 342px;
        height: 42px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .title {
        position: absolute;
    }
    .title img {
        width: 90%;
    }
    .right {
        display: none;
    }
    .fbt {
        width: 50%!important;
    }
    .back {
        position: absolute;
        right: 85px;
        top: 55px;
        color: #115596;
    }
    .table {
        padding: 0 4%;
    }
    .table_title {
        width: 25%;
    }
    .table_text {
        width: 75%;
    }
    /*内容*/
    /*footer*/
    .zlyfl2019 {
        float: none;
    }
    .zlyfoot {
        width: 100%;
    }
    .foot_img {
        margin-left: 19%;
    }
    .footer {
        margin-left: 5px;
    }
    footer {
        margin-left: 15px;
    }
    .footer_links,
    .footer_bq {
        overflow: hidden;
        width: 300px;
        height: auto;
        margin-right: 0;
    }
}