/* CSSTidy 1.3: Mon, 07 Jan 2022 13:48:58 +0800 */
html, body, ul, li {margin: 0;padding: 0;font-family: "PingFang SC", "Microsoft YaHei", Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial !important;}

html, body {
    text-decoration: none;
    background: #fff;
    height: 100%;
}

a {
    color: #01437b;
    text-decoration: none;
}

    a:link {
        cursor: pointer;
    }

    a:hover, .header-bar a:hover {
        color: tomato;
    }

ul, ol {
    list-style-type: none;
}

/**灰色顶部**/
.Header {
    left: 0px;
    top: 0px;
    z-index: 900;
}

.Header, .footer {
    background-color: #092650;
    margin: 0 auto;
    width: 100%;
}

    .Header .topnav {
        padding: 5px 0 0;
        height: 23px;
        border-bottom: 1px solid #363638;
        font-size: 13px;
        color: #AA9;
        line-height: 23px;
        background-color: #092650;
    }

    .Header i {
        padding: 6px 3px;
        background: url(/Images/category.png) no-repeat;
        background-position: -14px -902px;
    }

    .Header a {
        padding: 5px 3px;
    }

/*顶部菜单**/
.header-bar {
    background-color: #092650;
}

.header-top {
    width: 100%;
    background-color: #092650;
    z-index: 9999
}

.header-buttom {
    margin: 0 auto;
    width: 1220px;
    overflow-x: hidden;
    background-color: #092650;
}

.topnav {
    width: 1220px;
    margin: 0 auto;
}

    .topnav .down {
        padding: 4px 6px;
        background-position: 2px -746px;
    }

    .topnav .pin {
        padding: 0px 4px;
        background-position: -14px -936px;
    }

    .topnav .mobile {
        padding: 0 6px;
        margin-left: 10px;
        background-position: -2px -848px;
    }

    .topnav .member {
        padding: 0 9px;
        background-position: 5px -830px;
    }

    .topnav .mess {
        padding: 0 3px 0 6px;
        background-position: 0 -729px;
        font-size: 12px;
        font-style: normal;
        color: #fff;
    }

    .topnav a {
        color: #999;
        cursor: pointer;
        border-right: 1px solid #999;
        padding: 0 7px 0 2px;
    }

        .topnav a:hover {
            color: orangered;
        }

.atop {
    float: right;
}

    .atop a:last-of-type {
        border-right: 0;
    }

.header-login {
    width: 200px;
    position: absolute;
    display: none;
}

    .header-login p {
        padding-top: 6px;
        background: url(/Images/category.png) no-repeat;
        background-position: 0 -879px;
        width: 12px;
        margin: 2px 0 0 30px;
    }

    .header-login > div {
        background-color: #fff;
        height: 100px;
        width: 200px;
        color: grey;
        border: 1px solid #092650;
        border-top: 0;
        padding: 10px;
        font: 600 15px/29px grey;
    }

    .header-login img {
        width: 80px;
        height: 30px;
        margin: 5px;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
        cursor: pointer;
    }

        .header-login img:hover {
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
        }

.header-login-chat {
    width: 290px;
    height: 285px;
    overflow: hidden;
    margin-left: -10px;
}

.header-login-chat-iframe {
    width: 360px;
    height: 340px;
    margin: -45px 0 0 -40px;
}
/*顶部LOGO*/
.header-text {
    float: left;
    width: 310px;
    height: 105px;
    background: url(/images/logo1.gif) no-repeat 1px 8px;
    cursor: pointer;
}
/**LOgo菜单*/
.navi_head {
    padding: 25px;
    font-size: 18px;
}

    .navi_head i {
        line-height: 43px;
    }

    .navi_head a {
        display: inline-block;
        font-weight: bold;
        color: #FFF;
        padding: 0 10px;
        margin: 20px 5px 10px;
        border-right: 1px solid #999;
        font-size: 17px;
    }

        .navi_head a:hover {
            color: #FFF;
            border-bottom: 3px solid orangered;
        }

/**导航栏*/
#menua {
    position: absolute;
    width: 425px;
    overflow-y: auto;
    display: none;
    z-index: 9990;
    padding-top: 12px;
}

    #menua div {
        color: #fff;
        font-size: 12px;
        padding: 5px 5px 5px 20px;
        background-color: #fff;
        line-height: 25px;
        border: 1px solid #092650;
        border-top: 0;
    }

    #menua dt {
        float: left;
        width: 100px;
        margin: 0;
        color: #555;
        font-weight: 600;
        font-size: 14px;
    }

    #menua dd {
        float: left;
        width: 290px;
        margin: 0;
    }

        #menua dd span {
            margin: 0 5px;
            float: left;
        }

    #menua a {
        color: gray;
    }

        #menua a:hover {
            color: orange;
        }
/**右侧悬浮*/
.menuc0 a {
    color: #fff;
}

    .menuc0 a:hover {
        color: tomato;
    }

.menuc0 {
    font: normal 16px/26px arial,verdana;
    background-color: #1c232f;
    color:#fff;
    cursor: pointer;
    position: fixed;
    width: 65px;
    height: 26px;
    top: 30%;
    right: -20px;
    border-radius: 30px;
    padding: 3px 0 3px 15px;
    z-index: 9979;
}

.csadd31 {
    top: calc( 30% + 34px);
}

.loginr {
    margin-top: -20px;
    float: right;
    text-align: center;
    background-color: #e0e5ec;
    padding: 30px 5px 29px 18px;
}

#container {
    min-height: 100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;
}

.advert-top {
    background-color: #1b517d;
}

    .advert-top a {
        width: 1220px;
        height: 318px;
        background: url(/Images/bartmri0.jpg) no-repeat center;
        display: block;
        margin: 0 auto;
    }

.imgshow {
    margin: 10px 0;
    border: 1px solid #f0f0f0;
    width: 1220px;
}

.imghow1 {
    float: left;
}

/**注册IP点击*/
#dvPlateDay {
    background: linear-gradient(120deg,transparent 29px,#364157 0);
    width: 390px;
    padding: 6px;
    color: #fff;
    text-align: right;
    float: right;
    font-size: 14px;
    margin: -51px -1px 0;
}

#page {
    margin: 0 auto;
    padding-bottom: 310px; /*等于footer的高度*/
}

