body {
    background-color: #f7f7f7;
}

.container {
    margin: 0 auto;
    height: 67px;
}

.mainContent {
    height: 670px;
}

/* 底部模块 */
footer {
    width: 100%;
    background-color: #f5f5f5;
}

footer .container {
    height: 185px;
    padding-top: 35px;
}

footer .fleft {
    float: left;
}

footer .fright {
    float: right;
    margin-top: 10px;
}

footer .fleft p {
    padding-bottom: 10px;
}

footer .fleft .companyName {
    font-size: 15px;
    font-weight: bold;
    color: black;
}

footer .fleft .phoneMode,
footer .fleft .emailMode,
footer .fleft .placeMode {
    color: #5b5b5b;
    font-size: 13px;
}

footer .fleft .phoneMode img,
footer .fleft .emailMode img,
footer .fleft .placeMode img {
    vertical-align: middle;
    margin-right: 10px;
}

footer .fleft .placeMode img {
    margin: 0 12px 0 1px;
}

footer .fleft .record {
    margin-left: 30px;
    font-size: 13px;
}

footer .fleft .record a:hover {
    color: #5b5b5b;
}

/* 版权信息 */
.copyright {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #858585 !important;
}

.copyright a {
    color: #858585;
}

.copyright .companyCopr {
    display: inline-block;
    margin-bottom: 0;
}

.copyright .companyCopr span {
    margin-left: 10px;
}

.copyright .onRecord {
    margin-left: 10px;
    display: inline-block;
}

.copyright .onRecord a {
    display: inline-block;
    text-decoration: none;
    height: 16px;
    line-height: 16px;
}

.copyright .onRecord img {
    float: left;
}

.copyright .onRecord p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #939393;
}

.copyright .onRecord p:hover {
    color: #0ededb;
}

footer .straightLine {
    border-top: 1px solid #c4c4c4;
    margin-top: 150px;
}

footer .fright p {
    margin-top: 5px;
    color: #4e4e4e;
    font-weight: bold;
}

.container>.navbar-header {
    display: none;
}

.container>.navbar-header img {
    margin-top: 20px;
}

.navbar-inverse .collapse.navbar-collapse {
    margin-bottom: 10px;
}

/* ——————————————————分辨率适配———————————————————— */
@media (min-width: 0px) {

    /*——————首页—————— */
    /* 行业应用 */
    .homePage .application .content,
    .homePage .information .content {
        justify-content: space-around;
    }

    /* 资讯中心 */
    .homePage .information .content .new {
        width: 100%;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav>li {
        float: left;
    }

    .account {
        height: 1200px;
    }

    .account .accountBox {
        width: 365px;
    }

    .mainContent {
        margin-bottom: 670px;
    }
}

@media (min-width: 768px) {

    /*——————首页—————— */
    /* 产品矩阵 */
    .homePage .productMatrix .platform {
        width: 750px;
    }

    .homePage .productMatrix .platform ul li {
        width: 245px;
    }

    /* 行业应用 */

    .container>.navbar-header {
        display: block;
    }

    .navbar-inverse .collapse.navbar-collapse {
        float: right;
        margin-bottom: 0;
    }

    .navbar-inverse .navbar-nav>li {
        margin-top: -5px;
        padding-bottom: 13px;
    }

    .secondNav,
    .CsecondNav {
        top: 63px;
    }

}

@media (min-width: 992px) {

    /*——————首页—————— */
    /* 产品矩阵 */
    .homePage .productMatrix .platform {
        width: 970px;
    }

    .homePage .productMatrix .platform ul li {
        width: 315px;
    }

    /* 行业应用 */


    .account {
        height: 740px;
    }

    .account .accountBox {
        width: 785px;
    }

    .mainContent {
        margin-bottom: 210px;
    }

    .accountBox .accountType .eSport,
    .accountBox .accountType .anAccount {
        margin-right: 50px;
    }
}

@media (min-width: 1200px) {

    /*——————首页—————— */
    /* 产品矩阵 */
    .homePage .productMatrix .platform {
        width: 1200px;
    }

    .homePage .productMatrix .platform ul li {
        width: 400px;
    }

    /* 行业应用 */

    .homePage .application .content,
    .homePage .information .content {
        justify-content: space-between;
    }

    /* 资讯中心 */
    .homePage .information .content .new {
        width: 48%;
    }

    .navContainer,
    .footContainer,
    .headContainer,
    .introduce,
    .newsModule {
        width: 1200px;
    }

    .account {
        height: 435px;
    }

    .account .accountBox {
        width: 1200px;
    }

    .mainContent {
        margin-bottom: 0;
    }

    .accountBox .accountType .eSport {
        float: left;
        margin-right: 0;
    }

    .accountBox .accountType .cashBox,
    .accountBox .accountType .viceScreen {
        margin-right: 50px;
    }
}