/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 手机底部 */

@media(max-width:768px) {
    body {
        padding-bottom: 50px;
    }
}

li {
    list-style: none;
    cursor: pointer;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #035cac;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url("//cdn.xypt.top/5a944d5c/21/02/09d4eee3af2039af008779fd08819ae9209b5706.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url("//cdn.xypt.top/5a944d5c/21/02/3c2615387245d1f1249b8cc0b2c7e35d4cf42b47.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url("//cdn.xypt.top/5a944d5c/21/02/4e15cc2bda58f20390273193cd8a26a76905d99e.png") no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


/* 内页 */


/* 底部 */


/* 修改添加 */