/*初始化CSS*/
*{ margin:0; padding:0; font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei"}
body{font-size:12px; background:url("images01.jpg") repeat-x}
h1,h2,h3,h4{ font-size:12px;}h2,h2 span{ font-size:12px;}h3 span{ font-size:12px;}h2 a{font-size:12px;}
img,input{ vertical-align:middle;}
img{ border:none;}
ul,li{ list-style:none; padding:0px 0px; margin:0px 0px; font-size: 12px}
a{ text-decoration:none; color:#000; position:relative}a:hover{ color:#000; cursor:pointer}
.clear{ clear:both; height:1px; font-size:12px}
html,body{height: 100%;}
/*topBar*/
.Topbar{width:100%; height: 30px; overflow: hidden; line-height: 30px; background: url(imagestop.jpg) repeat-x}
    .Topbar ul{
        width:995px;
        height:30px;
        overflow:hidden;
        margin: 0 auto;
    }
    .Topbar ul li{
        width:50%;
        float: left;
    }
    .Topbar ul li.facv{
        text-align: right;
    }
        .Topbar ul li span{
            padding:0px 10px
        }
#contact{
    width: 995px;
    overflow: hidden;
    margin: 0 auto;
}
    /*banner*/
    .banner{
        width:100%;
        height:183px;
        overflow: hidden;
    }
    /*nav*/
    .H_nav{
        width:995px;
        height:45px;
        overflow:hidden;
        background:url(imagesnav.png) no-repeat;
        line-height:45px;
    }
        .H_nav ul li{
            color: #e35a1d;
            text-align: center;
            display: inline-block;
            zoom:1;
            *display:inline;
            padding:0px 30px;
        }
            .H_nav ul li a{
                color: #e35a1d;
                font-size: 14px;
            }
            .H_nav ul{
                text-align: center;
            }
        .H_navbar{
            width:995px;
            height:44px;
            overflow: hidden;
            background: url("../images/03.gif") repeat-x;
        }
            .H_navbar ul.warter{
                width: 50%;
                height: 44px;
                overflow: hidden;
                float: left;
            }
                .H_navbar ul.warter li{
                    padding:10px 0px
                }
            .H_navbar ul.Search{
                width: 48%;
                height: 44px;
                overflow: hidden;
                float: left;
                text-align: right;
                padding:0% 1%
            }
                .H_navbar ul.Search li{
                    display: inline-block;
                    zoom:1;
                    *display:inline;
                    padding:0px 1px;
                }
            /*SearchInput*/
            .SearchInput{
                width:160px;
                height:26px;
                overflow: hidden;
                border:none;
                padding:0px 5px;
                background: url("../images/images3.gif") no-repeat;
                margin:8px 2px;
                float: left;
            }
                .SearchBtton{
                    width: 60px;
                    height: 26px;
                    overflow: hidden;
                    border: none;
                    background: url("../images/images2.png") no-repeat;
                    margin:8px 0px;
                }
/*Leftside*/
.LeftSide{
    width:730px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 5px;
}
.Right-side{
    width: 260px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 7px;
}
/*Roght*/
.Roght-box{
    width: auto;
    height: 275px;
    overflow: hidden;
    position: relative;
}
    .Roght-box b{
        width: 7px;
        height: 7px;
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 999;
        background: url("images09.gif") no-repeat;
    }
        .Roght-box b.TL{background-position: 0px 0px; top:0px; left: 0px}
        .Roght-box b.TR{background-position: -7px 0px; top:0px; right: 0px}
        .Roght-box b.BL{background-position: 0px -7px; bottom:0px; left: 0px}
        .Roght-box b.BR{background-position: -7px -7px; bottom:0px; right: 0px}
.Margin-top5{
    margin-top: 5px;
}
.Margin-left5{
    margin-left: 5px;
}
/*ad*/
.Ad{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
/*Fooder*/
#Fooder{
    width:100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding:10px 0px;
    background: #ffffff;
}
    #Fooder h1{
        width: auto;
        height: 20px;
        overflow: hidden;
        background:#ff8400;
    }
        #Fooder p{
            line-height: 35px;
            text-align: center;
        }
            #Fooder p span{
                text-align: center;
                display: inline-block;
                zoom:1;
                *display:inline;
                padding:0px 8px;
            }