html {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}
ul, ol, dl, dd, dt, li {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0
}

.container {
    width: 1250px;
    margin: 0 auto
}

.not-border-bottom-left-raius {
    border-bottom-left-radius: 0 !important
}

.left-0 {
    left: 0 !important;
    border-bottom: 0 !important;
    border-left: 0;
    border-right: 0
}

.border0 {
    border: 0 !important
}
.el-dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    padding: 0 20px;
    margin: 0;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: 0
}

.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.el-dropdown-menu__item i {
    margin-right: 5px
}

.el-dropdown-menu__item--divided {
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #ebeef5
}

.el-dropdown-menu__item--divided:before {
    content: "";
    height: 6px;
    display: block;
    margin: 0 -20px;
    background-color: #fff
}

.el-dropdown-menu__item.is-disabled {
    cursor: default;
    color: #bbb;
    pointer-events: none
}

.el-dropdown-menu--medium {
    padding: 6px 0
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 6px
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 6px;
    margin: 0 -17px
}

.el-dropdown-menu--small {
    padding: 6px 0
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 4px
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 4px;
    margin: 0 -15px
}

.el-dropdown-menu--mini {
    padding: 3px 0
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 3px
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 3px;
    margin: 0 -10px
}

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    word-break: break-all
}

.el-popover--plain {
    padding: 18px 20px
}

.el-popover__title {
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px
}


.header {
    background-color: #fff
}

.header .banner {
    width: 100%;
    height: 60px
}

.header .banner img {
    height: 100%;
    width: 100%
}

.header .category-fix {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*margin-top: 15px;*/
}

.header .category-fix .titles {
    width: 240px;
    height: 38px;
    background: #e61717;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.header .category-fix .category-fix-box {
    flex: 1
}

.header .category-fix .category-fix-box a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 38px;
    margin-left: 40px
}

.header .category-fix .category-fix-box .font-red, .header .category-fix .category-fix-box a:hover {
    color: #e61717;
    font-weight: bolder
}

.header .red-line {
    border-bottom: 2px solid #e61717
}

.header .hover-all-category {
    position: absolute;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    z-index: 9
}

.header .hover-all-category .category {
    width: 240px;
    height: 552px;
    background-color: #434343;
    overflow: hidden
}

.header .hover-all-category .category .category-item {
    padding: 6px 15px
}

.header .hover-all-category .category .category-item:hover {
    transition: all .2s;
    background-color: #e61717;
    cursor: pointer
}

.header .hover-all-category .category .category-item:hover .sub-box a {
    color: #fff
}

.header .hover-all-category .category .category-item:hover .more-sub {
    display: flex
}

