/* z_tanchuang */
.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 9999;
}
.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff url(../images/conse.png) center no-repeat;
  background-size: 20px;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}
.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  height: 700px;
  max-width: 100%;
  object-fit: cover;
  outline: none;
}
.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}
.z_tanchuang .tbox .modal .out:hover {
  background: #fff url(../images/conse.png) center no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.z_tanchuang .tbox .modal2 {
  padding: 20px;
}
.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}
.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.z_tanchuang.one .tbox .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}
.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}
.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@media (max-width: 960px) {
  .z_tanchuang .tbox .modal {
    padding: 10px;
  }
  .z_tanchuang .tbox .modal .out {
    width: 30px;
    height: 30px;
    top: -50px;
    right: -2px;
  }
}

/* banner */
.banner .img-con img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .img-con img.mobile {
  display: none;
}
.banner .con-img {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  color: #fff;
  font-style: italic;
}
.banner .con-img img {
  transition: all 0.4s ease;
}
.banner .t_shubiao {
  position: absolute;
  width: auto;
  left: 11%;
  transform: translateX(-50%);
  bottom: 80px;
  animation: move 2s linear 0s infinite;
  cursor: pointer;
}
.banner .t_shubiao img {
  width: 100%;
}
.banner .swiper-pagination-bullets {
  position: absolute;
  bottom: inherit;
  display: block;
  list-style: none;
  text-align: center;
  width: 30px;
  top: 55%;
  left: 94.5%;
  transform: translateY(-50%);
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255);
  margin: 12px 8px;
  opacity: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  border-radius: 100px;
  position: relative;
  top: -6px;
  left: -6px;
  content: "";
  display: block;
  animation: ruixien 5.5s infinite;
  background: rgb(249 249 249 / 40%);
}
.banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #fff;
  position: absolute;
  top: 35%;
  left: 94%;
  transform: translateY(-50%);
}
.banner .swiper-button-prev:after {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.banner .swiper-button-prev:hover {
  background-color: #2f72a7;
  border: 1px solid #2f72a7;
}
.banner .swiper-button-prev:hover:after {
  color: #fff;
}
.banner .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #fff;
  top: 42%;
  left: 94%;
  transform: translateY(-50%);
}
.banner .swiper-button-next:after {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.banner .swiper-button-next:hover {
  background-color: #2f72a7;
  border: 1px solid #2f72a7;
}
.banner .swiper-button-next:hover:after {
  color: #fff;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
@keyframes move {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 40px;
  }
  100% {
    bottom: 80px;
  }
}

@media screen and (max-width: 1080px) {
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-pagination-bullets {
    bottom: 10px;
    left: 92.5%;
  }
  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
  }
  .banner .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
    width: 16px;
    height: 16px;
    top: -4.5px;
    left: -4px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-pagination-bullets {
    bottom: 50px;
    left: 86%;
  }
  .banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 6px;
  }
  .banner .t_shubiao img {
    width: 68%;
  }
  @keyframes move {
    0% {
      bottom: 40px;
    }
    50% {
      bottom: 20px;
    }
    100% {
      bottom: 40px;
    }
  }
}

