@charset "UTF-8";
/**
 * 
 * @authors yuanyang (471145945@qq.com)
 * @date    2017-01-01 
 * @version 1.3.1
 */

body{
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
}

/*如果是ie9以下*/
.ie9{
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding:10px 0;
    text-align: center;
    font-size: 14px;
}
.ie9 a{color: #F13C35;}

/*页眉*/
.header{
    width: 100%;
    max-width: 1920px;
    min-width: 1000px;
    margin: 0 auto;
    height: 31px;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
}
.header .hd_width{
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}
.header .hd_width .logo{
    float: left;
    width: 40%;
    height: 30px;
}
.header .hd_width .logo a{
    width: 240px;
    height: 30px;
    display: inline-block;
}
.header .hd_width .logo a img{
    width: 240px;
    height: 30px;
}

/*页脚*/
.footer{
    width: 100%;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
    background: #5a5d5f;
    text-align: center;
    padding: 20px 0;
}
.footer p{
    display: inline-block;
    width: 100%;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.footer p a{
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding: 0 10px;
}
.footer p a:hover{
    color: #fff;
    text-decoration: underline;
}
.footer p img{
    position: relative;
    top:-1px;
    left: 8px;
    width: 20px;
    height: 20px;
}