/*登陆框*/
#divLogin {
    width: 290px;
    border-width: 0;
}
    #divLogin .dvLogin {
        padding: 0;
        margin: 0 auto;
        float: none;
        width: 260px;
        height: 420px;
    }
        #divLogin button {
            width:100%;
        }
        #divLogin #txtUserID, #divLogin #txtPassword {
            width:calc(100% - 16px);
        }
        #divLogin h6 {
            text-align:center;
        }
    .dvLogin {
        width: 280px;
        height: 480px;
        float: right;
        text-align: left;
        padding: 0 0 0 30px;
        background: #fff;
    }

    .dvLogin button {
        width: 85%;
    }

    .dvLogin #yanm {
        cursor: pointer;
        border: 1px solid #e6e6e6;
        margin: 5px 10px;
        vertical-align: bottom;
    }

    .dvLogin h2 {
        color: green;
    }

    .dvLogin h6 {
        color: #999;
        font-size: 14px;
        position: relative;
        margin: 20px 0;
    }

        .dvLogin h6 span {
            height: 1px;
            background-color: gray;
            width: 60%;
            display: block;
            position: absolute;
            top: 9px;
            left: 130px;
        }

.dvLogin0 {
    height: 220px;
}

    .dvLogin0 div {
        padding: 10px 0;
        height: 50px;
    }

#dvCode {
    display: none;
}

.dvLogin1 {
    font-size: 13px;
    padding: 10px 0;
    color: #999;
    font-weight: bold;
    width: 80%;
}

#txtUserID, #txtPassword, #txtCheckCode {
    float: left;
    width: 80%;
    margin: 5px 0;
    border: 1px solid lightgray;
    padding: 7px;
}

#txtCheckCode {
    width: 100px;
}

.imgLog, .imgLog1 {
    height: 48px;
    width: 48px;
    cursor: pointer;
    float: left;
    padding: 5px;
}

.imgLog {
    background: url(/Images/icon48_appwx_logo.png) no-repeat 0 0;
}

.imgLog1 {
    background: url(/Images/QQLoin.png) no-repeat 0 0;
}

/*中间部分*/
.content {
    text-align: left;
    margin: 0 auto;
    width: 1222px;
    background-color: #f8f8f8;
}

.searchhot {
    width: 1220px;
    background-color: #fff;
    background-color: #E8EBEF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
    padding: 20px 0 10px;
}

.searchhot-left {
    border: 2px solid #3c4556;
    padding: 0 0 0 42px;
    background: url(/Images/category.png) 9px -766px no-repeat;
    background-color: #fff;
    margin: 10px 40px;
    width: calc(100% - 240px)
}

.searchhot-key {
    height: 34px;
    border: none;
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 34px;
    width: calc(100% - 170px);
}

.searchhot-button {
    border: none;
    height: 38px;
    margin: -2px;
    text-align: center;
    line-height: 38px;
    background-color: #3c4556;
    color: #fff;
    position: absolute;
    width: 180px;
}

.searchhot-keyword {
    color: #333;
    line-height: 26px;
    padding: 15px 0;
    font-size: 14px;
    margin: 0 40px;
}

.searchhot-key-m {
    width: 341px;
    display: inline-block;
}

.searchhot-key-m-left {
    color: #c28660;
    font-weight: 700;
    text-align: left;
    position: absolute;
}

    .searchhot-key-m-left :first-child {
        font-size: 23px;
    }

    .searchhot-key-m-left p {
        margin: 0;
    }

.searchhot-key-m-right {
    height: 52px;
    padding: 0 0 0 65px;
    width: 240px;
}

    .searchhot-key-m-right a {
        display: inline-block;
        width: 75px;
        color: #333;
    }

        .searchhot-key-m-right a:hover {
            color: orange;
        }

.seceadver {
    padding-top: 1px;
}

