﻿/* 分页 */

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center !important;
    margin: 30px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}


/* 分页 end */

.nav .pull-left > li > a {
    color: white;
}

.logo {
    float: left;
    margin-top: 12px;
    padding-left: 10px;
}

@media only screen and (min-width: 1305px) {

    #search_form {
        display: block;
    }

    .header-mobile {
        display: none;
    }

    .menu {
        display: none;
    }
}

@media only screen and (max-width: 1420px) {

    #search_form {
        display: block;
    }

    .header-mobile {
        display: none;
    }

    .menu {
        display: none;
    }
}

@media only screen and (max-width: 1345px) {
    .top-search {
        display: none;
    }

    .menu {
        display: block;
    }
}

@media only screen and (max-width: 1304px) {
    .top-search {
    }

    #dh-bbs {
        display: none;
    }
}


@media only screen and (max-width: 1295px) {
    .category-list li .li-title {
        padding-left: 20px !important;
    }

    .category-list li em {
        right: 10px !important;
    }

    .product-type-left {
        padding-left: 21px !important;
    }

    .product-type-right {
        padding-right: 21px !important;
    }
}

@media only screen and (max-width: 1201px) {
    .top-search {
        display: none;
    }

    #dh-bbs, #dh-contactus {
        display: none;
    }
}

@media only screen and (max-width: 1064px) {
    .top-search {
        display: none;
    }

    #dh-bbs, #dh-contactus, #dh-aboutus {
        display: none;
    }
}

@media only screen and (max-width: 935px) {
    .top-search {
        display: none;
    }

    #dh-bbs, #dh-contactus, #dh-aboutus, #dh-news {
        display: none;
    }
}

@media only screen and (max-width: 805px) {
    .top-search {
        display: none;
    }

    #dh-bbs, #dh-contactus, #dh-aboutus, #dh-news, #dh-fangan {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .dh-list {
        display: none;
    }
}

.menu {
    padding-top: 16px;
}

    .menu img {
        padding-right: 10px;
        cursor: pointer;
    }

.header-mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16,36,65,0.98);
    z-index: 99999;
    display: none;
}

    .header-mobile .top {
        height: 90px;
        line-height: 90px;
        border-bottom: solid 1px #1c2f4b;
        padding: 0 3%;
    }

        .header-mobile .top .left {
            width: 70%;
        }

        .header-mobile .top .right {
            width: 30%;
            text-align: right;
        }

    .header-mobile .nav {
        padding: 0 3%;
    }

        .header-mobile .nav ul {
            padding: 0;
            margin: 0;
            font-size: 0;
        }

        .header-mobile .nav li {
            padding: 15px 0;
            border-bottom: solid 1px #1d2f4b;
        }

        .header-mobile .nav .bignav {
            font-size: 16px;
            color: #fff;
            width: 100%;
            background: url(/images/right.png)no-repeat right;
            display: block;
            background-size: 25px;
        }


.header .header-wrap {
    max-width: 1680px;
    width: 94%;
    margin: 0 auto;
    height: 74px;
}

.header .side-wrap {
    margin-top: 10px;
}

.absolute {
    position: absolute;
    z-index: 1;
}

.header .side-wrap .sides {
    margin-left: 30px;
}

