body {
    background: none;
    max-width: 1920px;
    min-width: 1200px;
    overflow-x: hidden;
    margin: 0 auto;
    font-size: 14px;
}
.clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.lf {
    float: left;
}
.rg {
    float: right;
}


@font-face {
    font-family: "dinCond-Medium";
    src: url("../fonts/dincond-medium-webfont.eot");
    src: url("../fonts/dincond-medium-webfont.eot?#iefix")
        format("embedded-opentype"),
      url("../fonts/dincond-medium-webfont.woff2") format("woff2"),
      url("../fonts/dincond-medium-webfont.woff") format("woff"),
      url("../fonts/dincond-medium-webfont.ttf") format("truetype"),
      url("../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont")
        format("svg");
}



.w1200{
    width: 1200px;
    margin: 0 auto;
}
.wMax{
    width: 1400px;
    float: right;
}
.pr{
    position: relative;
}
.header .nav .navline {
    position: absolute;
    width: 0;
    /* height: 4px; */
    padding-bottom: 3px;
    background: url(../images/navline.jpg) repeat-x center center;
    bottom: 0;
    left: 15px;
}
.header .nav .navline img {
    margin: 0 auto;
    display: block;
}
/* .nav-list__item--active::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 16px - 17px);
    height: 4px;
    background: rgb(54, 149, 161);
    left: 16px;
} */
.footer {
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    position: relative;
    background: #f4f4f4
    /* padding-bottom: 60px; */
}
.foot-con {
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot-con p {
    font-size: 12.5px;
    color: #8c8c8c;
    font-weight: bold;
}
.foot-con a {
    font-size: 12.5px;
    color: #8c8c8c;
    float: left;
    font-weight: bold;
}

/* .main {
    margin-bottom: 100px;
} */

@media (max-width: 1011px) {
    body {
        background: none;
        margin: 0 auto;
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1011px) {
    .isMobile .w1200{
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 1011px) {
    .wMax{
        width: 100%;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 1011px) {
    .footer{
        margin-top: 10px;
        padding-left: 10px
    }
}

/* @media (max-width: 1011px) {
    .main {
        margin-bottom: 100px;
    }
} */
