/* 公用类 */

/* display */
.display-n {
    display: none;
}

.display-b {
    display: block;
}

/* felx */
.flex_row {
    display: flex;
    flex-direction: row;
}

.flex_column {
    display: flex;
    flex-direction: column;
}

.flex_1 {
    flex: 1;
}

/* 鼠标 */
.cursor-p {
    cursor: pointer;
}

.cursor-d {
    cursor: default;
}

.cursor-h {
    cursor: help;
}

.contene1500 {
    width: 1500px;
}



.head_logo {
    width: 500px;
}

.head_top {
    width: 1400px;
    margin: 10px auto 15px;
    justify-content: space-between;
    align-items: center;
}

.header {
    margin: 0 auto;
    position: inherit;
}

.heade {
    width: 100%;
    overflow-x: hidden;
    height: 2.36rem;
    background: url(../img/top.png) no-repeat;
    background-size: 100% 100%;
}

.top_nav {
    margin-top: 8px;
    justify-content: space-between;
    align-items: center;
}

.top_nav a,
.top_nav span,
.top_nav li {
    color: #4e4e4e;
}

.top_nav li {
    padding-right: 15px;
}

.line {
    padding-left: 15px;
}

.rigth_nav {
    align-items: center;
}

.top_icon a {
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    /* height: 20px; */
}

.top_icon img {
    width: 100%;
    /* height: 100% */
}

