@charset "utf-8";
body {}

.topbar {
    position: absolute;
    display: none;
    width: 100%;
    height: 30px;
    background: #CCC;
}

.topbarfix {
    position: fixed;
    top: 0px;
    _position: none;
    top: expression((offsetParent.scrollTop)+0);
    z-index: 1000;
    display: block;
}

.topbar {}

header#header2 {}

#topNav {
    width: 100%;
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 35px;
    width: 1000px;
    margin: 0 auto;
}

#topNav .topBar {
    width: 1000px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

#topNav a {
    color: #5C5C5C;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#topNav a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

#topNav .topColumn {
    float: left;
}

#topNav .topColumn li {
    float: left;
}

#topNav .moreColumn {
    position: relative;
    float: left;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    cursor: pointer;
    background: url(../images/arrow.gif) no-repeat 38px -2px;
    border-style: solid;
    border-color: #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px;
}

#topNav .moreColumn:hover {
    background: url(../images/arrow.gif) no-repeat 38px -42px;
    border-color: #E8E8E8;
}

#topNav .moreColumn ul {
    position: absolute;
    display: none;
    border: 1px solid #E8E8E8;
    width: 60px;
    z-index: 100;
    left: -1px;
    background: #fff;
}

#topNav .moreColumn li {
    line-height: 24px;
    text-indent: 0px;
    text-align: center;
}

#topNav .moreColumn li a {
    padding: 5px 17px;
}

#topNav .moreColumn:hover ul {
    display: block;
}

#topNav .login {
    float: right;
}

#topNav .login a {}

#topAD {
    width: 1000px;
    margin: 10px auto;
}

#branding {
    width: 1000px;
    margin: 10px auto;
    height: 60px;
}

#branding .logo {
    float: left;
}


/*ss_nav*/

.ssForm {
    float: right;
    border: 1px solid #dedede;
    height: 26px;
}

.ss_nav_text {
    display: block;
    height: 24px;
    line-height: 22px;
    text-indent: 5px;
    border: 0;
    font-size: 12px;
}

.ss_nav_boxa {
    float: left;
    font-size: 12px;
}

.ss_nav_boxa a.a1 {
    width: 50px;
    border-right: 1px solid #dedede;
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background: url(../images/arrow.gif) no-repeat 46px -6px;
    padding-left: 12px;
    color: #575757;
}

.ss_nav_ul {
    position: absolute;
    display: none;
    width: 62px;
    border: 1px solid #dedede;
    margin-left: -1px;
    border-top: none;
    z-index: 1000;
    background: #fff;
    text-align: left;
    text-indent: 12px;
}

.ss_nav_ul a {
    display: block;
    width: 62px;
    height: 30px;
    line-height: 30px;
    color: #575757;
    text-decoration: none;
}

.ss_nav_ul a:hover {
    background: #8cbbe6;
    color: #fff;
}

.ss_nav_boxa:hover .ss_nav_ul {
    display: block;
}

.ss_nav_btn {
    background: url(../images/ss.gif) no-repeat;
    border: none;
    width: 28px;
    height: 34px;
    cursor: pointer;
    margin-top: 0px;
}


/*ss_nav end*/


/*白色导航*/

#nava {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left;
    overflow: hidden;
}

#nava li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line1.jpg) no-repeat right #FFF;
}

#nava li a {
    display: block;
    width: 100%;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#nava li a:hover {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
}

#nava .a1 {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


/*蓝色导航*/

#navb {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left #408ed6;
    overflow: hidden;
}

#navb li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line2.jpg) no-repeat right #408ed6;
}

#navb li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navb li a:hover {
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navb .a1 {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#navb li.li1 {}

#navb li.li1 a {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}


/*顶部固定导航*/

.topbar {
    position: absolute;
    display: none;
    width: 100%;
    height: 40px;
    background: #CCC;
    border-top: 3px solid #2071AF;
    border-bottom: 2px solid #ccc;
    background: #408ED6;
}

.topbarfix {
    position: fixed;
    top: 0px;
    _position: none;
    top: expression((offsetParent.scrollTop)+0);
    z-index: 1000;
    display: block;
}

#navc {
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    background: #408ed6;
    overflow: hidden;
}

