﻿#wrap
{
    background-position: center top;
    width: 100%;
    background-repeat: repeat-y;
    background-image: url('Images/bg_main.png');
    overflow:hidden;
}
#over-all
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
#main
{
    float: left;
    width: 1000px;
    padding-bottom: 5px;
}


/**********          头部开始          **********/
#header
{
    float: left;
    width: 1000px;
    height: 106px;
    padding-bottom: 10px;
}
.header-top
{
    float: left;
    width: 1000px;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo
{
    float: left;
    width: 170px;
    height: 30px;
}
.logo-name
{
    float: right;
    width: 170px;
    height: 30px;
}
.header-top ul
{
    float: left;
    height: 30px;
    width: 640px;
}
.header-top ul li
{
    float: left;
    height: 30px;
    padding-right: 20px;
}
.header-top ul li a
{
    float: left;
    height: 14px;
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 14px;
    padding-top: 16px;
}
.header-top ul li a:hover
{
    color: #d5d5d5;
}
.header-bottom
{
    float: left;
    width: 1000px;
    height: 36px;
    background-image: url( 'Images/bg_navigation_main.png' );
    background-repeat: no-repeat;
}
.header-bottom span
{
    float: right;
    width: 70px;
    height: 36px;
}
.header-bottom span a
{
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 微软雅黑;
    color: #FFFFFF;
}
.header-bottom span a:hover
{
    color: #000000;
    text-decoration: none;
}
.header-bottom ul
{
    float: left;
    width: 920px;
    height: 36px;
}
.header-bottom ul li
{
    float: left;
    height: 36px;
}
.header-bottom ul li a
{
    float: left;
    height: 36px;
    font-family: 微软雅黑;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    padding-right: 20px;
    padding-left: 20px;
}
.header-bottom ul li a:hover
{
    background-position: left center;
    background-image: url(  'Images/bg_search_separator.png' );
    background-repeat: repeat-x;
}


/**********          底部开始          **********/
#footer
{
    float: left;
    width: 1000px;
    height: 46px;
}
.footer-top
{
    background-image: url(   'Images/bg_functions.png' );
    float: left;
    width: 1000px;
    height: 23px;
    background-repeat: no-repeat;
}
.footer-top ul
{
    float: left;
    width: 800px;
    height: 23px;
}
.footer-top ul li
{
    float: left;
    height: 23px;
}
.footer-top ul li a
{
    float: left;
    height: 23px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 23px;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-top ul li a:hover
{
    color: #cecece;
}
.footer-bottom
{
    float: left;
    width: 1000px;
    height: 23px;
}
.footer-bottom span
{
    float: left;
    height: 23px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 20px;
}
.footer-bottom p
{
    float: right;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    width: 220px;
    height: 23px;
    line-height: 23px;
    text-align: right;
}

/**********          左边开始          **********/
.left
{
    float: left;
    width: 240px;
    padding-right: 30px;
}
.left h1
{
    float: left;
    width: 220px;
    height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url(    'Images/left-li-bg.png' );
    padding-left: 20px;
    line-height: 30px;
}
.left ul
{
    float: left;
    width: 240px;
}
.left ul li
{
    height: 30px;
}
.left ul li a
{
    float: left;
    width: 220px;
    height: 30px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-image: url(   'Images/left-li.png' );
    line-height: 30px;
    padding-left: 20px;
}
.left ul li a:hover
{
    background-repeat: no-repeat;
    background-image: url(    'Images/left-li-bg.png' );
}

/**********          右边边开始          **********/
.right
{
    float: left;
    width: 730px;
}
.flashs
{
    float: left;
    width: 730px;
    height: 240px;
}
.contents, .contents-about, .contents-company
{
    float: left;
    width: 730px;
    padding-top: 30px;
    padding-bottom: 20px;
}
