﻿.contain{
    width: 1200px;
    margin: auto;
}

.head,.bgc{
    background-color: #fffdf2;
}

.bgc{
    padding-bottom: 20px;
    overflow: hidden;
}

.head .logo{
    height: 140px;
    overflow: hidden;
}

.head .logo h1{
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    width: 761px;
    height: 84px;
    text-indent: -999px;
    margin-top: 28px;
}

.head .btm{
    background: #c80a0a;
    height: 70px;
}

.head .btm .contain{
    height: 70px;
    vertical-align: middle;
}

.head .btm .home{
    float: left;
    height: 70px;
    width: 70px;
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.head .btm .contain li:hover{
    background-color: #920000;
}

.head .btm .contain>li{
    position: relative;
    float: left;
}

.head .btm li a{
    display: block;
    height: 70px;
    /* width: 124px; */
    width: 140px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.head .btm li .l2{
    position: absolute;
    height: 0;
    overflow: hidden;
    top: 70px;
    z-index: 10;
}

.head .btm .contain li:hover .l2{
    height: auto;
}

.head .btm li .l2 li{
    background-color: #920000;
    opacity: 0.8;
    height: 42px;
}

.head .btm li .l2 li a{
    line-height: 42px;
}

.head .btm li .l2 li:hover a{
    color: yellow;
}


.foot{
    background-color: #d80000;
    height: 102px;
    overflow: hidden;
}

.foot .contain{
    position: relative;
}

.foot p{
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-top: 12px;
}

.foot #_ideConac{
    position: absolute;
    right: 0;
    top: 6px;
}

.location{
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    line-height: 20px;
    padding-top: 40px;
    background-color: #fffdf2;
}