﻿
/****初始化格式   开始************/
/********
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
html
{
    
    -webkit-filter: grayscale(100%);
     
}
body {filter:gray;}
    ******/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #06c;
}

    a:hover {
        text-decoration: none;
        color: #444;
    }

/****初始化格式   结束************/

.clearfloat {
    clear: both;
    height: 0;
}

a img {
    border: 0;
}

body {
    background-color: #efefef;
    color: #555555;
}

#container {
    margin: 0 auto;
    width: 960px;
    /**** position:relative;
            **height: 800px;*****/
}

#logo {
    float: left;
}

    #logo > a > img {
        width: 300px;
        height: 100px;
    }

#logosearch {
    float: right;
}

    #logosearch img {
        width: 30px;
        height: 30px;
        margin: 30px 10px 0 10px;
        cursor: pointer;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }

    #logosearch > div {
        text-align: right;
        margin-right: 10px;
    }

        #logosearch > div a {
            text-decoration: none;
            color: #9d9898;
        }

#nv {
    height: 42px;
}
/***菜单使用*开始*******************************/
#horizontalmenu {
    margin: 0;
    padding: 0;
    /****font-family: Arial, Helvetica, sans-serif;***/
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #4f4b4b;
    /*****border:2px solid;*****/
    position: relative;
    height: 42px;
    width: 100%;
    cursor: pointer;
}

    #horizontalmenu a {
        color: inherit;
        text-decoration: none;
    }

.hmlay1 {
    /****width: 200px;****/
    float: left;
    position: relative;
}

.hmlay1content {
    height: 42px;
    /******margin-right: 1px;***/
    border-left: 1px solid #9d9898;
    background-color: #5c5a5a;
    background-color: #4f4b4b;
    line-height: 42px;
    padding: 0 0px;
}

    .hmlay1content a {
        padding: 12px 10px;
    }

.hmlay2 {
    display: none;
    margin-right: 1px;
    /***margin-top:2px;****/
    position: absolute;
    width: 210px;
    text-align: left;
}

.hmlay2content {
    height: 28px;
    /******background-color: green;
            margin-top:1px;***/
    background-color: #f7f1f1;
    background-color: white;
    /****padding: 0 30px 0 10px;***/
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 28px;
    border-bottom: 1px solid #dcd4d4;
    border-left: 1px solid #dcd4d4;
    border-right: 1px solid #dcd4d4;
    color: black;
}

    .hmlay2content a {
        display: block;
        width: 170px;
        padding: 0 30px 0 10px;
        /*padding:7px 50px 7px 10px;*/
    }


#dw {
    position: absolute;
    top: 100px;
    left: 300px;
    background-color: aqua;
    width: 1000px;
    height: 200px;
}
/***菜单最右侧导航部分****************************/
.hmlay1right {
    float: right;
}

.hmlay2right {
    position: absolute;
    left: 750px;
}
/***菜单使用****结束****************************/

.main {
    margin: 20px auto;
    background-color: white;
    /****height: 500px;***/
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    line-height: 21px;
    font-size: 14px;
}

.footer {
    height: 60px;
    font-size: 12px;
    position: absolute;
    width: 960px;
    bottom: 0;
}

/***#footer a:hover, a:focus, a:active {****/
#footer1 {
    height: 20px;
}

#footercopyright {
    float: left;
    width: 33%;
    text-align: left;
}

    #footercopyright a {
        color: #444;
    }

#footergototop {
    float: left;
    width: 33%;
    text-align: center;
}
#footergototop  div{
    color:#cccccc;
}
    #footergototop a {
        color: #444;
    }

#footerright {
    float: left;
    width: 33%;
    text-align: right;
    color: #c6c6c6;
}

    #footerright img {
        width: 10px;
    }

    #footerright a {
        color: #c6c6c6;
    }
    #bah{
        text-decoration:none;
    }
/***画出单线的table***/
table {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 12px;
}

td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}

th {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
