body {
    background: url(../images/head-bg.gif) repeat-x top #f5f5f5;
    font-family: Tahoma;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4 {
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

a {
    font-size: inherit;
    color: #0098e1;
    text-decoration: none;
}

    a:hover {
        /*opacity: 0.6;
	filter:alpha(opacity=60);*/
    }

i {
    font-style: normal;
}

b {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.ico-big {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: url(../images/ico-big.png) no-repeat;
}

.word {
    background-position: 0 0;
}

.pdf {
    background-position: -35px 0;
}

input:focus {
    outline: 0;
}

caption, th {
    text-align: left;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: bottom;
}

input {
    font-size: 100%;
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear:after {
    clear: both;
    content: " ";
    display: block;
}

.clear {
    zoom: 1;
}

.clr {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}

#header {
    margin-bottom: 10px;
}

    #header .w-1200 {
        position: relative;
        height: 160px;
    }

    #header #logo {
        float: left;
        margin: 37px 0 28px 39px;
    }

    #header #logo-text {
        float: left;
        margin: 55px 0 0 29px;
    }

    #header #search {
        float: right;
        width: 313px;
        height: 30px;
        margin-top: 60px;
        border: 1px solid #d8d8d8;
    }

        #header #search input[type="text"] {
            width: 265px;
            height: 30px;
            margin-right: 10px;
            padding-left: 10px;
            line-height: 30px;
            font-size: 14px;
            color: #b2b2b2;
            background: transparent;
            border: 0;
            padding-top: 0px;
        }

        #header #search input[type="button"] {
            width: 21px;
            height: 21px;
            background: url(../images/search-btn.gif) no-repeat;
            border: 0;
            cursor: pointer;
        }

    #header #nav {
        clear: both;
        height: 46px;
    }

        #header #nav li {
            float: left;
            font-size: 16px;
            font-family: "Microsoft YaHei";
            color: #fff;
            height: 46px;
        }

            #header #nav li:hover .nav-layer {
                height: auto;
            }

            #header #nav li .nav-a {
                display: inline-block;
                width: 150px;
                font-size: 16px;
                line-height: 46px;
                color: #fff;
                text-align: center;
            }

        #header #nav .current .nav-a, #header #nav .nav-a:hover {
            background-color: #00a6e6;
        }

        #header #nav .nav-layer {
            overflow: hidden;
            position: absolute;
            left: 0;
            height: 0;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            z-index: 30;
        }

        #header #nav .nav-list {
            padding: 20px 30px 30px;
            background: #fff;
        }

            #header #nav .nav-list dl {
                float: left;
                width: 180px;
                margin-right: 30px;
            }

            #header #nav .nav-list dt {
                margin-bottom: 10px;
                font-size: 14px;
                color: #797979;
                line-height: 40px;
                border-bottom: 1px solid #f2f2f2;
            }

            #header #nav .nav-list dd {
                line-height: 30px;
                font-size: 14px;
            }

            #header #nav .nav-list a {
                color: #333333;
            }

                #header #nav .nav-list a:hover {
                    color: #797979;
                    text-decoration: underline;
                }

            #header #nav .nav-list li {
                float: left;
                width: 175px;
                margin-right: 30px;
                font-size: 14px;
                line-height: 30px;
            }

        #header #nav .nav-list2 {
            padding: 20px 30px 30px;
            background: #fff;
        }

            #header #nav .nav-list2 a {
                color: #333333;
            }

            #header #nav .nav-list2 li {
                float: none;
                font-size: 14px;
                line-height: 30px;
                text-align: center;
            }

#footer {
    min-width: 1200px;
    margin-top: 35px;
    color: #eff7fc;
    background: #027ad1;
}

    #footer .w-1200 {
        width: 1200px;
        padding: 35px 30px;
        opacity: 0.9;
    }

    #footer a {
        color: #eff7fc;
    }

        #footer a:hover {
            text-decoration: underline;
        }

    #footer h2 {
        float: left;
        width: 44px;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 24px;
        color: #fff;
    }

    #footer .help {
        float: left;
        padding: 0 35px;
    }

        #footer .help ul {
            float: left;
            width: 190px;
        }

        #footer .help li {
            float: left;
            width: 60px;
            margin-bottom: 15px;
            padding-left: 35px;
            font-family: "Microsoft YaHei";
            font-size: 14px;
            font-weight: lighter;
            line-height: 14px;
        }

    #footer .service {
        float: left;
        padding: 0 35px;
    }

        #footer .service dl {
            float: left;
            padding-left: 35px;
        }

        #footer .service dt {
            margin-bottom: 15px;
            font-family: "Microsoft YaHei";
            font-size: 12px;
            font-weight: lighter;
            line-height: 14px;
        }

        #footer .service dd {
            margin-bottom: 10px;
            font-family: "Microsoft YaHei";
            font-size: 12px;
            font-weight: lighter;
            line-height: 12px;
        }

            #footer .service dd span {
                display: block;
                font-family: Georgia;
                font-size: 18px;
                font-weight: bold;
                line-height: 30px;
            }

        #footer .service .qq a {
            display: inline-block;
            margin-right: 15px;
        }

    #footer .coder {
        float: left;
    }

        #footer .coder li {
            float: left;
            width: 105px;
            text-align: center;
        }

            #footer .coder li img {
                margin-bottom: 10px;
                border: 5px solid rgba(255, 255, 255, 0.1);
            }

            #footer .coder li span {
                display: block;
                font-family: "Microsoft YaHei";
                font-size: 12px;
                font-weight: lighter;
                line-height: 12px;
            }

    #footer .banquan {
        float: left;
        margin-left: 30px;
        width: 200px;
        font-size: 13px;
    }

.kongge2 {
    text-indent: 2em;
}
/*2017-04-24 style cover*/
#footer .service dt {
    margin-bottom: 10px;
}

#header #nav .nav-list dl {
    width: 168px;
    margin-right: 21px;
}
#header #nav .nav-list dl dd, #header #nav .nav-list ul li {
    color: #333;
    width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
}
.banquan {
    text-align: center;
}