.top-search {
    width: 34px;
    height: 34px;
    border-radius: 20px;
    margin-top: 10px;
    vertical-align: middle;
    position: relative;
}

    .top-search .text2 {
        width: 0;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #333;
        border: 0;
        background: none;
    }

    .top-search.unfold .text2 {
        width: 111px;
        padding: 0 35px 0 10px;
        outline: none;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #333;
        border: 0;
        background: none;
    }

    .top-search .button {
        width: 35px;
        height: 35px;
        top: 0;
        right: 0;
        background: url(/images/fadajing.png) no-repeat center center;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .top-search.unfold {
        width: 60px;
        opacity: 1;
        background: #fff;
    }

.header {
    border-bottom: 6px solid #3385ff;
}

.product-lists {
    border-top: 6px solid #154379;
    top: 74px;
}

.lists {
    margin-right: 80px;
}

.fangdajing-a {
    background: url(/images/fadajing1.png)no-repeat center;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    border: 0;
    cursor: pointer;
    outline: none;
}

.product-detail-list {
    width: 100%;
    list-style-type: none;
    padding-left: 20px;
}

    .product-detail-list li {
        padding: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        display: inline-block;
        max-width: 300px;
    }

        .product-detail-list li:nth-of-type(4n+1) {
            clear: both;
        }

        .product-detail-list li a {
            font-size: 14px;
            float: left;
            width: 160px;
            line-height: 40px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
        }

            .product-detail-list li a:hover {
                color: #154379;
            }

            .product-detail-list li a .pro_name {
                padding-top:5px;
                padding-left: 2px;
                line-height: 15px;
                float: left;
                width: 118px;
                white-space: normal;
                word-break: break-all;
                overflow: hidden;
                width: 100%;
                text-align: center;
            }

            .product-detail-list li a .img_div {
                float: left;
                width: 100%;
                text-align: center;
                height: 76px;
            }

                .product-detail-list li a .img_div img {
                    width: 70px;
                    height: 70px;
                    /*border: 1px solid #ccc;*/
                    padding: 2px;
                }

.category-list {
    width: 20%;
    background-color: #154379;
    float: left;
    list-style-type: none;
}

    .category-list li {
        position: relative;
    }

        .category-list li:hover a {
            color: #154379;
            text-decoration: none;
        }

        .category-list li:hover {
            background-color: white;
        }

        .category-list li .li-title {
            position: relative;
            display: block;
            padding-left: 30px;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
            color: white;
        }

        .category-list li em {
            position: absolute;
            top: 6px;
            right: 20px;
            font-size: 16px;
            line-height: 16px;
            color: #e0e0e0;
        }

            .category-list li em .em-img2 {
                display: none;
            }

        .category-list li:hover .em-img1 {
            display: none;
        }

        .category-list li:hover .em-img2 {
            display: block;
        }

.header-mobile .search-mobile {
    display: -webkit-box;
}

    .header-mobile .search-mobile form {
        width: 100%;
    }

        .header-mobile .search-mobile form .input-text {
            float: left;
            padding-left: 5px !important;
            padding: 10px 0;
            min-width: 160px;
            width: 70%;
        }

        .header-mobile .search-mobile form .input-submit {
            height: 37.2px;
        }

#dh-fangan {
    display: none;
}

#fangan_foot {
    display: none;
}

#fangan_window_dl {
    display: none;
}

.footer-top {
    width: 790px;
}

#product-type-list {
    width: 133%;
    max-width: 1200px;
}

.product-type-left {
    float: left;
    cursor: pointer;
    padding-left: 26px;
}

.product-type-right {
    float: right;
    cursor: pointer;
    padding-right: 26px;
}

.dh-language {
    width: 82px;
    text-align: center;
    padding-top: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #154379;
}

    .dh-language div {
        box-shadow: 0 0 0 0 white !important;
    }

.fuwhzhichi {
    display: none;
    width: 100px;
    font-size: 14px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #154379;
}

    .fuwhzhichi div {
        box-shadow: 0 0 0 0 white !important;
    }

    .fuwhzhichi a {
        color: white;
        text-decoration: none;
    }

        .fuwhzhichi a:hover {
            color: white;
            text-decoration: none !important;
        }

.footer-bottom img {
    max-width: 20px;
}

/* 产品页面 */
.product-lanmu {
    background: url(/images/banner_product.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 160px;
    color: white;
}

.product-lanmu .htleft, .product-lanmu .htright {
    width: 48%;
    overflow: hidden;
}

    .product-lanmu .htleft .title {
        font-size: 26px;
        color: #fff;
    }

    .product-lanmu .htleft .detail {
        margin-top: 40px;
        color: #ccc;
        font-size: 13px;
        font-family: '微软雅黑',Arial, Helvetica, sans-serif;
    }

.products-wrap {
    padding-bottom: 20px;
}

    .products-wrap .products-list-posit {
        position: relative;
        overflow: visible !important;
    }

    .products-wrap .products-list .products-nav {
        background: #2f5079;
        height: 40px;
    }

    .products-wrap .products-list .overs {
        overflow-y: hidden;
    }

        .products-wrap .products-list .overs a {
            color: #333;
            text-decoration: none;
            display:contents;
            width:100%;
        }

        .products-wrap .products-list .overs:hover img {
            transform: scale(1.2);
        }

    .products-wrap .products-list .oneproduct {
        background: white;
        padding: 5px 0;
        border-bottom: solid 1px #e9e9e9;
        width:100%;
    }

    .products-wrap .products-list .twoproduct {
        background: white;
        padding: 5px 0;
        border-bottom: solid 1px #e9e9e9;
        width: 100%;
    }

    .products-wrap .products-list .overs .item {
        text-align: center;
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        display: inline-block !important;
        margin:0 3px;
    }

    .products-wrap .products-list .overs .item1 {
        text-align: center;
        width: calc(20% - 10px);
        font-size: 12px;
        vertical-align: middle;
    }

    .products-wrap .products-list .overs .item2 {
        text-align: center;
        width: calc(17% - 10px);
        font-size: 12px;
        vertical-align: middle;
    }

    .products-wrap .products-list .overs .item3 {
        text-align: center;
        width: calc(17% - 10px);
        font-size: 12px;
        vertical-align: middle;
    }

    .products-wrap .products-list .overs .item4 {
        text-align: center;
        width: calc(17% - 10px);
        font-size: 12px;
        vertical-align: middle;
    }

    .products-wrap .products-list .overs .item5 {
        text-align: center;
        width: calc(29% - 10px);
        font-size: 12px;
        vertical-align: middle;
    }

    .products-wrap .products-list .products-nav .item {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(20% - 10px);
        line-height: 40px;
        margin: 0 3px;
        display: inline-block;
    }
    .products-wrap .products-list .products-nav .item1 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(20% - 10px);
        line-height: 40px;
    }

    .products-wrap .products-list .products-nav .item2 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(17% - 10px);
        line-height: 40px;
    }

    .products-wrap .products-list .products-nav .item3 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(17% - 10px);
        line-height: 40px;
    }

    .products-wrap .products-list .products-nav .item4 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(17% - 10px);
        line-height: 40px;
    }

    .products-wrap .products-list .products-nav .item5 {
        font-size: 16px;
        color: #fff;
        text-align: center;
        width: calc(29% - 10px);
        line-height: 40px;
    }

    .products-wrap .products-list .overs .item img {
        margin: 0 auto;
        clear: both;
        width: 100px;
        height: 80px;
    }

