
body, p, dl, dd, ul, input, td {
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:focus {
        outline: none;
    }

b {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: top;
}

input {
    vertical-align: middle;
    outline: none;
    border: none;
    background: none;
    box-sizing: content-box;
}

table {
    border-spacing: 0px;
    border: none;
    border-collapse: collapse;
}

body, input {
    font-size: 16px;
    font-family: tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;
    background: #fff;
}

body {
    font-family: STSong;
}

body {
    min-width: 1100px;
}

#main_cont {
    width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
}

    #main_cont .map {
        margin-top: 25px;
        /* margin-left: 40px; */
        text-align: center;
    }

        #main_cont .map p {
            font-size: 16px;
            color: #000000;
        }

/*****å¯¼èˆªèœå•****/
nav ul li {
    width: 90px;
    float: left;
}

    nav ul li.oth {
        width: 100px;
    }

    nav ul li.on {
        background: #f29e04;
        color: #fff;
    }
    /*nav ul li.olast a,nav ul li.olast a:hover{background-color: #f95e01;}
nav ul li.olast a{ position: relative; text-align: left;width: 93px; padding-left: 7px;}
nav ul li.olast a img{ width: 20px;position: absolute; right: 5px; top: 10px;}*/
    nav ul li a {
        display: block;
        color: #fff;
        text-align: center;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

        nav ul li a:hover {
            background: #f29e04;
            color: #fff;
        }

/*****å…¨å±€ å¤´ è„š å†…å®¹****/
header {
    width: 100%;
}

header {
    background: #f27b04;
    overflow: hidden;
}

nav {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.mid_cont {
    width: 1200px;
    /* margin-top: 100px; */
    margin: 23px auto 0;
}

    .mid_cont table {
        width: 100%;
        margin-bottom: 20px;
        top: 10px;
        position: relative;
    }

        .mid_cont table tr:nth-child(2n+1) td {
            background: #f6f6f6;
        }

        .mid_cont table tr:nth-child(1) {
            font-weight: bold;
        }

        .mid_cont table tr td {
            padding: 0 10px;
            border-top: 1px solid #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
            line-height: 35px;
        }

            .mid_cont table tr td:nth-child(1), .mid_cont table tr td:nth-child(5), .mid_cont table tr td:nth-child(6) {
                text-align: center;
            }

            .mid_cont table tr td a {
                color: #3891d7;
            }

.bz table tr td:nth-child(6) a {
    color: #000;
}

.mid_cont table tr td:nth-child(6) a:hover {
    color: #3891d7;
}

.map p {
    display: inline-block;
}

.map .szsearch {
    /* float: left; */
    /* margin-left: 250px; */
    margin-top: 20px;
    /* position: relative; */
    text-align: center;
}

    .map .szsearch input {
        display: inline-block;
        height: 30px;
        border: 1px solid #ccc;
        padding: 3px 5px;
        margin: 0;
        vertical-align: top;
        font-size: 13px;
        width: 450px;
    }

    .map .szsearch .sea_btn {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 8px 40px;
        margin: 0;
        vertical-align: middle;
        background: #fff;
        box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
        cursor: pointer;
        color: #333;
        border-radius: 4px;
        font-size: 14px;
    }

    .map .szsearch span {
        position: absolute;
        left: 0;
        font-size: 14px;
        margin-left: 5px;
        margin-top: 8px;
    }
