* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
body{
background-image:url(images3.png);
background-position: inherit;
}
header {
    height: 501px;
    background-image: url(./header-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flex {
    width: 100%;
    height: 71px;
}

        .header-top {
            width: 528px;
            height: 128px;
            margin: 0 auto;
            background: url(images1.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        .header-bottom {
            background: url(images2.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            width: 1180px;
            height: 132px;
            margin: 0 auto;
            margin-top: 20px;
        }

.img-left {
    position: absolute;
    width: 354px;
    height: 139px;
    left: 0px;
    top: 0px;
    background: url(./红旗.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-right {
    position: absolute;
    width: 345px;
    height: 126px;
    right: 0;
    top: 13px;
    background: url(./鸟.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-bottom {
    width: 100%;
    height: 286px;
    position: absolute;
    top: 214px;
    background: url(header-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.article {
    width: 80%;
    height: auto;
    margin: 0 auto;
    /* border: 1px solid #ccc;
    border-radius: 25px; */
    padding: 0.5rem;
    margin-bottom: 1rem;
}

h3 {
    /* text-align: center; */
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}

.article ul li a {
    /*display: flex;*/
    color: #000;
    font-size: 18px;
    justify-content: space-between;
    line-height: 45px;
    padding-left: 25px;
    /* background: url(./zip.gif) no-repeat left center; */
}

footer {
    width: 100%;
    background: #C4301F;
    background-image: url(./botlogo.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    position: relative;
    bottom: 0;
}

.footmain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footmain p {
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    color: #fff;
}

.footmain p a {
    color: #fff;
}

.footicon {
    width: 200px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -35px;
}

.footinone {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
}

.footinone:first-child {
    display: none;
}

.footimg {
    width: 100%;
    height: 286px;
    background: url(./header-bottom.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 50px;
    z-index:0;
}

.fh {
    padding: 10px 20px;
    border: solid 1px #fff;
    color: #ffff;
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: rgba(220, 240, 253, 0.5);
    z-index: 999
}

.fh a {
    color: #fff;
}

.li {
display: inline-block;
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 50%;
    position: relative;
    bottom: 5px;
    margin-right: 20px;
}