/* in_about */
.in_about {
  padding: 80px 0 0;
  padding-left: 3.5%;
}
.in_about .left {
  width: 35%;
}
.in_about .left h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: NotoSansSC-Bold;
}
.in_about .left p {
  font-size: 16px;
  line-height: 2;
  padding: 10% 0 8%;
}
.in_about .left .btn {
  padding: 3px 15px;
  border: 2px solid #322f2f;
  border-radius: 24px;
  width: max-content;
}
.in_about .left .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.in_about .left .btn img {
  width: 14px;
  margin-left: 35px;
  transition: 0.5s;
}
.in_about .left .btn:hover {
  border: 2px solid #000;
}
.in_about .left .btn:hover img {
  transform: translateX(8px);
}
.in_about .right {
  width: 60%;
  margin-left: 5%;
}
.in_about .right img {
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .in_about {
    padding-left: 5.5%;
  }
  .in_about .left h2 {
    font-size: 34px;
  }
  .in_about .left p {
    padding: 5% 0;
  }
}
@media screen and (max-width: 1080px) {
  .in_about {
    padding-left: 0;
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
  .in_about .left {
    width: 100%;
  }
  .in_about .left h2 {
    font-size: 30px;
  }
  .in_about .right {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .in_about {
    padding: 30px 0 0;
  }
  .in_about .left h2 {
    font-size: 22px;
  }
  .in_about .left p {
    font-size: 14px;
    padding: 10px 0;
  }
  .in_about .left .btn {
    margin-bottom: 0px;
    padding: 2px 10px;
  }
  .in_about .left .btn a {
    font-size: 14px;
  }
  .in_about .left .btn img {
    margin-left: 20px;
  }
}

/* in_pro */
.in_pro {
  padding: 80px 0;
  padding-left: 3.5%;
  background: #f8fafc;
}
.in_pro .location {
  width: 10%;
  padding-top: 93px;
}
.in_pro .location li {
  margin-bottom: 20px;
}
.in_pro .location a {
  font-size: 16px;
  position: relative;
  padding-bottom: 8px;
}
.in_pro .location a::after {
  position: absolute;
  bottom: 0;
  height: 0.3px;
  content: "";
  z-index: 1;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.in_pro .location a:hover {
  font-weight: bold;
  color: #2f72a7;
}
.in_pro .location a:hover::after {
  background: #2f72a7;
}
.in_pro .content {
  width: 90%;
}
.in_pro .swiper-horizontal > .swiper-scrollbar,
.in_pro .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
}
.in_pro .title {
  border-bottom: 1px solid #c8c9c9;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.in_pro .title h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: NotoSansSC-Bold;
}
.in_pro .title .btn {
  padding: 3px 15px;
  border: 2px solid #322f2f;
  border-radius: 24px;
  width: max-content;
  height: fit-content;
  margin-right: 4%;
}
.in_pro .title .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.in_pro .title .btn img {
  width: 14px;
  margin-left: 35px;
  transition: 0.5s;
}
.in_pro .title .btn:hover {
  border: 2px solid #000;
}
.in_pro .title .btn:hover img {
  transform: translateX(8px);
}
.in_pro .list .item .img {
  overflow: hidden;
  max-height: 540px;
}
.in_pro .list .item .img img {
  width: 100%;
  transition: all 0.6s ease;
}
.in_pro .list .item p {
  padding: 30px 0;
  font-size: 16px;
  text-align: center;
}
.in_pro .list .item:hover .img img {
  transform: scale(1.06);
}
@media screen and (max-width: 1080px) {
  .in_pro {
    padding: 50px 0;
  }
  .in_pro .title h2 {
    font-size: 30px;
  }
  .in_pro .flex {
    margin: 0 auto;
    width: 97%;
    max-width: 1600px;
  }
  .in_pro .location {
    display: none;
  }
  .in_pro .content {
    width: 100%;
  }
  .in_pro .list {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .in_pro {
    padding: 30px 0;
  }
  .in_pro .title h2 {
    font-size: 22px;
  }
  .in_pro .title .btn {
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .in_pro .title .btn a {
    font-size: 14px;
  }
  .in_pro .list .item .img {
    max-height: 250px;
  }
  .in_pro .title .btn img {
    margin-left: 20px;
  }
  .in_pro .list .item p {
    padding: 0;
    font-size: 14px;
    margin: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* in_vio */
.in_vio {
  position: relative;
}
.in_vio .img img {
  width: 100%;
}
.in_vio .link {
  position: absolute;
  top: 52%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  background: rgb(0 0 0 / 45%);
  width: 215px;
  height: 316px;
}
.in_vio .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: initial;
  max-height: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.in_vio .video h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: NotoSansSC-Bold;
}
.in_vio .video p {
  font-size: 40px;
  color: #fff;
  padding-bottom: 10px;
}
.in_vio .video .play {
  padding: 3px 15px;
  border: 2px solid #fff;
  border-radius: 24px;
  width: max-content;
  height: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.in_vio .video .play img {
  width: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 1080px) {
  .in_vio .link {
    display: none;
  }
  .in_vio .video h2 {
    font-size: 50px;
  }
  .in_vio .video p {
    font-size: 30px;
  }
  .in_vio .video .play {
  }
}
@media screen and (max-width: 768px) {
  .in_vio .video h2 {
    font-size: 28px;
  }
  .in_vio .video p {
    font-size: 20px;
  }
  .in_vio .video .play {
    padding: 3px 15px;
  }
}

/* in_ys */
.in_ys {
  padding: 80px 0;
  background: #f8fafc;
}
.in_ys .pic {
  width: 40%;
}
.in_ys .pic img {
  width: 100%;
  height: 100%;
}
.in_ys .content {
  width: 55%;
  margin-left: 5%;
}
.in_ys .content .title {
  margin-bottom: 10px;
}
.in_ys .content .title h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: NotoSansSC-Bold;
}
.in_ys .content .list {
  border-bottom: 1px solid #c8c9c9;
  border-top: 1px solid #c8c9c9;
  padding: 20.3% 0 10%;
}
.in_ys .content .list .item {
  width: 32%;
  margin-right: 2%;
  padding-right: 50px;
  border-left: 2px solid #555151;
  padding-left: 20px;
  position: relative;
}
.in_ys .content .list .item:nth-child(1) {
  padding-left: 0;
  border: none;
}
.in_ys .content .list .item:nth-child(3) {
  margin-right: 0;
}
.in_ys .content .list .item img {
  max-width: 80px;
  transition: all 0.6s linear;
}
.in_ys .content .list .item:hover img {
  transform: rotateY(180deg);
}
.in_ys .content .list .item h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0;
}
.in_ys .content .list .item p {
  font-size: 16px;
  color: #231915;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .in_ys .content .list {
    padding: 10.3% 0 6%;
  }
}
@media screen and (max-width: 1080px) {
  .in_ys {
    margin: 0 auto;
    width: 94%;
    max-width: 1600px;
    padding: 50px 0;
  }
  .in_ys .content .title h2 {
    font-size: 30px;
  }
  .in_ys .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .in_ys .content {
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .in_ys {
    padding: 30px 0;
  }
  .in_ys .content .title h2 {
    font-size: 22px;
  }
  .in_ys .content .list {
    padding: 20px 0;
  }
  .in_ys .content .list .item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 20px;
  }
  .in_ys .content .list .item:nth-child(3) {
    margin-bottom: 0;
  }
  .in_ys .content .list .item img {
    max-width: 55px;
  }
  .in_ys .content .list .item h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .in_ys .content .list .item p {
    font-size: 14px;
  }
}

/* in_case */
.in_case {
  background: #f8fafc;
  padding: 10px 0 20px;
}
.in_case .odcontent {
  position: relative;
}
.in_case .title {
  border-bottom: 1px solid #c8c9c9;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.in_case .title h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: NotoSansSC-Bold;
}
.in_case .title .btn {
  padding: 3px 15px;
  border: 2px solid #000;
  border-radius: 24px;
  width: max-content;
  height: fit-content;
  margin-right: 4%;
}
.in_case .title .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.in_case .title .btn img {
  width: 14px;
  margin-left: 35px;
  transition: 0.5s;
}
.in_case .title .btn:hover {
  border: 2px solid #000;
}
.in_case .title .btn:hover img {
  transform: translateX(8px);
}
.in_case .case .img {
  position: relative;
  padding-bottom: 85%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.in_case .case .img img {
  transition: all 0.6s ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}
.in_case .case p {
  font-size: 16px;
  margin: 20px 0;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.in_case .swiper-slide:hover .img img {
  transform: scale(1.06);
}
.in_case .swiper-horizontal > .swiper-scrollbar,
.in_case .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
}
.in_case .swiper-pagination-bullet {
  background: #000;
  width: 10px;
  height: 10px;
}
.in_case .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -32px;
}
.in_case
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 16px;
}
.in_case .swiper-pagination-bullets.swiper-pagination-horizontal::after {
  position: absolute;
  bottom: 8px;
  height: 3px;
  content: "";
  z-index: 1;
  width: 100%;
  left: 0;
  background: #231915;
}
.in_case .swiper-pagination-bullet-active {
  position: relative;
}
.in_case .swiper-pagination-bullet-active:before {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  border-radius: 100px;
  position: relative;
  top: -6.5px;
  left: -6.5px;
  content: "";
  display: block;
  animation: ruixien 5.5s infinite;
  background: rgb(0 0 0 / 40%);
}
@media screen and (max-width: 1770px) {
  .in_case .case .img {
    max-height: 480px;
  }
}
@media screen and (max-width: 1660px) {
  .in_case .case .img {
    max-height: 450px;
  }
}
@media screen and (max-width: 1550px) {
  .in_case .case .img {
    max-height: 420px;
  }
}
@media screen and (max-width: 1080px) {
  .in_case .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .in_case .title {
    margin-bottom: 20px;
  }
  .in_case .title h2 {
    font-size: 22px;
  }
  .in_case .title .btn {
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .in_case .title .btn a {
    font-size: 14px;
  }
  .in_case .title .btn img {
    margin-left: 20px;
  }
  .in_case .case p {
    margin: 10px 0;
  }
  .in_case .case .img {
    max-height: 170px;
  }
  .in_case .swiper-pagination-bullet-active:before {
    width: 20px;
    height: 20px;
  }
  .in_case .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .in_case .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -18px;
  }
}

/* in_pra */
.in_pra {
  background: #f8fafc;
  padding: 80px 0 30px;
}
.in_pra .title {
  border-bottom: 1px solid #c8c9c9;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}
.in_pra .title h2 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: NotoSansSC-Bold;
}
.in_pra .title .btn {
  padding: 3px 15px;
  border: 2px solid #000;
  border-radius: 24px;
  width: max-content;
  height: fit-content;
  margin-right: 4%;
}
.in_pra .title .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.in_pra .title .btn img {
  width: 14px;
  margin-left: 35px;
  transition: 0.5s;
}
.in_pra .title .btn:hover {
  border: 2px solid #000;
}
.in_pra .title .btn:hover img {
  transform: translateX(8px);
}
.in_pra .pras2 {
  margin: 60px 0;
}
.in_pra .swiper img {
  background: #fff;
  object-fit: contain;
  height: 70px;
  transition: all 0.6s linear;
  width: 100%;
  opacity: 1;
}
.in_pra .swiper img.rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transform: rotateY(180deg);
}
.in_pra .swiper .swiper-slide:hover img {
  opacity: 0;
  transform: rotateY(180deg);
}
.in_pra .swiper .swiper-slide:hover img.rotate {
  opacity: 1;
  transform: rotateY(0deg);
}
@media screen and (max-width: 1080px) {
  .in_pra {
    padding: 50px 0 30px;
  }
  .in_pra .title h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .in_pra {
    padding: 30px 0 30px;
  }
  .in_pra .title {
    margin-bottom: 20px;
  }
  .in_pra .title h2 {
    font-size: 22px;
  }
  .in_pra .title .btn {
    margin-bottom: 10px;
    padding: 2px 10px;
  }
  .in_pra .title .btn a {
    font-size: 14px;
  }
  .in_pra .title .btn img {
    margin-left: 20px;
  }
  .in_pra .pras2 {
    margin: 20px 0;
  }
}

/* in_new */
.in_new {
  padding: 50px 0;
}
.in_new .rd a {
  width: 50%;
  text-align: center;
  color: #2f72a7;
  background: #f8fafc;
  font-size: 24px;
  padding: 4px 0;
}
.in_new .rd a.cur {
  border: 2px solid #e9edf2;
  color: #fff;
  background: #2f72a7;
}

.in_new .list {
  margin-top: 40px;
}
.in_new .item {
  width: 32%;
  margin-right: 2%;
  display: flex;
  flex-wrap: wrap;
  background: #f8fafc;
  margin-bottom: 2%;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
}
/* .in_new .item::after{display:block;content:"";position:absolute;width:100%;opacity:0;transform:scale(.9);transition:.5s;height:100%;box-sizing:border-box;left:0;top:0;border:1px solid #E50012;z-index: 1;} */
.in_new .item:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: -3px;
}
.in_new .item:nth-child(3n + 3) {
  margin-right: 0;
}
.in_new .item .date {
  width: 18%;
  margin-right: 2%;
  z-index: 9;
}
.in_new .item .date h2 {
  font-size: 55px;
  font-weight: bold;
}
.in_new .item .date p {
  font-size: 16px;
}
.in_new .item .text {
  width: 80%;
  position: relative;
  z-index: 9;
}
.in_new .item .text::after {
  position: absolute;
  bottom: 0;
  height: 94%;
  content: "";
  z-index: 1;
  width: 2px;
  left: -22px;
  background: #b4b5b5;
}
.in_new .item .text h3 {
  font-size: 19px;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c9c9;
}
.in_new .item .text p {
  font-size: 15px;
  line-height: 1.8;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #717070;
}
.in_new .btn {
  padding: 2px 12px;
  border: 2px solid #000;
  border-radius: 24px;
  width: max-content;
  height: fit-content;
  margin: 0 auto;
  margin-right: 0;
}
.in_new .btn a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.in_new .btn img {
  width: 14px;
  margin-left: 35px;
  transition: 0.5s;
}
.in_new .btn:hover {
  border: 2px solid #000;
}
.in_new .btn:hover img {
  transform: translateX(8px);
}
@media screen and (max-width: 1600px) {
  .in_new .item .text::after {
    left: -15px;
    bottom: 8px;
    height: 92%;
  }
}
@media screen and (max-width: 1280px) {
  .in_new .item {
    width: 49%;
  }
  .in_new .item:nth-child(even) {
    margin-right: 0;
  }
  .in_new .item:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .in_new {
    padding: 30px 0 20px;
  }
  .in_new .list {
    margin-top: 20px;
  }
  .in_new .rd a {
    font-size: 18px;
  }
  .in_new .item {
    width: 100%;
    padding: 10px;
    display: none;
  }
  .in_new .item:nth-child(even) {
    margin-right: 0;
  }
  .in_new .item:nth-child(odd) {
    margin-right: 0;
  }
  .in_new .item:nth-child(1) {
    display: flex;
  }
  .in_new .item:nth-child(2) {
    display: flex;
  }
  .in_new .item:nth-child(3) {
    display: flex;
  }
  .in_new .item .text::after {
    display: none;
  }
  .in_new .item .text h3 {
    font-size: 16px;
  }
  .in_new .item .text p {
    font-size: 14px;
  }
  .in_new .item .date h2 {
    font-size: 28px;
  }
  .in_new .item .date p {
    font-size: 13px;
  }
  .in_new .btn {
    margin-right: auto;
    margin-top: 20px;
    padding: 2px 10px;
  }
  .in_new .btn a {
    font-size: 14px;
  }
  .in_new .btn img {
    margin-left: 20px;
  }
}

