main .newsType {
  padding: 30px 0;
  border-top: 2px #383838 solid;
  color: #313131;
  font-weight: 700;
  font-size: 20px;
}
main .newsType a {
  padding: 12px 76px;
  background-color: #eeeeee;
  border-radius: 38px;
  transform: translateY(50px);
  opacity: 0;
}
main .newsType a:hover {
  transform: scale(1.1) !important;
  background-color: #00a79d;
  color: #fff;
}
main .newsType .active {
  background-color: #007bff;
  color: #fff;
}
main .banner .news-window {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10vw;
  background-color: #fff;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: 600;
  max-width: 660px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom right, #d3f2ff, #ffffff);
}
main .banner .news-window p {
  transform: translateY(50px);
}
main .banner .news-window .news-desp {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 32px;
  font-weight: 500;
  color: #333;
}
main .news-btn {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 1.3;
  transform-origin: bottom;
  font-size: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transform: translateY(50px);
}
main .news-btn:hover {
  background-color: #00a79d;
  border: none;
  transform: scale(1.1);
}

main .company-dynamic {
  background-color: #f2f2f2;
}
main .company-dynamic .dynamic-row {
  background-color: #fff;
  margin: 60px 120px;
}
main .news {
  overflow: hidden;
  padding-top: 54px;
}
main .news .news-row {
  margin-bottom: 50px;
}
main .news .news-info {
  flex: 1;
  padding: 40px 60px;
  font-size: 28px;
}
main .news .news-info .news-tit {
  font-weight: 700;
  margin-bottom: 24px;
  transform: translateX(120px);
  opacity: 0;
}
main .news .news-info .news-desp {
  font-size: 22px;
  margin-bottom: 36px;
  color: #333;
  transform: translateX(-120px);
  opacity: 0;
}
main .news .news-img {
  width: 50%;
  height: 380px;
  padding: 30px 50px;
  transform: translateX(150px);
  opacity: 0;
}
main .news .fluid {
  z-index: 2;
  padding-top: 130px;
  position: relative;
}
main .news .fluid .ttl {
  color: #2c2c2c;
  line-height: 1;
  font-size: 36px;
  position: relative;
  margin-bottom: 50px;
}
main .news .fluid .ttl > * {
  opacity: 0;
}
main .news .fluid .ttl > p:first-child {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 12px;
  transform: translateX(-30px);
}
main .news .fluid .ttl > p:first-child + p {
  transform: translateX(30px);
}

main .news .fluid .ttl .cnen {
  bottom: 0px;
  right: 0px;
}
main .news .fluid .lg {
  position: absolute;
  left: 70%;
  z-index: -1;
  top: 40px;
  font-size: 370px;
}
main .news .item {
  transform: translateY(30px);
  opacity: 0;
}
main .news .rcmd .item {
  display: block;
  transition-duration: 0.7s;
  padding-bottom: 120px;
  border-bottom: #e0e0e0 1px solid;
  position: relative;
  margin-top: 70px;
}
main .news .rcmd .item:first-child {
  margin-top: 0px;
}
main .news .rcmd .item .pic {
  height: 330px;
  overflow: hidden;
}
main .news .rcmd .item .pic img {
  transition: transform 0.5s;
}
main .news .rcmd .item:hover .pic img {
  transform: scale(1.1);
}
main .news .item .txt {
  font-size: 18px;
}
main .news .item .txt .title {
  font-size: 24px;
}
main .news .item .txt .des {
  color: #acacac;
  line-height: 1.6;
}
main .news .rcmd .item .txt {
  position: relative;
  line-height: 1;
}
main .news .rcmd .item .txt .title {
  padding-right: 150px;
  margin: 50px 0px 35px;
}
main .news .rcmd .item .txt .date {
  position: absolute;
  right: 0px;
  top: 0px;
}
main .news .rcmd .item > img,
main .news .loadMore img {
  width: 40px;
  transition: margin 0.3s;
  position: absolute;
  right: 0px;
  bottom: 60px;
  transform-origin: bottom;
  transform: translateX(50%) rotate(-90deg);
}
main .news .rcmd .item:hover > img {
  margin-right: 20px;
}
main .news .list {
  padding-top: 110px;
}
main .news .list .item {
  width: calc(100% / 3 - 96px);
  margin-left: 144px;
  position: relative;
}
main .news .list .item:nth-child(n + 4) {
  margin-top: 140px;
}
main .news .list .item:nth-child(3n - 2) {
  margin-left: 0px;
}
main .news .list .item:nth-child(3n - 1)::before,
main .news .list .item:nth-child(3n - 1)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d1d1d1;
  top: 0px;
}
main .news .list .item:nth-child(3n - 1)::before {
  left: -72px;
}
main .news .list .item:nth-child(3n - 1)::after {
  right: -72px;
}
main .news .list .item .des {
  margin: 60px 0px 50px;
}
main .news .list .item .date {
  font-size: 12px;
  color: #acacac;
}
main .news .list .item .des,
main .news .list .item .date,
main .news .list .item .date a {
  transition: color 0.5s;
}
main .news .list .item:hover .des,
main .news .list .item:hover .date {
  color: #000;
}
main .news .list .item:hover .date a {
  color: #0c7faf;
}