#navc li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 68px;
    ;
    background: url(/images/line2.jpg) no-repeat right #408ed6;
}

#navc li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navc li a:hover {
    background: url(/images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navc li.li1 {}

#navc li.li1 a {
    background-image: none;
    background: url(/images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#navc .tlogo {
    float: left;
    margin-right: 10px;
}

#navc .tlogo img {
    height: 38px;
}

#field {
    width: 1000px;
    margin: 0px auto;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #333;
    border: 1px solid #dedede;
    /*background:#d9e8f7;*/
}

#field a {
    color: #333;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#field a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

#field span {
    display: inline-block;
    margin: 0px 10px 0px 0;
    white-space: nowrap;
    background: #8cbbe6;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    font-weight: bold
}

#field .a1 {
    background: #8cbbe6;
    color: #fff;
}

#location {
    width: 1000px;
    margin: 10px auto;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

#location a {
    color: #666;
}

#location a:hover {
    color: #408ed6;
}

#location i {
    color: #CCC;
    margin-right: 3px;
    font-size: 16px;
}

#location a:hover i {
    color: #408ed6;
}

#location span {
    margin: 0 5px;
    font-family: Arial;
    color: #ccc;
}

#mainBody {
    width: 1000px;
    margin: 10px auto;
    /*background:url(../images/line1.jpg) repeat-y 140px ;*/
}

#mainM {}

#mainRight {}

#mainLeft {}


/*列表*/

.lists {
    border-top: 3px solid #dedede;
}

.lists ul {}

.lists li {
    position: relative;
    border-bottom: 1px dotted #dedede;
}

.lists li em {}

.lists li em a {
    color: #000;
    display: block;
}

.lists li em a:hover {
    color: #408ed6;
}

.lists li p {
    color: #818181;
    line-height: 22px;
}

.lists li p span {
    margin: 0 20px 0 0;
}

.lists li p .time {
    float: right;
}


/*文字列表*/

.txtList li {
    padding: 5px 15px;
    display: inline-block;
}

.txtList li em {
    display: inline-block;
    font: 16px/30px "微软雅黑", "simhei";
    margin: 8px 0px 8px 0;
}

.txtList li:hover {
    background: #f2f2f2;
}

.i-excel {
    background: url(../images/i-excel.png) no-repeat left center;
    text-indent: 20px;
}

.i-pdf {
    background: url(../images/i-pdf.png) no-repeat left center;
    text-indent: 20px;
}

.i-word {
    background: url(../images/i-word.png) no-repeat left center;
    text-indent: 20px;
}

.i-ppt {
    background: url(../images/i-ppt.png) no-repeat left center;
    text-indent: 20px;
}

.i-flash {
    background: url(../images/i-flash.png) no-repeat left center;
    text-indent: 20px;
}

.i-no {
    background: url(../images/i-no.png) no-repeat left center;
    text-indent: 20px;
}


/*翻页*/

.fany {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
    // border-bottom:#E7E7EB 1px solid;margin: 2px;
}

.fany a:link,
.pages a:visited,
.pages a:active {
    background: #FFFFFF;
    padding: 7px;
    text-decoration: none;
    margin: 2px;
}

.fany a:hover {
    background: #258CFF;
    border: #E7E7EB 1px solid;
    color: #FFFFFF;
    padding: 7px;
    text-decoration: none;
    margin: 2px;
}

