.index {
  position: relative;
}
.index .header .header-cen .header-nav .nav {
  color: #ffffff;
}
.index .navfixed {
  background-color: #fff;
}
.index .navfixed .header-cen .header-nav .nav {
  color: #867a94;
}
.index .new-banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url("../images/news/new-banner.png") no-repeat center;
  background-size: 100% 600px;
}
.index .mt-center .news-head .news-title {
  margin-top: 50px;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  line-height: 93px;
}
.index .mt-center .news-head .news-download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 300px;
  height: 64px;
  border: 1px solid #dddddd;
  border-radius: 32px;
  margin: 20px auto;
  cursor: pointer;
}
.index .mt-center .news-head .news-download-btn .download-icon {
  width: 32px;
  height: 32px;
  background: url("../images/news/download-icon.png") no-repeat center;
  background-size: 32px;
}
.index .mt-center .news-head .news-download-btn .download-text {
  font-size: 24px;
  font-weight: 500;
  color: #dddddd;
}
.index .mt-center .news-two-box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  width: 1200px;
  height: 420px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 32px 32px 32px 32px;
}
.index .mt-center .news-two-box .two-left {
  position: relative;
  width: 500px;
  padding-top: 60px;
  margin-left: 50px;
}
.index .mt-center .news-two-box .two-left .two-left-title {
  font-size: 32px;
  font-weight: 900;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .mt-center .news-two-box .two-left .two-left-subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-top: 20px;
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.index .mt-center .news-two-box .two-left .two-left-details {
  position: absolute;
  left: 0;
  top: 358px;
}
.index .mt-center .news-two-box .two-left .two-left-details a {
  display: flex;
  align-items: center;
}
.index .mt-center .news-two-box .two-left .two-left-details a .two-left-details-text {
  font-size: 18px;
  font-weight: 500;
  color: #003cff;
}
.index .mt-center .news-two-box .two-left .two-left-details a .two-left-details-icon {
  width: 16px;
  height: 16px;
}
.index .mt-center .news-two-box .two-left .two-left-details a .two-left-details-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .mt-center .news-two-box .two-right {
  padding-top: 30px;
  padding-right: 20px;
  width: 509px;
  height: 360px;
}
.index .mt-center .news-two-box .two-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .mt-center .news-three-box {
  margin-top: 100px;
  margin-bottom: 120px;
}
.index .mt-center .news-three-box .three-tabs {
  padding: 0 40px;
}
.index .mt-center .news-three-box .three-tabs ul {
  display: flex;
  justify-content: space-between;
}
.index .mt-center .news-three-box .three-tabs ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 64px;
  color: #b2b2b2;
  cursor: pointer;
}
.index .mt-center .news-three-box .three-tabs ul li.three-acive {
  background-color: #191121;
  border-radius: 32px;
  color: #e5e5e5;
}
.index .mt-center .news-three-box .three-tabs ul li .three-tabs-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index .mt-center .news-three-box .three-tabs ul li .three-tabs-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(1) .three-tabs-icon {
  background-image: url("/images/news/tab-01.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(1).three-acive .three-tabs-icon {
  background-image: url("/images/news/tab-05.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(2) .three-tabs-icon {
  background-image: url("/images/news/tab-02.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(2).three-acive .three-tabs-icon {
  background-image: url("/images/news/tab-06.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(3) .three-tabs-icon {
  background-image: url("/images/news/tab-03.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(3).three-acive .three-tabs-icon {
  background-image: url("/images/news/tab-07.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(4) .three-tabs-icon {
  background-image: url("/images/news/tab-04.png");
}
.index .mt-center .news-three-box .three-tabs ul li:nth-child(4).three-acive .three-tabs-icon {
  background-image: url("/images/news/tab-08.png");
}
.index .mt-center .news-three-box .three-items {
  margin-top: 40px;
}
.index .mt-center .news-three-box .three-items .three-item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .mt-center .news-three-box .three-items .three-item ul li {
  position: relative;
  width: 285px;
  height: 367px;
  box-shadow: 0px 2px 15px 3px #f4f4f4;
  border-radius: 20px;
  margin-bottom: 28px;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-img {
  width: 285px;
  height: 164px;
  background: url("../images/news/news-img.png");
  background-size: 285px 164px;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-title {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 900;
  color: #ea501f;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-subtitle {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
  color: #3d3d3d;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-dtails {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 323px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #003cff;
  display: flex;
  align-items: center;
}
.index .mt-center .news-three-box .three-items .three-item ul li .three-item-dtails-icon {
  width: 16px;
  height: 16px;
  background: url(../images/news/details-next-icon.png);
  background-size: 16px;
}
.index .mt-center .news-three-box .three-items .three-item ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.index .mt-center .news-three-box .three-news-all {
  margin-top: 22px;
  height: 32px;
}
.index .mt-center .news-three-box .three-news-all ul {
  display: flex;
  justify-content: center;
}
.index .mt-center .news-three-box .three-news-all ul li {
  width: 32px;
  height: 32px;
  background-color: #f6f4fe;
  margin-right: 8px;
  border-radius: 8px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #606266;
  cursor: pointer;
}
.index .mt-center .news-three-box .three-news-all ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index .mt-center .news-three-box .three-news-all ul li a .pre-icon {
  width: 14px;
  height: 14px;
  background: url("../images/news/pre.png") no-repeat center;
  background-size: 14px;
}
.index .mt-center .news-three-box .three-news-all ul li a .next-icon {
  width: 14px;
  height: 14px;
  background: url("../images/news/next.png") no-repeat center;
  background-size: 14px;
}
.index .mt-center .news-three-box .three-news-all ul li .pre-a {
  padding: 9px;
}
.index .mt-center .news-three-box .three-news-all ul li .next-a {
  padding: 9px;
}
.index .mt-center .news-three-box .three-news-all ul li.page-active {
  background-color: #7532a3;
  color: #ffffff;
}
