*{
    font:normal 16px/27px "微软雅黑","Mircosoft YaHei";
   /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    word-wrap: break-word;
    word-break: break-all;
}
body{
    min-width: 1000px;
}
#top,#bottom{
    z-index: 9999999;
}
#top{
    width:100%;
    height:75px;
    background:#fcfcfc;
}
#bottom{
    background:#2b2c2e;
    height:111px;
    width:100%;
    color:#5e5e60;
}
#top .logotop{
    position:absolute;
    left:30px;
    top:22px;
}
#top .logotop .logo{
    width:181px;
    height:37px;
    background-image: url(../images/logotop.png);
    display:inline-block;
}
#top .topcontent{
    width:1000px;
    margin:0 auto;
    position:relative;
}
#top .nav{
    height:75px;
    width:500px;
    position:absolute;
    right:0px;
}
#top .nav a{
    display: inline-block;
    line-height:72px;
    color:#000000;
    margin-left:12px;
    margin-right:12px;
    font-size:18px;
    border-top:3px solid #FFFFFF;
}
#top .nav a.cur,#top .nav a:hover{
    border-top:3px solid #054581;
    color:#054581;
}
#bottom p {
    font-size: 12px !important;
}
#bottom img {
    display: inline-block;
    margin: 0 !important;
}
#bottom .botcontent{
    width:1000px;
    margin:0 auto;
    position: relative;
}
#bottom .botcontent .logobot{
    position:absolute;
    left:20%;
    top:39px;
}
#bottom .botcontent .logobot .logo{
    width:181px;
    height:37px;
    background-image:url(../images/logobot.png);
    display:inline-block;
}
#bottom .botcontent .txt{
    position:absolute;
    top:16px;
    left:436px;
    font-size:12px;
}
#bottom .botcontent .beian{
    color: #5e5e60;
}
#bottom .botcontent .beian{
    color: #5e5e60;
}
#bottom .botcontent .beian img{
     vertical-align: middle;
}
.ba-info{display: inline-block; margin-left: 10px;}