* {
    margin : 0;
    padding: 0;
}

body,
html {
    height          : 100%;
    width           : 100%;
    background-color: #fff;
    min-width       : 1200px;
    font-family     : -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    background-size: cover;
}

.body-bg {
    display : block;
    width   : 100%;
    position: absolute;
    left    : 0;
    right   : 0;
    bottom  : 0;
}



.nav {
    max-width: 1200px;
    height   : 100%;
    margin   : 0 auto;
    overflow : hidden;
    position : relative;
}

/* 框架样式 */
.header {
    width  : 100%;
    height : 90px;
    z-index: 20;
}

.header {
    position: fixed;
    left    : 0;
    bottom  : auto;
    top     : 0px;
}

/* 定义logo样式 */
.header .nav>.nav-img {
    display       : inline-block;
    vertical-align: middle;
    width         : 160px;
    height        : 90px;
}

.header .nav>.nav-img img {
    width: 100%;
}


.header .nav .teach-line {
    display       : inline-block;
    vertical-align: middle;
    width         : 1px;
    height        : 45px;
    background    : #F0F0F0;
    opacity       : 0.95;
    filter        : alpha(opacity=95);
    -moz-opacity  : 0.95;
    -khtml-opacity: 0.95;
    margin        : 0 4%;
}

.header .nav .title {
    display       : inline-block;
    vertical-align: middle;
    color         : #333333;
    font-weight   : bold;
}





.teach-box .t-about {
    padding-top: 150px;
    /* width   : 750px; */
    position   : relative;
    margin     : 0 auto;
    width      : 100%;
}

.teach-box .t-about .about-text {
    width   : 60%;
    margin  : 0 auto;
    position: relative;
}

.teach-box .t-about .about-text .desc {
    font-weight  : 400;
    font-size    : 18px;
    text-align   : left;
    color        : #333;
    margin-bottom: 34px;
    line-height  : 1.7;
}

.teach-box .t-about .about-text .desc .blod {
    font-weight: bold;
}

.teach-box .t-about .about-text .desc .addr {
    font-weight: bold;
    color      : #999;
}

.teach-box .t-about .about-text .desc .concat {
    font-size: 14px;
    color    : #999;
}


@media (max-width: 1200px) {

    body,
    html {
        min-width: 0;
    }

    .nav {
        padding         : 0 30px;
        width           : 100%;
        box-sizing      : border-box;
        background-color: #fff;
    }



    .teach-box .t-about {
        margin    : 0;
        padding   : 150px 30px;
        box-sizing: border-box;
    }

    .teach-box .t-about .about-text {
        width: 100%;
    }
}