@charset "UTF-8";
.paging_box {
  margin: 40px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging_box div {
  cursor: pointer;
}
.paging_box > b, .paging_box .cur {
  color: #FFFFFF !important;
  background: linear-gradient(311deg, #3587FB 0%, #5CA7F9 100%) !important;
}
.paging_box a, .paging_box b {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ededed;
  font-size: 14px;
  color: #aaaaaa;
  margin: 0 5px;
  padding: 0 10px;
  position: relative;
}
.paging_box a.no_pointer, .paging_box b.no_pointer {
  cursor: default;
}
.footer_introduce .introduce_message {
  width: 100%;
  height: 456px;
  background: #fafafa;
  background-image: url("../img/common/su.png");
  background-repeat: no-repeat;
  background-size: 1200px 287px;
  background-position: center bottom;
  margin-top: 38px;
}
.footer_introduce .introduce_message h2 {
  font-size: 64px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #000000;
  padding-top: 100px;
}
.footer_introduce .introduce_message h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  margin: 33px 0 0;
}
.footer_introduce .introduce_message .download {
  width: 240px;
  height: 70px;
  overflow: hidden;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#0091ff), to(#2c7df1));
  background: linear-gradient(90deg, #0091ff 0%, #2c7df1 100%);
  border-radius: 34.5px;
  line-height: 70px;
  margin: 60px auto -110px;
}
.footer_introduce .introduce_message .download a {
  display: block;
  width: 240px;
  height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer_introduce .introduce_message .download:hover {
  background: -webkit-gradient(linear, left top, right top, from(#2c7df1), to(#0091ff));
  background: linear-gradient(90deg, #2c7df1 0%, #0091ff 100%);
}
.footer_introduce .introduce_message .download:active {
  background: #2A7EF2;
}
.footer_introduce .link {
  text-align: center;
  margin: 60px 0 80px;
  position: relative;
  z-index: 1;
  color: #999999;
  letter-spacing: 1px;
  font-size: 12px;
}
.footer_introduce .link p a {
  color: #999999;
}
.footer_introduce .link p span {
  margin: 11px 0;
}
.footer_introduce .link .linkBttom {
  margin: 10px 0 0;
}
.current_location {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
  border-left: 3px solid #2C7DF1;
  padding-left: 7px;
}
.current_location .go_index, .current_location .go_page {
  margin-left: 5px;
}
.current_location .page_name {
  color: #999999;
  margin-left: 5px;
  width: 560px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
body {
  background: #F9F9F9;
}
.banner {
  padding-top: 90px;
}
.banner ul {
  width: 1200px;
  margin: 0 auto;
}
.main {
  width: 1200px;
  margin: 20px auto 0;
}
.main .main_l {
  margin-right: 20px;
}
.main .main_l .main_l_title {
  font-weight: bold;
  font-size: 16px;
  color: #323632;
}
.main .main_l .main_l_title img {
  margin-right: 6px;
}
.main .main_l .main_l_lines {
  width: 236px;
  height: 0px;
  border-bottom: 1px solid #000000;
  opacity: 0.07;
  margin-top: 24px;
}
.main .main_l .help {
  width: 260px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 12px;
}
.main .main_l .help ul li {
  margin-top: 24px;
  font-size: 16px;
  padding-left: 12px;
  position: relative;
}
.main .main_l .help ul li a {
  position: relative;
  z-index: 2;
  color: #666666;
}
.main .main_l .help ul li.active a {
  color: #3484f2 !important;
}
.main .main_l .help ul li.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 236px;
  height: 42px;
  background: #f7f7f7;
  border-radius: 4px;
  z-index: 0;
}
.main .main_l .help ul li:hover a {
  color: #3484f2 !important;
}
.main .main_l .hot {
  margin-top: 20px;
  width: 260px;
  background: #ffffff;
  border-radius: 8px;
  padding: 27px 12px;
}
.main .main_l .hot ul li {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
  padding-left: 12px;
}
.main .main_l .hot ul li:hover {
  color: #3484f2;
}
.main .main_r {
  width: 920px;
  border-radius: 8px 8px 8px 8px;
}
.main .main_r .content {
  background: #ffffff;
  margin-top: 20px;
  padding: 0 30px 40px;
  border-radius: 8px;
}
.main .main_r .content .item {
  border-bottom: 1px solid #f1f1f1;
  padding: 30px 0 25px;
}
.main .main_r .content .item img {
  width: 160px;
  height: 100px;
  background: #dceeff;
  border-radius: 10px;
  margin-right: 20px;
}
.main .main_r .content .item .item_message h4 {
  font-size: 16px;
  color: #212121;
  width: 668px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .main_r .content .item .item_message h4:hover {
  color: #4E93F3;
  cursor: pointer;
}
.main .main_r .content .item .item_message p {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  height: 39px;
  margin: 12px 0 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .main_r .content .item .item_message .item_info ul li {
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}
.main .main_r .content .item .item_message .item_info ul li i {
  width: 12px;
  height: 10px;
  display: block;
  margin-right: 6px;
  background-size: contain;
}
.main .main_r .content .item .item_message .item_info ul li i.reader {
  background: url("../img/index/readerLogo.svg") no-repeat;
}
.main .main_r .content .item .item_message .item_info ul li i.time {
  height: 12px;
  background: url("../img/index/timeLogo.svg") no-repeat;
}
.main .main_r .content .item .item_message .item_info ol li a {
  display: block;
  max-width: 92px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #efefef;
  border-radius: 10px;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  color: #999999;
  font-size: 12px;
}
.main .main_r .content .item .item_message .item_info ol li a:hover {
  background: #4385fe;
  color: #ffffff;
}
.sidebar {
  width: 60px;
  height: 132px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(3, 3, 3, 0.12);
          box-shadow: 0px 2px 20px 0px rgba(3, 3, 3, 0.12);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999999;
}
.sidebar .customer {
  width: 60px;
  position: relative;
  padding-top: 16px;
}
.sidebar .customer i {
  display: block;
  background: url("../img/common/customer.png") no-repeat;
  width: 24px;
  height: 22px;
  margin: 0 auto 5px;
}
.sidebar .customer .sidebar-hover {
  width: 120px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
          box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 75px;
  top: 0;
  display: none;
}
.sidebar .customer .sidebar-hover em {
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -14px;
  top: 24px;
}
.sidebar .customer .sidebar-hover span {
  font-size: 12px;
  color: #666;
  display: block;
  text-align: center;
  margin: 14px 0 5px;
}
.sidebar .customer .sidebar-hover img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
.sidebar .customer:hover .sidebar-hover {
  display: block;
}
.sidebar .customer:hover b {
  color: #5697f4;
}
.sidebar .customer:hover i {
  background: url("../img/common/customerHover.png") no-repeat;
}
.sidebar b {
  font-size: 12px;
  color: #b9b9b9;
  text-align: center;
  display: block;
  font-weight: normal;
}
.sidebar .down {
  width: 60px;
  height: 61px;
  position: relative;
}
.sidebar .down i {
  display: block;
  background: url("../img/common/down.png") no-repeat;
  width: 20px;
  height: 22px;
  margin: 16px auto 5px;
}
.sidebar .down:hover i {
  background: url("../img/common/downHover.png") no-repeat;
}
.sidebar .down:hover b {
  color: #5697f4;
}
.header {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 16px 1px rgba(107, 193, 251, 0.36);
          box-shadow: 0px 6px 16px 1px rgba(107, 193, 251, 0.36);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.header.no_index {
  -webkit-box-shadow: 0px 6px 16px 1px rgba(219, 219, 219, 0.36);
          box-shadow: 0px 6px 16px 1px rgba(219, 219, 219, 0.36);
}
.header .header_content {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_content .header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_content .header_l img {
  margin-right: 6px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.header .header_content .header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
}
.header .header_content .header_r > div {
  margin-left: 50px;
  position: relative;
}
.header .header_content .header_r > div:hover ul {
  display: block;
}
.header .header_content .header_r > div p.item_title {
  cursor: default;
}
.header .header_content .header_r > div .item_title {
  position: relative;
}
.header .header_content .header_r > div .item_title:hover {
  font-weight: bold;
  color: #2c7df1;
}
.header .header_content .header_r > div .item_title:hover i {
  background: url("../img/header/header_turnUp.svg") no-repeat;
}
.header .header_content .header_r > div .item_title i {
  position: absolute;
  display: block;
  width: 9px;
  height: 5px;
  background: url("../img/header/header_turunDown.svg") no-repeat;
  right: -13px;
  top: 5px;
}
.header .header_content .header_r > div ul {
  position: absolute;
  top: 46px;
  padding: 30px 90px 0px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 18px rgba(44, 125, 241, 0.3);
          box-shadow: 0 1px 18px rgba(44, 125, 241, 0.3);
  border-radius: 8px;
  display: none;
}
.header .header_content .header_r > div ul::after {
  content: "";
  width: 130px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
.header .header_content .header_r > div ul li {
  white-space: nowrap;
  margin-bottom: 30px;
  font-size: 16px;
  color: #666666;
}
.header .header_content .header_r > div ul li:hover {
  color: #2c7df1;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_direction_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex_direction_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_align_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_align_s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_justify_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_justify_b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_justify_a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex_justify_s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_justify_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flex_justify_f_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_align_content_s {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.text_overflow {
  white-space: nowrap;
}