﻿*{
    margin: 0;
    padding: 0;
    text-decoration:none;
    list-style:none;
}

body {
    background: url(xy20d_bg_20220929.png) top center no-repeat;
    max-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
   }

.container{
    width:100%; 
    height: 100%;
}

.main {
    width: 1200px; /* 让整体网页只有800宽 */
    margin: auto;
}

.header {

    /* 满浏览器 */
    width: 100%;

}

.logo-img {
    width: 370px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 2;
}

.nav,.ll,.xx,.sg,.jc,.lt {
    /* 四个盒子左浮动 */
    float:left;
    width: 100%;
    /* 满浏览器 */
    /* 内边距会影响整个盒子的实际大小，这里有一种方法可以处理，让它不影响 */
    box-sizing: border-box; 
}

.nav {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 800px;
    margin-bottom: 120px;
}

.nav a{
    /* background: url(bgwz20220929.png) 100% no-repeat; */
    display:inline-block; /*让链接以块的形式显示*/
    width: 140px;
    height: 45px;
    margin: 0 10px;
    overflow: hidden;
    border: 2px solid #fbdd9d;
    border-radius: 230px;
    background-color: #ca1f22;
    line-height: 45px;
}

.nav p{
    color: rgba(254, 248, 213, 1);
    font-size: 25px;
    font-family: MicrosoftYaHei;
}

.warp{
    width: 1200px; /* 让整体网页只有800宽 */
    margin: auto;
    /* 内边距会影响整个盒子的实际大小，这里有一种方法可以处理，让它不影响 */
    box-sizing: border-box; 
}

.ll,.xx,.sg,.jc{
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
}

.warp-title {
    width: 100%;
}

.ll>.warp-title {
    background: url(lltitle_20220929.png) center no-repeat;
    height: 80px;
    line-height: 50px;
    background-size: 100%;
}
.xx>.warp-title {
    background: url(xxtitile_20221021.png) center no-repeat;
    height: 80px;
    line-height: 50px;
    background-size: 100%;
}

.sg>.warp-title {
    background: url(sgtitile_20220929.png) center no-repeat;
    height: 80px;
    line-height: 50px;
    background-size: 100%;
}

.jc>.warp-title {
    background: url(jctitle_20220929.png) center no-repeat;
    height: 80px;
    line-height: 50px;
    background-size: 100%;
}

.lt>.warp-title {
    background: url(lttitle_20220929.png) center no-repeat;
    height: 80px;
    line-height: 50px;
    background-size: 100%;
}
.warp a {
    color: #333;
}


.warp li,span {
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: MicrosoftYaHei;
    text-align: left;
    white-space: nowrap;
    padding: 13px;
}
.warp i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fe6161;
    border-radius: 8px;
    margin: 0 20px 0 0;
}

.warp span {
    float: right;
}

.jsw-img {
    text-align: center;
    float: left;
    width: 100%;
}
.jsw-img img {
    box-sizing: border-box;
    border: 1px solid #cccccc;
    width: 177px;
    margin-left: 16px;
}

.warp-title a {
    color: rgba(168, 6, 0, 1);
    font-size: 28px;
    font-family: MicrosoftYaHei;
    white-space: nowrap;
    float: right;
}

@media screen and (max-width:770px) {
    body {
        background: url(xy20d_bg_20220929.png) top center no-repeat;
        background-size: 100%;
    }

    .warp{
        width: 100%; /* 让整体网页只有800宽 */
        margin: auto;
        /* 内边距会影响整个盒子的实际大小，这里有一种方法可以处理，让它不影响 */
        box-sizing: border-box; 
    }

    .logo-img {
        width: 196px;
        position: absolute;
        left: 0px;
        top: 10px;
        z-index: 2;
    }

    .main{
        max-width: 100%;
    }
    .warp li,span {
        height: 20px;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 13px;
        font-family: MicrosoftYaHei;
        text-align: left;
        white-space: break-spaces;
    }
    .warp-title img {
        width: 100%;
    }

    .warp i {
        display: inline-block;
        width: 6px;
        height: 6px;
        background-color: #fe6161;
        border-radius: 6px;
        margin: 0 12px 0 0;
    }

    .warp span {
        float: none;
    }

    .nav p {
        color: rgba(254, 248, 213, 1);
        font-size: 14px;
    }

    .nav a {
        display: inline-block;
        width: 48px;
        height: 32px;
        margin: 0 1px;
        line-height: 32px;
    }

    .nav {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 140px;
        margin-bottom: -10px;
    }

    .jsw-img {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .jsw-img img {
        box-sizing: border-box;
        border: 1px solid #cccccc;
        width: 165px;
        padding: 10px;
    }

    .warp-title a {
        color: rgba(168, 6, 0, 1);
        font-size: 14px;
        font-family: MicrosoftYaHei;
        white-space: nowrap;
        float: right;
    }

    .ll>.warp-title {
        background: url(lltitle_20220929.png) center no-repeat;
        height: 70px;
        line-height: 62px;
        background-size: 100%;
    }

    .xx>.warp-title {
        background: url(xxtitile_20221021.png) center no-repeat;
        height: 50px;
        line-height: 40px;
        background-size: 100%;
    }

    .sg>.warp-title {
    background: url(sgtitile_20220929.png) center no-repeat;
    height: 50px;
    line-height: 40px;
    background-size: 100%;
}

.jc>.warp-title {
    background: url(jctitle_20220929.png) center no-repeat;
    height: 50px;
    line-height: 40px;
    background-size: 100%;
}

.lt>.warp-title {
    background: url(lttitle_20220929.png) center no-repeat;
    height: 50px;
    line-height: 40px;
    background-size: 100%;
}
}