/*第二版横排*/
.content1 {
    height: 371px;
    margin: 20px 0;
    border: 1px solid #f0f0f0;
}

    .content1 > div {
        width: 304px;
        float: left;
        border-right: 1px solid #f0f0f0;
    }

        .content1 > div:last-child {
            border-right: 1px solid #fff;
        }

    .content1 h3 {
        padding: 8px 15px;
        margin: 0;
        height: 42px;
        letter-spacing: 3px;
        font-size: 23px;
    }

        .content1 h3:nth-child(1) {
            background: url(/Images/backgimg3.jpg) 0px 0;
        }

        .content1 h3 a {
            color: #fff;
            letter-spacing: 0.5em;
            font: 22px/39px Tahoma,Arial;
            display:block;
            height:40px;
            text-align:center;
        }

            .content1 h3 a:hover {
                color: red;
                font-size: 20px;
            }

    .content1 ul {
        padding: 15px;
        margin: 0px;
        background-color: #fff;
    }

    .content1 li {
        font: 13px/20px Microsoft YaHei, sans-serif;
        padding: 2px 0;
        margin: 2px;
        overflow: hidden;
        background-color: #fff;
    }

        .content1 li:last-child {
            border-bottom: 0;
        }

        .content1 li:nth-child(1) i {
            background-color: #ff4600;
            color: #fff;
        }

        .content1 li:nth-child(2) i {
            background-color: #fd885d;
            color: #fff;
        }

        .content1 li:nth-child(3) i {
            background-color: #fcb49b;
            color: #fff;
        }


        .content1 li a {
            color: #000;
            text-overflow: ellipsis;
            padding: 1px 5px;
        }

            .content1 li a span {
                color: #000;
                float: left;
                width: 220px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

    .content1 a:hover, .content1 a span:hover {
        color: tomato;
    }

    .content1 i, .content3 i {
        width: 20px;
        height: 20px;
        margin: 1px 5px;
        text-align: center;
        float: left;
        font: normal 13px/19px Tahoma,Arial;
        border-radius: 5px;
        background-color: #fef1eb;
        padding: 0 0 0 1px;
    }

/*蓝色板块链接名*/
.from-link {
    position: absolute;
    border-radius: 3px;
    font-size: 13px;
    width: 85px;
    line-height: 34px;
    padding: 0 30px 0 45px;
    margin: -30px 0;
    color: #fff;
    background: url(/Images/category.png) no-repeat 25px -987px #0984dc;
}

.from-link-c {
    background-color: #45b1ca;
    font-size: 12px;
    line-height: 39px;
    padding: 4px 4px 6px 2px;
    margin: -4px 0;
    color: #fff;
    text-align: right;
    width: 237px;
}

    .from-link-c a {
        color: #f7f5db;
        float: left;
        font-size: 15px;
        font-weight: 600;
        background: url(/Images/category.png) no-repeat 4px -985px;
        padding-left: 25px;
    }

        .from-link-c a:hover {
            color: orangered;
        }

    .from-link-c .red {
        margin-right: 3px;
    }

/*背景颜色*/

.color-goldenrod {
    background-color: #d9cc62;
}

.color-golden {
    background-color: #d78e28;
}

.color-goldengrey {
    background-color: #e8d1bd;
}

.color-saddlebrown {
    background-color: #866350;
}

.color-blanchedalmond {
    background-color: #eeebda;
}

.color-blanchedalmond0 {
    background-color: #eeebc0;
}

.color-rosybrown {
    background-color: #d0c2b9;
}

/*图片轮播*/
.example2 {
    float: left;
}

    .example2 ul, .example2 ul li {
        padding: 0 !important;
        margin: 0 !important;
    }

        .example2 ul li:not(:first-child) {
            display: none;
        }

    .example2 ol {
        position: relative;
        width: 200px;
        height: 20px;
        top: -30px;
        left: 130px;
    }

        .example2 ol li {
            float: left;
            width: 40px;
            height: 5px;
            margin: 5px;
            background: #fff;
            cursor: pointer;
        }

            .example2 ol li.seleted {
                background: #1AA4CA;
            }

.luara-left {
    position: relative;
    padding: 0;
    overflow: hidden;
}

    .luara-left ul {
        position: relative;
        padding: inherit;
        margin: 0;
    }

        .luara-left ul li {
            float: left;
            padding: inherit;
            margin: inherit;
            list-style: none;
        }

            .luara-left ul li img {
                width: inherit;
                height: inherit;
            }

.luara-top {
    position: relative;
    padding: 0;
    overflow: hidden;
}

    .luara-top ul {
        position: relative;
        padding: inherit;
        margin: 0;
    }

        .luara-top ul li {
            float: left;
            padding: inherit;
            margin: inherit;
            list-style: none;
        }

            .luara-top ul li img {
                width: inherit;
                height: inherit;
            }

    .luara-top ol {
        top: -330px;
        left: 960px;
    }

/*线缆新闻*/
.cable-new {
    width: 540px;
    background-color: #fff;
    color: #fff;
    float: right;
}

.cable-new-left {
    position: absolute;
    background: #efefef;
    height: 253px;
    width: 140px;
    margin: 0 -140px;
}

    .cable-new-left a {
        background: cadetblue;
        height: 63px;
        width: 140px;
        line-height: 63px;
        text-align: center;
        font-size: 20px;
        margin-bottom: 1px;
        cursor: pointer;
        display:block;
        color:#fff;
    }

        .cable-new-left a:nth-child(1) {
            background: url(/Images/backgimg3.jpg) 0 0 no-repeat;
        }

        .cable-new-left a:nth-child(2) {
            background: url(/Images/backgimg3.jpg) -80px 0 no-repeat;
            opacity: 0.9;
        }

        .cable-new-left a:nth-child(3) {
            background: url(/Images/backgimg3.jpg) -115px 0 no-repeat;
            opacity: 0.8;
        }

        .cable-new-left a:nth-child(4) {
            background: url(/Images/backgimg3.jpg) -155px 0 no-repeat;
            opacity: 0.7;
        }

.cable-new ul {
    padding: 20px 10px 0 30px;
    display: none;
}

.cable-new-top {
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 370px;
    line-height: 20px;
}

.cable-new-bottom {
    height: 16px;
    font-size: 12px;
    color: grey;
    line-height: 20px;
}

.cable-new li {
    font: 15px/16px 粗体,Microsoft YaHei, sans-serif;
    text-overflow: ellipsis;
    background: url(/Images/news.gif) no-repeat right 2px #fff;
    background-size: 80px 43px;
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

    .cable-new li:last-child {
        border-bottom: 0;
    }

    .cable-new li a {
        color: #000;
    }

        .cable-new li a:hover {
            color: orange;
        }

    .cable-new li p {
        height: 44px;
        padding: 0;
        border-bottom: 1px solid #e0e0e0;
        margin: 0 5px 0 20px;
        width: calc(-130px + 100%);
    }

    .cable-new li i {
        height: 100%;
        vertical-align: middle;
        width: 0;
        display: inline-block;
        float: none;
    }

.cable-new a:hover {
    color: tomato;
}

.content2 {
    border: 1px solid cadetblue;
    border-top: 5px solid cadetblue;
    margin: 52px auto 10px auto !important;
    width: 1216px;
    height: 345px;
    background-color: #fff;
}
    .content2 .rigc {
        float: right;
        margin: -17px -1px;
        background-color: #42a8b7;
        padding: 5px 30px;
        color: #fff;
        font-size: 12px;
    }

.cont2-left {
    width: 304px;
    height: 345px;
    float: left;
}

.cont2-left-top {
    /*background: linear-gradient(-120deg,transparent 22px,cadetblue 0) right;*/
    width: 302px;
    overflow: hidden;
    text-align: center;
    margin: -35px 455px;
    height: 34px;
    font-size: 18px;
}

    .cont2-left-top a {
        /*background: linear-gradient(-120deg,transparent 22px,cadetblue 0) right;*/
        width: 299px;
        display: block;
        font-size: 18px;
        background: url(/Images/backgimg3.jpg) 0px 0 no-repeat;
        border-radius: 20px;
        height: 50px;
        color: #fff;
        line-height: 35px;
    }

.ps-from {
    margin-top: -30px;
    height: 305px;
    width: 260px;
    font-size: 14px;
    padding: 26px;
    line-height: 30px;
}

    .ps-from ul {
        margin: 35px 0 0 0;
    }

    .ps-from li {
        width: 240px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .ps-from li a {
            color: #000;
        }

            .ps-from li a:hover {
                color: orangered;
            }

        .ps-from li i {
            padding: 0 7px;
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            border-radius: 10px;
            margin-right: 10px;
            background-color: #e8e4e4;
            color: #08539e;
        }

/*首页分板块长横条*/
.ps-ls {
    width: 1219px;
    height: 210px;
    background-color: #fff;
    margin: 50px 0 70px 0;
    padding: 1px 0;
    border: 1px solid #0196cc;
}

    .ps-ls > div {
        float: left;
        overflow: hidden;
    }

    .ps-ls ul {
        float: left;
        border-right: 1px solid #94c0ca;
        padding: 5px;
        margin-top: 45px;
    }

    .ps-ls > div:last-child ul {
        border-right: 0;
    }

    .ps-ls > div:nth-child(2n+1) .ps-ls-dv {
        background-color: #caeff7;
    }

.ps-ms {
    height: 299px;
    margin: 20px 0;
}

    .ps-ms ul {
        margin-top: 12px;
    }

    .ps-ms b {
        font-weight: 400;
        float: left;
        padding: 3px;
        margin: 2px;
        font-size: 12px;
    }

        .ps-ms b:hover {
            color: orangered;
            cursor: pointer;
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
        }

.ps-ls ul li {
    width: 233px;
}

.ps-ls .from-link {
    margin: -20px 42px;
    text-align: center;
}

.ps-ls-dv {
    width: 238px;
    height: 65px;
    padding: 10px 0 5px 5px;
    line-height: 20px;
    background-color: #a8e4f1;
}

    .ps-ls-dv a {
        color: #000;
    }

.ps-companylist {
    height: 375px;
    border: 0;
    margin: 30px auto;
}

    .ps-companylist > div {
        margin: 1px 5px;
        padding-bottom: 5px;
        width: 292px;
        border: 1px solid #f0f0f0;
    }

    .ps-companylist p {
        padding: 10px 0;
        margin: 0 0 5px 0;
        color: #fff;
        font-size: 18px;
        text-align: center;
        background: url(/Images/backgimg3.jpg) 0 0;
    }

    .ps-companylist ul {
        margin-top: 1px;
        border: 0;
    }

.ps-ss div {
    width: 241px;
    margin: 0;
}

.ps-ss b {
    float: none;
    font-size: inherit;
}

.ps-ss .from-link-c {
    width: 100%;
}

.ps-ss .ps-ls-dv {
    width: 100%;
    height: 48px;
}

#ulShowJobs {
    font: 13px/21px Microsoft YaHei, sans-serif;
    background-color: #fff;
}

    #ulShowJobs li {
        padding: 10px 3px 0 3px;
        height: 58px;
        width: 297px;
        float: left;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

        #ulShowJobs li a {
            padding-left: 10px;
            color: #000;
            width: 280px;
            display: block;
            font-weight: 600;
        }

            #ulShowJobs li a:hover {
                color: tomato;
            }

            #ulShowJobs li a i {
                display: block;
                color: #fff;
                background-color: cadetblue;
                float: left;
                width: 25px;
                margin: 3px 5px 0 0;
                font-weight: normal;
                font-style: normal;
                font-size: 12px;
                line-height: 16px;
                text-align: center;
                border-radius: 3px;
            }

        #ulShowJobs li div {
            width: 235px;
            padding: 5px 5px 5px 10px;
            color: grey;
        }

    #ulShowJobs b {
        float: right;
        width: 80px;
        text-align: right;
        font: 12px/16px Microsoft YaHei, sans-serif;
        color: orangered;
        margin-top: 3px;
        font-weight: bold;
    }

    #ulShowJobs li a span {
        width: 100px;
        text-align: left;
    }

