﻿@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding:0;
}

 img {
    border: none;
}

ul, ol {
    list-style: none;
}

input {
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    font-family: "Arial","Helvetica,sans-serif","Microsoft YaHei";
    color: #999;
    border: none;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 14px;
    margin: 0;
}


textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 14px;
    color: #333;
    font-family: "Arial","微软雅黑","Helvetica,sans-serif","Microsoft YaHei";
    background: #f1f1f1;
}

a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
    text-underline-offset: 3px;
}

    a:visited, a:focus {
        text-decoration: none !important;
    }

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    *zoom: 1;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml10 {
    margin-left: 10px
}
.mt10{
    margin-top:10px;
}
.ml20 {
    margin-left: 10px
}


/* 核心代码 */

.focus_v {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

.focus {
    width: 368px;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.focus ul {
    height: 380px;
    position: absolute;
}

.focus ul li {
    float: left;
    width: 368px;
    height: 160px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.focus ul li img {
    max-width: 450px;
    max-height: 158px;
    margin: 0 auto;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
}

.focus .btn {
    display: none;
    position: absolute;
    width: 780px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 5px;
    text-align: center;
}

.focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 13px;
    height: 13px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focus .btn span.on {
    background: yellow;
}

.focus .preNext {
    position: absolute;
    top: 30%;
    cursor: pointer;
    display: block;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 80%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}





.index_right{ width: 337px; float: right;}
.index_login{ width: 100%; border: solid 1px #ccc;margin-bottom: 20px;}
.index_loginName {
    width: 100%;
    height: 64px;
    background: #014694;
    text-align: center;
}
.index_loginName span{ font-size: 20px; color: #fff; line-height: 64px; font-weight: bold;}
.index_loginWay{ width: 254px; margin-left:42px; margin: 15px 7px; }
    .index_loginWay ul li {
        width: 253px;
        height: 45px;
        text-align: center;
        background: url("../images/ico_1.png") 26% center no-repeat,#014694;
        margin-bottom: 20px;
    }
.index_loginWay ul li:hover{ background: url("../images/ico_1.png") 26% center no-repeat, #2869b2;}
.index_loginWay ul li a{ display: block; color: #fff; font-size: 16px; line-height: 45px;}

.index_journal{ width: 100%; float: left; border: solid 1px #ccc; margin-top: 20px; padding-bottom: 10px;}
.index_jouImg{ width: 158px;  height: 218px; float: left; border: solid 1px #ccc; margin-top: 10px; margin-left: 10px;}
.index_jouImg img{ width: 100%;}
.index_jouMs{ width: 148px; float: right; margin-top: 10px; margin-right: 10px;}
.index_jouMs h3{ width: 100%; float: left; color: #014694; font-size: 16px; line-height: 22px; font-weight: bold; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-top: 5px;}
.index_jouMs p{ width: 100%; float: left; line-height: 24px; font-size: 14px; color: #666; margin-top: 10px;}
.index_jouMs a{ width: 100%; float: left; color: #014694; font-size: 14px; line-height: 24px; margin-top: 10px;}
.index_jouMs a:hover{ color: #4A8A68;}

.index_magazine{ width: 100%; float: left; margin-top: 20px;}
.index_mag{ width: 100%; height: 40px; float: left; border-bottom: solid 1px #ccc; line-height: 40px;}
.index_mag span{ float: left; font-size: 18px; color: #014694; font-weight: bold; border-bottom: solid 1px #4A8A68;}
.index_mag a{ float: right; font-size: 14px; color: #666;}
.index_mag a:hover{ color: #014694;}
.index_magList{ width: 100%; float: left;}
.index_magList ul li{ width: 100%; height: 30px; margin-top: 5px; float: left;}
.index_magList ul li i{ float: left; line-height: 24px;  color: #2A5290; font-size: 50px;}
.index_magList ul li a{ float: left; width: 70%; margin-left: 5px; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_magList ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_magList ul li:hover a{ color: #014694;}
.index_magList ul li:hover span{ color: #014694;}


.index_provisions{ width: 100%; float: left; margin-top: 20px;}
.index_pro{ width: 100%; height: 40px; float: left; border-bottom: solid 1px #ccc; line-height: 40px;}
.index_pro span{ float: left; font-size: 18px; color: #014694; font-weight: bold; border-bottom: solid 1px #4A8A68;}
.index_pro a{ float: right; font-size: 14px; color: #666;}
.index_pro a:hover{ color: #014694;}
.index_proList{ width: 100%; float: left;}
.index_proList ul li{ width: 100%; height: 30px; margin-top: 5px; float: left; }
.index_proList ul li a{ float: left; width: 70%; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_proList ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_proList ul li:hover a{ color: #014694;}
.index_proList ul li:hover span{ color: #014694;}


.index_magLink{ width: 100%; float: left;}
.index_magLink ul li{ width: 100%; height: 30px; margin-top: 5px; float: left; }
.index_magLink ul li i{ float: left; line-height: 24px;  color: #666; font-size: 50px;}
.index_magLink ul li a{ float: left; width: 70%; margin-left: 5px; font-size: 14px; color: #666; line-height: 30px; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.index_magLink ul li span{ display: block; float: right; font-size: 14px;  color: #666; line-height: 30px;}
.index_magLink ul li:hover a{ color: #014694;}
.index_magLink ul li:hover span{ color: #014694;}


.index_ewm{ float: left; width: 100%; text-align: center; padding: 38px 0;}
.index_ewm img{ width: 212px; height: 212px;}
.index_ewm span{ width: 100%; display: block; color: #000; font-size: 16px; line-height: 24px;}

.index_copyright{ width: 100%; float: left; margin-top: 15px; background: #F0F0F0;}
.index_copyright ul{ width: 96%; float: left; margin: 2% 18px;}
.index_copyright ul li{ width: 100%; float: left; margin-bottom: 5px;}
.index_copyright ul li i{ display: block; float: left; font-size: 14px; color: #333; font-weight: bold;}
.index_copyright ul li p{ display: block; float: left; font-size: 14px; color: #333;}


.top_share {
    float: right;
    text-align: center;
}

.top_share ul {
    width: 100%; float: left;
}

.top_share ul li { margin-top: 10px;
    float: left;
    width: 25px; height: 25px;
    margin-left: 10px;
}

.top_share ul li img {
    float: left;
}


.index_info_r1{ width:100%; float:left; background:#F6F6F6; position:relative; }
.index_right_pic{ width:100px; float:left; margin:17px;}
.index_book_info{ width:125px; float:right; margin-right:18px; margin-top:30px;}
.index_info_r1 i{ display:block; width:100%; height:16px; position:absolute; bottom:-16px; left:0;}


.index_info_right_tit{ color:#000; line-height:50px; font-size:18px; font-weight:bold}
.index_info_r2{ width:100%; float:left; background:#F3F8FE; padding-bottom:20px;}
.index_info_list{ width:90%; float:left; margin-left:5%; padding-top:28px; border-bottom:solid 1px #ccc; padding-bottom:5px;}
.index_info_list .index_select{ width: 100%; float: left; margin-top:20px; margin-bottom:50px}
.index_info_list .index_select .select_s{ width: 100%; height: 36px; float: left; border: solid 1px #003469;overflow: hidden; color: #666;}
.index_info_list h2{width:100%;display:block;float:left;font-size:18px;color:#666;font-weight:bold;}
.index_info_list ul{ width:100%; float:left; margin-top:20px;}
.index_info_list ul li{ width:100%; float:left; margin-bottom:10px;}
.index_info_list ul li h3{ width:100%; float:left; display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#55a978; font-weight:bold; font-size:14px}


/*主体内容*/

.index_info_c {
    width: 100%;
    overflow: hidden;
    padding-bottom: 100px;
}
.index_info_c::after{
    content: " ";
    display:block;
    clear:both;
}

.index_info_left {
    width: 810px;
    float:left;
}

/*主体左侧*/

.index_info_right {
    width: 266px;
    float: right;
}
.menu_info_c{margin-top:0 !important;}



/*返回顶部*/
#back_top {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5000;
    background: #FFF url(../images/back_top.png) no-repeat center center;
    background-size: 50%;
    border: 1px solid #ccc;
    border-radius: 8px;
}

/*header_footer*/
/*header*/
.headerbg {
    height: 150px;
    background: #004cb4;
}

.header .logo {
    margin-top: 38px;
    padding-left: 0px;
    font-size: 50px;
    color: #fff;
}

    .header .logo img {
        max-width: 613px;
    }

.header .logor {
    text-align: right;
}

.header .logor {
    font-size: 16px;
    color: #fff;
    margin-top: 55px;
    margin-right: 50px;
    padding-right: 18px;
}

    .header .logor span,
    .header .logor a {
        margin-left: 15px;
    }

a:nth-last-child(1) .header .logor .issn-cn span {
    text-shadow: #000 1px 2px 4px;
}

.header .logor a {
    display: inline-block;
}

    .header .logor a img {
        width: 100%;
        height: 100%;
    }


    .header .logor a span {
        margin-left: 0;
    }

.search-wrapper {
    display: block;
    font-size: 15px;
    background: #fff;
}

    .search-wrapper select {
        width: 75px;
        height: 38px;
        line-height: 42px;
        font-size: 15px;
        border: none;
        color: #505050;
        text-align: center;
        border-radius: 6px;
        margin-right: 0;
        background: url(../../../style/images/public/select_arrow.png) no-repeat scroll right center;
        appearance: unset;
    }

#search_keyword {
    width: 230px;
    padding: 0;
    margin: 0;
    outline: none;
    background: #fff;
    color: #999;
    border-radius: 0px;
    padding-left: 11px;
    box-shadow: unset;
    border-left: 1px solid #E5E5E5;
    height: 24px;
}

.search .search-wrapper .tj {
    position: absolute;
    width: 45px;
    height: 38px;
    right: 0;
    top: 0;
    border-radius: 0px;
}

.search-wrapper .form-group {
    position: relative;
}

.zkkxiconfont.zkkx-sousuo {
    color: #004097;
    font-size: 25px;
    position: absolute;
    top: 2px;
    right: 8px;
    pointer-events: none;
}

.headeren .zkkxiconfont.zkkx-sousuo {
    right: 50px;
}

.headeren .search-wrapper .pull-left.tj {
    right: 35px;
}

.search-wrapper.indexsearch {
    position: relative;
}

.search-wrapper #AdvanceSearchA {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -92px;
    font-size: 14px;
    color: #fff;
    background: #eea032;
    padding: 9px 12px !important;
    margin-left: 10px;
}

.ewm img {
    width: 101px;
    height: 101px;
}

.ewm {
    margin-top: 20px;
    margin-left: 55px;
    position: relative;
}

.fwm:nth-child(2) {
    position: absolute;
    right: -120px;
    top: 0;
}


.fwm > div {
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.impact {
    padding-top: 22px;
}

.impact span {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.impact span.num {
    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
    font-family: "Arial";
}

.top .nav {
    border: 0;
    height: 42px;
    line-height: 42px;
}

.top .nav li a {
    padding: 0 24px;
}

.top .nav ul > li {
    height: 45px;
    margin: 0 15px;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
}




.top .nav ul > li:nth-child(1) {
    margin-left: 0;
}

.top .header-nav ul > li > a {
    line-height: 43px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
}

.header-nav ul > li ol {
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 100%;
    z-index: 9999;
    display: none;
}

.top-nav.nav {
    border-bottom: 1px solid #ddd;
    background: #004097;
}

.header-nav,
.header-nav {
    background: #fff;
}

    .header-nav ul > li.active > a,
    .header-nav ul > li:hover > a {
        color: #fff;
        background: none;
        background: #eea032;
    }

    .header-nav ul > li ol li:hover,
    .header-nav ul > li ol li:hover a {
        border: 0;
        background: #eea032;
        color: #fff;
    }

.top .header-nav ul > li ol li a {
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    color: #fff;
    line-height: 34px;
}

.top .header-nav ul > li ol li a {
    text-align: center;
}

.topSearchBox {
    background: #fff;
}

.search-wrapper .pull-left.tj {
    position: absolute;
    width: 45px;
    height: 38px;
    right: 0;
    top: 0;
    border-radius: 0px;
}

.search-wrapper .form-control {
    border: 0;
}

.search-wrapper,
.search-wrapper a {
    font-size: 12px;
}

    .search-wrapper .form-group,
    search-wrapper .tj {
        margin-bottom: 0;
        border-right: 0;
    }

    .search-wrapper .form-control {
        height: 30px;
    }

    .search-wrapper .searcontent,
    .search-wrapper .tj {
        height: 30px;
        line-height: 30px;
        display: inline;
    }

    .search-wrapper .searcontent {
        width: 210px;
        padding-left: 8px;
        background: #dcdcdc;
    }

    .search-wrapper input::input-placeholder {
        color: #999999;
        font-size: 14px;
    }

    .search-wrapper input::-webkit-input-placeholder {
        color: #999999;
        font-size: 14px;
    }

    .search-wrapper input::-moz-placeholder {
        color: #999999;
        font-size: 14px;
    }

    .search-wrapper input::-ms-input-placeholder {
        color: #999999;
        font-size: 14px;
    }

    .search-wrapper .form-control {
        padding: 0 10px;
        font-size: 14px;
        border-radius: 3px;
    }

    .search-wrapper .form-group {
        position: relative;
    }

    .search-wrapper .adSearch {
        display: inline-block;
        color: #fff;
        background: #eea032;
        margin-left: 5px;
    }

    .search-wrapper .adSearch {
        display: inline-block;
        padding: 0 4px !important;
    }

    .search-wrapper .tj,
    .search-wrapper .adSearch,
    .search-wrapper .form-control,
    .search-wrapper .collection {
        border-radius: 2px;
    }


.header-nav ul > li.topSearch {
    float: right;
    padding-top: 8px;
}

.top-nav .nav-inner {
    display: flex;
    justify-content: space-between;
}

.header-nav ul > li > a span {
    display: inline-block;
    width: 7px;
    height: 4px;
    background-size: 7px 4px;
    margin-left: 6px;
    position: relative;
    top: -3px;
}

.header-nav ul > li > a span {
    background: url("../images/nav_arrow.png") no-repeat center center;
}

.nav-second {
    background-color: #004097;
}

/*footer*/
.footer {
    background: #004097;
    color: #fff;
    position: relative;
    z-index: 1;
}

    .footer, .footer * {
        font-size: 15px;
        color: #FFF;
        line-height: 30px;
    }

        .footer .bottom {
            min-height: 197px;
            padding: 24px 0 15px;
        }

.footer-l {
    width: calc(100% - 420px);
}

.footer a {
    color: #fff;
    font-size: 15px;
}

.emailalert-rss {
    display: inline-block;
    padding-top: 33px;
    vertical-align: top;
}

    .emailalert-rss a {
        display: block;
    }

        .emailalert-rss a::before {
            font-size: 26px;
            vertical-align: bottom;
            padding-right: 5px;
        }

        .emailalert-rss a span {
            font-size: 14px !important;
        }

.footer_img img {
    width: 124px;
    height: 124px;
}

.fwm > div {
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

body .container {
    width: 1200px;
    padding: 0;
}
/*main*/
.main {
    padding-top: 30px;
    min-height: calc(100vh - 200px);
    padding-bottom: 20px;
}