/
/* 大屏适配 */

@media (min-width: 768px) {

    .min-hidden {
        display: block;
    }


    /* TODO - 通用配置 */
    .navbar {
        min-width: 1500px;
    }

    .navbar .navbar-brand {
        width: 150px;
        padding: 15px 0 0 30px;
    }

    .nav {
        height: 70px;
    }

    .nav > li {
        margin: 0 10px;
    }

    .nav.en > li {
        margin: 0 5px;
    }

    .nav > li a {
        line-height: 35px;
        font-size: 16px;
        color: #FFF !important;
    }

    .nav > li.active a {
        color: #dda15f !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #222222;
    }

    
    .home header {
        width: 100%;
        min-width: 1500px;
        /*height: 700px;*/
        overflow: hidden;
    }

    .home section.min .body.service .body-ul {
        list-style: none;
        min-width: 1500px;
    }

    section.min {
        width: 1500px;
        margin: 100px auto 100px;
    }

    section.min > .head {
        margin-bottom: 60px;
        width: 100%;
    }

    section.min > .head .title {
        font-size: 26px;
    }

    section.min > .head .title-min {
        font-size: 16px;
        line-height: 50px;
        color: #bbbbbb;
    }

    /*服务支持*/
    section.min .body.service .body-ul {
        list-style: none;
        min-width: 1500px;
    }

    section.min ul.menu {
        top: 12px;
        right: 0;
        left: auto;
    }

    section.min > ul.menu li {
        float: left;
        font-size: 18px;
        margin: 0 20px;
    }

    .home section.min .body.service .body-ul li {
        height: 350px;
    }

    .home section.min .body.service .body-ul li .icon {
        width: 106px;
        height: 106px;
        margin: 60px calc(50% - 53px);
    }

    .home section.min .body.service .body-ul li .title {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #363636;
    }

    .home section.min .body.service .body-ul li .icon-bar {
        width: 40px;
        height: 1px;
        background: #919191;
        margin: 12px calc(50% - 20px);
    }

    .home section.min .body.service .body-ul li .content {
        text-align: center;
        width: 80%;
        overflow: hidden;
        font-size: 18px;
        color: #919191;
        margin: 0 auto;
    }

    /* 大图 */
    .home section.big {
        min-width: 1500px;
    }

    /* 新闻 */
    .home section.min .body.news {
        width: 1500px;
        height: 510px;
    }

    /* 左边重点新闻 */
    .home section.min .body.news .news-img {
        width: calc(50% - 60px);
        float: left;
        height: 570px;
    }

    .home section.min .body.news .news-img .img-box {
        width: 100%;
        height: 280px;
    }

    .home section.min .body.news .news-img .time_box {
        width: 90px;
        height: 100%;
        float: left;
        padding: 35px 0;
    }

    .home section.min .body.news .news-img .news-info {
        height: calc(100% - 280px);
        padding: 30px 0;
    }

    .home section.min .body.news .news-img .content-box {
        width: calc(100% - 90px);
        height: 189px;
        float: right;
        padding: 35px 50px;
    }

    .home section.min .body.news .news-img .time_box .nav-news {
        display: none;
    }


    /* 右边列表 */
    .home section.min .body.news .news-list {
        width: calc(50% - 60px);
        float: right;
        height: 510px;
        list-style: none;
    }

    .home section.min .body.news .news-list li {
        border-top: 1px solid rgba(238, 238, 238, 1);
        width: 100%;
        height: 169px;
    }

    .home section.min .body.news .news-list li .time_box {
        width: 90px;
        height: 100%;
        float: right;
        padding: 0 0 70px;
    }

    .home section.min .body.news .news-list li .content-box {
        width: calc(100% - 90px);
        /*height: 189px;*/
        float: left;
        padding: 0 50px 70px;
    }

    /* 时间和标题 */
    .home section.min .body.news .time_box .time,
    .home section.min .body.news .title {
        color: #222222;
        height: 30px;
        font-size: 20px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .home section.min .body.news .title:hover {
        color: #E0AE6E;
    }

    /* 图标 */
    .home section.min .body.news .news-list li .time_box .nav-news {
        height: 40px;
        border-left: 1px solid #919191;
        position: relative;
        margin: 15px 0;
    }

    .home section.min .body.news .news-list li .time_box .nav-news img {
        width: 30px;
        margin: 10px 20px;
    }

    /* 详情 */
    .home section.min .body.news .content-box .content {
        font-size: 14px;
        color: #919191;
        height: 40px;
        margin: 15px 0 0 0;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .home section.min .body.news .content-box .content:hover {
        color: #E0AE6E;
    }

    /* 联系我们 */
    .home section.min.contact {
        height: 235px;
        min-width: 1500px;
        margin-bottom: 20px;
    }

    .home section.min.contact .head {
        width: 25%;
        float: left;
    }

    .home section.min.contact .contact_li {
        margin: 0 2.5%;
        width: 30%;
    }

    .home section.min.contact .contact_li.mp{
        width: 35%;
        /*margin: 0;*/
    }

    .home section.min.contact .contact_li .title {
        margin-bottom: 40px;
        font-size: 24px;
    }

    .home section.min.contact .contact_li ul {
        list-style: none;
    }

    .home section.min.contact .contact_li ul.content li {
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
        color: #bbbbbb;
    }

    .home section.min.contact .contact_li ul.logo li {
        width: 20%;
        height: 30px;
        margin: 20px 0;
        float: left;
        font-size: 24px;
    }

    .home section.min.contact .contact_li ul.logo li i:hover {
        cursor: pointer;
    }

    .home section.min.contact .contact_li ul.logo li i {
        color: #bbbbbb;
    }

    .home section.min.user-contact {
        display: none;
    }

    .res * {
        font-size: 16px;
    }

    /* 新闻的样式 */
    .news-page .row {
        padding: 30px;
    }

    .news-page .newsLi {
        padding: 15px;
        height: 150px;
    }

    .news-page .img_box {
        width: 200px;
    }

    .news-page .content-box {
        width: calc(100% - 250px);
        margin-left: 50px;
    }

    .news-page .content-box .title {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }

    .news-page .content-box .intro {
        font-size: 14px;
        -webkit-line-clamp: 3; /** 显示的行数 **/
    }

    .news-page .content-box .intro .date {
        font-size: 14px;
    }

    /* 新闻详情 */
    .news-content .row {
        min-width: 1500px;
        padding: 0 50px;
    }

    .news-content .row .title {
        margin: 30px 0 10px;
    }

}