.category-list {
    width: 1220px;
    margin: 10px 0;
}

    .category-list ul {
        height: 120px;
        border-bottom: 1px solid #fff;
    }

    .category-list li {
        width: 10%;
        float: left;
        padding: 10px 6px;
    }

    .category-list a {
        padding: 60px 0 15px 0;
        border: 1px solid #f0f0f0;
        background: url(/Images/category.png) center 15px no-repeat;
        display: block;
        text-align: center;
        background-color: #fff;
        cursor: pointer;
        color: #333;
        font-weight: 600;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    }

        .category-list a:hover {
            color: orange;
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
        }

    .category-list li:nth-child(2) a {
        background-position: center -305px;
    }

    .category-list li:nth-child(3) a {
        background-position: center -65px;
    }

    .category-list li:nth-child(4) a {
        background-position: center -145px;
    }

    .category-list li:nth-child(5) a {
        background-position: center -225px;
    }

    .category-list li:nth-child(6) a {
        background-position: center -390px;
    }

    .category-list li:nth-child(7) a {
        background-position: center -470px;
    }

    .category-list li:nth-child(8) a {
        background-position: center -550px;
    }

    .category-list li:nth-child(9) a {
        background-position: center -630px;
    }



.advert-logo-list {
    margin: 20px 0;
    height: 170px;
    background-color: #f7f7f7;
    border: 1px solid #f0f0f0;
}

    .advert-logo-list li {
        float: left;
        text-align: center;
        margin: 12px 7px;
        padding: 3px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
    }

    .advert-logo-list a {
        width: 180px;
        height: 100px;
        display: block;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
        background: url(/Images/prouducts.jpg) center 0 no-repeat;
    }

        .advert-logo-list a:hover {
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
        }

    .advert-logo-list b {
        width: 100%;
        display: block;
        padding: 10px 0 5px 0;
    }

    .advert-logo-list li:nth-child(2) a {
        background-position: center -100px;
    }

    .advert-logo-list li:nth-child(3) a {
        background-position: center -200px;
    }

    .advert-logo-list li:nth-child(4) a {
        background-position: center -300px;
    }

    .advert-logo-list li:nth-child(5) a {
        background-position: center -400px;
    }

    .advert-logo-list li:nth-child(6) a {
        background-position: center -500px;
    }

.advertlist2 li:nth-child(1) a {
    background-position: center -601px;
}

.advertlist2 li:nth-child(2) a {
    background-position: center -701px;
}

.advertlist2 li:nth-child(3) a {
    background-position: center -801px;
}

.advertlist2 li:nth-child(4) a {
    background-position: center -901px;
}

.advertlist2 li:nth-child(5) a {
    background-position: center -1001px;
}

.advertlist2 li:nth-child(6) a {
    background-position: center -1101px;
}

.advert-long {
    width: 1220px;
    margin: 0 auto;
    height: 110px;
    background-color: #fff;
}


    .advert-long li {
        float: left;
        margin: 0 auto;
        padding: 3px;
        border: 1px solid #f0f0f0;
    }

        .advert-long li:last-child {
            background: url(/images/166.gif) no-repeat -110px 0px;
            height: 73px;
            width: 148px;
            text-align: center;
            padding: 30px 0 0 90px;
            background-size: 213px;
        }

.content3 {
    width: 1220px;
    background-color: #fff;
}

    .content3 > div {
        float: left;
        max-width: 980px;
        font: 12px/21px Microsoft YaHei, sans-serif;
    }

        .content3 > div > div {
            width: 480px;
            float: left;
            margin: 0 5px 5px 0;
            border: 1px solid gainsboro;
        }

    .content3 ul {
        padding: 11px;
        background-color: #f7f7f7;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .content3 ul li {
            padding: 0 5px;
            height: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .content3 p {
        padding: 5px 20px;
        background-color: #fff;
        color: green;
        margin: 0;
        height: 20px;
        font: bold 13px/20px Microsoft YaHei, sans-serif;
    }

    .content3 b {
        margin: 0 auto;
    }

    .content3 ul li span {
        width: 140px;
        text-align: left;
        float: left;
        padding-left: 15px;
    }

    .content3 i {
        background-color: #d8eaea;
    }

    .content3 .divb {
        width: 238px;
        margin-bottom: 15px;
        border: 1px solid cadetblue;
    }

        .content3 .divb p {
            padding: 15px;
            background-color: cadetblue;
            color: #fff;
            text-align: center;
            height: 23px;
            margin-right: 0;
            font: bold 19px/23px Microsoft YaHei, sans-serif;
        }

        .content3 .divb p {
            background: url(/Images/backgimg3.jpg) 0 0 no-repeat;
        }

        .content3 .divb li {
            height: 26px;
        }

    .content3 .divsm {
        width: 200px;
        padding: 5px 20px;
        height: 45px;
        background-color: #f7f7f7;
        float: left;
        color: #000;
        font: 12px/18px Microsoft YaHei, sans-serif;
    }

#Form dl {
    margin: 0;
}

