﻿@media (max-width: 1199px) {
    .newsType, .sharedModels, .pubTime, .newsIndexSlideBox {
        display: none;
    }

    .newsIndexSlideBox .bd img
    {
        width: 100%;
        height: 100%;
    }

    .paddingleft {
        padding-left: 0px;
    }

    .newsIndexContent {
        padding-right: 0px;
    }

    .newsIndexSlideBox {
        width: 100%;
    }

    .newsIndexSlideBox ul
    {
        display: block;
        height: 100%;
    }

    .innerList {
        background-color: #eeeeee;
        padding: 10px 0px;
    }

    .news-index-more {
        background-color: #eeeeee;
        padding: 10px 0px;
    }

    .innerList .newsImg {
        width: 40%;
        padding-left: 5px;
        box-sizing: border-box;
        margin-right: 10px;
        height: auto;
    }

    .innerList .newsImg a
    {
        display: block;
        width: 100%;
        padding-bottom: 61.6%;
        overflow: hidden;
        position: relative;
        background: #fff;
    }

    .innerList .newsImg a img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;

        width: auto;
        height: auto;
    }

    .innerList .newsContent
    {
        padding-right: 5px;
    }

    .innerList .newsContent .title {
        line-height: 20px;
        font-size: 15px;
        color: #4c4c4c;
        font-weight: bold;
    }

    .innerList .newsContent .description
    {
        font-size: 12px;
        max-height: 50px;
        overflow: hidden;
        line-height: 25px;
        padding-top: 5px;
    }

    .productTypeContainer {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #F0F0F0;
        display: block;
    }

    .productType {
        width: 100%;
        position: relative;
    }

    .productType ul {
    }

    .productType li {
        float: left;
    }

    .productType li a {
        display: block;
        color: #333333;
        line-height: 40px;
        padding: 0px 10px;
        word-break: keep-all; /* 不换行 */
        white-space: nowrap; /* 不换行 */
    }

    .productType li a.selected {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #FF9900;
        color: #ffffff;
    }
}


/*--common-menu-wrap--*/

.common-header .common-menu-wrap {
    position: relative;
    clear: both;
    z-index: 1;
}

    .common-header .common-menu-wrap .container {
        padding: 0;
        position: relative;
    }

    .common-header .common-menu-wrap .mask {
        position: absolute;
        right: 0;
        top: 2px;
        width: 45px;
        height: 45px;
        content: ' ';
        z-index: 2;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,1));
        background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1));
        background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1));
        background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    }

.common-header .common-submenu {
    border-top: 1px solid #eee;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

    .common-header .common-submenu ul {
        min-width: 100%;
        display: inline-block;
        white-space: nowrap;
    }

    .common-header .common-submenu li {
        display: inline-block;
        position: relative;
        text-align: center;
    }

        .common-header .common-submenu li:after {
            content: '/';
            color: #eee;
            position: absolute;
            right: -2px;
            top: 13px;
        }

        .common-header .common-submenu li:last-child:after {
            content: '';
        }

        .common-header .common-submenu li a {
            display: block;
            padding: 13px 15px;
            color: #333;
            position: relative;
            font-size: 15px;
        }

            .common-header .common-submenu li a:hover {
                color: #3092E2;
            }


@media (min-width: 768px) {
    .common-header .common-menu-wrap {
        border-top: 2px solid #3092E2;
    }

        .common-header .common-menu-wrap .container {
            padding: 0 15px;
        }

        .common-header .common-menu-wrap .mask {
            right: 20px;
        }

    .common-header .common-submenu {
        border-top: 0
    }

        .common-header .common-submenu li a {
            font-size: 16px;
        }
}

@media (min-width: 992px) {
    .common-header .common-submen {
        overflow: inherit;
    }

    .common-header .common-submenu ul {
        min-width: auto;
        display: table;
        width: 100%;
    }

    .common-header .common-submenu li {
        display: table-cell;
        position: relative;
        text-align: center;
    }

        .common-header .common-submenu li a {
            padding: 13px 5px;
        }

    .common-header .common-menu-wrap .mask {
        display: none !important;
    }
}