/* 产品首页 */
.product-list-page .cp-type-title {
    color: #154479;
    font-size: 16px;
    line-height: 40px;
    background-color: #E6E6E6;
    width: 100%;
    margin-bottom: 1px;
    padding-left: 10px;
}

.product-list-page .text-over {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product-list-page .cp-type {
    width: 258px;
    float: left;
    line-height: 37px;
    background: url(/images/list_off.png) 3px 9px #f2f2f2 no-repeat;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 0;
}

    .product-list-page .cp-type:hover {
        background: url(/images/list_off2.png) 3px 9px #154478 no-repeat !important;
    }

        .product-list-page .cp-type:hover a {
            color: white;
        }

    .product-list-page .cp-type a {
        color: #555555;
        font-size: 14px;
        margin-left:25px;
        display:block;
    }

.product-list-page .cp-type-on {
    width: 258px;
    float: left;
    line-height: 37px;
    background: url(/images/list_on.png) 8px 14px #154478 no-repeat !important;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 0;
}

    .product-list-page .cp-type-on a {
        color: white;
        margin-left:25px;
        display:block;
    }

.product-list-page .cp-left {
    float: left;
    width: 260px;
    height: 500px;
    display: inline-table;
    border: 1px solid #ccc;
    background-color: white;
}

    .product-list-page .cp-left ul {
    }

        .product-list-page .cp-left ul li {
            border-bottom: 1px solid #e5e5e5;
            text-indent: 25px;
            font-size: 14px;
            line-height: 37px;
        }

            .product-list-page .cp-left ul li a {
                color: #666;
            }

                .product-list-page .cp-left ul li a:hover {
                    color: #154478;
                }

                .product-list-page .cp-right {
                    float: left;
                    width: calc(100% - 250px);
                    width: -moz-calc(100% - 250px);
                    width: -webkit-calc(100% - 250px);
                    margin-left: 20px;
                    border: 1px solid #ccc;
                    background-color: white;
                }

.product-list-page .cp-list-title {
    width: 100%;
    float: left;
    line-height: 31px;
    background: url(/images/list_off.png) -5px 7px white no-repeat;
    text-indent: 17px;
    padding: 0;
    color: #154479;
    font-weight: bold;
}

.product-list-page .cp-right .imglist {
    padding-top: 10px;
    padding-bottom: 15px;
}

    .product-list-page .cp-right .imglist ul {
        width: 100%;
    }

        .product-list-page .cp-right .imglist ul li {
            padding-left: 20px;
            padding-right: 20px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .product-list-page .cp-right .imglist ul li:nth-of-type(3n+1) {
                clear: both;
            }

            .product-list-page .cp-right .imglist ul li .img-part {
                margin: 0 auto;
                text-align: center;
            }

                .product-list-page .cp-right .imglist ul li .img-part img {
                    padding: 5px;
                    vertical-align: middle;
                }

            .product-list-page .cp-right .imglist ul li .title {
                font-size: 12px;
                width: 217px;
                line-height: 30px;
                background-color: #d8d8d8;
                color: #154479;
                height: 30px;
                display: block;
                text-align: center;
            }

                .product-list-page .cp-right .imglist ul li .title:hover {
                    background-color: #154479;
                }

                .product-list-page .cp-right .imglist ul li .title a {
                    font-size: 12px;
                    width: 100%;
                    line-height: 30px;
                    background: #d8d8d8;
                    color: #154479;
                    height: 30px;
                    display: block;
                }

                .product-list-page .cp-right .imglist ul li .title:hover a {
                    color: white;
                    background-color: #154479;
                }
/* 产品首页 end */

/*////////////////*/
#scroller {
    transition-property: transform;
    transform-origin: 0px 0px;
    transform: translate(0px, 0px) translateZ(0px);
}

.p-detail-page .tb-thumb {
    width: 434px;
    margin-left: 0px;
}

    .p-detail-page .tb-thumb li {
        margin-top: 5px;
    }

.p-detail-page .fj-item-div img {
    margin: 0 auto;
    clear: both;
    width: 100px;
    height: 80px;
}

.p-detail-page #table-compare td {
    padding-left: 5px;
    text-align: center;
}

