body{
    background: #F0F0F0;
}
main{
    background: #F0F0F0;
    padding-bottom: 40px;
}
.bule{
    background: #0A66A4;
}
.green{
    background: #009583 !important;
}
.spaceBetween{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spaceBetweens{
    display: flex;
    justify-content: center;
    align-items: center;
}
/**top**/
.header{
    height: 235px;
    background: #fff;
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.header:before{
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    width: 50%;
    height: 185px;
    background: #009583;
    transform:skewX(40deg);
    z-index: 0;
}
.top{
    height: 185px;
}
.logo{
    height: 185px;
    line-height: 185px;
    float: left;
}
.logo h1{
    line-height: 185px;
    margin: 0;
    font-size: 36px  !important;
    font-weight: bold !important;
    letter-spacing: 6px;
    color: #0A66A4;
}
.header-right{
    float: right;
    display: flex;
    align-items: center;
    height: 185px;
    position: relative;
    z-index: 9;
}
.header-right p{
    color: #fff;
    text-align: right;
}
.header-right p a{
    color: white;
    margin: 0 10px;
}
.header-right p img{
    margin-top: -3px;
}
/**nav**/
.nav{
    height: 50px;
    width: 100%;
    background: #0A66A4;
}

.nav .navLink {
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    position: relative;
    transition: color .3s ease-in,background-color .3s ease-in;
}
.acitveNav{
    background: white;
    color: #0A66A4 !important;
    position: relative;
}
.acitveNav:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #FF9300;
    visibility: visible !important;
    -webkit-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    transition: all .15s ease-in;
    z-index: 1;
}

.nav .navLink:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background-color: #FF9300;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}
.nav .navLink:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .25s ease-out;
}
.nav .navLink:hover{
    background: white;
    color: #0A66A4 !important;
}
/**home-xz**/
.home-xz{
    height: 520px;
    background: #fff;
}
.home-author{
    padding: 80px 0;
}
.home-author .swiper-slide .img{
    height: 178px;
    width: 178px;
    background: #ccc;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.home-author .swiper-slide .img img{
    width: 100%;
}
.home-author .swiper-slide .info{
    text-align: center;
    margin-top: 20px;
    height: 110px;
    margin-bottom: 50px;
}
.home-author .swiper-slide .info .name{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    display: block;
}
.home-author .swiper-slide .info .name:hover{
    color: #0A66A4;
}
.home-author .swiper-slide .info .name span{
    font-size: 18px;
    margin-left: 5px;
}
.home-author .swiper-slide .info .zc{
    font-size: 16px;
    margin-bottom: 0;
    color: grey;
}
.home-author .swiper-slide .square{
    width: 70px;
    height: 2px;
    background: #FF9300;
    margin: auto;
}
.font-title{
    font-size: 24px;
    color: #0A66A4;
}
/**home-tj**/
.home-tj{
    margin-top: 20px;
    height: 108px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-buttons{
float: right;
    height: 38px;
    width: 60px;
    background: #0A66A4 ;
    border-radius: 5px;
    color: #ffffff;
}
.home-tj-sz{
    width: 210px;
}
.home-tj-sz:first-child{
    border-right: 1px solid #ccc;
}
.home-tj-sz:first-child .home-tj-sz-sz{
    color: #FF9300;
}
.home-tj-sz-sz{
    font-size: 36px;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #0A66A4;
}

.home-tj-sz-mc{
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
    color: #009583;
}

/**home-xb**/
.home-xb{
    width: 1200px;
    height: 85px;
    margin:20px auto 0 auto;
    background: #fff;
    display: flex;
    border: 1px solid #0A66A4;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}

.home-xb-lb{
    margin: 0 20px;
}

.home-xb-lb-zw{
    font-size: 16px;
    display: block;
    line-height: 18px;
    text-align: center;
    color: #009583;
}
.home-xb-lb-zw sub{
    margin-left: 5px;
    color: #999;
    bottom: 0 !important;
}
.home-xb-lb-yw{
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 5px;
    color: #FF9300;
    font-weight: bold;
}
.home-js{
    width: 1080px;
    margin:20px auto 0 auto;
}
.home-js-select{
    width: 200px;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    background: #0A66A4;
    border: none;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    float: left;
}
.home-js-input{
    width: 720px;
    height: 40px;
    border: 1px solid #ccc;
    float: left;
}
.home-js-submit{
    float: left;
    height: 40px;
    width: 60px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.home-js-gjjs{
    float: left;
    height: 40px;
    width: 60px;
    line-height: 40px;
    color: #0A66A4;
    text-align: center;
}
/**home-cg**/
.home-cg{
    margin-top: 20px;
    height: 590px;
    border:1px solid #0A66A4;
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.home-cg-k{
    width: 96%;
    padding: 0 30px;
}
.home-cg-k-title{
    height: 40px !important;
}
.home-cg-k-conter{
    height: 470px;
}
.home-cg-k-conter .tab-pane{
    position: relative;
}
.home-cg-k-conter .tab-pane .home-cg-k-conter-link{
    position: absolute;
    right: 0;
    top: -45px;
    font-size: 16px;
    color: #999;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li{
    background: url("../image/list.png")left center no-repeat;
    padding-left: 60px;
    margin-top: 15px;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-t{
    font-size: 20px;
    display: block;
    color: #333;
    margin-bottom: 3px;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-t:hover{
    color: #0A66A4;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-a{
    font-size: 16px;
    display: block;
    color: #FF9300;
    margin-bottom: 5px;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-q .home-cg-k-conter-list-issn{
    font-size: 12px;
    border: 1px dashed #009583;
    color: #009583;
    padding: 2px 4px;
    border-radius: 4px;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-q .home-cg-k-conter-list-ly{
    font-size: 16px;
    color: #0A66A4;
    margin-left: 10px;
}
.home-cg-k-conter-list .home-cg-k-conter-list-li .home-cg-k-conter-list-q .home-cg-k-conter-list-if{
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}
/**home-tp**/
.home-tp{
    margin-top: 20px;
    padding: 30px 0;
    height: 442px;
    border:1px solid #ccc;
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.home-tp-k{

    width: 45%;
}

.home-tp-k-title{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-tp-k-title h1{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    margin: 0;
}

.home-tp-k-title-span{
    width: 4px;
    border-radius: 2px;
    height: 20px;
    float: left;
}
.home-tp-k-title-name{
    float: left;
    margin-left: 5px;
    line-height: 20px;
}
.home-tp-k-title a{
    color: #999;
}
.home-tp-k-tu{
    margin-top: 20px;
    width: 100%;
    height: 340px;
}
.home-tp-k-tu img{
    width: 100%;
    height: 100%;
}

/**footer**/
.footer{
    background: #0A66A4;
}
.footer .foot_logo{
    float: left;
    width: 420px;
}
.footer .foot_logo img{
    width: 100%;
}
.footer .foot_right{
    float: right;
    width: calc(100% - 550px);
}

.footer .foot_right ul li a{
    color: #fff;
    font-size: 16px;
}
.footer .foot_right .foot_tj{
    font-size: 14px;
    color: #fff;
}
.footer .foot_right .foot_tj span{
    background: #ffffff;
    padding: 0 14px;
    color: #0a66a4;
    font-size: 14px;
    border-radius: 15px;
}
.fr{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.fr img{
    height: 40px;
    padding: 0 10px;
}

.allfoot{
    text-align: center;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background: #009583;
    color: #bae2dd;
}
.allfoot p{
    margin-bottom: 0 !important;
}
.allfoot a{
    color: #fff;
}

/**author-top**/
.author-top{
    height: 550px;
    background: url("../image/author2.png") bottom center no-repeat;
}
.author-top-t{
    margin-top: 30px;
}
.author-top-left .img{
    height: 178px;
    width: 178px;
    background: #ccc;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}
.author-top-left .img img{
    width: 178px;
}
.author-top-left .info{
    text-align: center;
}
.author-top-left .info .zc{
    margin-top: 35px;
}
.author-top-left .info .ly{
    height: auto;
    overflow: hidden;
}
.author-top-left .info .zc p{
    font-size: 18px;
    color: #0A66A4;
    margin-bottom: 10px;
    font-weight: bold;
}

.author-top-left .info .zc span{
    font-size: 16px;
    color: #009583;
    display: block;
}
.author-top-left .info .em{
    margin-top: 20px;
}

.author-top-left .info .em p{
    font-size: 16px;
    color: #999;
    margin: 0;
}

.author-top-left .info .em span{
    font-size: 16px;
    color: #999;
    display: block;
}

.author-top-right-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.author-top-right-title-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-top-right-title-name h1{
    font-size: 44px !important;
    margin: 0;
}

.author-top-right-title-name h1 span{
    font-size: 35px;
    margin-left: 10px;
}

.author-top-right-title-zc{
    margin-left: 15px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    color: grey;
}
.author-top-right-title-zc span{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ccc;
    color: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #ccc;
    color: #000;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 24px;
    font-weight: bold;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 24px;
    font-weight: bold;
}
.author-top-right-content{
    height: 278px;
    background: rgba(255,255,255,.85);
    border-radius: 12px;
    box-shadow: 3px 3px 10px #cccccc;
    /*border: 1px solid #ccc;*/
    padding: 30px 40px;
    margin-top: 20px;
}
.author-top-right-content-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-top-right-content-title h1{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.author-top-right-content-span{
    width: 4px;
    border-radius: 2px;
    height: 20px;
    float: left;
}
.author-top-right-content-title-name{
    float: left;
    margin-left: 5px;
}
.author-top-right-content-title div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-top-right-content-title div p{
    margin-left: 10px;
}
.author-top-right-content-title div span{
    float: left;
}
.author-top-right-content-title div span.tt{
    color: #FF9300;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.author-top-right-content-title div span.bule{
    background: #FF9300;
    padding: 0 15px;
    margin-left: 10px;
    line-height: 24px;
    font-size: 12px;
    height: 24px;
    border-radius: 15px;
    color: white;
}
.author-top-right-content-title div span.orcid{
    color: #a7a9ad !important;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.author-top-right-content-title div span.orcid strong{
    color: #a7cf38 !important;
    font-weight: normal !important;
}
.author-top-right-content-title div span.green{
    background: #a7cf38;
    padding: 0 15px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 25px;
    height: 25px;
    border-radius: 15px;
    color: white;
}
.author-top-right-content-con{
    margin:15px;
    font-size: 14px;
    height: 160px;
    color: grey;
    overflow-y: scroll;
}
.author-top-right-tj{
    background: rgba(255,255,255,.85);
    border-radius: 12px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    box-shadow: 3px 3px 10px #cccccc;
}
.author-top-right-tj .author-top-right-tj-sz{
    width: 160px;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}

.author-top-right-tj .author-top-right-tj-sz:first-child{
    border: none;
}

.author-top-right-tj .author-top-right-tj-sz .author-top-right-tj-sz-sz{
    display: block;
    color: #FF9300;
    font-weight: bold;
}

.author-top-right-tj .author-top-right-tj-sz .author-top-right-tj-mc{
    display: block;
    color: #0A66A4;
    font-weight: bold;
}
.searchSubmit{
    background: #009583;
    color: #fff !important;
}
.author-con{
    background: white;
}

.author-tp{

}

.author-tp .author-tp-title{
    text-align: center;
    color: #0A66A4;
    font-weight: bold;
    font-size: 16px;
}

.author-tp .author-tu img {
    width: 100%;
}

.author-zz .author-tp-title{
    text-align: center;
    color: #0A66A4;
    font-weight: bold;
    font-size: 16px;
}
.author-zz-list a {
    display: block;
    margin-top: 15px;
}
.author-zz-list a span{
    display: block;
    color: #999;
    text-align: center;
}

.author-zz-more{
    display: block;
    text-align: center;
    color: #009583;
    margin-top: 20px;
}

.author-right-bk{
    width: 100%;

    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 30px;
}
.author-right-ky{
    height: 248px;
}

.author-right-bktitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-right-bktitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-right-bktitle h1{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin: 0;
}
.author-right-bktitle a{
    color: #999;
}

.author-right-ky-list li{
    border: 1px solid #0A66A4;
    background: #e5f0f7;
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.author-right-ky-list li div{
    height: 26px;
    line-height: 26px;
    width: calc(100% - 40px);
    text-align: center;
    color: #0A66A4;
}
.author-right-ky-list li span{
    width: 40px;
    background: #0A66A4;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.author-right-sl-list{
    border: 1px solid #009583;
    background: #eaf1f0;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.author-right-sl-list div{
    height: 26px;
    line-height: 26px;
    width: calc(100% - 10px);
    text-align: center;
    color: #009583;
}
.author-right-sl-list span{
    width: 40px;
    background: #009583;
    color: #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}

.author-right-list{
    margin-top: 20px;
    min-height: 500px;
}
.author-right-list-sx{
    margin-top: 20px;
}
.author-right-list-sx input{
    float: left;
    margin-top: 0;
}

.author-right-list-sx input[type="radio"],.author-right-list-sx input[type="checkbox"] {
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url(../image/input.png) no-repeat;   /*复选框的背景图，就是上图*/
    height: 20px;   /*高度*/
    vertical-align: middle;
    width: 20px;
    margin-top: 0;
    margin-right: 5px;
}

.author-right-list-sx input[type="radio"]:checked,.author-right-list-sx input[type="checkbox"]:checked {
    background-position: -30px 0;
}

.author-right-list-sx label{
    float: left;
    line-height: 22px;
    color: #0A66A4;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 20px;
}

.author-right-list-sx label.input_q{
    color: #FF9300;
}
.author-right-list-sx label.input_q input{
    background: #fff url(../image/input1.png) no-repeat;
}
.menus input[type="checkbox"] {
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url(../image/rodie.png) no-repeat;   /*复选框的背景图，就是上图*/
    height: 20px;   /*高度*/
    vertical-align: middle;
    width: 20px;
    margin-top: 0;
}
.menus input[type="checkbox"]:checked {
    background-position: -30px 0;
}
.menus .facetDisplayItem a{
    color: #8b8888 !important;
}
.author-right-list-li li{
margin-top: 20px;
}
.author-right-list-li .author-right-list-li-left{
    float: left;
    width: 60px;
}
.author-right-list-li .author-right-list-li-left input{
    background: white;
    width: 20px;
    border: 1px solid #ccc;
    height: 20px;
    float: left;
    margin-top: 0;
    border-radius: 4px;
}
.author-right-list-li .author-right-list-li-left span{
    height: 20px;
    padding: 0 4px;
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    color: #FF9300;
    font-size: 14px;
    border: 1px solid #FF9300;
    float: left;
    margin-left: 5px;
}
.author-right-list-li .author-right-list-li-right{
    float: left;
    width: calc(100% - 60px);
}

.author-right-list-li-right-title{
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.author-right-list-li-right-title img{
    width: 15px;
}

.author-right-list-li-right-a{
    font-size: 16px;
    color: #FF9300;
}

.author-right-list-li-right-issn{
    font-size: 12px;
    border: 1px dashed #009583;
    color: #009583;
    padding: 2px 4px;
    border-radius: 4px;
}
.author-right-list-li-right-ly{
    font-size: 16px;
    color: #0A66A4;
    margin-left: 10px;
}
.author-right-list-li-right-if{
    font-size: 16px;
    color: #999;
    margin-left: 10px;
}
.author-right-list-li-right-by{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-right-list-li-right-byes,.author-right-list-li-right-ifs{
    float: left;
    color: #999;
    margin-right: 10px;}
.author-right-list-li-right-byes span{
    background: #0A66A4;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 5px;
}

.author-right-list-li-right-if-k{
    font-size: 12px;
    float: right;
    border-radius: 4px;
    border: 1px solid #0A66A4;
    height: 20px;
    margin-left: 5px;
}

.author-right-list-li-right-if-k-q{
    width: 50px;
    text-align: center;
    float: left;
    color: #0A66A4;
    height: 20px;
}

.author-right-list-li-right-if-k-h{
    width: 50px;
    text-align: center;
    float: left;
    background: #0A66A4;
    color: #fff;
    height: 16px;
    border-radius: 2px;
    margin-top: 1px;
    margin-right: 1px;
}

.author-right-list-li-right-pl span{
    margin-left: 10px;
    color: #999;
}
.author-right-list-li-right-pl span img{
    margin-right: 5px;
}

.author-right-list-xz{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

/*学者*/
.gjc{
    width: 100%;
    margin: auto;
}
.gjc ul li a{
    display: block;
    border: 1px solid #0A66A4;
    border-radius: 8px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #0A66A4;
    margin-top: 5px;
    padding: 0 10px;
}
.gjc ul li a:hover{
    background: #0A66A4;
    color: #fff;
}
.author_title_left h1{
    float: left;
    font-size: 26px !important;
    color: #0A66A4;
    margin: 0;
}
.author_title_left > div{
    float: left;
    margin-left: 10px;
}

.author_title_left > div p{
    height: 25px;
    text-align: left;
    margin: 0;
}
.author_title_left > div p a.orcid img{
    padding: 0;
    width: auto;
    height: 17px;
}
.author_title_left > div p span.yx{
    font-size: 16px;
    color: #0A66A4 !important;
}
.author_title_left > div p span.yx a{
    color: #0A66A4 !important;
}
.author_title_left > div p span.zc{
    font-size: 16px;
    color: #999 !important;
}
.author_title_right{
    border-left: 1px solid #999;
    text-align: left;
    padding-left: 30px;
}
.author_title_right p{
    line-height: 24px;
    margin: 0;
}
.author_title_right a{
    color: #999;
    font-size: 16px;
}
.author_title_right a.Results{
    color: #0A66A4 !important;
    margin-right: 20px;
}

.author-r{
    font-size: 16px;
    color: #999;
}
.author-r span{
    color: #0A66A4 !important;
    margin: 0 2px;
}

.search_xd{
    border-radius: 12px;
    padding: 15px 25px;
    background: white;
    box-shadow: 0 0 10px #cccccc;
}

.search_xd h1{
    width: 85px;
}
.search_xd_s{
    width: calc(100% - 250px);
}
.search_xd_s span.zu{
    display: block;
}
.search_xd_s span.zu label{
    margin-right: 30px;
    color: #8b8888;
}
.search_xd_s span.zu label input[type="checkbox"] {
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url(../image/rodie.png) no-repeat;   /*复选框的背景图，就是上图*/
    height: 20px;   /*高度*/
    vertical-align: middle;
    width: 20px;
    margin-top: 0;
    margin-right: 5px;
}
.search_xd_s span.zu label span{
    color: #0A66A4 !important;
    margin-right: 5px;
}
.search_xd_s span.zu label input[type="checkbox"]:checked {
    background-position: -30px 0;
}
.search_xd_q{
    width: 100px;
    text-align: right;
}