﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,i { font-weight: normal; font-style: normal; }
ol,ul,li { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
body{
    font-size: 12px;
    color: #666666;
    margin: 0;
    font-family:'微软雅黑';
}
a{
    text-decoration: none;
}
.clearfix{
    clear: both;
}
.width1000{
    width: 1000px;
    margin: 0 auto;
}
/*顶部导航*/
.top-nav{
    width: 100%;
    background: #fff;
    height: 94px;
	padding: 15px 0;
}
.top-box{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.top-nav .logo_left,.top-nav .logo_right{
position: absolute;
}
.top-nav .logo_left{
  top:16px;
    left: 0;
}
.top-nav .logo_right {
    top:24px;
    right: 0;
}

/*导航*/
.head-nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #9a0200;
}

.navlist li{
    width: 120px;
    float: left;
    font-size: 14px;
    text-align: center;
}
.navlist a{
    color: #fff;
}
.navlist a:hover,.navlist a:focus{
	color:#fa9698;
	text-decoration:none;
}

.content1{
    margin-top: 24px;

}
/*页尾*/
.footer{
    width: 100%;
    background: #eeeeee;
    height: 120px;
    color: #999999;
}
.foot-text{
float: left;
    line-height: 30px;
    margin-top: 30px;
}
.foot-text span{
    display: inline-block;
    width: 74px;
}
.erw{
    width: 84px;
    height: 106px;
    float: right;
    font-size: 12px;
    margin-top: 7px;
    vertical-align: middle;
}
.foot{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000;
    text-align: center;
    color: #999999;
    font-size: 12px;
}
/*侧边栏*/
.sidebar{
    width: 224px;
    height: 484px;
    margin-right: 20px;
    float: left;
}
.sidebar-tittle{
    height:64px;
    line-height: 64px;
    background: #9a0200;
    text-align: center;
    color: #fff;
}
.sidebar-tittle img{
    display: inline-block;
    margin-right: -30px;
}
.sidebar-tittle span{
    display: inline-block;
    width: 140px;
    float: right;
    text-align: left;
}
.sidebar-tittle a{
    color: #fff;
    font-size: 14px;
/*     display: block; */
}

.sidebar-nav{
    width: 222px;
    height: 418px;
    border: 1px solid #cccccc;
    background: #eeeeee;
    font-size: 14px;
}
.sidebar-nav li{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.sidebar-nav  a{
    color: #0e0d0d;
    display: block;
}
.sidebar-nav li:hover{
    background: #fa9698;
}

.sidebar-nav li:hover a{
color: #fff;
}
.sidebar-nav li:active{
    background: #fa9698;
}
.main-box{
    float: right;
   width: 756px;
}
