* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Î¢ÈíÑÅºÚ";
    background: #fff;
    overflow-x: hidden;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    min-width: 1170px;
    height: 120px;
    background: #1a507e;
}

    .header .box {
        width: 1170px;
        height: 120px;
        margin: 0 auto;
    }

    .header .logo {
        width: 570px;
        height: 120px;
        float: left;
    }

        .header .logo a {
            width: 370px;
            height: auto;
            margin-top: 25px;
            float: left;
            margin-right: 10px;
        }

        .header .logo img {
            width: 100%;
            display: block;
        }

.name1 {
    float: left;
    margin-top: 38px;
    font-size: 36px;
    margin-left: 10px;
    color: #fff;    font-family: "ºÚÌå";font-weight: bold;
}

.header ul {
    float: right;
}

    .header ul li {
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        background: #fff;
        float: left;
        margin-top: 40px;
        margin-left: 15px;
    }

        .header ul li a {
            color: #3f3f3f;
            font-size: 18px;
            text-align: center;
            display: block;
        }

.bm {
    width: 100%;
    min-width: 1170px;
    background: url(/images/zsjyc.jpg) no-repeat top center;
}

    .bm .box {
width: 1170px;
    height: 770px;
    margin: 0 auto;
    padding-top: 120px;
    }

    .bm .left {
        width: 720px;
        height: 300px;
        border-radius: 10px;
        background: url(/images/inbg1.png) no-repeat top center;
        background-size: cover;
        float: left;
    }

        .bm .left .head {
            width: 660px;
            height: 50px;
            line-height: 65px;
            margin: 0 auto;
            border-bottom: 1px solid #d7d7d7;
        }

            .bm .left .head h2 {
                color: #0062ac;
                font-size: 24px;
                font-weight: 600;
            }

        .bm .left .con {
            width: 660px;
            height: 295px;
            margin: 0 auto;
            padding-top: 20px;
        }

            .bm .left .con p {
                color: #464747;
                font-size: 14px;
                line-height: 30px;
            }

    .bm .right {
    width: 1000px;
    height: 210px;
    margin: 0 auto;
    }

        .bm .right ul li {
width: 300px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 70px;
    float: left;
    margin: 0 100px;
        }

            .bm .right ul li img {
                width: 300px;
                height: 80px;
                border-radius: 10px;
            }

.copyright {
    width: 100%;
    min-width: 1170px;
    height: 120px;
    background: #1a507e;
}

    .copyright .box {
        width: 1170px;
        margin: 0 auto;
        padding-top: 15px;
    }

    .copyright p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 32px;
    }