.ipv6 {
    color: #fff !important;
    padding: 2px 2px 2px 8px;
    background-color: #0059b5;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.top_middle {
    width: 6.6rem;
    margin: 10px auto;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.index-search-box {
    flex-shrink: 0;
    margin-top: 25px;
}


.searchinput {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    width: 186px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
}

.search-btn {
    width: 74px;
    height: 55px;
    background: url(../img/search.png) no-repeat;
    background-position: -5px -5px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#inputkeyword {
    background-color: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    padding: 0 18px;
    /* width: 100%; */
    flex: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav {
    margin: 40px auto 0;
    background-color: #0059b5;
    justify-content: space-around;
    align-items: center;
    padding: 16px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header .nav li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.nav_box {
    background-color: #0059b5;
}

.head .nav {
    width: 1200px;
    margin: 0 auto;
    border-radius: 0;
    padding: 0;
}

.head .nav li .nav0 {
    background-position: 0px 0px;
    width: 24px;
}

.head .nav li .nav1 {
    background-position: -172px 0px;
    width: 24px;
}

.head .nav li .nav2 {
    width: 27px;
    background-position: -343px 0px;
}

.head .nav li .nav3 {
    width: 27px;
    background-position: -522px 0px;
}

.head .nav li .nav4 {
    width: 27px;
    background-position: -693px 0px;
}

.head .nav li .nav5 {
    width: 28px;
    background-position: -872px 0px;
}

.head .nav li .nav6 {
    background: url(../img/hearder_icon.png) no-repeat;
    width: 25px;
    background-position: -2px -2px;
    background-size: cover;
}

.head .nav li:hover {
    background: url(../img/nav_bg.gif) no-repeat;
}

.head .nav li {
    position: relative;
    width: 160px;
    height: 100%;
    margin-left: 5px;
    display: inline-block;
}

.head .nav li span {
    position: absolute;
    left: 5px;
    top: 18px;
    display: inline-block;
    height: 30px;
    background: url(../img/nav-icon.png) no-repeat;
}

.head .nav li a {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    width: 75%;
    height: 100%;
    display: block;
    padding-left: 25%;
    position: relative;
    text-decoration: none;
}


.nav_arrows img {
    width: 25px;
    height: 25px;
}

.footer {
    width: 100%;
    border-top: 2px solid #3a65b2;
    background-color: #fff;
    padding: 20px 0 40px;
}

.footer_content {
    width: 960px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.footer_left {
    width: 350px;
    justify-content: space-between;
}

.footer_right ul {
    width: 100%;
    margin: 15px 0;
    align-items: center;
}

.footer_right ul li {
    font-size: 12px;
    margin-right: 10px;
}

.footer_right .first_ul li {
    margin: 0;
}

.footer_right .first_ul span {
    margin: 0 10px;
}

/* 搜索 */
.search-box .search {
    width: 1200px;
    margin: 0 auto;
    height: 57px;
    background: #e3f1fe;
    display: flex;
}

.search-box .search .search-input {
    width: 700px;
}

.search-box .search input {
    flex: 1;
    height: 51px;
    padding-left: 18px;
    outline: none;
    color: #0a5bb7;
    padding-right: 80px;
    border: 1px solid #f7fbfe;
    background: #e3f1fe;
    margin-top: 2px
}

.search-box .search .ng-valid {
    flex: 1;
    display: flex;
    align-items: center;
}

.search-box .search input::-webkit-input-placeholder {
    color: #0a5bb7;
}

.search-box .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0a5bb7;
}

.search-box .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0a5bb7;
}

.search-box .search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0a5bb7;
}

.search-box .search .ng-valid button {
    border: none;
    cursor: pointer;
    margin-top: 1px;
    width: 70px;
    height: 52px;
    background: url(../img/search.png) no-repeat;
    background-position: center;
}

.search-box .searchButton {
    width: 117px;
    height: 50px;
    background: #ffffff;
    cursor: pointer;
    border: 0px;
    color: #2e6abc;
    font-size: 14px;
    margin-top: 1px;
    margin-left: 10px;
}

.search-input div {
    color: #4382c7;
    margin-top: 47px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 13px;
    text-indent: 2px;
}

.search-input div span {
    margin-right: 15px
}

/* 分页样式 */
.pagination {
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
}

.pagination .link,
.pagination a {
    width: auto !important;
    height: auto !important;
    background-color: transparent;
    color: #333;
    margin: 0.1rem 0.05rem;
    text-decoration: none;
    padding: 0.05rem 0.1rem;
    border: 1px solid #ddd;
    font-size: 0.16rem;
    display: inline-block;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination a.active {
    background-color: #3a65b2;
    color: #fff;
    border-color: #3a65b2;
}

.input-class {
    border: 1px solid #ddd;
    padding: 0.08rem 0.1rem;
    font-size: 0.18rem;
}

.msjump {
    display: inline-block;
}

.default_archival_watermarking {
    position: absolute;
    top: 80px;
    left: 40%;
    transform: rotate(-16deg);
    width: 300px;
    z-index: 1111;
    pointer-events: none;
}

.share-btn {
    height: 24px;
    padding: 0px;
    margin-left: 1px;
    cursor: pointer;
    width: 24px;
    margin-top: -3px !important;
}

.gwds_weixin {
    background-image: url(../images/scs_weixicon.png);
    display: inline-block !important;
}

.gwds_tsina {
    background-image: url(../images/scs_weibo.png);
    display: inline-block !important;
    background-position: 0 0px !important;
}

@media (max-width: 1500px) {
    .head_top {
        width: 1250px;
    }

    .top_nav li,
    .line {
        padding-right: 5px;
    }
}

@media (max-width: 1250px) {

    .head_top {
        width: 100%;
        flex-direction: column !important;
    }

    .head_top ul {
        margin-top: 40px;
    }

    #toolbarSwitch {
        display: none;
    }

    .nav_box {
        overflow: auto;
    }

    .top_nav li,
    .line {
        padding-right: 15px;
    }

    .search-box .search {
        width: 100%;
    }
}

@media (max-width: 1000px) {

    #olderSwitch,
    #toolbarSwitch {
        display: none;
    }

    .search-box .search .ng-valid {
        width: 100%;
    }

    .search .search_sc_url {
        display: none;
    }

    .footer_content {
        width: 100%;
        flex-direction: column !important;
    }

    .footer_right ul {
        justify-content: center;
    }

    .footer_right ul:last-child {
        flex-wrap: wrap;
        margin: 0;
    }

    .footer_right ul:last-child li {
        margin-bottom: 15px;
    }
}

@media (max-width: 750px) {
    .head_logo {
        width: 5rem;
    }

    .top_middle {
        margin: 30px auto 0;
    }

    .header .top_nav {
        flex-direction: column !important;
    }

    .top_nav ul {
        margin-top: 15px;
    }

}

@media (max-width: 450px) {
    .footer_left {
        width: auto;
    }

    .footer_left img {
        width: auto;
    }

    .footer_right ul {
        flex-wrap: wrap;
        margin: 0;
    }

    .footer_right ul li {
        margin-bottom: 15px;
    }

    .head_top .line {
        padding: 0;
    }
}

@media (max-width: 300px) {
    .head_top .line {
        display: none;
    }
}