.p-detail-page #table-compare tr td:first-child {
    cursor: pointer;
}

.p-detail-page #table-compare th {
    padding: 5px;
    color: black;
    background-color: #ccc;
    font-weight: bold;
    border: 1px solid white;
    border-bottom: 4px solid;
}

.p-detail-page .nav-content-item p {
    text-align: left;
    line-height: 20px;
    border: 0 none;
    color: #555555;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    .p-detail-page .nav-content-item ul {
        background-color: white;
        border: 0 none;
        color: #555555;
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        width: 100%;
    }

    .p-detail-page .nav-content-item ul li {
        border: 0 none;
        color: #555555;
        font-size: 12px;
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        list-style: disc;
        width: 98%;
        margin: 0 0 0 22px;
        padding-left: 1px;
        display: list-item;
    }

.p-detail-page .nav-content-item table, td {
    font: 100% Arial, Helvetica, sans-serif;
    color: #555555;
}

.p-detail-page .nav-content-item table {
    min-width: 100%;
    border-collapse: collapse;
    text-align: center
}

    .p-detail-page .nav-content-item table th, .nav-content-item table td {
        text-align: left;
        padding: 0px;
        border: 1px solid #CCC;
        padding: 1px 5px;
    }

    .p-detail-page .nav-content-item table th {
        height: 33px;
        line-height: 33px;
        padding: 0;
        text-align: center
    }

