@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?y7upqk');
    src: url('../fonts/icomoon.eot?y7upqk#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?y7upqk') format('truetype'),
        url('../fonts/icomoon.woff?y7upqk') format('woff'),
        url('../fonts/icomoon.svg?y7upqk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.head {
    width: 100%;
    height: 120px;
    background-color: #B60000;
}

.logo {
    padding-top: 28px;
}

.search {
    padding-top: 43px;
    height: 36px;
    line-height: 36px;
}

.search .search_input {
    width: 195px;
    height: 36px;
    border: 1px;
}

.search .btn {
    width: 40px;
    height: 36px;
    line-height: 36px;
    border: 0px;
}

.btn .icon {
    font-family: icomoon;
}

.layui-nav {
    margin: 0 auto;
}

.navbar {
    background-color: #8B0017;
}

.foot {
    background-color: #B60000;
    width: 100%;
    height: 150px;
}

.foot ul {
    height: 150px;
    margin: 0 auto;
}

.foot ul li {
    float: left;
    margin-top: 10px;
    margin-right: 240px;
}

.foot ul li p {
    margin-top: 10px;
    display: block;
    color: white;
    font-size: 16px;
    font-family: 微软雅黑, 宋体;
}

.foot .aa {
text-decoration: none;
color: white;
}

td,th{ border:1px solid #DDD; }