@charset "utf-8";

/* CSS Document */
/*reset 
------------------------------------------------------------------------------------------------------------------*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
pre,
form,
fieldset,
p,
blockquote,
label,
table,
th,
tr,
td,
embed,
object,
input {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
fieldset,
img,
a img,
a:link img,
a:visited img {
  border: 0px;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
embed,
object {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}

* {
  outline: none;
}

/*clearfix 
------------------------------------------------------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}

body {
  font: 14px/150% Arial, Verdana, "微软雅黑";
  color: #333;
  line-height: 20px;
  min-width: 1400px;
  overflow: auto;
} /*全局文字样式 字体 字号 颜色 字重 行高*/

.wrap {
  width: 1400px;
  margin: 0 auto;
}

/* 公共样式 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.btn-round {
  color: #696b95;
  display: inline-block;
  padding: 8px 31px;
  font-size: 14px;
  border-radius: 18px;
  background: #e5e7f4;
}
.btn-primary {
  color: #000;
  background-color: #dfba7a;
}
.btn-gradation {
  color: #fff;
  background: linear-gradient(-90deg, #ab8533, #d2a65e);
}
.btn-gray {
  color: #999999;
  background: #e6e6e6;
}
.mr10 {
  margin-right: 10px;
}
/* header */
.bg-part-one {
  height: 840px;
  /* background: url("../images/banner.jpg") no-repeat;
  background-size: cover; */
  background-image: linear-gradient(180deg,#f1f6ff,#e8f1ff 40%,#e6e8ff 50%,#e3edff 60%,#fff);
  position: relative;
}
.header-tip {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  background: #3a32cf;
  color: #fffc;
  padding: 0 22px;
  font-size: 13px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-tip p {
  white-space: nowrap;
}
.header-top {
  height: 60px;
  padding: 0 35px;
  background: #F9F9FB;
  box-shadow: 4px 11px 10px 0px #E8EDFC;
  position: relative;
  z-index: 1;
}
.selected {
  width: 80px;
  height: 20px;
  padding-left: 10px;
  background: rgba(255, 255, 255, .8);
  border-radius: 3px;
  border: 1px solid #E5E7F4;
  font-size: 13px;
  color: #1A1A21;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.selected::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #687AA8;
}
.selected ul {
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  border-radius: 3px;
  transition: background-color .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  left: -1px;
  top: 20px;
  width: 80px;
  z-index: 9999;
  padding: 5px;
}
.selected:hover span {
  color: #3a32cf;
}
.selected ul.hide{
  display: none;
}
.selected ul li {
  color: rgb(51, 54, 57);
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  cursor: pointer;
  border-radius: 3px;
}
.selected ul li:hover {
  background-color: rgb(243, 243, 245);
}
.canvas-container {
  height: 312px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.canvas-bg {
  width: 100%;
  height: 100%;
  filter: blur(100px);
  opacity: .4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#jellyCanvas {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.marquee-container {
  width: calc(100% - 470px);
  height: 30px !important;
}
.marquee {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.icon-laba {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 5px 0 0;
}
.cnki-home {
  margin-left: 20px;
  opacity: .7;
}
.cfkd-logo {
  display: inline-block;
  height: 32px;
  vertical-align: top;
}
.header-top .logo {
  margin-top: 12px;
  height: 32px;
  line-height: 32px;
}
.header-top .logo img {
  vertical-align: top;
}
.header-top .cfkd-logo img {
  margin: 4px 10px 0 0;
}
.header-top .hot-subject{
  display: inline-block;
}
.header-top .hot-subject>span {
  display: inline-block;
  font-size: 20px;
  height: 35px;
  font-weight: bold;
  color: #131313;
  background: url("../images/logo_bj.png") no-repeat right bottom;
  background-size: 80%;
}
.header-top .hot-subject>span::before {
  content: '';
  display: inline-block;
  width: 0px;
  border-left: 1px solid #57597E;
  height: 17px;
  margin-right: 15px;
  vertical-align: -3px;
}
.logo a {
  display: inline-block;
  margin-right: 20px;
}
.login a {
  display: inline-block;
  width: 62px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: rgba(26, 81, 183, 0.9);
  text-align: center;
}
.login a.login-btn-reg {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
}
.login_box_out {
  color: #fff;
  display: none;
}
.lgoutbtn {
  display: inline-block;
  width: 62px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid #ffffff;
  color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
#user_name {
  cursor: initial;
}
/* 总库统一登录头 */
#cnki_login {
  display: inline-block;
}
#cnki_login .ecp_header_container {
  background-color: transparent;
}
#cnki_login .ecp_header_login_area {
  margin-left: 10px;
}
#cnki_login .ecp_header_personal_loginbg::before,
#cnki_login .ecp_header_unit_loginbg::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
#cnki_login .ecp_unit_loginCss,
#cnki_login .ecp_header_unit_loginbg::before {
  background: #E5E7F4 url(../images/org.png) no-repeat center center;
  background-size: 20px 20px;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
}
#cnki_login .ecp_header_personalName_icon,
#cnki_login .ecp_header_personal_loginbg::before {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  background: #E5E7F4 url(../images/user.png) no-repeat center center;
  background-size: 20px 20px;
}
#cnki_login .ecp_header_personal_loginbg,
#cnki_login .ecp_header_unit_loginbg {
  background: none;
  font-size: 14px;
  color: #696B95;
  width: auto;
  height: 38px;
  max-width: 150px;
  margin-left: 20px;
}
#cnki_login .ecp_personal_mouseover {
  color: #4C45D2 !important;
  background: none !important;
}
#cnki_login .ecp_header_personalName,
#cnki_login .ecp_header_unitName {
  font-size: 14px;
  width: auto;
  max-width: 100px;
  margin-right: 20px;
}
#cnki_login .ecp_personalLoginBox,
#cnki_login .ecp_unit_LoginBox {
  z-index: 9;
}
/* end */
.ecp_mycnki_LoginoutBox li {
  box-sizing: content-box;
}
.ecp_mycnki_LoginoutBox .ecp_mycnki_link {
  padding-top: 0;
}
.ecp_mycnki_link.ecp_equity_link {
  display: none;
}
li#personal-center-link:hover {
  background: #ecf4ff;
}
/* search */
.search-part {
  margin: 0 auto;
  position: relative;
  padding: 115px 0 0px;
  z-index: 1;
}
.searchBox {
  width: 980px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.searchBox .title {
  color: #000;
  font-size: 46px;
  width: 980px;
  margin: 0px 0 25px;
  text-align: center;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 1;
}
.searchBox .title .color-primary {
  color: #0747ff;
}
.search_container {
  /* width: 980px; */
  width: 880px;
  margin: 0 auto;
}

.search_container .search_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input_container {
  position: relative;
  /* width: 880px; */
  width: 780px;
  height: 54px;
  background: #ffffff;
  box-shadow: 0px 12px 20px 0px rgba(61, 71, 87, 0.1);
  border-radius: 24px;
}

.input_container input {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 10px 48px 10px 18px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
  border: none;
}

.input_container input::placeholder {
  color: rgba(191, 191, 191, 1);
}

.search_btn {
  width: 66px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  /* background-image: linear-gradient(90deg, #0748ff 0%, #58a5ff 100%); */
  /* border-radius: 18px; */
}

.search_btn img {
  display: block;
  width: 20px;
  height: 23px;
  margin-left: 23px;
  margin-top: 6px;
}

.search_item {
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  color: #696b95;
}
.search_item p:hover {
  color: #0f51ff;
}

.search_tab {
  margin-top: 24px;
}

.search_tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_tab ul i {
  box-sizing: border-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(180, 198, 231, 0.2);
  border-radius: 2px;
  border: 1px solid #6b80a7;
  margin-right: 6px;
  vertical-align: -2px;
}

.search_tab ul li.cur i {
  background: url(../images/check_cur.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}

.search_tab ul li {
  font-size: 14px;
  color: #252f40;
  margin-right: 24px;
  cursor: pointer;
}
/* start module */
.module-title {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
.tabNav {
  position: absolute;
  top: 0;
  right: 0;
}
.tabNav li {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #3b475d;
  border-left: 1px solid #b2c4e3;
  padding: 0 7px 0 11px;
  cursor: pointer;
}
.tabNav li:first-child {
  border: none;
}
.tabNav li.cur,
.tabNav li:hover {
  color: #1850b6;
}
.module-box {
  display: none;
  min-height: 300px;
  background: linear-gradient(
    180deg,
    rgba(82, 144, 255, 0.05) 0%,
    rgba(255, 255, 255, 1) 50px
  );
  box-shadow: 0px 0px 20px 0px rgba(0, 55, 156, 0.1);
  border-radius: 8px;
  border: 2px solid #ffffff;
  padding: 0 20px 10px;
  position: relative;
}
.module-content .fl {
  width: 65%;
}
.module-content .fr {
  width: calc(35% - 30px);
  margin-left: 30px;
}
.dynamic .module-box .main_nav {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #5290ff;
  font-size: 16px;
}
.dynamic .module-box .main_nav > div {
  display: inline-block;
  padding-right: 40px;
  color: #3b475d;
}
.dynamic .module-box .main_nav .main_nav_on {
  color: #1850b6;
  font-weight: bold;
}
.dragHeader {
  display: none;
}
.tabCont .module-box.current {
  display: block;
}
.more-link {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #1850B6;
}
/* table change */
.module-box table {
  display: block;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.module-box tbody,
.module-box .tr_BgColor,
.tr_BgColor > td:nth-child(2) {
  display: inline-block;
  width: 100%;
}
.club01_tab_title {
  display: none;
}
tr.tr_BgColor {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dee5f0;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 16px;
}
.tr_BgColor > td:first-child,
.tr_BgColor > td:last-child,
.tr_BgColor > td:nth-child(3),
.tr_BgColor > td:nth-child(4),
.tr_BgColor > td:nth-child(5),
.tr_BgColor > td:nth-child(6),
.tr_BgColor > td:nth-child(7),
.tr_BgColor > td:nth-child(8) {
  display: none;
}
tr.tr_BgColor:last-child {
  border-bottom: none;
}
.tr_BgColor > td a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  width: 100%;
}
.tr_BgColor > td a:hover {
  color: #1850b6;
}
.tr_BgColor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 5px;
  height: 5px;
  background: #1850b6;
  border-radius: 50%;
}
.main_rightbox .colmore {
  display: none !important;
}
.colmore a[name="total"],
.colmore a[name="new"],
.colmore a[name="theme"] {
  color: #2458b9;
  margin-right: 3px;
}
.colmore .searchNew {
  font-style: normal;
  color: #2458b9;
}
.hot-subject-lunbo {
  height: 365px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}
.hot-subject-lunbo::before{
  content: '';
  display: inline-block;
  width: 58px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(../images/new.png) no-repeat no-repeat;
}
.expert-database {
  min-height: 466px;
  padding-top: 52px;
  background: url(../images/expert-bj.png) no-repeat;
  background-size: cover;
}
.expert-database .module-box .main_nav > div {
  padding-right: 9px;
}
.second_nav {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #5290ff;
}
.second_nav li {
  display: inline-block;
  padding-right: 40px;
  cursor: pointer;
  font-size: 16px;
}
.second_nav li.cur {
  color: #1850b6;
  font-weight: bold;
}
.tabCont .second_navCont > div {
  display: none;
}
.tabCont .second_navCont > div.current {
  display: block;
}
.tabCont .second_navCont .main_nav {
  display: inline-block;
  max-width: 260px;
  min-width: 133px;
  height: 241px;
  background: url(../images/tu.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
  overflow-y: scroll;
  position: relative;
}
.tabCont .second_navCont .main_nav::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.tabCont .second_navCont .main_nav_on,
.tabCont .second_navCont .main_nav_off {
  height: 46px;
  line-height: 38px;
  color: #3b475d;
  padding-left: 10px;
}
.tabCont .second_navCont .main_nav_on {
  color: #ffffff !important;
  background: url(../images/li-bj-2.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
.tabCont .second_navCont .main_nav_on a,
.tabCont .second_navCont .main_nav_off a {
  display: inline-block;
  width: 100%;
}
.tabCont .second_navCont .dragLayer1 {
  display: flex;
}
.tabCont .main_rightbox {
  display: inline-block;
  max-width: calc(100% - 205px);
  margin-left: 25px;
}
.tabCont .long-name .main_rightbox {
  max-width: calc(100% - 285px);
}
.tabCont .no-second-nav .main_rightbox {
  max-width: 97%;
}
/* 重点企业动态3级 */
.dynamic .tabCont .second_navCont .main_nav {
  width: 133px;
  border-bottom: none;
}
.dynamic .tabCont .second_navCont .main_nav>div {
  padding-right: 10px;
  width: 100%;
}
.dynamic .tabCont .second_navCont .main_nav_on {
  font-weight: 400;
}
/* 滚动条整体样式 */
.second_navCont .main_nav::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
/* 滑块 */
.second_navCont .main_nav::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #d3dfe8;
  cursor: pointer;
}
/* 轨道 */
.second_navCont .main_nav::-webkit-scrollbar-track {
  background-color: #fff;
}
.strategic .module-box {
  padding: 20px 15px;
  display: block;
  height: 323px;
}
.strategic .strategic-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #26416f;
  margin-bottom: 10px;
}
.strategic .strategic-box > div {
  width: 50%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  margin: 0 5px;
}
.strategic-box .one {
  background: url(../images/LHMX.png) no-repeat;
  background-size: cover;
}
.strategic-box .two {
  background: url(../images/JZFP.png) no-repeat;
  background-size: cover;
}
.strategic-box .three {
  background: url(../images/ZMQ.png) no-repeat;
  background-size: cover;
}
.strategic-box .four {
  background: url(../images/GJCGG.png) no-repeat;
  background-size: cover;
}
.strategic-box .five {
  background: url(../images/GQGG.png) no-repeat;
  background-size: cover;
}
.strategic-box .six {
  background: url(../images/TDGG.png) no-repeat;
  background-size: cover;
}
.strategic-box div.seven {
  width: 100%;
  background: url(../images/YDYLGH.png) no-repeat;
  background-size: cover;
}
.strategic .strategic-box > div a {
  display: inline-block;
  width: 100%;
}
.industry-research {
  background-color: #ffffff;
  min-height: 500px;
  padding: 70px 0 50px;
}
.industry-research .tabNav li{
  cursor: default;
}
.industry-research .tabNav li:hover {
  color: initial;
}
.industry-list {
  height: 355px;
  background: url(../images/industry-bj.png) no-repeat;
  background-size: 100% 100%;
  padding: 31px 21px 21px;
}
.industry-list a {
  display: inline-block;
  width: 19.5%;
  text-align: center;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  border-bottom: 1px solid #dee5f0;
  border-right: 1px solid #dee5f0;
}
.industry-list a:hover {
  color: #1850b6;
}
.industry-list .row-first {
  height: 45px;
  line-height: 32px;
}
.industry-list .row-last {
  height: 45px;
  border-bottom: none;
}
.industry-list .col-last {
  border-right: none;
}
.macro-list {
  background: url(../images/macro-bj.png) no-repeat;
  padding: 20px 0 3px;
}
.macro-item {
  display: inline-block;
  width: 24%;
  text-align: center;
  color: #131319;
  margin-bottom: 17px;
}
.macro-item:hover {
  color: #1850b6;
}
.macro-item img {
  display: inline-block;
  width: 40px;
  height: 36px;
  margin-bottom: 10px;
}
/* 金融业务 */
.finance-business {
  min-height: 400px;
  background: url(../images/finance-bj.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}
.tabTitle li {
  display: inline-block;
  padding: 0 23px;
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.tabTitle li.cur {
  font-weight: bold;
}
.tabTitle li:first-child::after {
  content: "";
  width: 1px;
  height: 19px;
  background: #b2c4e3;
  position: absolute;
  top: 1px;
  right: -4px;
}
/*重要出版物*/
.book-content .InSiTabbox div.InSide {
  width: 1400px;
  overflow: hidden;
  display: none;
}
.book-content .InSiTabbox div.InSide.current {
  width: 1400px;
  overflow: hidden;
  display: block;
}
.book-content .InSiTabbox ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.book-content .InSiTabbox ul li img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 200px;
}
.book-content .InSiTabbox ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
}
.book-content .read-tab-box {
  width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 150px;
}
.book-content .read-tab-box div.OutSide {
  width: 1400px;
  overflow: hidden;
  display: none;
}
.book-content .read-tab-box div.OutSide.current {
  display: block;
}
/*重要出版物样式*/
.publication {
  padding: 50px 0 40px;
}
.publication .module-title {
  margin-bottom: 10px;
}
.publication .book-content {
  min-height: 200px;
}
.book-content .InSiTabbox {
  width: 1400px;
  position: relative;
}
.book-content-item {
  display: none;
}
.book-content-item.current {
  display: block;
}
.publication .wrap {
  position: relative;
}
.publication .dragHeader {
  display: none;
}
.publication .main_nav {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #5290ff;
}
.publication .main_nav .main_nav_off,
.publication .main_nav .main_nav_on {
  display: inline-block;
  color: #777777;
  font-size: 15px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 500;
}
.publication .main_nav .main_nav_on {
  color: #124ced;
  font-weight: 600;
}
.publication .main_nav > div:first-child {
  border-left: none;
}
.publication .main_rightbox {
  margin: 15px 0 0 0;
}
.publication .colmore {
  position: absolute;
  right: 0;
  top: 10px;
}
.publication .wrapul {
  width: 100%;
  margin: 0 auto;
}
.publication .colmore .searchNew {
  display: none;
}
.jcarousel-skin-tango .jcarousel-container {
  text-align: center;
}
.jcarousel-skin-tango {
  text-align: center;
  zoom: 1;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 1400px;
  padding: 10px 0;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
  width: 75px;
  height: 200px;
  padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 1230px;
  max-height: 255px;
  margin: 0 auto;
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
  width: 75px;
  height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 174px;
  max-height: 255px;
  display: inline;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-right: 20px;
  margin-left: 10px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal > div {
  display: block;
  line-height: 54px;
  text-align: center;
  width: 174px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jcarousel-skin-tango .jcarousel-item-horizontal > div:first-child {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jcarousel-skin-tango .jcarousel-item-horizontal > div:first-child img {
  cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 42%;
  z-index: 1;
  width: 50px;
  height: 120px;
  margin-top: -60px;
  cursor: pointer;
  background: url(../images/bg-imgs-btn.png) 0 center no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  left: 20px;
  background-position: 10px center;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
  right: 20px;
  background-position: -58px center;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
  cursor: no-drop;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
  bottom: 5px;
  cursor: pointer;
  height: 32px;
  left: 43px;
  position: absolute;
  width: 32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
  background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
  background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
  cursor: pointer;
  height: 32px;
  left: 43px;
  position: absolute;
  top: 5px;
  width: 32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
  background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
  background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
/*期刊阅览室样式 end*/
/* footer */
.footer {
  box-sizing: border-box;
  height: 230px;
  background-color: #265696;
  padding: 36px 0;
}
.footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-style {
  display: flex;
  align-items: center;
}
.footer .footer-top .logo {
  padding-right: 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 64px;
}
.footer .footer-top .logo img {
  width: 145px;
  cursor: pointer;
}
.footer .info-item {
  margin-left: 35px;
}
.footer .about li {
  display: inline-block;
  margin: 0 7px;
  color: #fff;
  font-size: 14px;
  opacity: 0.75;
}
.footer .about li:hover {
  opacity: 1;
}
.footer .divider {
  margin: 30px 0 20px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  width: 100%;
}
.footer .bottom-info {
  margin-top: 30px;
}
.footer .consult {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  margin-top: 15px;
}
.footer .consult.space {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer .consult span {
  padding: 0 5px;
}
.footer .consult span a:hover {
  color: #fff;
}
#return-top {
  position: fixed;
  right: 2%;
  bottom: 10%;
  display: none;
  z-index: 99999;
}
#return-top a {
  background-image: url(../images/to-top.png);
  display: block;
  width: 38px;
  height: 38px;
}
#return-top a:hover {
  background-image: url(../images/to-top-hover.png);
}
.subject:hover,
.strategic .strategic-box > div:hover {
  animation-name: scaleChange;
  animation-duration: 1s;
}

.stock .main_nav div:nth-child(7),
.stock .main_nav div:nth-child(8) {
  display: none;
}

/*文字走马灯 CSS*/
.str_wrap {
	overflow:hidden;
  height: 30px;
  line-height: 30px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
  height: 30px;
  line-height: 30px;
  width: 702px;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
/* end */

@keyframes scaleChange {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