#Form dt {
    float: left;
    max-width: 969px;
    width: 100%;
    margin: 1px 0;
    padding: 5px 0;
    border: 1px solid lightsteelblue;
    background-color: lightblue;
}

#Form dd {
    float: left;
    font: normal 13px/1.3em "Microsoft YaHei";
    width: 482px;
    height: 100px;
    margin: 0 3px 3px 0;
    border: 1px solid gainsboro;
}

    #Form dd b {
        width: 200px;
        height: 20px;
        padding: 5px 0 5px 20px;
        float: left;
    }

        #Form dd b a {
            color: green;
        }

            #Form dd b a:hover {
                color: tomato;
            }

    #Form dd > span {
        height: 20px;
        padding: 5px;
        float: right;
        text-align: right;
    }

    #Form dd ul, #Form dd p {
        font: normal 13px/1.3em "Microsoft YaHei";
        color: #000;
        width: 229px;
        height: 60px;
        background-color: #f7f7f7;
        padding: 5px;
        float: left;
        margin: 0 0 0 1px;
    }

    #Form dd li {
        white-space: nowrap;
        overflow: hidden;
        margin: 2px;
    }

        #Form dd li a {
            color: #01437b;
        }

            #Form dd li a:hover {
                color: tomato;
            }

.cslinks {
    border: 1px solid #e0e0e0;
    background-color: aliceblue;
    padding: 10px 0;
    width: 100%;
    max-width: 970px !important;
}

    .cslinks ul {
        background-color: #fff;
        margin: 2px 0;
        padding: 0 10px;
    }

    .cslinks li {
        float: left;
        padding: 6px 20px !important;
        height: 23px !important;
    }

button {
    cursor: pointer;
    border: 1px solid #c2c3c4;
    color: #fff;
    height: 35px;
    font-family: "Open Sans", sans-serif;
    background-color: #337ab7;
}

.smallbt button {
    width: 100px !important;
    padding: 2px !important;
    height: 30px !important;
    font: normal 14px/14px "黑体",Tahoma !important;
    background-color: deepskyblue !important;
}
/*绿色按钮*/
.bt-green, .bt-gray {
    width: 120px;
    border-radius: 4px;
}

.bt-mingreen, .bt-minbrown {
    width: 87px;
    border-radius: 3px;
    height: 32px;
}

.bt-gray {
    background-color: #c6c6c6;
}

.bt-yellow {
    background-color: deepskyblue;
}

.bt-minbrown {
    background-color: crimson;
}

button:active, .bt-green:active, .bt-mingreen:active {
    background-image: linear-gradient(bottom, #3eb8e5 0, #2ca0ca 100%);
    background-image: -o-linear-gradient(bottom, #3eb8e5 0, #2ca0ca 100%);
    background-image: -moz-linear-gradient(bottom, #3eb8e5 0, #2ca0ca 100%);
    background-image: -webkit-linear-gradient(bottom, #3eb8e5 0, #2ca0ca 100%);
}

.bt-mingreen:active, .bt-minbrown:active {
    padding: 3px 5px 4px;
}

/*多选框居中*/
.checkbox {
    height: 13px;
    vertical-align: text-top;
    margin-top: 1px;
    cursor: pointer;
}
/*绿色打勾*/
.yspan {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: #f9f9f9 url(/images/onSuccess.gif);
}

/**灰色底部**/
.footer {
    height: 310px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    clear: both;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: bisque;
        }

.footer_link {
    padding: 30px 0;
    margin: 0 auto;
    font-size: 14px;
    max-width:1220px;
    background-color: #092650;
}

    .footer_link ul {
        text-align: center;
        margin: 0 20px;
        font: normal 14px/1.8em "Microsoft Yahei",Arial,sans-serif;
        padding: 0 10px;
        height: 165px;
        float: left;
    }

    .footer_link li {
        padding: 0 5px;
    }

        .footer_link li:first-child {
            font: normal 20px/1.8em "Microsoft Yahei",Arial,sans-serif;
            border-bottom: 1px solid #fff;
            margin-bottom: 10px;
        }

.footer_link_logo {
    width: 180px;
    height: 165px;
    background: url(/images/logo1000.png) no-repeat 35px 30px;
    float: left;
    margin-left: 80px;
}

.footer_link_chat {
    width: 145px;
    height: 165px;
    float: left;
    margin: 0 30px;
}

.footer_link_chat1, .footer_link_chat2 {
    margin: 10px 5px;
    width: 135px;
    height: 135px;
    background: url(/images/166.gif) no-repeat 0px 0px;
    float: left;
}

.footer_link_chat2 {
    background: url(/images/166.gif) no-repeat -135px 0px;
}

.copyright {
    margin: 0 auto;
    font: normal 12px/2em Arial,sans-serif;
    color: azure;
    background-color: #092650;
}

.clear {
    clear: both;
}

.disp-n {
    display: none;
}

.right {
    float: right;
}
/*颜色*/
.red {
    color: red;
}

.white {
    color: #fff;
}

.green {
    color: green;
}

.orange {
    color: orange;
}

.gold {
    color: goldenrod
}

.gray {
    color: gray;
}

/*背景颜色*/
.color-goldenrod {
    background-color: #d9cc62;
}

.color-golden {
    background-color: #d78e28;
}

.color-goldengrey {
    background-color: #e8d1bd;
}

.color-saddlebrown {
    background-color: #866350;
}

.color-blanchedalmond {
    background-color: #eeebda;
}

.color-blanchedalmond0 {
    background-color: #eeebc0;
}

.color-rosybrown {
    background-color: #d0c2b9;
}

#Post > div, .ac, .pc {
    min-height: 240px;
}

    #Post > div > .pc blockquote {
        border: 1px dotted grey;
        margin: 2px;
        padding: 2px;
        background-color: #FCFCFC;
    }

        #Post > div > .pc blockquote > div, #Post > div > .pc blockquote > p {
            padding: 0 1em;
            font: 15px/26px Tahoma;
        }

    #Post > div > .pc .bname {
        font-weight: bold;
        color: darkgreen;
        padding-left: 2em;
        background: url(/images/icon-quote.gif) no-repeat 14px 4px;
    }

#Post > div {
    border: solid 1px #cfcfcf;
    border-top: 0;
    background-color: #f9fdfd;
}


#Post > h4, #Post > h3 {
    margin: 5px 0 0;
    padding: 10px 20px;
    background-color: #1e81b3;
    color: #fff;
}

.post-h3-stor {
    margin: -5px -15px;
    background-color: #e6e6e6;
    float: right;
    font: 13px/18px "黑体";
    padding: 3px 25px;
    cursor: pointer;
}

