.banner {
  width: 100%;
  position: relative;
}
.banner .wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner .wrap .h2 {
  font-size: 30px;
  color: #000;
}
.banner .wrap .h1 {
  width: 60%;
  position: relative;
  margin-bottom: 70px;
}
.banner .wrap .h1 .icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 40px;
}
.banner .wrap .h1 .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner .wrap .h1 .text {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}
.banner .wrap .h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 120px;
}
.banner .image {
  width: 100%;
}
.banner .image img {
  display: block;
  width: 100%;
}
.newsd_bar {
  width: 100%;
  padding-top: 120px;
}
.nav2 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #000000;
  padding: 20px 0;
}
.nav2 a {
  padding: 20px 50px;
  border-radius: 100px;
  background: #000000;
  transition: 0.5s;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.nav2 a:hover {
  color: #000000;
  background: #11dab5;
}
.nav2 .cur {
  color: #000000;
  background: #11dab5;
}
.list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.list .type {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.list .type a {
  padding: 20px 40px;
  border-radius: 100px;
  background: #f9fafb;
  font-size: 22px;
  color: #4a5565;
  margin: 0 30px;
  transition: 0.5s;
}
.list .type a:hover {
  background: #11dab5;
  box-shadow: 0px 4px 6px -4px #11dab5 4d, 0px 10px 15px -3px #11dab5 4d;
  color: #fff;
}
.list .type .cur {
  background: #11dab5;
  box-shadow: 0px 4px 6px -4px #11dab5 4d, 0px 10px 15px -3px #11dab5 4d;
  color: #fff;
}
.list .news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list .news .item {
  width: calc((100% - 60px)/3);
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f2;
}
.list .news .item .cover {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list .news .item .cover .tag {
  background: #fffffff2;
  border-radius: 100px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 12px;
  color: #1e2939;
  padding: 4px 15px;
  z-index: 4;
}
.list .news .item .cover img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.list .news .item .text {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.list .news .item .text .time {
  width: 100%;
  font-size: 12px;
  color: #99a1af;
  margin-bottom: 10px;
}
.list .news .item .text .name {
  width: 100%;
  font-size: 22px;
  color: #101828;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .news .item .text .span {
  width: 100%;
  font-size: 14px;
  color: #6a7282;
  line-height: 24px;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list .news .item .text .more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f9fafb;
  padding: 10px 0;
}
.list .news .item .text .more span {
  color: #11DAB5;
  font-size: 14px;
}
.list .news .item .text .more .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list .news .item .text .more .icon img {
  width: 50%;
  height: 50%;
  display: block;
  transition: 0.5s;
}
.list .news .item:hover .cover img {
  transform: scale(1.1);
}
.list .news .item:hover .name {
  color: #11DAB5;
}
.list .news .item:hover .more img {
  transform: rotate(45deg);
}
.list .news .item:first-child {
  width: 100%;
  display: flex;
  margin-bottom: 70px;
}
.list .news .item:first-child .cover {
  width: 55%;
}
.list .news .item:first-child .cover .tag {
  color: #11DAB5;
}
.list .news .item:first-child .text {
  width: 45%;
  padding: 50px;
}
.list .news .item:first-child .text .name {
  margin-bottom: 20px;
}
.list .news .item:first-child .text .span {
  margin-bottom: 120px;
}
.pages {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.pages .btn {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #11dab5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .btn img {
  width: auto;
  height: 50%;
  display: block;
}
.pages .btn:last-child {
  transform: rotate(180deg);
}
.pages .nums {
  max-width: calc(100% - 200px);
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.pages .nums span,
.pages .nums a {
  font-size: 35px;
  color: #818181;
  padding: 0 10px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  line-height: 1;
}
.pages .nums span:hover,
.pages .nums a:hover {
  color: #000;
}
.pages .nums .cur {
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 1700px) {
  .banner .wrap {
    max-width: 80%;
  }
  .list {
    max-width: 94%;
  }
}
@media only screen and (max-width: 1470px) {
  .banner .wrap {
    max-width: 90%;
  }
  .banner .wrap .h1 {
    margin-bottom: 100px;
  }
  .banner .wrap .h1 .text {
    font-size: 50px;
  }
  .banner .wrap .h1 .icon {
    width: 24px;
    height: 24px;
    left: -34px;
    top: 34px;
  }
  .banner .wrap .h2 {
    font-size: 26px;
  }
  .banner .wrap .h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
  }
  .newsd_bar {
    padding-top: 90px;
  }
  .nav2 {
    max-width: 90%;
  }
  .nav2 a {
    font-size: 22px;
    padding: 16px 40px;
  }
  .list {
    max-width: 94%;
  }
  .list .type {
    padding: 40px 0;
  }
  .list .type a {
    font-size: 20px;
    padding: 16px 34px;
    margin: 0 20px;
  }
  .list .news .item .text {
    padding: 24px;
  }
  .list .news .item .text .name {
    font-size: 20px;
  }
  .list .news .item .text .span {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .list .news .item .text .more .icon {
    width: 36px;
    height: 36px;
  }
  .list .news .item:first-child .text {
    padding: 40px;
  }
  .list .news .item:first-child .text .span {
    margin-bottom: 80px;
  }
  .pages {
    padding: 60px 0;
  }
  .pages .btn {
    width: 50px;
    height: 50px;
  }
  .pages .nums span,
  .pages .nums a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner .wrap {
    max-width: 90%;
  }
  .banner .wrap .h1 {
    margin-bottom: 60px;
  }
  .banner .wrap .h1 .text {
    font-size: 44px;
  }
  .banner .wrap .h1 .icon {
    width: 22px;
    height: 22px;
    left: -30px;
    top: 30px;
  }
  .banner .wrap .h2 {
    font-size: 24px;
  }
  .banner .wrap .h3 {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .newsd_bar {
    padding-top: 80px;
  }
  .nav2 {
    max-width: 90%;
    padding: 16px 0;
  }
  .nav2 a {
    font-size: 20px;
    padding: 15px 30px;
  }
  .list {
    max-width: 94%;
  }
  .list .type a {
    font-size: 18px;
    padding: 14px 30px;
    margin: 0 15px;
  }
  .list .news .item {
    width: calc((100% - 40px)/3);
  }
  .list .news .item .text {
    padding: 22px;
  }
  .list .news .item .text .name {
    font-size: 18px;
  }
  .list .news .item .text .span {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .list .news .item .text .more .icon {
    width: 34px;
    height: 34px;
  }
  .list .news .item:first-child .text {
    padding: 30px;
  }
  .list .news .item:first-child .text .span {
    margin-bottom: 60px;
  }
  .pages {
    padding: 50px 0;
  }
  .pages .btn {
    width: 48px;
    height: 48px;
  }
  .pages .nums span,
  .pages .nums a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .wrap .h2 {
    font-size: 24px;
  }
  .banner .wrap .h1 {
    margin-bottom: 30px;
  }
  .banner .wrap .h1 .text {
    font-size: 40px;
  }
  .banner .wrap .h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .nav2 a {
    font-size: 16px;
    padding: 12px 20px;
  }
  .list .type a {
    font-size: 16px;
    padding: 12px 24px;
    margin: 0 10px;
  }
  .list .news .item {
    width: calc((100% - 30px)/2);
  }
  .list .news .item:first-child {
    width: 100%;
  }
  .list .news .item:first-child .text .span {
    margin-bottom: 40px;
  }
  .pages {
    padding: 40px 0;
  }
  .pages .btn {
    width: 44px;
    height: 44px;
  }
  .pages .nums span,
  .pages .nums a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  .banner {
    padding-top: 66px;
  }
  .banner .wrap .h1 {
    width: 80%;
    margin-bottom: 0;
  }
  .banner .wrap .h1 .text {
    font-size: 32px;
  }
  .banner .wrap .h1 .icon {
    width: 20px;
    height: 20px;
    left: -26px;
    top: 26px;
  }
  .banner .wrap .h2 {
    font-size: 20px;
  }
  .banner .wrap .h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .newsd_bar {
    padding-top: 60px;
  }
  .nav2 {
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 20px;
  }
  .nav2 a {
    font-size: 14px;
    padding: 10px 16px;
  }
  .list .type {
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .list .type a {
    font-size: 14px;
    padding: 10px 20px;
    margin: 5px 8px;
  }
  .list .news .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .list .news .item:first-child {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .list .news .item:first-child .cover {
    width: 100%;
  }
  .list .news .item:first-child .text {
    width: 100%;
    padding: 20px;
  }
  .list .news .item:first-child .text .name {
    margin-bottom: 10px;
  }
  .list .news .item:first-child .text .span {
    margin-bottom: 20px;
  }
  .list .news .item .text .name {
    font-size: 18px;
  }
  .list .news .item .text .span {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .pages {
    padding: 30px 0;
  }
  .pages .btn {
    width: 36px;
    height: 36px;
  }
  .pages .nums {
    padding: 0 15px;
  }
  .pages .nums span,
  .pages .nums a {
    font-size: 22px;
    padding: 0 6px;
  }
}
@media only screen and (max-width: 640px) {
  .banner .wrap .h1 {
    width: 100%;
  }
  .banner .wrap .h1 .text {
    font-size: 24px;
  }
  .banner .wrap .h1 .icon {
    display: none;
  }
  .banner .wrap .h2 {
    font-size: 16px;
  }
  .banner .wrap .h3 {
    font-size: 12px;
    display: none;
  }
  .newsd_bar {
    padding-top: 50px;
  }
  .nav2 a {
    font-size: 12px;
    padding: 8px 12px;
  }
  .list .type a {
    font-size: 12px;
    padding: 8px 14px;
    margin: 4px 6px;
  }
  .list .news .item {
    margin-bottom: 20px;
  }
  .list .news .item .text {
    padding: 15px;
  }
  .list .news .item .text .name {
    font-size: 16px;
  }
  .list .news .item .text .span {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .list .news .item .text .more span {
    font-size: 12px;
  }
  .list .news .item .text .more .icon {
    width: 30px;
    height: 30px;
  }
  .list .news .item:first-child .text {
    padding: 15px;
  }
  .list .news .item:first-child .text .span {
    margin-bottom: 14px;
  }
  .pages {
    padding: 20px 0;
  }
  .pages .btn {
    width: 30px;
    height: 30px;
  }
  .pages .nums {
    padding: 0 10px;
  }
  .pages .nums span,
  .pages .nums a {
    font-size: 18px;
    padding: 0 4px;
  }
}
