* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

body {
    width: 100%;
    min-width: 1280px !important;
    background-color: #FAFAFA;
    font-family: "微软雅黑", arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
}

input, textarea, select {
    outline: none;
    font-family: "微软雅黑", arial, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
}

.clear {
    clear: both;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

a {
    text-decoration: none;
    color: #001384;
    cursor: pointer;
}

a.disable {
    color: #999;
    cursor: default;
}

.lf, .pull-left {
    float: left;
}

.rt, .pull-right {
    float: right;
}

.txt-rt {
    text-align: right;
}

.txt-lt {
    text-align: left;
}

.txt-center {
    text-align: center;
}

li {
    list-style: none;
}

em {
    font-style: normal;
    color: #F00;
}

i {
    font-style: normal;
}

.wid-1280 {
    width: 1280px !important;
    margin: 0 auto;
}

.wid-1200 {
    width: 1200px !important;
    margin: 0 auto;
}

.mt30 {
    margin-top: 30px;
}

.p-t-25 {
    padding-top: 25px !important;
}

.backTop-btn {
    position: fixed;
    right: 40px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: url(../image/backTop.png) no-repeat;
    cursor: pointer;
    z-index: 100;
    display: none;
}

.backTop-btn:hover {
    background: url(../image/backTop-hover.png) no-repeat;
}

.noFind-data {
    text-align: center;
    padding: 120px 0;
    /*background: #FFFFFF;*/
    /*float: left;*/
    width: 100%;
    min-width: 745px;
    /*box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);*/
}

.noFind-data > p {
    color: #666666;
    line-height: 30px;
}

.no-find-data {
    text-align: center;
    padding: 60px 40px;
}

.usual-error-tip {
    width: 611px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 5px;
    border: dashed 1px #001384;
    background: #F3F6FA;
    color: #001384;
    text-align: left;
}

.usual-error-tip > h5 {
    font-size: 16px;
    line-height: 30px;
}

.usual-error-tip > p {
    font-size: 13px;
    margin-left: 64px;
    line-height: 30px;
}

.usual-error-tip > p > span {
    float: left;
    width: 50%;
}

/*弹框遮罩层*/
.ckcest-pop-content {
    width: 500px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.ckcest-pop-title {
    line-height: 38px;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
    font-size: 16px;
}

.ckcest-close-ico {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../image/close-icon-gray-d330973d5bb833f2.png);
    position: absolute;
    right: 15px;
    top: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    cursor: pointer;
}

.ckcest-close-ico:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ckcest-btn {
    width: 98px;
    text-align: center;
    line-height: 32px;
    background: none;
    color: #222080;
    border-radius: 5px;
    background: #222080;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
}

.ckcest-btn:hover {
    opacity: .8;
}

.ckcest-btn.ckcest-cancle-btn {
    background: #F2F2F2;
    color: #333333;
}

.ckcest-header-container {
    min-width: 1280px;
    display: flex;
    justify-content: center;
    background: linear-gradient(#000469, #000734);
}

.ckcest-header {
    height: 80px;
    width: 1280px;
    display: flex;
    align-items: center;
}

.ckcest-header img {
    width: 356px;
    height: 48px;
}

.ckcest-header .nav {
    padding-left: 51px;
    font-size: 0;
}

.ckcest-header .nav a {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 40px;
}

.ckcest-header .nav a:hover {
    color: #1790FC;
    text-decoration: none;
}

.ckcest-header .nav a:last-child {
    margin: 0;
}

.ckcest-header .sign {
    display: flex;
    margin-left: 196px;
    font-size: 16px;
    align-items: center;
}

.ckcest-header .sign img {
    width: 21px;
    height: 21px;
    margin-right: 55px;
}

.ckcest-header .sign span {
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
}

.ckcest-header .sign p {
    display: inline-block;
    width: 2px;
    height: 18px;
    background-color: #666666;
    margin: 0 20px;
}

.ctn-loginRegister {
    width: 300px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 14px;
}

.ctn-loginRegister > li {
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-bar-container {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 2px rgba(128, 138, 135, 0.3);
    padding: 10px 0;
}

.top-bar-container .top-bar {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 32px;
}

.top-bar-container .bread {
    display: flex;
    align-items: center;
}

.top-bar-container .bread p {
    color: #666666;
    font-size: 16px;
}

.top-bar-container .bread a {
    text-decoration: none;
    color: #001384;
    font-size: 16px;
}

.top-bar-container .bar-detail-info {
    color: #333333 !important;
    cursor: auto;
}

.top-bar-container .search-bar {
    position: relative;
}

.top-bar-container .search-bar .input {
    width: 315px;
    height: 32px;
    border: 1px solid #001384;
    border-radius: 16px;
    padding-left: 100px;
    padding-right: 172px;
    font-size: 14px;
}

.top-bar-container .search-bar .input-index {
    width: 395px;
    height: 32px;
    border: 1px solid #001384;
    border-radius: 16px;
    padding-left: 20px;
    font-size: 14px;
    padding-right: 40px;
}

.top-bar-container .search-bar .input:focus {
    outline: 1px solid transparent;
}

.top-bar-container .search-bar .line {
    top: 10px;
    right: 48px;
    width: 1px;
    height: 16px;
    background-color: #001384;
    position: absolute;
}

.top-bar-container .search-bar .search-img {
    top: 8px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}

.top-bar-container .search-bar .left {
    position: absolute;
    top: 0;
    padding: 0 0 0 20px;
    line-height: 34px;
}

.header-active {
    color: #1790FC !important;
    text-decoration: none !important;
}

button[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

/*下载、收藏、引用、分享、*/
.op-btn-bar {
    display: flex;
    float: right;
}

.op-btn-bar > a {
    font-size: 14px;
    width: 80px;
    height: 28px;
    /*background-color: #F4F4F4;*/
    /*color: #666666;*/
    background: #001384;
    color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    line-height: 28px;
}

.sr-download-icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url(../image/download.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.op-btn-bar .sr-download-icon {
    background: url(../image/download_w.png) no-repeat;
}

/*.sr-btn:hover .sr-download-icon, .sr-btn.active .sr-download-icon, .sr-btn.on .sr-download-icon {*/
/*    background: url(../image/download_w.png) no-repeat;*/
/*}*/

.sr-collect-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../image/collection.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.op-btn-bar .sr-collect-icon {
    background: url(../image/collection_w.png) no-repeat;
}

.sr-btn.active .sr-collect-icon {
    background: url(../image/collection_blue.png) no-repeat;
}

.op-btn-bar .sr-btn.active {
    color: #fff;
    background: #fb682e;
}

.op-btn-bar .sr-btn.active .sr-collect-icon {
    background: url(../image/collection_w.png) no-repeat;
}


.sr-quote-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../image/quote.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.op-btn-bar .sr-quote-icon {
    background: url(../image/quote_w.png) no-repeat;
}

/*.sr-btn:hover .sr-quote-icon, .sr-btn.active .sr-quote-icon, .sr-btn.on .sr-quote-icon {*/
/*    background: url(../image/quote_w.png) no-repeat;*/
/*}*/

.sr-share-icon {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../image/share.png) no-repeat;
    position: relative;
    margin-right: 5px;
}

.op-btn-bar .sr-share-icon {
    background: url(../image/share_w.png) no-repeat;
}

.sr-btn:hover .sr-download-icon, .sr-btn:hover .sr-collect-icon, .sr-btn:hover .sr-quote-icon, .sr-btn:hover .sr-share-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/*搜索框-新版*/
.top-bar-container .search-bar-new {
    position: relative;
}

.top-bar-container .search-bar-new .input {
    width: 322px;
    height: 32px;
    border: 1px solid #001384;
    border-radius: 16px;
    padding-left: 100px;
    font-size: 14px;
    margin-right: 218px;
    padding-right: 50px;
}

.top-bar-container .search-bar-new .input-index {
    width: 395px;
    height: 32px;
    border: 1px solid #001384;
    border-radius: 16px;
    padding-left: 20px;
    font-size: 14px;
    padding-right: 40px;
}

.top-bar-container .search-bar-new .input:focus {
    outline: 1px solid transparent;
}

.top-bar-container .search-bar-new .left img {
    margin: 0 10px;
}

.top-bar-container .search-bar-new .left .line2 {
    width: 0.5px;
    height: 16px;
    background-color: #001384;
}

.top-bar-container .search-bar-new .line {
    top: 10px;
    right: 264px;
    width: 1px;
    height: 16px;
    background-color: #001384;
    position: absolute;
}

.top-bar-container .search-bar-new .search-img {
    top: 8px;
    right: 234px;
    position: absolute;
    cursor: pointer;
}

.top-bar-container .search-bar-new .left {
    position: absolute;
    top: 0;
    padding: 0 0 0 20px;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.top-bar-container .search-bar-new .search-btn {
    line-height: 24px;
    padding: 6px 16px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #001384;
    border-radius: 4px;
    position: absolute;
}

.top-bar-container .search-bar-new .search-btn.disable {
    background-color: #ececec;
    color: #aaaaaa;
    cursor: default;
}

.top-bar-container .search-bar-new .tip-down-menu {
    left: 78px !important;
    top: 35px !important;
    position: absolute;
    right: 218px;
    background: #fff;
    border: 1px solid #d5e3ef;
    box-shadow: 0 4px 6px rgba(155, 200, 239, .2);
    z-index: 201;
}