/*文本溢出变...*/
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.index {
  /*指数*/
  /* margin-top: -50px; */
}
.index-number {
  background: #fff;
}
.index-number-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 64px;
}
.index-number-ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-number-li {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.index-number-li:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  display: block;
  content: "";
  width: 1px;
  height: 18px;
  background: #e5e5e5;
}
.index-number-li:first-child {
  padding-left: 0;
  border-left: none;
}
.index-number-li:first-child:after {
  display: none;
}
.index-number-li .name,
.index-number-li .rise,
.index-number-li .number,
.index-number-li .percent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  white-space: nowrap;
}
.index-number-li .rise {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}
.index-number-li .rise:before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.index-number-li.red {
  color: #f64a67;
}
.index-number-li.red .rise:before {
  background: url("/assets/home_new/images/icon_home_gp_up.png");
}
.index-number-li.green {
  color: #10ca67;
}
.index-number-li.green .rise:before {
  background: url("/assets/home_new/images/icon_home_gp_down.png");
}
.index-number-p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-number-p-img {
  margin-right: 4px;
}
.index-number-p-a {
  margin-right: 16px;
  color: #44a2f2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-number-p-span {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}
.index h2.title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  font-size: 36px;
  color: #333333;
}
.index h2.title:before {
  margin-right: 16px;
  display: block;
  content: "";
  width: 50px;
  height: 24px;
  background: url("/assets/home_new/images/icon_home_btzs.png") no-repeat;
}
.index h2.title:after {
  margin-left: 16px;
  display: block;
  content: "";
  width: 50px;
  height: 24px;
  background: url("/assets/home_new/images/icon_home_btzs.png") no-repeat;
}
.index a.sub-title {
  position: absolute;
  top: 48px;
  right: 0;
  display: block;
  width: 50px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.index a.sub-title:hover {
  color: #44a2f2;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-slider-img {
  width: 1200px;
  height: 337px;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 40px;
  width: 48px;
  height: 48px;
  background-image: url("/assets/home_new/images/common_home_right.png");
  background-size: 48px 48px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 40px;
  width: 48px;
  height: 48px;
  background-image: url("/assets/home_new/images/common_home_left.png");
  background-size: 48px 48px;
}
/*产品相关*/
.product {

}
.product-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  height: 270px;
}
.product-box {
  width: 370px;
  height: 100%;
}
.product-box .product-box-content-title {
  font-weight: bold;
}
.product-boxes .product-box:nth-child(1) {
  background: url("/assets/home_new/images/index/product-center1.png") no-repeat;
  background-size: contain;
}
.product-boxes .product-box:nth-child(2) {
  background: url("/assets/home_new/images/index/product-center2.png") no-repeat;
  background-size: contain;
}
.product-boxes .product-box:nth-child(3) {
  background: url("/assets/home_new/images/index/product-center3.png") no-repeat;
  background-size: contain;
}
.product-box-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: normal;
      -ms-flex-align: center;
          align-items: normal;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.product-box-content-li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  height: 36px;
  padding-left: 150px;
}
.product-box-content-li-title {
  height: 60px;
  line-height: 60px;
}
.product-box-content-sub {
  font-size: 14px;
  line-height: 1;
}
/*头条新闻*/
.news {
  padding-bottom: 48px;
  color: #333;
  font-size: 16px;
  background: #fff;
}
.news-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-left {
  width: 550px;
}
.news-left-img {
  display: block;
  width: 550px;
  height: 360px;
  cursor: pointer;
}
.news-left-img:hover {
  opacity: .8;
}
.news-left-p {
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news-left-p:hover {
  color: #44a2f2;
}
.news-middle {
  width: 230px;
}
.news-middle-link {
  display: block;
  margin-bottom: 20px;
}
.news-middle-img {
  display: block;
  width: 230px;
  height: 150px;
  cursor: pointer;
}
.news-middle-img:hover {
  opacity: .8;
}
.news-middle-p {
  margin-top: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news-middle-p:hover {
  color: #44a2f2;
}
.news-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  width: 340px;
}
.news-right-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news-right-link:hover {
  color: #44a2f2;
}
.news-right-link:before {
  content: "·";
  margin-right: 10px;
  font-size: 20px;
}
/*民宗内参*/
.reference {
  padding-bottom: 80px;
}
.reference-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reference-boxes .reference-box-link:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #a62226;
}
.reference-boxes .reference-box:nth-child(1) {
  background: url("/assets/home_new/images/index/neican1.png") no-repeat;
  background-size:contain;
  /* color: #fff;


  .reference-box-time {
    color: #fff;
  }
  .reference-box-link {
    color: #fff;
    border: 1px solid #fff;
  } */
}
.reference-boxes .reference-box:nth-child(2) {
  background: url("/assets/home_new/images/index/neican2.png") no-repeat;
  background-size:contain;
}
.reference-boxes .reference-box:nth-child(3) {
  background: url("/assets/home_new/images/index/neican3.png") no-repeat;
  background-size:contain;
}
.reference-box {
  width: 370px;
  height: 420px;
  box-sizing: border-box;
  /* box-shadow: 0 0 24px rgba(68, 162, 242, 0.2); */
  border: 1px solid #eee;
  background: #ffffff;
  position: relative;
}
.reference-box-theme {
  position: absolute;
  top: 25px;
  left: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.reference-box-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 250px;
  padding: 0 20px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.reference-box-time {
  margin-top: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;  /* 超出部分省略号 */
  word-break: break-all;  /* 设置省略字母数字 */  
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; /* 显示的行数 */
}
.reference-box-img {
  margin: 0 auto 0;
  display: block;
  width: 100%;
  /* box-shadow: 4px 1px 4px rgba(102, 102, 102, 0.85); */
}
.reference-box-link {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #a62226;
  border: 1px solid #a62226;
  border-radius: 4px;
}
/*投顾风采*/
.teacher {
  padding-bottom: 50px;
  background: #f0f3f5;
}
.teacher-content {
  position: relative;
}
.teacher-content .boxes {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.teacher-content .boxes .box-wrap {
  color: #fff;
  padding: 40px 0 0 40px;
  height: 200px;
}
/* .teacher-content .boxes .box-wrap:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
  background: url("/assets/home_new/images/index/finance1.png") no-repeat;
  background-size: contain;
}
.teacher-content .boxes .box-wrap:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  background: url("/assets/home_new/images/index/finance2.png") no-repeat;
  background-size: contain;
}
.teacher-content .boxes .box-wrap:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
  background: url("/assets/home_new/images/index/finance3.png") no-repeat;
  background-size: contain;
}
.teacher-content .boxes .box-wrap:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
  background: url("/assets/home_new/images/index/finance4.png") no-repeat;
  background-size: contain;
}
.teacher-content .boxes .box-wrap:nth-child(5) {
  grid-area: 2 / 2 / 3 / 3;
  background: url("/assets/home_new/images/index/finance5.png") no-repeat;
  background-size: contain;
}
.teacher-content .boxes .box-wrap:nth-child(6) {
  grid-area: 2 / 3 / 3 / 4;
  background: url("/assets/home_new/images/index/finance6.png") no-repeat;
  background-size: contain;
} */
.box-before {
  font-size: 24px;
  font-style:oblique;
  font-weight: 600;
}
.box-after {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.finance {
  padding-bottom: 40px;
  background: #f0f3f5;
}
.finance-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333;
  font-size: 16px;
}
.finance-box {
  display: block;
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
}
.finance-box .image {
  display: block;
  width: 280px;
  height: 200px;
  cursor: pointer;
}
.finance-box .image:hover {
  opacity: .8;
}
.finance-box .finance-box-title {
  margin-top: 16px;
  display: block;
  width: 280px;
  cursor: pointer;
}
.finance-box .finance-box-title:hover {
  color: #44a2f2;
}
.finance-box .date {
  position: absolute;
  right: 10px;
  top: 165px;
  color: #fff;
}
.finance-box:nth-child(4n) {
  margin-right: 0;
}
.cooperative {
  padding-bottom: 80px;
  background: #fff;
}
.cooperative .cooperatives {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/*慧研智投资讯首页*/
.page-information {
  margin: 0 auto 50px;
  width: 1200px;
}
.page-information-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: 80px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-information-box {
  position: relative;
  box-shadow: 0 0 24px rgba(68, 162, 242, 0.2);
  background: #fff;
}
.page-information-box-title {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 79px;
  font-size: 24px;
  color: #333;
}
.page-information-box .more {
  position: absolute;
  top: 32px;
  font-size: 16px;
  line-height: 1;
  color: #999;
  cursor: pointer;
}
.page-information-box .more:hover {
  color: #44a2f2;
}
.dynamics-info,
.investment-view,
.top-news {
  box-sizing: border-box;
  width: 380px;
  height: 574px;
  padding: 0 20px;
}
.dynamics-info .page-information-box-title,
.investment-view .page-information-box-title,
.top-news .page-information-box-title {
  padding-left: 45px;
}
.dynamics-info .more,
.investment-view .more,
.top-news .more {
  right: 20px;
}
.dynamics-info .li-top,
.investment-view .li-top,
.top-news .li-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  height: 134px;
  border-bottom: 1px solid #e5e5e5;
}
.dynamics-info .li-top .head,
.investment-view .li-top .head,
.top-news .li-top .head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
  height: 28px;
}
.dynamics-info .li-top .head .head-date,
.investment-view .li-top .head .head-date,
.top-news .li-top .head .head-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
}
.dynamics-info .li-top .head .month,
.investment-view .li-top .head .month,
.top-news .li-top .head .month {
  width: 36px;
  height: 28px;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  border: 1px solid #44a2f2;
  color: #fff;
  background: #44a2f2;
}
.dynamics-info .li-top .head .date,
.investment-view .li-top .head .date,
.top-news .li-top .head .date {
  width: 36px;
  height: 28px;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  border: 1px solid #44a2f2;
  color: #44a2f2;
  background: #fff;
}
.dynamics-info .li-top .head-title,
.investment-view .li-top .head-title,
.top-news .li-top .head-title {
  padding-left: 20px;
  font-weight: bold;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 248px;
}
.dynamics-info .li-top .head-title:hover,
.investment-view .li-top .head-title:hover,
.top-news .li-top .head-title:hover {
  color: #44a2f2;
}
.dynamics-info .li-top .body,
.investment-view .li-top .body,
.top-news .li-top .body {
  margin-top: 20px;
  color: #989898;
  font-size: 14px;
  overflow: hidden;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.dynamics-info .li,
.investment-view .li,
.top-news .li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.dynamics-info .li-date,
.investment-view .li-date,
.top-news .li-date {
  font-size: 14px;
  color: #666;
}
.dynamics-info .li-summary,
.investment-view .li-summary,
.top-news .li-summary {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dynamics-info .li-summary:hover,
.investment-view .li-summary:hover,
.top-news .li-summary:hover {
  color: #44a2f2;
}
.dynamics-info .page-information-box-title {
  background: url("/assets/home_new/images/icon_zx_dt.png") no-repeat -4px center;
}
.investment-view .page-information-box-title {
  background: url("/assets/home_new/images/icon_zx_gd.png") no-repeat -4px center;
}
.top-news .page-information-box-title {
  background: url("/assets/home_new/images/icon_zx_tt.png") no-repeat -4px center;
}

/* 标签切换 */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 50px;
  width: auto;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.tab_last {
  /* border-right: 1px solid #333; */
}

ul.tabs li:hover {
  color: #a62226;
}

ul.tabs li.active {
  color: #a62226;
  border-bottom: 2px solid #a62226;
  display: block;
}

.tab_container {
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #fff;
    color: #a62226;
    border-top: 1px solid #333;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .d_active {
    /* background-color: #666; */
    color: #000;
  }
}
.hot-info {
  font-size: 20px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}
.bottom-text {
  position: absolute;
  top: 12px;
  left: 40px;
  opacity: .05;
  font-size: 22px;
  letter-spacing: 4px;
  white-space: nowrap;
}
.hot-point {
  display: flex;
  justify-content: space-between;
}
.lis {
  width: 360px;
  height: 405px;
  background-color: #f8f8f8;
}
.hot-point-box {
  display: block;
  padding: 15px;
}
.hot-point-box>p{
  line-height: 27px;
}
.hot-point-img {
  width: 100%;
  height: auto;
}
.hot-point-title {
  font-size: 16px;
  font-weight: 600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.hot-point-title:hover {
  color: #a62226;
}
.hot-point-date {
  font-size: 14px;
  color: #989898;
  display: flex;
  align-items: center;
}
.hot-point-date>img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.hot-point-explain {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;  /* 超出部分省略号 */
  word-break: break-all;  /* 设置省略字母数字 */  
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2; /* 显示的行数 */
}
.top-news{
  background-color: #f8f8f8;
  width: 100%;
  height: 520px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.top-news p{
  line-height: 32px;
}
.top-news-left {
  padding-right: 50px;
  max-width: 48%;
}
.top-news-left p{
  line-height: 32px;
}
.top-news-right-box {
  display: flex;
  align-items: center;
}
.top-news-right-box .hot-point-box {
  width: 360px;
}
.top-news-right img {
  width: 180px;
  height: 100px;
}
/* 慧研资讯页样式 */
.info-box {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 40px;
  border-bottom: 1px solid #eee;
}
.info-box img {
  width: 270px;
  height: 180px;
}
.info-box-right {
  display: flex;
  flex-direction: column;
}
.info-box-right p {
  margin: 10px 0 10px 40px;
}
.info-box-right p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  color: #a62226;
}
.info-box-right p:nth-child(2) {
  color: #333333;
}
.info-box-right p:nth-child(3) {
  color: #333333;
  text-align: right;
}

.cooperatives {
  display: flex;
  justify-content: space-between;
}
