@charset "utf-8";
/* Common CSS Document */
body {
    background: #FFFFFF!important;
    color: #444;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

ul, ol, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

select, input, img, select {
    vertical-align: middle;
}

input {
    outline: none;
}

a:focus {
    outline: 0;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.cl {
    zoom: 1;
}

    .cl:after {
        clear: both;
        content: " ";
        display: block;
        height: 0;
    }

.fb {
    font-weight: bold;
}

.mc {
    overflow: hidden;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.ind {
    text-indent: 2em;
}

a:link, a:visited {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #ED8F25;
    text-decoration: underline;
}

select, input {
    vertical-align: middle;
}

.clearfix {
    height: 0;
    overflow: hidden;
    clear: both;
}

.word {
    word-break: break-all;
}

.wrap {
    width: 1024px;
    margin: 0 auto;
}
/* html5 reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, s, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, summary, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

del {
    text-decoration: line-through;
}

.trans-all {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
/* header */
.es-nav {
    width: 100%;
    /*border-top: 6px solid #005CAA;*/
    min-width: 1024px;
    padding-top: 18px;
}

.header {
    height: 75px;
}

.index .es-nav .header {
    background: url(../img/menu_bg.jpg) no-repeat center center;
}

.header.bg {
    background: url(../img/menu_bg.jpg) no-repeat center center;
}

.header .logo {
    width: 292px;
    height: 75px;
    background: url(../img/web_logo.png) no-repeat;
    text-indent: -9999px;
}

.index .es-nav .header .logo {
    height: 75px;
    background: url(../img/sprites.png) 28px 28px no-repeat #005CAA;
}

.header .logo a {
    display: block;
    width: 292px;
    height: 71px;
}

.nav-item {
    margin-left: 22px;
    display: inline;
    /*background-color: #6CC616;*/
    width: 709px;
}

    .nav-item li {
        float: left;
        font-family: "微软雅黑";
        font-size: 14px;
		text-align:center;
    }

        .nav-item li a span {
			font-size:16px;
			font-weight:bold;
            display: block;
        }

        .nav-item li a .en {
			font-weight:normal;
            font-size: 10px;
        }

        /*.nav-item li a:link, .nav-item li a:visited, */.nav-item li a:hover {
            color: #008e41 !important;
			font-size:18px !important;
            text-decoration: none;
        }

        .nav-item li a {
            display: block;
            height: 32px;
            padding: 15px 30px;
            -moz-transition: background 0.2s ease-in;
            -o-transition: background 0.2s ease-in;
            -webkit-transition: background 0.2s ease-in;
            transition: background 0.2s ease-in;
        }

            .nav-item li a:hover, .nav-item li.current a {
                /*background-color: #005BAB;*/
				color:#008e41 !important;
				border-bottom:4px solid #008e41;
				
            }
/* footer */
.footer {
    background-color: #3D4144;
    padding: 17px 0px;
    margin-top: 5px;
}

    .footer .lab {
        color: #E67D21;
    }

    .footer .list li {
        margin-left: 35px;
        line-height: 20px;
        float: left;
        display: inline;
    }

        .footer .list li a {
            display: block;
        }

            .footer .list li a:link, .footer .list li a:visited, .footer .list li a:hover {
                color: #B0B0B0;
                text-decoration: none;
            }

    .footer .copyright {
        color: #797979;
        margin-top: 25px;
    }