@media only screen and (min-width: 1178px) {
    .p-detail-page .dl-list .dl-software {
        padding: 24px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1178px) {
    .p-detail-page .dl-list .dl-software {
        padding: 12px;
        padding-left: 30px;
    }
}

.p-detail-page .dl-list .dl-software:hover {
    border: solid 1px #3385ff;
    box-shadow: 0 0 0px #3385ff;
    -moz-box-shadow: 0 0 0px #3385ff;
    -webkit-box-shadow: 0 0 0px #3385ff;
}

/* 产品页面 end */

/* 下载中心 */
.dl-main {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.download-page .download-wrap {
    padding: 50px 0;
    background: #f6f6f6;
}

.download-page .dl-lable {
    display: inline-block;
    padding: 8px 20px;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #333;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    text-decoration: none;
}

.download-page .on {
    border: solid 1px #3385ff;
    background: #3385ff !important;
    color: #fff;
}

.download-page .dl-lable:hover {
    border: solid 1px #3385ff;
    background: #3385ff !important;
    color: #fff;
    text-decoration: none;
}

.download-page .dl-software .title {
    text-decoration: none !important;
}

    .download-page .dl-software .title:hover {
        text-decoration: none !important;
    }

/* 下载中心 end */

/* 新闻页面 */

.news-page .navs > li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid white;
    
}

.news-page .clearfix {
    padding-bottom: 0px !important;
}

@media only screen and (min-width: 1200px) {
    .news-page .new-left {
        width: 68%;
    }

    .news-page .new-right {
        width: 23%;
        padding-left: 6%;
        margin-right: 3%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .news-page .new-left {
        width: 64%;
    }

    .news-page .new-right {
        width: 26%;
        padding-left: 6%;
        margin-right: 3%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .news-page .new-left {
        width: 64%;
    }

    .news-page .new-right {
        width: 26%;
        padding-left: 6%;
        margin-right: 3%;
    }
}

@media only screen and (max-width: 600px) {
    .news-page .new-left {
        width: 51%;
    }

    .news-page .new-right {
        width: 26%;
        padding-left: 6%;
        margin-right: 3%;
    }

    .news-page .new-ya {
        display: none;
    }
}


.news-page .new-center {
    width: 100%;
    display: inline-table;
    padding: 20px;
    border-bottom: 1px solid #ededed;
}

/*    .news-page .new-center:hover {
        background-color: #0a4595;
        color: white;
        cursor: pointer;
    }*/

.news-page .new-left {
    float: left;
}

.news-page .new-left-title {
    color: #333;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
}

.news-page .new-center:hover .new-left-title {
    color: #15499A;
}

.news-page .new-left-brief {
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 1.6483516%;
    overflow: hidden;
}

/*.news-page .new-center:hover .new-left-brief {
    color: white;
}*/

.news-page .new-right {
    float: right;
    border-left: 1px solid #eaeaea;
    position: relative;
}

/*.news-page .new-center:hover .new-right {
    border-left: 1px solid white;
}*/

.news-page .new-date {
    font-family: 'impact' !important;
    font-size: 40px;
    color: #757575;
}

/*.news-page .new-center:hover .new-date {
    color: white;
}*/

.news-page .new-year {
    font-family: Arial;
    font-size: 14px;
    color: #999;
    margin-top: -8px;
}

/*.news-page .new-center:hover .new-year {
    color: white;
}*/

.news-page .new-ya {
    width: 17px;
    height: 30px;
    padding-top: 1%;
    right: 3.43023%;
    background: url(/images/new-ya.png)no-repeat center;
    top: 26px;
    display: block;
    overflow: hidden;
    float: right;
    position: absolute;
}

/*.news-page .new-center:hover .new-ya {
    background: url(/images/new-ya-on.png)no-repeat center;
}*/

.new-detail-page {
    width: 100%;
    background: #f6f6f6;
}

    .new-detail-page .software {
        margin-bottom: 0px;
        padding: 50px 5%;
        background-color: white;
    }

    .new-detail-page .software-name {
        color: #DA2735;
        background-color: white;
        font-size: 22px;
        color: #333;
        text-align: center;
        margin-bottom: 0px !important;
        border-bottom: 1px dotted #E6E6E6;
    }

    .new-detail-page .artical-time {
        text-align: center;
        margin-top: 5px;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .new-detail-page .artical-content {
        padding-bottom: 0;
        padding-top: 15px;
    }

        .new-detail-page .artical-content table {
            width: 100% !important;
        }
            .new-detail-page .artical-content table td{
                padding-left:5px;
            }

            .new-detail-page .artical-content img {
                max-width: 100%;
            }

    .new-detail-page .next_fangan {
        width: 100%;
        display: inline-block;
        font-size: 12px;
        color: #154379;
        padding-top: 30px;
    }

        .new-detail-page .next_fangan a {
            color: #154379;
        }

/* 新闻页面 end */

@media only screen and (max-width: 1200px) {
    #pc-dl-top {
        display:none;
    }

    #pc-dl {
        display: none;
    }

    #pc-dl-small {
        display:block;
    }
    .pc-pos {
        margin-top:0px;
    }
    .position-dl {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    #pc-dl-top {
        display: block;
    }

    #pc-dl {
        display: block;
    }

    #pc-dl-small {
        display: none;
    }
}

.pro_name {
    color: #333 !important;
}

.daohang-part {
    width: 1200px;
    margin: 0 auto;
}

#newTopUrl li {
    width: 90px;
    text-align: right;
    line-height: 14px;
    /*border-right: 1px solid #9b9b9b;*/
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
    line-height:64px;
}

#newTopUrl {
    width: 300px;
    float: left;
    text-align: right;
}

    #newTopUrl li a {
        font-size: 14px;
        color: #fff;
    }

    #newTopUrl li:nth-of-type(2) {
        /*border-left: 1px solid #9b9b9b;*/
    }

#newTopUrl2 .li {
    float: right;
    line-height: 63px;
    height:63px;
    margin-left: 35px;
    padding-right: 15px;
}

    #newTopUrl2 .li a {
        color: white;
        font-size: 15px;
    }

        #newTopUrl2 .li a:hover .product-lists {
            display: block;
        }

.logo-new {
    width: 235px;
    float: left;
    margin-top: 26px;
    position: relative;
    overflow: hidden;
}

.search-new {
    float: right;
    margin-top: 45px;
    cursor: pointer;
    margin-left: 35px;
}

#product-type-list-new li {
    float: left;
}

.category-list li a {
    color: white !important;
}

.category-list li {
    width: 100% !important;
}

    .category-list li a:hover {
        color: #154379 !important;
    }