.header .hover-all-category .category .category-item a.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.header .hover-all-category .category .category-item a.title span {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.header .hover-all-category .category .category-item .sub-box {
    display: flex;
    flex-wrap: wrap
}

.header .hover-all-category .category .category-item .sub-box .sub-item {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 6px 14px 0 0
}

.header .hover-all-category .category .category-item .more-sub {
    width: calc(100% - 480px);
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 240px;
    background-color: #fff;
    z-index: 99
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list {
    /*width: calc(100% - 240px);*/
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding: 0 25px 20px
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-title {
    font-size: 18px;
    font-weight: 500;
    color: #e61717;
    padding: 20px 0 10px
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    flex: 0 0 25%;
    padding: 10px 0
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list a:hover {
    transition: all .2s;
    color: #e61717
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list .font-red {
    color: #e61717
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list .hot {
    position: relative
}

.header .hover-all-category .category .category-item .more-sub .more-sub-list .more-sub-item .more-sub-text-list .hot:after {
    content: "";
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAnElEQVQokWP8////fwYKAAtc65WjDAwLmxgYPr7Bbxq/CANDfB0Dg441mItwQak7Yc3IhnTvBDOZ4ILEakZTy4RN/n9SE8P/vn04+cgAqwGkABacarn5GP7PPIPgf/1Eogu+fmJgTDcBY4aT23Aqo9gLiGhMMyZN56yzaC4AxS2xgE8Yixfi6lAkcAIBMQaG+HosXiATUBaIDAwMADdAM2qJVsc6AAAAAElFTkSuQmCC);
    position: absolute;
    top: 4px;
    z-index: 2
}

.header .hover-all-category .category .category-item .more-sub .recommend {
    width: 240px;
    height: 100%;
    background-color: #fff
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-title {
    padding: 13px 0 13px 13px;
    color: #e61717;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-title:after {
    content: "";
    width: 80px;
    height: 3px;
    border-radius: 20px;
    background-color: #e61717;
    position: absolute;
    bottom: 0;
    left: 13px
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    border-bottom: 1px solid #dcdcdc
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin-right: 10px
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item .right {
    display: flex;
    flex-direction: column
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item .right span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item .right span:last-child {
    margin-bottom: 0
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-item .right .num {
    color: #e61717;
    font-weight: 700
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-footer {
    position: relative;
    display: flex;
    align-items: center;
    height: 89px;
    justify-content: center
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-footer .btn {
    width: 220px;
    height: 45px;
    background: #e61717;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.header .hover-all-category .category .category-item .more-sub .recommend .recommend-footer img {
    width: 52px;
    height: 89px;
    position: absolute;
    right: 0;
    top: 0
}

.info-bar {
    width: 100%;
    height: 40px;
    background: #fbfbfb;
    border-bottom: 1px solid #e7e7e7
}

.info-bar .container {
    justify-content: space-between
}

.info-bar .container .address, .info-bar .container {
    display: flex;
    align-items: center;
    height: 100%
}

.info-bar .container .address .address-icon {
    display: flex;
    align-items: center;
    margin-right: 5px
}

.info-bar .container .address .address-icon img {
    width: 14px;
    height: 18px;
    margin-right: 5px
}

.info-bar .container .address .address-icon span {
    color: #ff6900;
    font-size: 14px
}

.info-bar .container .address .change-city {
    font-size: 14px;
    color: #999
}

.info-bar .container .address:hover {
    cursor: pointer
}

.info-bar .container .menu-bar {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 100%
}

.info-bar .container .menu-bar .menu-item {
    display: flex;
    align-items: center;
    margin-left: 20px
}

.info-bar .container .menu-bar .menu-item .icon {
    margin-right: 5px
}

.info-bar .container .menu-bar .menu-item .arrow {
    margin-left: 5px
}

.info-bar .container .menu-bar .menu-item a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    cursor: pointer
}

.info-bar .container .menu-bar .menu-item a span {
    color: #e61717;
    font-size: 14px;
    font-weight: 700
}

.logo-bar {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding: 15px 0 0
}

.logo-bar .logo {
    display: flex;
    align-items: flex-end
}

.logo-bar .logo img {
    width: 210px;
    height: 80px;
    margin: 0
}

.logo-bar .logo .line {
    width: 2px;
    height: 35px;
    background: #434343;
    transform: rotate(15deg);
    margin-bottom: 13px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 50px
}

.logo-bar .logo .slogan {
    width: 200px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 55px;
    margin-bottom: 5px;
    font-family: "microsoft yahei"
}

.logo-bar .search-box {
    width: 500px;
    margin-bottom: -15px;
    margin-left: 80px;
}

.logo-bar .search-box .search {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e61717;
    border-radius: 19px;
    position: relative
}

.logo-bar .search-box .search .down-box {
    width: 100px;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #e61717;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    cursor: pointer
}

.logo-bar .search-box .search .down-box img {
    margin-right: -13px;
    margin-left: 5px
}

.logo-bar .search-box .search .down-box .down-menu {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    border-bottom: 2px solid #e61717;
    border-left: 2px solid #e61717;
    border-right: 2px solid #e61717;
    top: 36px;
    left: -2px
}

.logo-bar .search-box .search .down-box .down-menu .down-menu-item {
    width: 80px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.logo-bar .search-box .search .down-box .down-menu .down-menu-item:hover {
    background-color: rgba(0, 0, 0, .1);
    font-weight: 700
}

.logo-bar .search-box .search .down-box .down-menu .down-menu-item a {
    text-align: center;
    color: #6d6d6d;
    width: 100%
}

.logo-bar .search-box .search .search-input {
    flex: 1;
    height: 100%
}

.logo-bar .search-box .search .search-input label {
    height: 100%
}

.logo-bar .search-box .search .search-input label input {
    height: 100%;
    width: 100%;
    outline: 0;
    border: none;
    padding-left: 12px;
    font-size: 15px;
}

.logo-bar .search-box .search .search-btn {
    width: 80px;
    height: 100%;
    background: #e61717;
    border: 2px solid #e61717;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.logo-bar .search-box .search .search-btn span {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.logo-bar .search-box .history {
    margin-top: 10px
}

.logo-bar .search-box .history .font-red {
    color: #e61717
}

.logo-bar .search-box .history span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 0 13px
}

.logo-bar .release-btn {
    width: 160px;
    height: 50px;
    background-size: cover;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    background-color: #e71717;
    border-radius: 50px;
    border: 3px solid #f5d058;
    margin-top: -30px;
    position: relative;
    z-index: 99;
    margin-bottom: -15px
}

.logo-bar .release-btn .release-menu {
    position: absolute;
    background-color: #e71717;
    border: 4px solid #f5d058;
    width: 100%;
    z-index: -1;
    top: 0;
    border-left: 2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.logo-bar .release-btn .release-menu .release-menu-item {
    padding: 8px 20px;
    display: flex;
    justify-content: center
}

.logo-bar .release-btn .release-menu .release-menu-item:first-child {
    margin-top: 40px
}

.logo-bar .release-btn .release-menu .release-menu-item:hover {
    background-color: rgba(0, 0, 0, .1)
}

.logo-bar .release-btn .release-menu .release-menu-item a {
    color: #fff;
    text-align: center;
    margin-right: 10px
}

.logo-bar .release-btn span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(0deg, #fffea2, #fffdf2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px
}



.footer {
    width: 100%;
    background: #333
}

.footer .info {
    display: flex;
    padding-top: 50px;
    padding-bottom: 37px;
    justify-content: space-between
}

.footer .info .logo {
    width: 269px;
    height: 102px
}

.footer .info .menu-box {
    display: flex
}

.footer .info .menu-box .menu-item {
    margin-left: 55px
}

.footer .info .menu-box .menu-item .name {
    font-size: 18px;
    padding-bottom: 20px
}

.footer .info .menu-box .menu-item:first-child {
    margin-left: 0
}

.footer .info .menu-box p {
    padding-bottom: 10px
}

.footer .info .menu-box .sub-menu-box a, .footer .info .menu-box p {
    font-size: 14px;
    font-weight: 400;
    color: #d6d6d6
}

.footer .info .tell {
    margin-top: 30px
}

.footer .info .tell .icon {
    display: flex;
    align-items: center
}

.footer .info .tell .icon span {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.footer .info .tell .icon .footer_tell {
    width: 23px;
    height: 23px;
    margin-right: 10px
}

.footer .info .tell .tell-text {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px
}

.footer .info .rcode {
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer .info .rcode .code {
    width: 120px;
    height: 120px
}

.footer .info .rcode span {
    font-size: 16px;
    font-weight: 400;
    color: #d6d6d6;
    margin-top: 13px
}

.footer .meta {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .meta .left p {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    padding-bottom: 15px
}

.footer .meta .left p a {
    color: #ccc
}

.footer .meta img {
    height: 40px
}
.hidden{display: none;}
/*资源类型图片*/
.pdf{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat 1px 0px; float:left; margin-top:-2px;}
.doc,.docx,.rtf{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -71px 0px; float:left ;margin-top:-2px;}
.txt{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -35px 0px; float:left;margin-top:-2px;}
.xls,.xlsx{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -104px 0px; float:left;margin-top:-2px;}
.ppt,.pptx,.potx,.pot,.pps,.ppsx{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -138px 0px; float:left;margin-top:-2px;}
.potx,.pot{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -207px -27px; float:left;margin-top:-2px;}
.pps,.ppsx{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -207px 0px; float:left;margin-top:-2px;}
.vsd,.vsdx{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -172px 0px; float:left;margin-top:-2px;}
.gif,.png,.jpg,.bmp{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -208px -142px; float:left; margin-top:-2px;}
.wps,.et,.dps{ width:18px; height:24px; line-height:24px; background:url(/index/img/icon/icons.gif) no-repeat -104px -27px; float:left; margin-top:-2px;}
.rar,.zip,.kz,.z7z{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -158px -142px; float:left; margin-top:-2px;}
.sch{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -103px -144px; float:left; margin-top:-2px;}
.pcb{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -183px -142px; float:left; margin-top:-2px;}
.dsn{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -214px -118px; float:left; margin-top:-2px;}
.unknown{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -203px -74px; float:left; margin-top:-2px;}
.mp3{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat 1px -163px; float:left; margin-top:-2px;}
.mp4{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -20px -164px; float:left; margin-top:-2px;}
.swf,.fla{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -61px -163px; float:left; margin-top:-2px;}
.kejian{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -41px -163px; float:left; margin-top:-2px;}
.zt{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -21px -142px; float:left; margin-top:-2px;}
.psd,.ai,.eps,.cdr,.max{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -88px -163px; float:left; margin-top:-2px;}
.dwg{ width:18px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -171px -163px; float:left; margin-top:-2px;}
.news{ width:20px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -141px -163px; float:left; margin-top:-2px;}
.cloud{ width:22px; height:20px; line-height:20px; background:url(/index/img/icon/icons.gif) no-repeat -112px -163px; float:left; margin-top:-2px;}