.in_lx {
  padding: 20px 0 40px;
}
.in_lx .item {
  width: 50%;
  background: #2f72a7;
  padding: 70px 4.5%;
  position: relative;
}
.in_lx .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.in_lx .item .css3 {
  position: absolute;
  z-index: 9;
  left: 1em;
  top: 1em;
  right: 1em;
  bottom: 1em;
}
.in_lx .item .border {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.in_lx .item:nth-child(2) .border {
  background: #2f72a7;
}
.in_lx .item .border.b_t {
  left: 0;
  right: 100%;
  top: 0;
  height: 1px;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item .border.b_r {
  top: 0;
  bottom: 100%;
  right: 0;
  width: 1px;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item .border.b_b {
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item .border.b_l {
  top: 0;
  bottom: 100%;
  left: 0;
  width: 1px;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item:hover .b_t {
  left: 0;
  right: 0;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item:hover .b_r {
  top: 1em;
  bottom: 1em;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item:hover .b_b {
  left: 0;
  right: 0;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item:hover .b_l {
  top: 1em;
  bottom: 1em;
  -webkit-transition: all 340ms linear 150ms;
  transition: all 340ms linear 150ms;
}
.in_lx .item .info h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 6px;
  font-family: NotoSansSC-Bold;
}
.in_lx .item .info p {
  font-size: 18px;
  color: #fff;
}
.in_lx .item:nth-child(2) {
  background: #f8fafc;
}
.in_lx .item:nth-child(2) .info h2 {
  color: #2f72a7;
}
.in_lx .item:nth-child(2) .info p {
  color: #2f72a7;
}
.in_lx .item .pic img {
  width: 65px;
  transition: 0.3s;
}
/* .in_lx .item:hover .pic img{transform: translateX(8px);} */
@media screen and (max-width: 1080px) {
  .in_lx {
    padding: 10px 0;
  }
  .in_lx .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .in_lx .item {
    padding: 40px 5.5%;
  }
  .in_lx .item .info h2 {
    font-size: 22px;
  }
  .in_lx .item .info p {
    font-size: 15px;
  }
  .in_lx .item .pic img {
    width: 30px;
  }
}