#Post > h3 {
    margin: 15px 0 0;
    font: 15px/18px "黑体";
    border: 1px solid #CEE7FF;
    color: #000;
    padding-left: 40px;
    background: #fff url(/images/av.gif) no-repeat 18px 11px;
}

#Post > h5 {
    margin: 5px 0;
    padding: 5px;
    text-align: right;
    min-height: 25px;
    font: normal 14px/25px Tahoma;
}

    #Post > h5 a, #Post > h5 b, #ipage a, #ipage b {
        cursor: pointer;
        font: 12px Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #8698b6;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 4px 7px 3px;
        margin-right: 5px;
    }

        #Post > h5 a:hover, #Post > h5 b, #ipage a:hover, #ipage b {
            background: #D00;
            border: 1px solid #D00;
            color: #fff;
        }

    #Post > h5 button {
        width: 140px;
        float: left;
        margin: -5px 5px 0 0;
        font: bold 14px/25px;
    }

#Post .h5l {
    text-align: left;
    padding-bottom: 10px;
}

    #Post .h5l a {
        cursor: pointer;
        display: block;
        background-color: aliceblue;
        color: #000;
        padding: 0 10px;
        margin: 2px 4px;
        border: 1px solid #CEE7FF;
        float: left;
        font: normal 14px/25px Tahoma;
    }

        #Post .h5l a:hover {
            color: darkorange;
            background-color: #FAEBD7;
        }

    #Post .h5l i {
        color: #fff;
        padding: 0 10px 0 5px;
        margin-left: 3px;
        background-color: deepskyblue;
        border-radius: 4px;
        font-size: 12px;
    }
.csl1 {
    background-color:red !important;
}
/**提示框样式*/
#Post > center {
    padding: 20px;
}

#Post .cssMessShow {
    padding: 100px 0;
    min-height: 300px;
    background-color: #fff;
}

    #Post .cssMessShow > h1 {
        padding: 0 50px;
    }

    #Post .cssMessShow > h3 {
        font: bolder 25px/58px 黑体;
        min-height: 200px;
        padding: 0 0 0 190px;
    }

        #Post .cssMessShow > h3 span {
            display: block;
            font: normal 16px/35px Tahoma;
            color: #000;
        }

        #Post .cssMessShow > h3 a {
            cursor: pointer;
        }

    #Post .cssMessShow .susess {
        color: green;
        background: url(/images/susess.gif) no-repeat 50px 21px;
    }

    #Post .cssMessShow .error {
        color: red;
        background: url(/images/error.gif) no-repeat 50px 31px;
    }
/*提示框*/

.lex {
    color: darkorange;
    background-color: #FAEBD7;
    font-weight: bold;
}

#Post > ul {
    padding: 0;
    font: normal 14px/42px Tahoma;
    border: 1px solid #d8dee4;
    border-bottom: 0;
}

    #Post > ul li {
        padding: 0;
        height: 42px;
        border-bottom: 1px solid #d8dee4;
        padding-left: 40px;
        background: #fff url(/images/note-.png) no-repeat 18px 15px;
    }

        #Post > ul li .checkbox {
            float: left;
            margin-top: 15px;
        }

    #Post > ul .top1 {
        background-image: url(/images/fop.gif);
    }

    #Post > ul .del {
        background-image: url(/images/note-del.png);
    }

    #Post > ul .hot {
        background-image: url(/images/hot.gif);
    }

    #Post > ul .nor {
        background-image: url(/images/note.png);
    }

    #Post > ul li:hover {
        background-color: lightcyan;
    }

    #Post > ul b {
        color: darkcyan;
        font-weight: normal;
        height: 38px;
        padding: 2px 0;
        /*vertical-align: bottom;*/
        font: normal 14px/38px Tahoma;
        display: block;
        float: left;
    }

    #Post > ul .god {
        margin: 0;
        padding-left: 20px;
        background: url(/images/god.gif) no-repeat 0 15px;
    }

    #Post > ul a {
        color: #004080;
        width: calc(-460px + 100%);
        min-width: 260px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        float: left;
    }

        #Post > ul a:hover {
            color: darkorange;
        }

    #Post > ul .col1 {
        color: red;
    }

    #Post > ul .col2 {
        color: green;
    }

    #Post > ul .col3 {
        color: #F0F;
    }

    #Post > ul p, #Post > ul span {
        margin: 5px;
        float: right;
        width: 130px;
        font: normal 13px/16px Tahoma;
    }

    #Post > ul span {
        width: 60px;
    }

    #Post > ul i {
        color: darkgray;
    }

#Post .title {
    height: 22px;
    padding-top: 10px;
    font: bold 16px/22px Tahoma;
}

    #Post .title p {
        margin: 0;
        padding-left: 5px;
        float: right;
        width: 100px;
    }

.ac {
    width: 160px;
    float: left;
    text-align: center;
    margin: 0;
    overflow: hidden;
    background-color: #f9fdfd;
}

    .ac > h5, .pc > h5 {
        text-align: center;
        margin: 0;
        padding: 6px;
        background-color: #69a3bf;
        color: #fff;
        height: 22px;
    }

    .ac > h5 {
        margin-bottom: 5px;
    }

    .ac .lz {
        background: #18729d url(/images/louzhu.png) no-repeat 125px 0;
    }

    .ac > h5 a {
        color: #fff;
    }

        .ac > h5 a:hover {
            color: darkorange;
        }

    .ac a img {
        width: 100px;
        height: 100px;
    }

    .ac p {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 0 20px;
    }

        .ac p span {
            color: red;
        }

    .ac .h5h {
        padding: 3px 0;
        width: 145px;
        height: 5px;
        margin: 0 3px 1px 9px;
    }

        .ac .h5h li {
            overflow: hidden;
            white-space: nowrap;
            float: left;
            height: 6px;
        }

        .ac .h5h i {
            height: 4px;
            width: 8px;
            float: left;
            border: 1px solid #00469c;
            margin-left: 1px;
            background-color: #4abaff;
        }

        .ac .h5h .wt i {
            background-color: #fff;
        }

    .ac:hover {
        max-height: 350px;
        padding-bottom: 10px;
        height: auto;
    }

        .ac:hover a > img {
            width: 100px;
            height: 100px;
            position: static;
            margin: 0;
        }

