.indexModule .indexContent {
  display: flex;
  justify-content: space-between;
  padding-top: 2.1875rem;
  padding-bottom: 5rem;
}

.indexModule .indexContent .Content_left {
  width: 50.625rem;
}

.indexModule .indexContent .Content_left .newsSwiper {
  width: 100%;
  height: 20rem;
  position: relative;
  border-radius: 0.4375rem;
  margin-bottom: 2.125rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #F5F6F8;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_left {
  padding: 2.1875rem 1.6875rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_left .hot {
  width: 4.125rem;
  text-align: center;
  height: 1.375rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_left .title {
  width: 16.0625rem;
  font-size: 1.5rem;
  line-height: 140%;
  color: #000000;
  margin-bottom: 1rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_left .time {
  color: gray;
  font-size: 0.8125rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_right {
  width: 31.25rem;
  height: 100%;
  overflow: hidden;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide .news_right .image {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-slide:hover .news_right .image {
  transform: scale(1.05);
  transition: all 0.5s ease-in-out;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.625rem;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-pagination-bullet-active {
  width: 1.75rem;
  height: 0.375rem;
  background-color: #303133;
}

.indexModule .indexContent .Content_left .newsSwiper .swiper-pagination-horizontal {
  bottom: 10%;
  left: -40%;
}

.indexModule .indexContent .Content_left .hot_news_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.6rem;
  padding-bottom: 3.1875rem;
}

.indexModule .indexContent .Content_left .hot_news_box .item {
  display: flex;
}

.indexModule .indexContent .Content_left .hot_news_box .item .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.625rem;
}

.indexModule .indexContent .Content_left .hot_news_box .item .title {
  width: 22.5rem;
  font-size: 1rem;
  color: #1C1C1C;
}

.indexModule .indexContent .Content_left .class_box .nav_box {
  display: flex;
  margin-bottom: 0.625rem;
  border-bottom: .0625rem solid #EBEEF5;
}

.indexModule .indexContent .Content_left .class_box .nav_box .item {
  cursor: pointer;
  width: 5.4375rem;
  text-align: center;
  color: #606266;
  font-size: 1.25rem;
  margin-right: 4.375rem;
  height: 100%;
  padding-bottom: 0.75rem;
  border-bottom: .125rem solid transparent;
}

.indexModule .indexContent .Content_left .class_box .content_box {
  padding-bottom: 2.5rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item {
  display: none;
  /* 默认隐藏所有内容项 */
}

.indexModule .indexContent .Content_left .class_box .content_box .item.active {
  display: block;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one {
  width: 104%;
  margin-left: -1.5rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item {
  padding: 0 1rem 0 1.7rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item .news_item_box {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: .0625rem solid #EBEEF5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item .news_item_box .image {
  width: 13.75rem;
  height: 10rem;
  border-radius: 0.375rem;
  margin-right: 1.25rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item .news_item_box .news_item_right .title {
  font-size: 1.25rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item .news_item_box .news_item_right .textarea {
  font-size: 0.9375rem;
  color: #828991;
  line-height: 160%;
  margin-bottom: 3.625rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item .news_item_box .news_item_right .time {
  color: #909399;
  font-size: 0.875rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item:hover {
  border-radius: 0.625rem;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.indexModule .indexContent .Content_left .class_box .content_box .item_one .news_item:hover .news_item_right .title {
  color: #393EC5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two {
  width: 104%;
  margin-left: -1.5rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item {
  cursor: pointer;
  padding: 0 1.7rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item .message_item_box {
  width: 100%;
  padding: 1.5rem 0;
  border-bottom: .0625rem solid #EBEEF5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item .message_item_box .title {
  color: #1C1C1C;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item .message_item_box .time {
  font-size: 0.8125rem;
  color: #909399;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item:hover .title {
  color: #393EC5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_two .message_item:hover {
  border-radius: 0.625rem;
  border-bottom: none;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box {
  padding: 1.5rem 0 0 0;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item {
  width: 104%;
  padding: 0 1.7rem;
  margin-left: -1.5rem;
  font-size: 1.25rem;
  color: #1C1C1C;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item .news_item_box {
  padding: 1.5rem 0;
  border-bottom: .0625rem solid #EBEEF5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item .title {
  font-size: 1.125rem;
  color: #1C1C1C;
  margin-bottom: 0.625rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item .image {
  width: 100%;
  height: auto;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item .name {
  margin: 0.8125rem 0;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .zhuanti_box .news_item .time {
  color: #909399;
  font-size: 0.8125rem;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .news_item:hover .name {
  color: #393EC5;
}

.indexModule .indexContent .Content_left .class_box .content_box .item_three .zhuanti_item .news_item:hover {
  border-radius: 0.625rem;
  border-bottom: none;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.indexModule .indexContent .Content_right {
  width: 21.5625rem;
}

.indexModule .indexContent .Content_right .message_box .more {
  width: 100%;
  color: #1C1C1C;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}

.indexModule .indexContent .Content_right .message_box .more .next {
  font-size: 0.875rem;
  color: #909399;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.indexModule .indexContent .Content_right .message_box .more .next .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.indexModule .indexContent .Content_right .message_box .message_list .item {
  padding-left: 1.125rem;
  padding-bottom: 0.875rem;
  position: relative;
  border-left: 0.0625rem solid #F0F0F0;
}

.indexModule .indexContent .Content_right .message_box .message_list .item .time {
  color: #909399;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.indexModule .indexContent .Content_right .message_box .message_list .item .title {
  font-size: 0.9375rem;
  color: #1C1C1C;
  line-height: 160%;
}

.indexModule .indexContent .Content_right .message_box .message_list .item .icon {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  left: -0.5rem;
  top: -0.25rem;
}

.indexModule .indexContent .Content_right .message_box .message_list .item:hover .title {
  color: gray;
}

.indexModule .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  margin-top: 3.125rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.indexModule .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.indexModule .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.indexModule .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.indexModule .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.indexModule .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.indexModule .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}

.indexModule .indexContent .Content_right .hot_news_box .title {
  color: #1C1C1C;
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list .news_item {
  display: flex;
  justify-content: space-between;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list .news_item .number {
  background-color: #F43940;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-right: 0.75rem;
  border-radius: 0.1875rem;
  margin-top: 0.3rem;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list .news_item .title {
  width: 19.625rem;
  color: #1C1C1C;
  font-size: 0.9375rem;
  line-height: 140%;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list .news_item:hover .title {
  color: gray;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list a:nth-child(2) .news_item.number {
  background-color: #FD834E;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list a:nth-child(3) .news_item .number {
  background-color: #FFB75E;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list a:nth-child(4) .news_item .number {
  background-color: #D6D6D6;
}

.indexModule .indexContent .Content_right .hot_news_box .news_list a:nth-child(5) .news_item .number {
  background-color: #D6D6D6;
}

.indexModule .indexContent .Content_right .zhuanti_box {
  padding-top: 2.5rem;
  background-color: #fff;
  position: static;
}

.indexModule .indexContent .Content_right .zhuanti_box .more {
  width: 100%;
  color: #1C1C1C;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}

.indexModule .indexContent .Content_right .zhuanti_box .more .next {
  font-size: 0.875rem;
  color: #909399;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.indexModule .indexContent .Content_right .zhuanti_box .more .next .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.indexModule .indexContent .Content_right .zhuanti_box .zhuanti_item {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  color: #1C1C1C;
  margin-bottom: 0.9375rem;
}

.indexModule .indexContent .Content_right .zhuanti_box .zhuanti_item .image {
  width: 5.9375rem;
  height: 4.0625rem;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
}

.indexModule .indexContent .Content_right .zhuanti_box .zhuanti_item .fz-hide2 {
  width: 15.1875rem;
  flex-wrap: wrap;
  line-height: 140%;
}

.indexModule .indexContent .Content_right .zhuanti_box .zhuanti_item:hover .fz-hide2 {
  color: #393EC5;
}

.indexModule .indexContent .Content_right .zhuanti_box_scroll {
  top: 5rem;
  position: fixed;
}

.listMessage .indexContent {
  display: flex;
  justify-content: space-between;
  padding-top: 2.1875rem;
  padding-bottom: 5rem;
}

.listMessage .indexContent .Content_left {
  width: 50.625rem;
}

.listMessage .indexContent .Content_left .class_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.listMessage .indexContent .Content_left .class_box .class_title {
  padding: 0.4rem 1rem;
  background-color: #f5f6f7;
  border-radius: 0.25rem;
  margin-right: 1rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}

.listMessage .indexContent .Content_left .class_box .active {
  background-color: #393EC5;
  color: #fff;
}

.listMessage .indexContent .Content_left .mes_list {
  margin-top: 0.625rem;
}

.listMessage .indexContent .Content_left .mes_list .item {
  font-size: 0.875rem;
  color: #606266;
  margin-top: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: .0625rem solid #EBEEF5;
}

.listMessage .indexContent .Content_left .mes_list .item .time {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #606266;
  margin-bottom: 1.625rem;
}

.listMessage .indexContent .Content_left .mes_list .item .time .yuan {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #909399;
  border-radius: 0.625rem;
  margin-right: 0.3125rem;
}

.listMessage .indexContent .Content_left .mes_list .item .time .number {
  width: 3.5rem;
  height: 1.25rem;
  padding-left: 0.4rem;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.25rem;
  background-image: url(../img/mes1.png);
}

.listMessage .indexContent .Content_left .mes_list .item .title {
  font-size: 1.25rem;
  color: #1C1C1C;
  margin-bottom: 1.25rem;
}

.listMessage .indexContent .Content_left .mes_list .item .textarea {
  color: #828991;
  line-height: 140%;
  font-size: 0.9375rem;
}

.listMessage .indexContent .Content_left .mes_list .item .see {
  font-size: 0.9375rem;
  color: #393EC5;
  margin-top: 1rem;
}

.listMessage .indexContent .Content_left .mes_list .item:hover .title {
  color: #393EC5;
}

.listMessage .indexContent .Content_right {
  width: 21.5625rem;
}

.listMessage .indexContent .Content_right .message_box .more {
  width: 100%;
  color: #1C1C1C;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}

.listMessage .indexContent .Content_right .message_box .more .next {
  font-size: 0.875rem;
  color: #909399;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.listMessage .indexContent .Content_right .message_box .more .next .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.listMessage .indexContent .Content_right .message_box .message_list .item {
  padding-left: 1.125rem;
  padding-bottom: 0.875rem;
  position: relative;
  border-left: 0.0625rem solid #F0F0F0;
}

.listMessage .indexContent .Content_right .message_box .message_list .item .time {
  color: #909399;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.listMessage .indexContent .Content_right .message_box .message_list .item .title {
  font-size: 0.9375rem;
  color: #1C1C1C;
  line-height: 160%;
}

.listMessage .indexContent .Content_right .message_box .message_list .item .icon {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  left: -0.5rem;
  top: 0;
}

.listMessage .indexContent .Content_right .message_box .message_list .item:hover .title {
  color: gray;
}

.listMessage .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  margin-top: 3.125rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.listMessage .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.listMessage .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.listMessage .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.listMessage .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.listMessage .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.listMessage .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}

.showMessage .indexContent {
  display: flex;
  justify-content: space-between;
  padding-top: 2.1875rem;
  padding-bottom: 5rem;
}

.showMessage .indexContent .Content_left {
  width: 50.625rem;
}

.showMessage .indexContent .Content_left .top {
  display: flex;
  align-items: center;
}

.showMessage .indexContent .Content_left .top .data {
  width: 4.0625rem;
  height: 4.0625rem;
  background-color: #393EC5;
  border-radius: 3.125rem;
  margin-left: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}

.showMessage .indexContent .Content_left .top .data .day {
  font-size: 2rem;
}

.showMessage .indexContent .Content_left .top .data .month {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.showMessage .indexContent .Content_left .top .time {
  font-size: 2rem;
  color: #606266;
}

.showMessage .indexContent .Content_left .top .time .week {
  color: #606266;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.showMessage .indexContent .Content_left .content_box {
  padding-left: 5.6875rem;
  padding-bottom: 3.125rem;
}

.showMessage .indexContent .Content_left .content_box .title {
  margin-top: 1.25rem;
  width: 44.625rem;
  font-size: 1.625rem;
  color: #1C1C1C;
  line-height: 140%;
}

.showMessage .indexContent .Content_left .content_box .content {
  padding-top: 1.3125rem;
}

.showMessage .indexContent .Content_left .content_box .content,
.showMessage .indexContent .Content_left .content_box .content p,
.showMessage .indexContent .Content_left .content_box .content span {
  color: #303133;
  font-size: 1.0625rem;
  line-height: 160%;
}

.showMessage .indexContent .Content_left .content_box .content img {
  width: 100%;
  height: auto;
}

.showMessage .indexContent .Content_left .content_box .see {
  margin-top: 3rem;
  color: #393EC5;
  font-size: 1.125rem;
}

.showMessage .indexContent .Content_left .content_box .warning {
  font-size: 0.9375rem;
  color: #909399;
  margin-top: 3rem;
}

.showMessage .indexContent .Content_right {
  width: 21.5625rem;
}

.showMessage .indexContent .Content_right .message_box .more {
  width: 100%;
  color: #1C1C1C;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}

.showMessage .indexContent .Content_right .message_box .more .next {
  font-size: 0.875rem;
  color: #909399;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.showMessage .indexContent .Content_right .message_box .more .next .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.showMessage .indexContent .Content_right .message_box .message_list .item {
  padding-left: 1.125rem;
  padding-bottom: 0.875rem;
  position: relative;
  border-left: 0.0625rem solid #F0F0F0;
}

.showMessage .indexContent .Content_right .message_box .message_list .item .time {
  color: #909399;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.showMessage .indexContent .Content_right .message_box .message_list .item .title {
  font-size: 0.9375rem;
  color: #1C1C1C;
  line-height: 160%;
}

.showMessage .indexContent .Content_right .message_box .message_list .item .icon {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  left: -0.5rem;
  top: 0;
}

.showMessage .indexContent .Content_right .message_box .message_list .item:hover .title {
  color: gray;
}

.showMessage .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  margin-top: 3.125rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.showMessage .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.showMessage .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.showMessage .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.showMessage .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.showMessage .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.showMessage .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}


/* 搜索页面 */
.search-top {
  position: relative;
  width: 100%;
  height: 18rem;
  background: #fafafc;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}

.search-top .search-top-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a2f37;
  line-height: 2.5rem;
  margin-top: 3rem;
  font-family: 'AlibabaPuHuiTi';
}

.search-top .search-top-title span {
  color: #0a7ff2;
  font-family: 'AlibabaPuHuiTi';
  font-weight: 700;
}

.search-top .search-top-input-wrap {
  position: relative;
  width: 30rem;
  height: 3.75rem;
  background: #fff;
  box-shadow: 0 .25rem 1.375rem 0 rgba(10, 21, 50, .03);
  border-radius: .25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem
}

.search-top .search-top-input-wrap .search-top-input-box {
  width: 30rem;
  height: 3.75rem;
  box-sizing: border-box;
  padding: 0 4.5rem 0 3.125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.search-top .search-top-input-wrap .search-top-input-box .search-top-input-icon {
  position: absolute;
  width: 1.375rem;
  height: 1.375rem;
  top: 1.125rem;
  left: 1.25rem;
}

.search-top .search-top-input-wrap .search-top-input-box .search-top-input {
  font-size: 1rem;
  color: #2a2f37;
  line-height: 1.375rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  outline: none;
}

.search-top .search-top-input-wrap .search-top-btn {
  position: absolute;
  right: 0;
  width: 4.5rem;
  height: 3.75rem;
  background: #fff;
  border-radius: 0 .25rem .25rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0a7ff2;
  line-height: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.search-top-type {
  width: 75rem;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.search-top-type .search-top-type-item {
  font-size: 1rem;
  margin: 0 .75rem;
  color: #2a2f37;
  line-height: 1.375rem;
  position: relative;
  cursor: pointer;
}

.search-top-type .search-top-type-item.select {
  font-weight: 700;
}

.search-top-type .search-top-type-item .search-top-type-line {
  position: absolute;
  width: 100%;
  height: .125rem;
  background: #0a7ff2;
  bottom: -0.625rem;
}

.search-empty {
  text-align: center;
  background: url('../img/search.png') no-repeat center top;
  background-size: 2.4rem;
  padding-top: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.search-empty span {
  display: block;
  font-size: 1.4rem;
  color: #303133;
  line-height: 160%;
  margin-top: 0.2rem;
  font-family: 'AlibabaPuHuiTi';
}

.search-empty em{
  display: block;
  font-size: 1rem;
  color: #909399;
}

.listNews .indexContent {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.listNews .indexContent .Content_left {
  width: 50.625rem;
  position: relative;
}

.listNews .indexContent .Content_left .class_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.625rem;
}

.listNews .indexContent .Content_left .class_box .class_title {
  padding: 0.4rem 1rem;
  background-color: #f5f6f7;
  border-radius: 0.25rem;
  margin-right: 1rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  cursor: pointer;
}

.listNews .indexContent .Content_left .class_box .active {
  background-color: #393EC5;
  color: #fff;
}

/* .listNews .indexContent .Content_left .content_box {
  padding-bottom: 2.5rem;
} */

.listNews .indexContent .Content_left .content_box .item_one {
  width: 104%;
  margin-left: -1.5rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item {
  padding: 0 1rem 0 1.7rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item .news_item_box {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: .0625rem solid #EBEEF5;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item .news_item_box .image {
  width: 13.75rem;
  height: 10rem;
  border-radius: 0.375rem;
  margin-right: 1.25rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .title {
  font-size: 1.25rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .textarea {
  font-size: 0.9375rem;
  color: #828991;
  line-height: 160%;
  margin-bottom: 3.625rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .time {
  color: #909399;
  font-size: 0.875rem;
}

.listNews .indexContent .Content_left .content_box .item_one .news_item:hover {
  border-radius: 0.625rem;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.listNews .indexContent .Content_left .content_box .item_one .news_item:hover .news_item_right .title {
  color: #393EC5;
}

.listNews .indexContent .Content_right {
  width: 21.5625rem;
  padding-top: 1.875rem;
}

.listNews .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.listNews .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.listNews .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.listNews .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.listNews .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.listNews .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.listNews .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}

.listNews .indexContent .Content_right .hot_news_box .title {
  color: #1C1C1C;
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
}

.listNews .indexContent .Content_right .hot_news_box .news_list .news_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.listNews .indexContent .Content_right .hot_news_box .news_list .news_item .number {
  background-color: #F43940;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-right: 0.75rem;
  border-radius: 0.1875rem;
  position: absolute;
  top: .1875rem;
}

.listNews .indexContent .Content_right .hot_news_box .news_list .news_item .title {
  width: 19.625rem;
  color: #1C1C1C;
  font-size: 0.9375rem;
  line-height: 140%;
  padding-left: 2rem;
}

.listNews .indexContent .Content_right .hot_news_box .news_list .news_item:hover .title {
  color: gray;
}

.listNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(2) .news_item .number {
  background-color: #FD834E;
}

.listNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(3) .news_item .number {
  background-color: #FFB75E;
}

.listNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(4) .news_item .number {
  background-color: #D6D6D6;
}

.listNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(5) .news_item .number {
  background-color: #D6D6D6;
}

.showNews .indexContent {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.showNews .indexContent .Content_left {
  width: 50.625rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.showNews .indexContent .Content_left .title {
  width: 100%;
  line-height: 140%;
  font-size: 1.625rem;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.showNews .indexContent .Content_left .time {
  display: flex;
  color: #B3B9C3;
  font-size: 0.9375rem;
  margin-bottom: 1.625rem;
}

.showNews .indexContent .Content_left .time span {
  margin-right: 1.25rem;
}

.showNews .indexContent .Content_left .describe {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0%;
  padding: .875rem 1.5rem;
  position: relative;
  margin-bottom: 1.875rem;
  background-color: #F1F3F7;
  color: #606266;
}

.showNews .indexContent .Content_left .describe::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .3125rem;
  height: 100%;
  background-color: #AFB8CA;
}

.showNews .indexContent .Content_left .content,
.showNews .indexContent .Content_left .content p,
.showNews .indexContent .Content_left .content span {
  font-size: 1.0625rem;
  color: #303133;
  line-height: 150%;
}

.showNews .indexContent .Content_left .content img {
  width: 100%;
  height: auto;
}

.showNews .indexContent .Content_left .warning {
  font-size: 0.9375rem;
  color: #909399;
  margin-top: 1.875rem;
}

.showNews .indexContent .Content_right {
  width: 21.5625rem;
  padding-top: 1.875rem;
}

.showNews .indexContent .Content_right .hot_news_box .title {
  color: #1C1C1C;
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
}

.showNews .indexContent .Content_right .hot_news_box .news_list .news_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.showNews .indexContent .Content_right .hot_news_box .news_list .news_item .number {
  background-color: #F43940;
  width: 1.25rem;
  height: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-right: 0.75rem;
  border-radius: 0.1875rem;
  position: absolute;
  top: .1875rem;
  /* margin-top: 0.3rem; */
}

.showNews .indexContent .Content_right .hot_news_box .news_list .news_item .title {
  width: 19.625rem;
  color: #1C1C1C;
  font-size: 0.9375rem;
  line-height: 140%;
  padding-left: 2rem;
}

.showNews .indexContent .Content_right .hot_news_box .news_list .news_item:hover .title {
  color: gray;
}

.showNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(2) .news_item .number {
  background-color: #FD834E;
}

.showNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(3) .news_item .number {
  background-color: #FFB75E;
}

.showNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(4) .news_item .number {
  background-color: #D6D6D6;
}

.showNews .indexContent .Content_right .hot_news_box .news_list a:nth-child(5) .news_item .number {
  background-color: #D6D6D6;
}

.showNews .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.showNews .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.showNews .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.showNews .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.showNews .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.showNews .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.showNews .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}

.listSpecial .banner {
  width: 100%;
  height: 18.75rem;
  position: relative;
}

.listSpecial .banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.listSpecial .banner .title {
  left: 50%;
  top: 6.25rem;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2.125rem;
  position: absolute;
}

.listSpecial .product_box {
  width: 75rem;
  height: 9.375rem;
  background-color: #fff;
  border-radius: 0.375rem;
  margin: 0 auto;
  margin-top: -4.1875rem;
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.875rem;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.listSpecial .product_box .name {
  font-size: 1.125rem;
  color: #1C1C1C;
  margin-bottom: 1rem;
}

.listSpecial .product_box .content {
  font-size: 0.9375rem;
  line-height: 160%;
  color: #828991;
}

.listSpecial .indexContent {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.listSpecial .indexContent .Content_left {
  width: 50.625rem;
  padding-top: 3.125rem;
}

.listSpecial .indexContent .Content_left .content_box {
  padding-bottom: 2.5rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one {
  width: 104%;
  margin-left: -1.5rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item {
  padding: 0 1rem 0 1.7rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item .news_item_box {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: .0625rem solid #EBEEF5;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item .news_item_box .image {
  width: 13.75rem;
  height: 10rem;
  border-radius: 0.375rem;
  margin-right: 1.25rem;
}

.listSpecial .indexContent .Content_left .news_item_right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .title {
  font-size: 1.25rem;
  color: #1C1C1C;
  margin-bottom: 0.75rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .textarea {
  font-size: 0.9375rem;
  color: #828991;
  height: 2.75rem;
  line-height: 160%;
  margin-bottom: 2.375rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item .news_item_box .news_item_right .seebox {
  color: #393EC5;
  text-align: center;
  width: 6.75rem;
  line-height: 2.1875rem;
  height: 2.1875rem;
  border-radius: 3.125rem;
  background-color: rgba(57, 62, 197, 0.1);
}

.listSpecial .indexContent .Content_left .author,
.listSpecial .indexContent .Content_left .time {
  font-family: 'AlibabaPuHuiTi';
  font-weight: 400;
  font-size: .875rem;
  color: #909399;
}

.listSpecial .indexContent .Content_left .time {
  margin-left: 0.6rem;
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item:hover {
  border-radius: 0.625rem;
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, 0.1);
}

.listSpecial .indexContent .Content_left .content_box .item_one .news_item:hover .news_item_right .title {
  color: #393EC5;
}

.listSpecial .indexContent .Content_right {
  width: 21.5625rem;
  padding-top: 1.875rem;
}

.listSpecial .indexContent .Content_right .zhuanti_box {
  padding-top: 2.5rem;
  background-color: #fff;
  position: static;
}

.listSpecial .indexContent .Content_right .zhuanti_box .more {
  width: 100%;
  color: #1C1C1C;
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.375rem;
}

.listSpecial .indexContent .Content_right .zhuanti_box .more .next {
  font-size: 0.875rem;
  color: #909399;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.listSpecial .indexContent .Content_right .zhuanti_box .more .next .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.listSpecial .indexContent .Content_right .zhuanti_box .zhuanti_item {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  color: #1C1C1C;
  margin-bottom: 0.9375rem;
}

.listSpecial .indexContent .Content_right .zhuanti_box .zhuanti_item .image {
  width: 5.9375rem;
  height: 4.0625rem;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
}

.listSpecial .indexContent .Content_right .zhuanti_box .zhuanti_item .fz-hide2 {
  width: 15.1875rem;
  flex-wrap: wrap;
  line-height: 140%;
}

.listSpecial .indexContent .Content_right .zhuanti_box .zhuanti_item:hover .fz-hide2 {
  color: #393EC5;
}

.listSpecial .indexContent .Content_right .download_box {
  width: 21.5625rem;
  height: 9.375rem;
  background-image: url(../img/index2.png);
  background-size: 100% 100%;
  border-radius: 0.3125rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-end;
  margin-top: 1.875rem;
  justify-content: space-between;
}

.listSpecial .indexContent .Content_right .download_box .left {
  padding: 1.375rem;
}

.listSpecial .indexContent .Content_right .download_box .left .text1 {
  font-size: 1.125rem;
  color: #1C1C1C;
}

.listSpecial .indexContent .Content_right .download_box .left .text2 {
  font-size: 0.8125rem;
  color: #606266;
  margin: 0.625rem 0 1.5625rem 0;
}

.listSpecial .indexContent .Content_right .download_box .left .text3 {
  width: 6rem;
  height: 2rem;
  background-color: #393EC5;
  border-radius: 0.1875rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #fff;
  justify-content: center;
}

.listSpecial .indexContent .Content_right .download_box .left .text3 .icon {
  width: 0.8125rem;
  height: auto;
  margin-top: -0.125rem;
  margin-right: 0.375rem;
}

.listSpecial .indexContent .Content_right .download_box .erwei {
  width: 5rem;
  height: 5rem;
  margin-right: 1.25rem;
  margin-bottom: 1.375rem;
}