body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Microsoft Yahei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti;
    background-color: #454545;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: normal;
}

input, select {
    font-size: 12px;
    color: #4d4d4d;
}

img {
    border: none;
    hidefoucs ="true";
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

a:link {
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a {
    outline: none;
}

form {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    margin: 0 auto;
    width: 960px;
    height: auto;
    line-height: 24px;
}

.header {
    width: 900px;
    height: 120px;
    padding: 0 30px;
}

    .header .left {
        float: left;
        width: 180px;
        margin-top: 30px;
    }

    .header .right {
        float: right;
        width: 450px;
        height: 26px;
        margin-top: 50px;
        vertical-align: middle;
    }

        .header .right .language img {
            vertical-align: middle;
            margin-left: 5px;
        }

        .header .right .language {
            float: right;
            color: #666;
            line-height: 22px;
            vertical-align: middle;
            margin-right: 20px;
        }

    .header .language a:link, .header .language a:visited {
        color: #666;
        padding: 0 10px;
    }

    .header .language a:hover {
        text-decoration: none;
    }

    .header .search {
        float: right;
        display: block;
        height: 25px;
        width: 300px;
        vertical-align: middle;
    }

        .header .search td {
            vertical-align: middle;
        }

        .header .search .t {
            width: 250px;
            height: 17px;
            line-height: 17px;
            vertical-align: middle;
            color: #666;
            margin-right: 3px;
            border: 1px solid #d9d9d9;
        }

        .header .search .btn {
            height: 21px;
            width: 21px;
            vertical-align: middle;
        }

.input {
    width: 125px;
    height: 17px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
    margin-right: 3px;
}

.input-bor {
    width: 125px;
    height: 17px;
    vertical-align: middle;
    color: #666;
    border: 1px solid #d9d9d9;
    margin-right: 3px;
}

.nav {
    clear: both;
    height: 42px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #226399;
    background-color: #ececec;
}

    .nav ul {
        padding: 0px 20px;
        margin: 0;
        list-style: none;
    }

        .nav ul li {
            float: left;
            display: block;
            text-align: center;
            font-size: 13px;
            line-height: 42px;
            width: 100px;
        }

            .nav ul li a {
                color: #fff;
                text-decoration: none;
            }

                .nav ul li a:visited {
                    color: #000;
                    text-decoration: none;
                }

                .nav ul li a:link {
                    color: #000;
                    text-decoration: none;
                }

                .nav ul li a:hover {
                    color: #ff8b00 !important;
                    text-decoration: none;
                }

                .nav ul li a:active {
                    color: #FF8B00;
                }



/*.nav ul li a:link, .nav ul li a:visited {
	color:#4d4d4d;
	display:block;
}
.nav ul li a:hover {
	color:#92141e;
	text-decoration: none;
}
.nav ul li.current a {
	color:#92141e;
}*/
.footer {
    clear: both;
    color: #999;
    align-content: center;
    height: 30px;
    line-height: 30px;
    margin: 50px 0 20px 0;
    background-color: #e6e6e6;
    padding: 0 30px;
}

    .footer a:link, .footer a:visited {
        color: #999;
        padding: 0 5px;
    }
