* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    background: url(../img/wlyh-bg.jpg) no-repeat center top;
}

.top {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.backhomepage {
    text-align: center;
    background-color: #2FA79B;
    vertical-align: middle;
    width: 100px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
}

.backhomepage a {
    display: block;
    font-size: 20px;
    color: white;
}

.main {
    width: 1800px;
    margin: 760px auto 0;
    background-color: #F9FFFD;
}

.title img {
    width: 100%;
}

.xwbd_main {
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.xwbd_main li {
    width: 49%;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.xwbd_main li a {
    width: 95%;
    margin-left: 10px;
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwbd_main li::before {
    position: absolute;
    content: "○";
    color: #1CA595;
    font-size: 20px;
    left: -18px;
    top: 0;
    margin-right: 10px;
}

.tpjj_main {
    width: 64%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tpjj_main li {
    position: relative;
    width: 32%;
    height: 20%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.tpjj_main li a {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
}

.tpjj_main li a span{
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    background-color: #333a;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpjj_main img {
    width: 100%;
}




@media screen and (max-width: 768px) {
    body {
        background-size: 150vw;
        width: 100vw;
        overflow-x: hidden;
    }

    .main {
        width: 100vw;
        margin: 75vw auto 0;
        background-color: #F9FFFD;
    }

    .top {
        width: 100%;
        justify-content: center;
        margin: 0 auto;
    }

    .top_logo {
        text-align: center;
    }

    .top img {
        width: 40%;
    }

    .backhomepage {
        display: none;
    }

    .xwbd_main li {
        width: 92vw;
        margin-left: 6vw;
    }

    .xwbd_main,.tpjj_main  {
        width: 100%;
    }
    .tpjj_main li {
        width: 96%;
        margin: 0 auto 20px;
    }

}














/*footer*/

footer {
    height: 252px;
    background: #015293;
    max-width: 1920px;
    margin: 40px auto 0 auto;
}

/*友情链接*/
.yqlj {
    width: 1200px;
    height: 36px;
    position: relative;
    padding: 24px 0;
    margin: 23px auto 0 auto;
}

.yqlj>.w1200 {
    height: 36px;
}

.diy_select {
    position: relative;
    float: left;
    width: 188px;
    height: 34px;
    border: 1px solid #0773c9;
    margin-right: 12px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
}

.diy_select+.diy_select+.diy_select+.diy_select+.diy_select+.diy_select {
    margin-right: 0;
}

.diy_select_txt {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px 0 20px;
    height: 34px;
    position: relative;
    overflow: hidden;
    color: white;
}

.diy_select_txt a {
    color: #ffffff;
}

.diy_select_btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 34px;
    background: url(index_Footer_ico_1.png) no-repeat center;
}

.diy_select_list {
    position: absolute;
    bottom: 36px;
    left: 0px;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    padding: 10px;
    width: 1178px;
    border: 1px solid #ededed !important;
    background: #FFF;
}

.diy_select_list li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 196px;
    height: 30px;
    color: #333;
    line-height: 30px;
    cursor: default;
}

.diy_select_list li a {
    display: block;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

.diy_select_list li.focus {
    background: #ededed;
}

.diy_select_list.div_select_list_1 {
    left: 0px;
}

.diy_select_list.div_select_list_2 {
    left: -202px;
}

.diy_select_list.div_select_list_3 {
    left: -404px;
}

.diy_select_list.div_select_list_4 {
    left: -606px;
}

.diy_select_list.div_select_list_5 {
    left: -808px;
}

.diy_select_list.div_select_list_6 {
    left: -1010px;
}


.footer-xx {
    width: 1200px;
    margin: 0 auto;
}

.footer-xx .left-xx {
    margin: 40px 0 0 50px;
    float: left;
}

.footer-xx .middle-xx {
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 800px;
    float: left;
}

.footer-xx .middle-xx h4 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-xx .middle-xx h4 a {
    color: #fff;
}

.footer-xx .middle-xx p {
    line-height: 24px;
    height: auto;
    position: relative;
    color: #fff;
}

.footer-xx .middle-xx p a {
    color: #fff;
}

.footer-xx .middle-xx p i {
    position: absolute;
    left: 0;
    height: 24px;
    text-indent: 1em;
    width: 18px;
}

.footer-xx .middle-xx p i img {
    margin-top: 2px;
}

.footer-xx .wxgzh {
    margin: 20px 0 0 60px;
    font-size: 14px;
    color: #fff;
    width: 90px;
    float: left;
}

.footer-xx .wxgzh p {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}



@media screen and (max-width: 768px) {

    /*底部开始*/
    footer {
        width: 100%;
        height: 160px !important;
    }

    .yqlj {
        display: none;
    }

    .footer-xx {
        width: 100%;
    }

    .footer-xx .left-xx {
        float: none;
        text-align: center;
        margin: 0;
        padding-top: 20px;
        display: none;
    }

    .footer-xx .middle-xx {
        width: 100%;
        font-size: 14px;
        float: none;
    }

    .footer-xx .middle-xx h4 {
        display: none;
    }

    .footer-xx .middle-xx .admini {
        display: none;
    }

    .footer-xx .middle-xx .record {
        display: none;
    }

    .footer-xx .middle-xx p {
        height: auto;
        text-align: left;
        padding: 16px 10px;
        font-size: 14px;
        line-height: 32px;
        width: 64%;
        float: right;
    }

    .footer-xx .middle-xx p a {
        padding-left: 10px;
        display: inline-block;
        text-indent: 1em;
    }

    .footer-xx .middle-xx p a i {
        display: block;
        float: left;
        width: 18px;
        height: 20px;
        text-indent: 0;
    }

    .footer-xx .wxgzh {
        text-align: right;
        margin: 0;
        padding-top: 20px;
        float: left;
        width: 25%;
    }

    .footer-xx .wxgzh p {
        margin-left: 0px;
    }
}


@media screen and (max-width: 360px) {
    .footer-xx .wxgzh img {
        width: 90%;
        height: 90%;
        margin-left: 18px;
    }

    .footer-xx .wxgzh p {
        margin-left: 24px;
    }
}


@media screen and (max-width: 320px) {
    .footer-xx .wxgzh p {
        font-size: 12px;
    }

    .footer-xx .wxgzh img {
        width: 80%;
        height: 80%;
        margin-left: 18px;
    }

    .footer-xx .middle-xx p {
        height: auto;
        text-align: left;
        padding: 16px 10px;
        font-size: 12px;
        line-height: 32px;
        width: 64.3%;
        float: right;
    }

}