* {
    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: 38px;
}

#top .logotop .logo {
    width: 50px;
    height: 60px;
    background-image: url(../images/logo.png);
    display: inline-block;
    background-size: 100% 100%;
    margin-top: 7.5px;
}

#top .topcontent {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#top .nav {
    height: 75px;
    width: 600px;
    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 .botcontent {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#bottom .botcontent .logobot {
    position: absolute;
    left: 20%;
    top: 10px;
}

#bottom .botcontent .logobot .logo {
    width: 68px;
    height: 78px;
    background-image: url(../images/logo.png);
    display: block;
}

#bottom .botcontent .txt {
    position: absolute;
    top: 16px;
    left: 436px;
    font-size: 12px;
}

#dw {
    width: 100%;
    height: auto;
    background-color: #F18F67;
    color: #FFFFFF;
    font-family: "Microsoft YaHei", "Hiragino Sans", "Droid Sans Fallback";
    font-size: 14px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    line-height: 23px;
    font-weight: lighter;
}

.bei {
    color: white;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.internet {
    width: 25px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 5px;
    margin-top: 5px;
}