.pc {
    border-left: 1px solid #CEE7FF;
    width: calc(100% - 163px );
    float: left;
    background-color: #fff;
    margin: 0;
    min-width: 480px;
}

    .pc > div {
        padding: 10px;
        min-height: 164px;
        word-break: break-all;
        overflow-x: hidden;
        line-height: 1.5em;
        font: 16px/26px Tahoma;
    }

        .pc > div td {
            border: 1px solid #DDD;
        }

    .pc > h5 {
        text-align: left;
        color: gray;
        font-weight: normal;
        border-bottom: 1px solid #CEE7FF;
        background-color: #f7f7f7;
        font: normal 13px/20px Tahoma;
    }

        .pc > h5 span {
            float: right;
        }

        .pc > h5 a {
            float: right;
            cursor: pointer;
            padding: 0 10px;
            margin: 0 2px;
            border: 1px solid gray;
            background-color: aliceblue;
        }

            .pc > h5 a:hover {
                background-color: #FAEBD7;
            }

        .pc > h5 p {
            color: red;
            float: right;
            margin: 0 5px;
        }

    .pc > h4 {
        margin: 0;
        padding: 10px;
        text-align: right;
        height: 18px;
    }

        .pc > h4 > i {
            margin: 0;
            padding: 3px 10px;
            background-color: aliceblue;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            font: normal 13px/16px Tahoma;
            float: left;
            color: gray;
            max-width: 760px;
        }

        .pc > h4 a {
            margin: 0;
            padding: 3px 10px;
            background-color: aliceblue;
            border: 1px solid #CEE7FF;
            border-radius: 4px;
            font: normal 13px/16px Tahoma;
            cursor: pointer;
            text-decoration: none;
        }

    .pc > #editControls {
        height: 30px;
    }

        .pc > #editControls a {
            float: left;
            border: 1px solid #CEE7FF;
            padding: 3px 10px;
            cursor: pointer;
            background-color: powderblue;
        }

            .pc > #editControls a:hover {
                background-color: #FAEBD7;
            }

    .pc #editor {
        border-bottom: solid 1px #ebebeb;
    }

    .pc > .csreward, .pc #dv_UploadFileList {
        background-color: #fdfdf7;
        border: #b9d5f2 1px solid;
        border-collapse: collapse;
        padding: 14px 18px 13px;
        margin: 10px;
        min-height: 30px !important;
    }

    .pc > .csrewardspan {
        color: red;
        top: 22px;
        left: 23px;
        background-color: #fdfdf7;
        position: relative;
        padding: 5px 10px;
        float: none;
        display: inline;
    }

    .pc .gr {
        color: #979797;
        font-size: 13px;
        float: left;
    }

.csrewardc {
    border: 1px solid gray;
    width: 300px;
    padding: 10px;
    margin: 5px;
    background-color: #fdfde7;
    height: 30px;
}

    .csrewardc div {
        float: left;
    }

    .csrewardc .r {
        border-right: 1px solid gray;
        width: 60px;
        text-align: center;
        margin-right: 10px;
        color: red;
    }

.post_div {
    min-height: 60px !important;
    background-color: #fff !important;
    padding: 10px;
    border: 1px solid gray;
}

    .post_div ul {
        padding-left: 10px;
        font-size: 14px;
        color: gray;
    }

        .post_div ul li {
            float: left;
            width: 350px;
            line-height: 28px;
            overflow: hidden;
            white-space: nowrap;
            padding: 0 10px;
        }

            .post_div ul li a {
                color: cadetblue;
            }

                .post_div ul li a:hover {
                    color: tomato;
                }

.post_pc_ul {
    border: 1px solid gray;
    width: 28px;
    padding: 10px;
    margin: 5px auto;
    background-color: #fdfde7;
    height: 28px;
    color: red;
    font-size: 28px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.qqlink {
    height: 355px;
}

.SearchM {
    min-height: 100px !important;
    background-color: #f9f9f9 !important;
    padding: 20px;
    border: 1px solid gainsboro !important;
    line-height: 30px;
}

    .SearchM input {
        float: left;
        border: 1px solid gainsboro;
        padding: 5px;
        margin-left: 5px;
    }

    .SearchM i {
        float: left;
        width: 70px;
        padding: 3px 0 0 30px;
        font: normal 13px/20px "黑体",Tahoma;
    }

    .SearchM span {
        float: left;
        padding: 0 5px;
        font: normal 13px/20px Tahoma;
    }

.spanblue {
    cursor: pointer !important;
    border: 1px solid #fff !important;
    background-color: cadetblue !important;
    padding: 2px 10px 3px !important;
    font: normal 12px/13px Microsoft YaHei,Tahoma !important;
    float: left !important;
    margin: 0 1px !important;
    color: #fff;
}

.spandel {
    cursor: pointer;
    border: 1px solid #fff;
    background-color: brown;
    padding: 2px 10px 3px;
    font: normal 14px/16px Microsoft YaHei,Tahoma;
    margin: 0;
    color: #fff;
}

    .spandel a:hover {
        background-color: #FAEBD7;
    }


/*遮罩层*/
#divRotoscoping {
    position: absolute;
    top: 0;
    left: 0;
    background: #777;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    z-index: 1002;
    display: none;
}
/*提示框*/
.sDiv {
    z-index: 1003;
    display: none;
    padding: 5px;
    background: #FFF;
    position: absolute;
    border: 10px solid #3995e0; /*458B00*/
}

    .sDiv .warning, .sDiv .error, .sDiv .success {
        height: 90px;
        padding: 30px 20px 0 0;
        text-align: left;
        padding-left: 180px;
    }

    .sDiv .warning {
        background: url(/images/css/warning.gif) no-repeat 60px 15px;
    }

    .sDiv .error {
        background: url(/images/css/error1.gif) no-repeat 60px 15px;
    }

    .sDiv .success {
        background: url(/images/css/success.gif) no-repeat 60px 20px;
    }

    .sDiv > a {
        float: right;
        margin: 3px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background: url(/Images/closeb.gif) no-repeat;
    }

    .sDiv > p span {
        padding: 8px 15px 8px 35px;
        font-size: 17px;
        line-height: 23px;
    }

    .sDiv > h4 {
        text-align: center;
        margin: 20px 0;
    }


    .sDiv > h5 {
        text-align: center;
    }

#divShowMessb div {
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    float: left;
    margin: 1px;
    background: url(/images/css/selimg.gif) no-repeat 0 0;
    cursor: pointer;
}
/*水平翻转*/
.hewenqiflipx {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    filter: FlipH;
}

/*垂直翻转*/
.hewenqiflipy {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    /*IE*/
    filter: FlipV;
}

/*基于webkit核心的浏览器*/
.hovertreeflipx {
    transform: rotateY(180deg);
}

/*垂直翻转*/
.hovertreeflipy {
    transform: rotateX(180deg);
}
/*和编辑框iframe同步*/

#dv_UploadFileList p {
    margin: 0 0 3px 10px;
}

    #dv_UploadFileList p a {
        font-size: 15px;
        color: #06c;
        line-height: 18px;
        padding-left: 30px;
        background: #fff url(/images/ico/rar.gif) no-repeat 10px 1px;
    }

.icon_doc {
    background-image: url(/images/ico/doc.gif) !important;
}

.icon_pdf {
    background-image: url(/images/ico/pdf.gif) !important;
}

.icon_mp3 {
    background-image: url(/images/ico/mp3.gif) !important;
}

