@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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navb .a1 {
    background-image: none;
    background: url(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navc li.li1 {}

#navc li.li1 a {
    background-image: none;
    background: url(/uploads/image/simages/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(/uploads/image/simages/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: #5d5d5d;
    display: block;
    font-size: 14px;
}

.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(/uploads/image/simages/i-excel.png) no-repeat left center;
    text-indent: 20px;
}

.i-pdf {
    background: url(/uploads/image/simages/i-pdf.png) no-repeat left center;
    text-indent: 20px;
}

.i-word {
    background: url(/uploads/image/simages/i-word.png) no-repeat left center;
    text-indent: 20px;
}

.i-ppt {
    background: url(/uploads/image/simages/i-ppt.png) no-repeat left center;
    text-indent: 20px;
}

.i-flash {
    background: url(/uploads/image/simages/i-flash.png) no-repeat left center;
    text-indent: 20px;
}

.i-no {
    background: url(/uploads/image/simages/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,
.cur {
    background: #ffffff;
    // border:#e7e7eb 1px solid;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;
}

.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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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(/uploads/image/simages/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:  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: #3f8dd5;
    }
    .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:  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;
    }
}