/* 自适应/响应式 */
/* 首页css文件 */


section{
    height: 100%;
}

section .middle-c-up-bg{
    background: url("../images/tk_header.jpg") center no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
}

/* 屏幕小于425用小图 */
@media screen and (max-width: 425px){
    section .middle-c-up-bg{
        background: url("../images/h-t.jpg") center center no-repeat;
        background-size: cover;
        height: 200px;
        width: 100%;
    }
}

main{
    margin-top: 0;
}

/* 主要内容 */
.middle-c-bottom{
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.middle-c-bottom .middle-c-b{
    padding: 0 10%;
}

.middle-c-bottom .middle-c-b li.li-header{
    color: #333333;
    font-size: 1.2vmax;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.middle-c-bottom .middle-c-b ul li:nth-child(n+2){
    color: #4d4d4d;
    font-size: .8vmax;
    padding: 5px 0;
    letter-spacing: 1px;
}


/* 更改脚部 */
/*footer{*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 0;*/
/*}*/