.icon_xls {
    background-image: url(/images/ico/xls.gif) !important;
}

.icon_chm {
    background-image: url(/images/ico/chm.gif) !important;
}

.icon_ppt {
    background-image: url(/images/ico/ppt.gif) !important;
}

.icon_mv {
    background-image: url(/images/ico/mv.gif) !important;
}

.icon_exe {
    background-image: url(/images/ico/exe.gif) !important;
}

.icon_psd {
    background-image: url(/images/ico/psd.gif) !important;
}

.icon_txt {
    background-image: url(/images/ico/txt.gif) !important;
}

.icon_jpg {
    background-image: url(/images/ico/jpg.gif) !important;
}
.icon_png {
    background-image: url(/images/ico/png.gif) !important;
}
.icon_gif {
    background-image: url(/images/ico/gif.gif) !important;
}

.icon_bmp {
    background-image: url(/images/ico/bmp.gif) !important;
}

.icon_zip {
    background-image: url(/images/ico/zip.gif) !important;
}

.cd {
    float: right;
    overflow: hidden;
    width: 100px;
    height: 28px;
    position: absolute;
    border: 1px solid green;
    color: darkblue;
    text-align: center;
    margin-top: -6px;
}

    .cd a {
        width: 100px;
        padding: 5px 0 !important;
        margin: 1px 0 !important;
        border: 0 !important;
        border-top: 1px solid grey !important;
        text-align: center;
    }

    .cd:hover {
        float: right;
        width: 100px;
        background-color: aliceblue;
        position: absolute;
        overflow: visible;
        height: auto;
        z-index: 9999;
    }

.uploadifive-button {
    background-color: coral;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    font: bold 12px Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

    .uploadifive-button:hover {
        background-color: darkorange;
        background-position: center bottom;
    }

.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}

    .uploadifive-queue-item .close {
        background: url('/images/filedel.gif') 0 0 no-repeat;
        display: block;
        float: right;
        height: 16px;
        text-indent: -9999px;
        width: 16px;
    }
    .uploadifive-queue-item .progress {
        border: 1px solid #D0D0D0;
        height: 3px;
        margin-top: 5px;
        width: 100%;
    }
    .uploadifive-queue-item .progress-bar {
        background-color: #0072BC;
        height: 3px;
        width: 0;
    }

@media (max-width: 800px) {
    .atop span, .searchhot-keyword, .loginr, .seceadver, .footer_link_chat, .imghow1, .cable-new-left, .aderv, .cont2-left-top, .advert-logo-list, .advert-long, .cslinks, .qqlink, #dvGoodCompany {
        display: none;
    }
    .navi_head a:nth-child(2), .category-list li:nth-child(4) {
        display: none;
    }
    .searchhot, .advert-top a, .topnav, .header-buttom, .content, .imgshow, .category-list, .cable-new, .ps-ls, .content2, .ps-ls-dv, .content3, .content3 > div, #Form dd {
        width: 100%;
    }
    .searchhot-left {
        width: auto;
        margin: 10px;
    }
    .searchhot-key {
        width: calc(100% - 70px);
    }
    .searchhot-button {
        width: 80px;
    }
    .advert-top a {
        background-position: left;
    }
    .cable-new > ul > a {
        padding: 9px 45px;
        position: inherit;
    }
    .cable-new-top {
        width: calc(100% - 100px);
    }
    .content1 {
        height: 778px;
        border: 0;
    }
        .content1 > div {
            width: 49%;
            margin: 3px 3px 3px 0;
        }
        .content1 li a span {
            width: 80%;
        }
    .ps-ms {
        height: 650px;
        margin: 0;
    }
    .ps-ls {
        border: 0;
        padding: 0;
    }
        .ps-ls > div {
            border: 1px solid #6d6161;
            margin: 4px;
            width:241px;
        }
        .ps-ls ul {
            border: 0;
            width:100%;
        }
    #dvCablePa6, .dvCablePa1 {
        height: 760px;
    }
        #dvCablePa6 > div {
            height: 360px;
        }
    .from-link-c {
        margin: 0;
    }

    .content2 {
        height: 735px;
    }
    #Form dd ul, #Form dd p {
        width: calc(50% - 20px);
        padding:5px 10px;
        margin:0;
    }
     #Form dd b {
        width:calc(100% - 150px)
    }
}

@media (max-width: 665px) {
    .header-buttom {
        height: 143px;
    }
    .navi_head {
        width: 100%;
        background: #104188;
        float: left;
        padding: 7px;
    }
        .navi_head a {
            font-size: 12px;
            margin: 0;
        }
    .topnav span:first-of-type, #Form dd p {
        display: none;
    }
    .searchhot{
        margin-top:33px;
    }
    #Form dd ul {
        width: calc(100% - 20px);
    }
    .dvLogin {
        float: none !important;
        margin: 0 auto !important;
        border: 0 !important;
        padding: 0 !important;
    }
    .category-list li {
        width: 21%;
    }
    .content1 {
        height: auto;
    }
        .content1 > div {
            width: 100%;
            float: none;
        }
    .ac {
        position: absolute;
        max-height: 35px;
        min-height: 30px;
        z-index: 900;
    }
        .ac a img {
            width: 34px;
            height: 34px;
            position: absolute;
            margin: -39px -80px;
        }
    .pc {
        border-left: 0;
        width: 100%;
        min-width: 380px;
    }
        .pc > div {
            padding: 25px 10px 10px 10px;
        }
        .pc .gr {
            position: absolute;
            margin-top: 35px;
            padding-left: 5px;
        }
    .from-link-c, #Form dd {
        width: 100%;
    }
    .ps-ls > div {
        width: 46%;
    }
    .ps-ls ul li, .ps-from li {
        width: 100%;
    }
    .vhide {
        display: none !important;
    }
    .pc > #editControls {
        padding-left: 5px;
    }
    .footer_link ul {
        margin: 0 0 0 6px;
    }
    .content2 {
        height:1405px;
    }
}

@media (max-width: 520px) {
    .ps-ls > div {
        width: 100%;
        border:0;
        margin:0;
    }
    #dvNewpa, #dvCablePa1 {
        height: 1540px;
    }
    #dvCablePa2, #dvCablePa3, #dvCablePa4, #dvCablePa5, #dvCablePa7 {
        height: 1510px;
    }
    #dvGoodCompany {
        height: 1490px;
    }
    #dvCablePa6 {
        height: 1840px;
    }
    .from-link-c {
        padding: 4px 0 6px;
    }

}

@media (max-width: 360px) {
    .advert-top a {
        background-position: left;
    }
    .pc {
        min-width: 360px;
    }
}

@media (max-width: 320px) {
    .pc {
        min-width: 320px;
    }
    .footer_link ul{
        padding:0;
        margin:0;
    }
}