/*index响应式布局开始*/
@media only screen and (max-width: 1024px) {
    .container {
        width: 1200px;
    }

    .bottom_ifram {
        width: 1200px;
    }

    .wrap {
        width: 1200px;
    }

    .wrapCon{
        width: 1200px;
    }
}