main .news .loadMore {
  margin-top: 72px;
  white-space: nowrap;
  position: relative;
  height: 56px;
  font-size: 12px;
  padding-right: 52px;
  transition: width 0.3s;
  width: 100%;
}
main .news .loadMore:hover {
  width: 98%;
}
main .news .loadMore .dots span {
  width: 6px;
  height: 6px;
  background-color: #000;
}
main .news .loadMore .dots span + span {
  margin-left: 4px;
}
main .news .loadMore i {
  flex: 1;
  height: 1px;
  background: #e1e1e1;
  margin-left: 10px;
  margin-right: 20px;
}
main .news .loadMore .dots span.active {
  animation: breather linear 0.8s infinite;
}
main .news .loadMore img {
  transform: translate(50%) rotate(-90deg);
  bottom: 50%;
}

@media (max-width: 1600px) {
  main .news .fluid {
    padding-top: 100px;
  }
  main .news .fluid .ttl > p:first-child {
    font-size: 40px;
  }
  main .news .fluid .ttl {
    font-size: 30px;
  }
  main .news .fluid .lg {
    font-size: 23.125vw;
  }
  main .news .fluid .ttl {
    margin-bottom: 40px;
  }

  main .news .item .txt {
    font-size: 16px;
  }
  main .news .item .txt .title {
    font-size: 20px;
  }
  main .news .rcmd .item .txt .title {
    padding-right: 120px;
  }
  main .news .rcmd .item .txt .title {
    margin-top: 40px;
    margin-bottom: 24px;
  }
  main .news .rcmd .item {
    padding-bottom: 7.5vw;
    margin-top: 56px;
  }
  main .news .rcmd .item > img {
    width: 2.5vw;
    bottom: 3.75vw;
  }
  main .news .list .item .des {
    margin: 3.75vw 0px 3.25vw;
  }
  main .news .list .item:nth-child(n + 4) {
    margin-top: 6.25vw;
  }
  main .news .list .item {
    width: calc(100% / 3 - 6vw);
    margin-left: 9vw;
  }
  main .news .list .item:nth-child(3n - 1)::before {
    left: -4.5vw;
  }
  main .news .list .item:nth-child(3n - 1)::after {
    right: -4.5vw;
  }
}

@media (max-width: 1200px) {
  main .news {
    padding-bottom: 72px;
  }
  main .news .fluid {
    padding-top: 80px;
  }
main .news .news-info {
  padding: 20px;
  font-size: 24px;
}
main .news .news-info .news-desp {
  font-size: 18px;
}

main .news .news-img {
  padding: 20px;
}
  main .news .rcmd .item .pic {
    height: 260px;
  }
  main .news .item .txt {
    font-size: 14px;
  }
  main .news .item .txt .title {
    font-size: 18px;
  }
  main .news .item .rcmd .txt .title {
    margin-top: 30px;
    margin-bottom: 16px;
  }
  main .news .list {
    padding-top: 90;
  }
  main .news .loadMore {
    margin-top: 50px;
    padding-right: 45px;
  }
  main .news .loadMore img {
    width: 32px;
  }
  main .company-dynamic{
    padding-top: 0
  }
  main .company-dynamic .dynamic-row {
    background-color: #fff;
    margin: 30px 40px;
  }
}

