html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    font: 14px/1.7 宋体,Verdana,Arial,Helvetica,sans-serif;
    background-size:cover;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

.hidden {
    display: none;
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }

.text-elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt20 {
    margin-top: 20px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.wrapper {
    min-width: 1900px;
}

.header-wrapper {
    width: 100%;
    background: #04062c;
	background: url(../images/header_bg.png) no-repeat;
    height: 150px;
}

    .header-wrapper .logo {
        float: left;
        width: 430px;
        height: 100%;
    }

        .header-wrapper .logo a {
            float: right;
            margin-top: 35px;
            width: 402px;
        }
		
		.header-wrapper .logo img {
			width: 490px;
		}

    .header-wrapper .nav {
        float: left;
        padding-top: 100px;
        padding-left: 120px;
        height: 50px;
        /* width: 978px; */
    }

        .header-wrapper .nav .item {
            float: left;
            font-size: 18px;
            width: 110px;
            line-height: 1;
            text-align: center;
        }

            .header-wrapper .nav .item:hover ul {
                display: block;
            }

            .header-wrapper .nav .item a {
                color: #fff;
                text-decoration: none;
            }

                .header-wrapper .nav .item a:hover {
                    font-weight: bold;
                }

            .header-wrapper .nav .item ul {
                background: #2276bf;
                border-top: 4px solid #0988f7;
                margin-top: 27px;
                line-height: 50px;
                position: relative;
                z-index: 100;
                display: none;
            }

                .header-wrapper .nav .item ul li {
                    border-bottom: 2px dotted #0988f7;
                }

                    .header-wrapper .nav .item ul li:last-child {
                        border-bottom: 0;
                    }

                    .header-wrapper .nav .item ul li a{
                        font-size: 13px;
                    }

    .header-wrapper .search {
        float: left;
        margin-left: 100px;
        margin-top: 85px;
        width: 235px;
        background: #fff;
        height: 36px;
        overflow: hidden;
    }

        .header-wrapper .search .search_text {
            height: 36px;
            float: left;
            width: 175px;
            border: 0;
            outline: none;
            padding: 0 10px;
        }

        .header-wrapper .search .search_button {
            background: url(../images/search.png) no-repeat center;
            overflow: hidden;
            float: right;
            width: 36px;
            height: 36px;
            border: 0;
            outline: none;
            cursor: pointer;
            text-indent: 100px;
        }


.footer-wrapper {
    width: 100%;
    background: #f1f4f4;
    height: 175px;
    position: relative;
}

    .footer-wrapper .seal_logo {
        position: absolute;
        left: 60px;
        top: -100px;
    }

    .footer-wrapper .top {
        position: absolute;
        right: 100px;
        width: 830px;
        height: 68px;
        overflow: hidden;
        background: url(../images/foot_logo.jpg) left no-repeat;
        /* background-size: 150px; */
        top: 30px;
    }

        .footer-wrapper .top .zaos {
            float: left;
            border-left: 2px solid #464646;
            height: 58px;
            margin-left: 205px;
            padding-left: 30px;
            font-weight: bold;
            padding-top: 10px;
            color: #444;
        }

        .footer-wrapper .top .code {
            float: right;
            border-left: 2px solid #464646;
        }

            .footer-wrapper .top .code img {
                width: 68px;
                height: 68px;
                margin-left: 25px;
            }

    .footer-wrapper .copyright {
        background: #191919;
        height: 25px;
        line-height: 25px;
        color: #fff;
        position: absolute;
        width: 100%;
        bottom: 0;
        text-align: center;
        font-family: 'Microsoft YaHei';
    }

        .footer-wrapper .copyright a {
            color: #fff;
            margin-left: 20px;
        }