html {
    font-size: 625%;
}

body {
    font-family: 'Arial';
    min-width: 1200px;
}

a {
    color: #000;
}

.top2 {
    width: 100%;
    height: 36px;
}

.top {
    width: 100%;
    height: 130px;
}

body {
    background: #E8ECF0
}

.box0 {
    width: 980px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff;
}

.leftpart1 {
    width: 675px;
    height: 355px;
    float: left;
    margin-left: 10px;
    margin-right: 25px;
    position: relative;
}

.mainpart {
    width: 675px;
    height: 355px;
    margin: 0 auto;
    overflow: hidden;
}

.mainpart li {
    width: 675px;
    height: 355px;
    position: relative;
    display: none;
}

.mainpart li img {
    width: 675px;
    height: 355px;
}

.mainpart li p {
    position: absolute;
    width: 655px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: #000;
    padding: 0 10px;
    bottom: 0;
    left: 0;
}

.mainpart li p a {
    color: #fff;
}

#menu {
    position: absolute;
    right: 0;
    bottom: 0;
}

#menu span {
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background: #BB010E;
    margin-right: 1px;
    bottom: 1px;
    text-align: center;
}

#menu span.cur {
    background: #FF3300;
}

.rightpart {
    width: 260px;
    height: 355px;
    float: left;
}

.main {
    width: 960px;
    /* height: 1%; */
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    margin-top: 35px;
    clear: both;
}

.wrap {
    width: 960px;
    height: 320px;
}

.wrap2 {
    padding-bottom: 35px;
}

.wrap2 h1 {
    height: 36px;
    border-top: 1px solid #7c7c7c;
    border-bottom: 1px solid #cccccc;
    padding-left: 100px;
    font-family: "Georgia";
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
}

.wrap2 ul {
    width: 900px;
    height: 175px;
    background: #f6f6f6;
    padding-left: 60px;
    padding-top: 35px;
}

.wrap2 li {
    width: 250px;
    height: 140px;
    margin-right: 50px;
    float: left;
}

.wrap2 li img {
    width: 250px;
    height: 140px;
}

.wrap3 {
    width: 980px;
    height: 355px;
}

.footer {
    margin-top: 45px;
    clear: both;
    width: 980px;
    height: 127px;
    margin: 0 auto;
    border-top: 1px solid #7C7C7C;
}

.rightNav {
    width: 50px;
    margin-left: 500px;
    position: fixed;
    top: 30%;
    left: 50%;
    background: #fff;
    padding: 14px 8px;
}

.rightNav p {
    height: 50px;
    margin-top: 5px;
    position: relative;
}

.rightNav p span {
    width: 178px;
    height: 178px;
    padding: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -196px;
    display: none;
    cursor: pointer;
}

.rightNav .top {
    cursor: pointer;
}

.m_main_headline h1,
.m_main h1,
.m_main_headline,
.m_nowColumn,
.m_main,
.inform {
    display: none;
}

@media screen and (max-width: 750px) {
    html {
        font-size: 312.5%;
    }

    .top,
    .top2,
    .box0,
    .rightNav {
        display: none;
    }

    body {
        background: #fff;
        min-width: 100%;
        /* background: #f00; */
    }

    .m_nowColumn {
        display: block;
        width: calc(100% - 0.6rem);
        margin: 0.45rem auto;
        border-left: 0.08rem solid #fe2724;
        padding-left: 0.2rem;
        box-sizing: border-box;
        font-size: 0.5rem;
        line-height: 0.4rem;
        color: #0046ae;
    }

    .m_main_headline,
    .m_main {
        display: block;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }

    .m_main_headline ul {
        border-top: 0.02rem solid #f0f0f0;
    }

    .m_main_headline li,
    .m_main li {
        display: flex;
        gap: 0.4rem;
        border-bottom: 0.02rem solid #f0f0f0;
        padding: 0.3rem 0;
    }

    .m_main_headline li>a,
    .m_main li>a {
        flex-shrink: 0;
    }

    .m_main_headline img,
    .m_main img {
        width: 2.45rem;
        border-radius: 0.1rem;
    }

    .m_main_headline h1,
    .m_main h1 {
        display: block;
        margin-bottom: 0.1rem;
        font-size: .3rem;
        color: #ff2424;
        line-height: 0.4rem;
    }

    .m_main_headline h1 a,
    .m_main h1 a {
        color: #ff2424;
    }

    .m_main_headline h2,
    .m_main h2 {
        font-size: 0.36rem;
        line-height: .5rem;
        font-weight: normal;
    }

    .inform {
        display: block;
        font-size: 0.24rem;
        color: #b6b6b6;
        margin-top: 0.2rem;
    }
}