@media (max-width: 1024px) {
  main .news .fluid {
    padding-bottom: 60px;
  }
  main .news .fluid {
    padding-top: 60px;
  }
  main .news .fluid .ttl > p:first-child {
    font-size: 32px;
    margin-bottom: 8px;
  }
  main .news .fluid .ttl {
    font-size: 22px;
    margin-bottom: 26px;
  }
  main .news .rcmd .item {
    margin-top: 36px;
  }
  main .news .item .txt {
    font-size: 13px;
  }
  main .news .rcmd .item .txt .title {
    margin-top: 22px;
    margin-bottom: 0px;
    padding-right: 100px;
  }
  main .news .item .txt .title {
    font-size: 15px;
  }

  main .news .list {
    padding-top: 70px;
  }
  main .news .loadMore {
    margin-top: 40px;
    padding-right: 36px;
  }
  main .news .loadMore img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  main .newsType a {
    padding: 12px 30px;
    font-size: 16px;
  }
  main .banner .news-window {
    left: 10vw;
    background-color: #fff;
    padding: 10px 30px;
    font-size: 24px;
  }
main .banner .news-window .news-desp {
  font-size: 16px;
}
  main .news {
    padding-bottom: 48px;
  }
  main .news .fluid {
    padding-top: 40px;
  }
  main .news .fluid .ttl > p:first-child {
    font-size: 26px;
    margin-bottom: 5px;
  }
main .news .news-img {
  width: 100%;
  padding: 0;
  height: 200px;
}
  main .news .fluid .ttl {
    font-size: 18px;
  }
  main .news .rcmd .item .txt .title {
    padding-right: 0px;
  }
  main .news .rcmd .item .txt .date {
    position: initial;
    margin: 10px 0px;
  }

  main .news .list {
    padding-top: 54px;
  }
  main .news .loadMore {
    margin-top: 26px;
    padding-right: 24px;
  }
  main .news .loadMore img {
    width: 24px;
  }
  main .news .list .item .txt {
    font-size: 12px;
  }
  main .news .list .item .txt .title {
    font-size: 14px;
  }
  main .company-dynamic .dynamic-row {
    background-color: #fff;
    margin: 20px 10px;
  }
  
main .news .news-info .news-tit {
  margin-bottom: 16px;
}
main .news .news-info .news-desp {
  font-size: 16px;
  margin-bottom: 16px;
}
}

@media (max-width: 600px) {
  main .banner .news-window {
    display: none;
  }
  main .news .list .item {
    width: 50%;
    margin-left: 0px !important;
    padding-right: 4.5vw;
  }
  main .news .list .item:nth-child(even) {
    padding-left: 4.5vw;
    border-left: 1px solid #d1d1d1;
  }
  main .news .list .item::before,
  main .news .list .item::after {
    display: none;
  }
  main .news .list .item:nth-child(n + 3) {
    margin-top: 6.25vw;
  }
}

@media (max-width: 480px) {
  header .nav {
    padding: 10px 0px;
  }

  main {
    padding-top: 62px;
  }
  main .news .fluid .lg {
    font-size: 28vw;
  }
  main .news .fluid .ttl .cnen {
    display: none;
  }
  main .news .rcmd .item > img {
    width: 3.6vw;
  }
  main .news .list .item {
    width: 100%;
    padding: 0px !important;
    border-left-width: 0px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #d1d1d1;
  }
  main .news .list .item:nth-child(n + 2) {
    margin-top: 24px;
  }
  main .news .list .item .des {
    margin: 10px 0px 8px;
  }
}
