* {
    margin: 0;
    padding: 0;
}
*{
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
body {
    /*height: 800px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    background: white;
    font-family: "Droid Sans Fallback"!important;
}
/*头部导航栏*/
#header {
    background: white;
    position: relative;
    width: 1400px;
    margin: 10px auto;
    /*box-shadow: 0 5px 5px #868686;*/
}
.headerContent {
    width: 1200px;
    height: 83px;
    margin: 0 auto;
    background: white;
}
#logo {
    cursor: pointer;
    margin: 0 100px;
    margin-bottom: 15.5px;
}
.title {
    display: inline-block;
    /*margin: 0 200px;*/
}
.title li {
    list-style-type: none;
    float: left;
}
.titleDetails {
    z-index: 1;
    position: absolute;
    padding: 20px;
    display: none;
    width: 900px;
    height: 580px;
    /*background: url(../img/titleBg.png) repeat;*/
    background: rgba(255,255,255,0.9);
    left: 300px;
    top: 83px;
}
.titleDetails>div {
    padding-left: 20px;
    float: left;
    margin: 0 20px;
    border-left: 1px solid #cbcdce;
}
.titleDetails>div:first-child {
    padding-left: 0;
    border: none;
}
h4 {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    margin-bottom: 7px;
}
.titleDetails>div>h4:first-child {
    margin-top: 0;
}
.headerContent li>div span {
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
}
.headerContent li>div span:hover {
    cursor: pointer;
    color:#0062bd;
}
.title>ul>li>span {
    cursor: pointer;
    display: block;
    height: 82px;
    width: 103px;
    /*text-decoration: none;*/
    /*font-weight: normal;*/
    text-align: center;
    line-height: 82px;
    font-size: 18px;
    color: #0062bd;
    /*font-family: '微软雅黑';*/
}
.hotLine {
    /*display: inline-block;*/
    display: none;
    position: absolute;
    top: 30px;
    color: #0062bd;
}
.titleDetails span {
    display: block;
}
/*底部备案信息*/
#footer {
    clear: both;
    display: block;
    margin: 0 auto;
    /*margin-top: 30px;*/
    width: 1400px;
    height: 44px;
    background: #333;
}
#footer span {
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}
#footer span:first-child {
    margin-left: 200px;
}
#footer span:nth-child(2) {
    margin-left: 30px;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer img {
    margin: 0 5px;
}