.fany strong {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.fany cur {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.cur {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.fany a {
    border: #E7E7EB 1px solid;
}


/*右侧区块*/

.rBlock {
    border-top: 2px solid #999;
}

.rBlock .title {
    line-height: 36px;
    padding: 0 0 0 10px;
}

.rBlock .title h2 {
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.rBlock .title h2 i {
    color: #2071af;
    margin-right: 10px;
    font-size: 16px;
}

.rBlock .title .more {
    float: right;
    display: block;
    width: 24px;
    margin-right: 10px;
}

.rBlock .title .more a {
    display: block;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    width: 30px;
    height: 36px;
    background: url(../images/more.png) no-repeat center;
}

.rBlock .title .more a:hover {
    font-size: 12px;
    line-height: 36px;
    background: none;
}

.rBlock .con {
    padding: 5px 0px;
}

.rBlock .titleClass {
    position: relative;
    line-height: 36px;
    margin-top: 1px;
    padding: 0 0 0 0px;
    background: url(../images/line3.jpg) repeat-x bottom;
}

.rBlock .titleClass h2 {
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    padding: 0 15px;
    border-right: 1px solid #dedede;
}

.rBlock .titleClass h2 i {
    color: #2071af;
    margin-right: 10px;
    font-size: 16px;
}

.rBlock .titleClass .classify {
    position: absolute;
    float: right;
    display: block;
    width: auto;
    right: 0;
    top: -3px;
}

.rBlock .titleClass .classify a {
    float: left;
    display: block;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: bold
}

.rBlock .titleClass .classify a:hover {
    border-top: 2px solid #f60;
    color: #333;
}

.rBlock .titleClass .classify .a1 {
    border-top: 2px solid #f60;
    color: #333;
}

.rBlock .titleClass .more {
    float: right;
    display: block;
    width: 24px;
    margin-right: 10px;
}

.rBlock .titleClass .more a {
    display: block;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    width: 30px;
    height: 36px;
    background: url(../images/more.png) no-repeat center;
}

.rBlock .titleClass .more a:hover {
    font-size: 12px;
    line-height: 36px;
    background: none;
}


/*add*/

.rBlock .titleClass .add-classify {
    left: 139px;
}

.classList {
    border-top: 3px solid #2071af;
}

.classList .title {
    border-bottom: 1px solid #dedede;
    background: #8cbbe6;
}

.classList .title h2 {
    color: #2071af;
    font-size: 16px;
    color: #fff;
}

.classList .title h2 i {
    color: #fff;
}

.classList li {
    font-size: 14px;
    padding: 5px 0;
}

.classList li a {
    display: block;
    text-indent: 37px;
    line-height: 30px;
    background: #E9F2FA;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.classList li a:hover {
    background: #8cbbe6;
    color: #fff;
}

.classList li .a1 {
    font-weight: bold;
    color: #fff;
    background: #8cbbe6;
}


/*右侧搜索*/

.rExpertSeach {
    border-top: 3px solid #2071af;
    background: #d9e8f7;
}

.rExpertSeach .title h2 {
    color: #2071af;
}

.rExpertSeach .con {
    padding: 0 10px;
}

.rExpertSeach form {}

.rExpertSeach p {
    font-size: 12px;
    line-height: 40px;
}

.rExpertSeach p span {
    display: block;
    color: #666;
}

.rExpertSeach select {
    font-size: 12px;
    height: 26px;
}

.rExpertSeach .txtKey {
    height: 20px;
    font-size: 12px;
}

.rExpertSeach .sbtn {
    background: #8cbbe6;
    border: none;
    height: 34px;
    line-height: 38px;
    cursor: pointer;
    margin-top: 0px;
    color: #FFF;
    font-size: 18px;
    font: 18px/34px "微软雅黑", "simhei";
    width: 100%;
    margin: 10px 0;
}


/*右侧标签*/

.rTags {
    font-size: 12px;
}

.rTags li {
    float: left;
}

.rTags li a {
    display: block;
    border: 1px solid #c5ddf3;
    padding: 8px 8px;
    margin: 5px 3px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.rTags li a:hover {
    border: 1px solid #8cbbe6;
    background: #8cbbe6;
    color: #fff;
    padding: 8px 8px;
    margin: 5px 3px;
}


/*右侧文字列表*/

.rTxtList {}

.rTxtList li {
    padding-left: 10px;
}

.rTxtList li a {
    display: inline-block;
    background: url(../images/listdot.gif) no-repeat left;
    text-indent: 15px;
}


/*右侧文字*/

.rTxt {}

.rTxt p {
    padding: 0 10px;
    text-indent: 2em;
}

.rPic {}

.rPic p {
    padding: 10px 0;
}

.rPic p img {
    width: 100%;
}


/*中间推荐文字列表*/

.cTxtList {
    border-top: 3px solid #2071af;
}

.cTxtList li {
    padding-left: 10px;
}

.cTxtList li a {
    display: inline-block;
    /*background:url(../images/listdot.gif) no-repeat left; text-indent:15px;*/
}


/*详情页正文*/

.mainContent {
    border-top: 3px solid #dedede;
    padding: 10px 15px;
}

.mainContent .hd {
    padding: 10px 0;
}

.mainContent .hd h1 {
    padding-bottom: 16px;
    font-family: "微软雅黑";
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px 0;
}

.mainContent .hd .traits {
    position: relative;
    font-size: 14px;
}

.mainContent .hd .traits td {
    padding: 10px 10px 0 0;
    line-height: 22px;
}

.mainContent .hd .traits td a {
    margin: 0 5px;
}

.mainContent .hd .traits td span {
    display: inline-block;
    margin: 2px 10px 5px 0;
    white-space: nowrap;
    background: #8cbbe6;
    color: #fff;
    padding: 2px 0;
    width: 70px;
    text-align: center;
}

.mainContent .hd .shares {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 120px;
}

.mainContent .hd .dowloads {
    margin-bottom: 10px;
}

.mainContent .btn_orange {
    font-size: 16px;
    width: 90px;
}

.mainContent .hd.zy {
    padding: 10px 0;
    width: 100%;
}

.mainContent .hd .zy p {
    padding: 15px 10px;
}

.mainContent .content {}

.mainContent .share_btn {
    display: block;
    width: 70px;
    float: right;
    margin-right: 0px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

.mainContent .share_btn em {
    display: block;
    float: right;
    margin-left: 5px;
}

.mainContent .share_btn:hover .icons1 {
    background: url(../images/icons.png) no-repeat 0 -16px;
}

.mainContent .share_btn:hover .share {
    display: block;
}


/*图片icon*/

.aIcon {
    display: block;
    position: relative;
}

.vicon {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../images/playicon3.png') repeat scroll 0% 0% transparent;
    right: 10px;
    bottom: 10px;
}

.aIcon:hover .vicon {
    display: block;
}

div.b-3-b {
    border-top: 3px solid #2071af;
}

div.b-2-b {
    border-top: 2px solid #2071af;
}

div.b-1-b {
    border-top: 2px solid #2071af;
}

div.b-3-g {
    border-top: 3px solid #999;
}

div.b-2-g {
    border-top: 2px solid #999;
}

div.b-1-g {
    border-top: 1px solid #999;
}

#page-number,
#page-number-mobile {
    height: 30px;
    width: 50px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 0px 5px;
}

#js-pagination-location {
    background: #258CFF;
    padding: 4px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
    margin-left: 5px;
    cursor: pointer;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    /* pc端背景图为空 */
    .pIndex {
        background: none !important;
        padding-top: 0 !important;
    }
    .mIndex {
        display: block;
        background: #F5F5F5;
        overflow: hidden;
    }
    /* 头部 */
    .content {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 5.5px 0;
        background-color: #2e9c03;
    }
    .con {
        width: 100%;
        margin: 0;
    }
    .seek {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    .seekLeft {}
    .seekLeft a {}
    .seekLeft a img {
        width: 115px;
        vertical-align: middle;
    }
    .seekRight {
        height: 48px;
        line-height: 48px;
        position: relative;
    }
    /* 搜索框 */
    .seekRight input {
        width: 150px;
        border-radius: 20px;
        padding-right: 20px;
        font-size: 14px;
        height: 30px;
        background: #f8f8f8;
        outline: none;
        border: none;
        padding-left: 15px;
        border: 1px solid #cccccc;
    }
    .seekRight a {
        position: absolute;
        top: 7px;
        right: 20px;
    }
    .seekRight a img {
        width: 20px;
    }
    #msubmitBtn {
        width: 20px;
        height: 20px;
        border: none;
        position: absolute;
        top: 6px;
        right: 10px;
        background: url('../images/mobile/magnifying.png') no-repeat center;
        background-size: contain;
        padding: 7px 0;
    }
    /* 导航 */
    .nav {
        height: 50px;
        padding: 0 15px;
        line-height: 50px;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        /* border-bottom: 1px solid #e1e1e1;
        box-sizing: border-box; */
    }
    .nav li {
        /* float: left; */
    }
    .active {
        color: #2b579e;
        padding-bottom: 8px;
        border-bottom: 2px solid #2b579e;
    }
}