@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
fieldset{
    border: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
body {
    /*font-family: Arial, Verdana, Helvetica, sans-serif;
    font-family: "雅黑宋体", "微软雅黑", "新宋体", "宋体";*/
    font-family:"微软雅黑";
    font-size: 1em;
    font-size: 17px;
    text-align: left;
    overflow-y: scroll;
}
/*头部*/
.header{
    margin: auto;
    width: 1200px;
    height: 60px;
    position: relative;
}
/*首页菜单栏*/
.top-menu{
    height: 40px;
    position: relative;
    width: 100%;
    background-color:#0E6EB8;
}
/*中间内容-宽度全屏*/
.content{
    width: 100%;
    height: 388px;
    position: relative;
}
/*下方内容-居中不全屏*/
.bottom{
    height: auto;
    position: relative;
    width: 1200px;
    margin: auto;
}
/*下方内容-左侧*/
.bottom .bottom-left{
    height: auto;
    float: left;
    width: auto;
}
/*下方内容-右侧*/
.bottom .bottom-right{
    height: auto;
    float: left;
    width: auto;
    max-width: 920px;
}
/*页脚 */
.footer{
    width: 100%;
    height: 120px;
    background-color: #e5e5e5;
    position: relative;
    font-family: Microsoft YaHei;
}
/*页脚*/
.foot-content{
    width: 700px;
    height: 100%;
    color: #FFF;
    position: relative;
    margin: auto;
    text-align: center;
}
.foot-copyright{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 25px 30px 10px 0;
    position: relative;
}
.foot-consulting{
    font-size: 16px;
    letter-spacing: 1px;
}
/*头部*/
.header .logo{
    height: 100%;
    width: 200px;
    float: left
}
.header .link-view{
    float: right;
    height: 100%;
    width: auto;
}
.header .link-view ul{
    white-space: nowrap;
    height: 100%;
}
.header .link-view ul li{
    display: inline-block;
    height: 100%;
    line-height: 60px
}
.header .link-view ul li span{
}
.header .link-view ul li a{
    color: #555;
}
.header .link-view ul li a:hover{
    color: #1fc12a;
}