@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
    }
}

body {
    font-family: 'MicrosoftYaHei';
    background-color: #F0F0F0;
}

ul,
li {
    list-style: none;
}

.image-box {
    padding: 5px 0;
}

#modal-img {
    width: 1600px;
    height: auto;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}

/* 下载按钮 */
.downloadPdf {
    text-align: right;
    padding-top: 20px;
}

.downloadPdf span {
    display: inline-block;
    border: 0;
    width: 128px;
    height: 32px;
    background: #007dbc;
    cursor: pointer;
}

.downloadPdf span a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
}

@media (max-width: 769px) {

    img.pull-left,
    img.img-responsive {
        width: 100%;
    }
}

.pull-left {
    width: 250px;
}

body {
    max-width: 2560px;
    margin: 0 auto;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: "PangMenZhengDao";
    src: url("fonts/PangMenZhengDao.ttf");
}

@font-face {
    font-family: "造字工房朗倩常规体";
    src: url("fonts/造字工房朗倩常规体.ttf");
}