* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    /*font-family: microsoft yahei;*/
    background-color: #f5f5f5;
    font-size: 100px;
}

.center {
    width: 1170px;
    margin: auto;
}

.clearfix:after {
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
}

ul {
    list-style-type: none;
    margin: 0;
}

#footer {
    width: 100%;
    min-height: 60px;
    background: steelblue;
    margin-top: 20px;
    position: relative;
}
#footer ul{
    text-align: center;
}
#footer ul li{
    text-align: center;
    /*display: inline-block;*/
    /*padding-top: 24px;*/
    box-sizing: border-box;
    color: #fff;
    line-height: 0.9;
}
#footer ul li a{
    color: #fff;
}
#footer ul li .contactImg{
    max-height: 25px;
    box-sizing: border-box;
}
#header {
    width: 100%;
    height: 60px;
    cursor: pointer;
    background: steelblue;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    line-height: 60px;
}


#header .logo {
    display: inline-block;
    width: 140px;
    height: 40px;
    float: left;
    line-height: 40px;
    position: relative;
}
#header .logo .logo-font{
    width: 100%;
    height: auto;
    margin-top: 2px;
}

#header .header-input {
    text-align: center;
    position: relative;
    margin-left: 120px;
}

#header .header-input input {
    width: 500px;
    height: 34px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    line-height: 100%;
    vertical-align:middle;
}

#header .header-input .btn-search {
    display: inline-block;
    border: none;
    outline: none;
    width: 66px;
    height: 34px;
    line-height: 34px;
    background: #2aabd2;
    color: #fff;
    position: absolute;
    top: 14px;
    cursor: pointer;
}
.footerIcp{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    bottom: 0;
    color: #666;
    font-size: 13px;
}
.footerIcp a{
    text-decoration: none;
    color: #000;
}
.footerIcp a:hover{
    border-bottom: 1px solid #000;
}