* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
html, body {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.header {
  width: 100%;
  position: relative;
}
.header_img {
  width: 100%;
  object-fit: contain;
  top: 0px;
  left: 0px;
}
.header_nav {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  
}
.header_nav_fixed {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(34,41,49,0.12);
  color: #222931;
}
.header_nav_left {
  margin-right: 430px;
}
.header_nav_right {
  display: flex;
  justify-content: space-between;
  width: 650px;
}
.header_nav_right_item {
  position: relative;
}
.w600 {
  font-weight: 600;
}
.header_nav_right_item_line {
  background: #FFFFFF;
  width: 28px;
  height: 2px;
  margin: auto;
  margin-top: 8px;
}
.header_nav_right_item_line_fixed {
  background: #222931;
}
.content_item {
  margin-top: 80px;
}
.content_item_title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.content_item_line {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.content_item_line_left {
  width: 50px;
  height: 4px;
  background: #E7380E;
  margin-right: 1px;
}
.content_item_line_right {
  width: 108px;
  height: 4px;
  background: #008CD5;
}
.content_item_text {
  width: 1200px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin: auto;
  margin-top: 40px;
}
.content_item_imgBox {
  margin-top: 40px;
}
.content_item_imgBox_top {
  width: 1200px;
  height: 358px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.content_item_imgBox_top_left {
  width: 590px;
  height: 358px;
}
.content_item_imgBox_top_right {
  width: 590px;
  height: 358px;
}
.content_item_imgBox_bot {
  width: 1200px;
  height: 179px;
  margin: auto;
  margin-top: 20px;
}
.content_item_verify {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.content_item_verify_item {
  background-image: linear-gradient(180deg, #FCFCFC 0%, #F7F7F8 100%);
  width: 385px;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content_item_verify_item_img {
  width: 84px;
  height: 84px;
  margin-top: 64px;
}
.content_item_verify_item_title {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
}
.content_item_verify_item_text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-top: 64px;
  width: 304px;
}
.content_message {
  background: #008CD5;
  width: 100%;
  height: 140px;
  line-height: 140px;
  margin-top: 80px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.content_message_big {
  font-family: PingFangSC-Semibold;
  font-size: 33px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.foot {
  background: #222931;
  width: 100%;
  height: 335px;
}
.foot_bot {
  background: #1E242B;
  width: 100%;
  height: 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #818181;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
}
.foot_top {
  width: 1200px;
  height: 275px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #818181;
  letter-spacing: -0.4px;
  font-weight: 400;
}
.foot_top_left {
  display: flex;
  width: 360px;
  justify-content: space-between;
}
.foot_top_left_item_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 48px;
}
.foot_top_left_item_text {
  margin-top: 24px;
}
.foot_top_right {
  display: flex;
}
.foot_top_right_img {
  width: 125.49px;
  height: 94px;
  margin-top: 48px;
  margin-right: 48px;
}
.foot_top_right_ul {
  margin-top: 48px;
}
.foot_top_right_title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #818181;
  letter-spacing: 0;
  font-weight: 600;
}
.foot_top_right_li {
  margin-top: 24px;
}


.public_header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(34,41,49,0.12);
  color: #222931;
  width: 100%;
}
.public_header_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.public_header_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
}


.about_content {
  margin-bottom: 96px;
}
.about_content_img {
  width: 100%;
  object-fit: contain;
}
.about_content_item {
  width: 1200px;
  margin: auto;
  margin-top: 48px;
}
.about_content_item_title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.about_content_item_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about_content_item_box_left {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #222931;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  width: 693px;
}
.about_content_item_box_right {
  width: 425px;
  object-fit: contain;
}
.about_content_item_boximg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about_content_item_box_img {
  width: 590px;
  object-fit: contain;
  margin: 10px 0px;
}
.about_content_item1 {
  width: 1200px;
  margin: auto;
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}
.about_content_item1_img {
  width: 332px;
  object-fit: contain;
}
.about_content_item1_ul {
  width: 816px;
  display: flex;
  flex-direction: column;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #222931;
  letter-spacing: 0;
  font-weight: 400;
}
.about_content_item1_li {
  margin-bottom: 32px;
}
.about_content_item1_li_title {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #222931;
  letter-spacing: 0;
  font-weight: 600;
}


.contact {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}
.contact_right {
  width: 599px;
  object-fit: contain;
}
.contact_left {
  width: 500px;
}
.contact_left_title {
  font-family: PingFangSC-Semibold;
  font-size: 28px;
  color: #222931;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 48px;
}
.contact_left_text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #222931;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 40px;
}


.series {
  width: 1200px;
  margin: auto;
}
.series_img{
  width: 100%;
  object-fit: contain;
}
.series_title {
  display: flex;
  justify-content: center;
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 33px;
}
.series_title_item {
  margin: 0px 40px;
}
.series_title_items {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #008CD5;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.series_card {
  display: flex;
  flex-wrap: wrap;
}
.series_card_item {
  width: 224px;
  height: 290px;
  background: #FFFFFF;
  margin: 15px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.series_card_item_border {
  border: 1px solid rgba(0,140,213,1);
}
.series_card_item_img {
  width: 160px;
  height: 160px;
}
.series_card_item_name {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}
.series_card_item_name_border {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #008CD5;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.series_page {
  text-align: center;
  margin: 64px auto;
}


.detail {
  width: 1200px;
  margin: 80px auto 64px;
}
.detail_title {
  font-family: PingFangSC-Semibold;
  font-size: 40px;
  color: #222931;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.detail_imgBox {
  text-align: center;
}
.detail_imgBox_img {
  width: 400px;
  object-fit: contain;
  margin: 48px 0px;
}
.detail_text {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #222931;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
}


.list {
  width: 1200px;
  margin: auto;
}
.list_card_item {
  background: #F8F8F8;
  height: 240px;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-items: center;
  margin: 24px 0px;
  width: 100%;
}
.list_card_item_left {
  flex: 1;
  height: 100%;
}
.list_card_item_right {
  width: 300px;
  height: 200px;
  margin-left: 50px;
}
.list_card_item_left_title {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #222931;
  letter-spacing: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 设定显示行数 */
  -webkit-line-clamp: 1; /* 这里设置显示3行，超出部分显示省略号 */
  /* 确保文本不会因为溢出而换行 */
  white-space: normal; /* 或 pre, pre-wrap, pre-line 根据你的需求 */
}
.list_card_item_left_text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 设定显示行数 */
  -webkit-line-clamp: 2; /* 这里设置显示3行，超出部分显示省略号 */
  /* 确保文本不会因为溢出而换行 */
  white-space: normal; /* 或 pre, pre-wrap, pre-line 根据你的需求 */
}
.list_card_item_left_date {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 40px;
}
.list_card_item_border {
  background: #FFFFFF;
  border: 1px solid rgba(0,140,213,1);
}


.listDetail {
  width: 1200px;
  margin: 80px auto 64px;
}
.listDetail_mess {
  border-top: 1px dashed rgba(213,213,213,1);
  border-bottom: 1px dashed rgba(213,213,213,1);
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  font-weight: 400;
  margin: 47.5px 0px;
}
.listDetail_mess_item {
  margin: 0px 20px;
}
.listDetail_text {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #222931;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
}
.listDetail_imgBox {
  text-align: center;
  margin: 20px 0px;
}
.listDetail_btn {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #767C82;
  letter-spacing: 0;
  font-weight: 400;
  margin: 20px 0px;
}


.invest {
  width: 1200px;
  margin: auto;
}
.invest_card_item {
  background: #F8F8F8;
  height: 114px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  margin: 24px 0px;
  color: #222931;
}
.invest_card_item_left {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  width: 960px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.invest_card_item_right {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  color: #767C82;
}
.invest_card_itemBorder {
  background: #FFFFFF;
  border: 1px solid rgba(0,140,213,1);
  color: #008CD5;
}
.invest_card_item_rightBorder {
  color: #008CD5;
}