/*全局控制样式*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #d8d8d8;
}

a {
    color: #e9ae00;
    text-decoration: none;
}

@font-face {
    font-family: 'freshskin';
    src: url('../fonts/iconfont.ttf');
}

/*head begin*/
#head {
    width: 100%;
    height: 46px;
    background: #000;
}

#head .menu {
    width: 1200px;
    margin: 0 auto;
}

#head .menu .left {
    float: left;
}

#head .menu .right {
    float: right;
}

#head .menu .left li {
    float: left;
    height: 46px;
    line-height: 46px;
    margin-right: 50px;
    color: #fff;
    cursor: pointer;
}

#head .menu .right li {
    float: right;
    height: 46px;
    line-height: 46px;
    margin-left: 50px;
    color: #fff;
    cursor: pointer;
}

#head .menu .right li {
    color: #fff;
}

/*head end*/
/*content begin*/
.menutainer {
    width: 1200px;
    height: 825px;
    margin: 0px auto;
}

/*content end*/
/*foot begin*/
#footer {
    width: 100%;
    height: 127px;
    background: #000;
    color: #fff;
    text-align: center;
    bottom: 0;
    position: absolute;
}

#footer .foot {
    width: 1200px;
    height: 127px;
    margin: 0 auto;
    position: relative;
}

#footer span {
    width: 58px;
    height: 32px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -31px;
    left: 600px;
    background: url(../img/sanjiao.png);
}

#footer p {
    line-height: 127px;
}

/*foot end*/