.banner {
  width: 100%;
}
.banner .swiper1 {
  width: 100%;
}
.banner .swiper1 .swiper-slide {
  width: 100%;
  aspect-ratio: 1920/668;
}
.banner .swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper1 .swiper-pagination1 {
  bottom: 20px;
  left: 0;
  width: 100%;
}
.banner .swiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 20px;
  opacity: 1;
  transition: 0.5s;
}
.banner .swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 27px;
  width: 43px;
  opacity: 1;
  background-color: #9d3939;
}
.banner .swiper1 .swiper-button-next1,
.banner .swiper1 .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d3939;
  transition: 0.5s;
}
.banner .swiper1 .swiper-button-next1:hover,
.banner .swiper1 .swiper-button-prev1:hover {
  color: #b29b6b;
}
.banner .swiper1 .swiper-button-next1::after,
.banner .swiper1 .swiper-button-prev1::after {
  font-weight: bold;
}
.banner .swiper1 .swiper-button-next1 {
  right: calc(50% - 700px);
  left: auto;
}
.banner .swiper1 .swiper-button-prev1 {
  left: calc(50% - 700px);
  right: auto;
}
.quickNav {
  width: 1400px;
  margin: 60px auto;
  display: flex;
  align-items: center;
}
.quickNav .item {
  width: 25%;
  height: 268px;
  border: solid 1px #afafaf;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.quickNav .item .icon {
  width: 88px;
  transition: 0.5s;
}
.quickNav .item .icon img {
  width: 100%;
}
.quickNav .item .name {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.quickNav .item .p {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-top: 10px;
}
.quickNav .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.quickNav .item:hover .icon {
  transform: rotateY(360deg);
}
.quickNav .item:hover .name {
  color: #9d3939;
}
.other {
  width: 100%;
  position: relative;
}
.other .bg {
  width: 100%;
  height: 568px;
  position: absolute;
  top: 0;
  left: 0;
}
.other .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other .box {
  position: relative;
  z-index: 2;
  width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-top: 100px;
}
.other .box .item {
  width: 100%;
  height: 234px;
  position: relative;
}
.other .box .item .bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.other .box .item .bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other .box .item:first-child {
  height: 468px;
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}
.other .box .item:first-child .item-box {
  background-color: inherit;
}
.other .box .item:first-child .item-box .name {
  color: #fff;
}
.other .box .item .item-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: solid 1px #dcdcdc;
}
.other .box .item .item-box .icon {
  width: 60px;
  transition: 0.5s;
}
.other .box .item .item-box .icon img {
  width: 100%;
}
.other .box .item .item-box .name {
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
  color: #333333;
}
.other .box .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.other .box .item:hover .item-box .icon {
  transform: scale(1.1);
}
.expert {
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
.expert .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expert .top .title {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
.expert .top .button {
  width: 120px;
  height: 42px;
  border-radius: 42px;
  border: solid 1px #9d3939;
  background-color: #9d3939;
  transition: 0.5s;
}
.expert .top .button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
}
.expert .top .button:hover {
  background-color: #fff;
}
.expert .top .button:hover a {
  color: #9d3939;
}
.expert .swiper2 {
  width: 100%;
  margin-top: 30px;
}
.expert .swiper2 .swiper-slide {
  width: 263px;
  position: relative;
}
.expert .swiper2 .swiper-slide .box {
  width: 100%;
  position: relative;
}
.expert .swiper2 .swiper-slide .box .img {
  width: 100%;
  aspect-ratio: 318/473;
  overflow: hidden;
}
.expert .swiper2 .swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.expert .swiper2 .swiper-slide .box .text {
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #9d3939;
}
.expert .swiper2 .swiper-slide .box .text .text-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expert .swiper2 .swiper-slide .box .text .text-top .name {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.expert .swiper2 .swiper-slide .box .text .text-top .position {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.expert .swiper2 .swiper-slide .box .text .department {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
  opacity: 0.6;
}
.expert .swiper2 .swiper-slide .box .text .button {
  width: 100px;
  height: 30px;
  border-radius: 30px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-top: 20px;
  transition: 0.5s;
}
.expert .swiper2 .swiper-slide .box:hover .img img {
  transform: scale(1.1);
}
.expert .swiper2 .swiper-slide .box:hover .text .button {
  background-color: #fff;
  color: #9d3939;
}
.expert .swiper2 .swiper-slide .box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.expert .swiper-button-next2,
.expert .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d3939;
}
.expert .swiper-button-next2::after,
.expert .swiper-button-prev2::after {
  font-weight: bold;
}
.expert .swiper-button-prev2 {
  left: -32px;
  right: auto;
}
.expert .swiper-button-next2 {
  left: auto;
  right: -32px;
}
.expert .swiper-pagination2 {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.expert .swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
}
.expert .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #9d3939;
}
.news {
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
  margin-bottom: 60px;
}
.news .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .top .title {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-weight: bold;
}
.news .top .button {
  width: 120px;
  height: 42px;
  border-radius: 42px;
  border: solid 1px #9d3939;
  background-color: #9d3939;
  transition: 0.5s;
}
.news .top .button a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
}
.news .top .button:hover {
  background-color: #fff;
}
.news .top .button:hover a {
  color: #9d3939;
}
.news .list {
  width: 100%;
  margin-top: 30px;
}
.news .list .item {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  position: relative;
  transition: 0.5s;
}
.news .list .item .img {
  width: 300px;
  aspect-ratio: 454/292;
  flex-shrink: 0;
  overflow: hidden;
}
.news .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.news .list .item .right {
  width: calc(100% - 360px);
  margin: 0 30px;
  margin-top: 30px;
}
.news .list .item .right .name {
  font-size: 18px;
  line-height: 22px;
  color: #333;
  transition: 0.5s;
}
.news .list .item .right .p {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin-top: 20px;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .list .item .right .bottom {
  margin-top: 20px;
  display: flex;
}
.news .list .item .right .bottom .time,
.news .list .item .right .bottom .read {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin-right: 20px;
  transition: 0.5s;
}
.news .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.news .list .item:hover {
  background-color: #9d3939;
}
.news .list .item:hover .img img {
  transform: scale(1.1);
}
.news .list .item:hover .right .name {
  color: #fff;
}
.news .list .item:hover .right .p {
  color: #fff;
}
.news .list .item:hover .right .bottom .time,
.news .list .item:hover .right .bottom .read {
  color: #fff;
}
@media screen and (max-width: 1560px) {
  .banner .swiper1 .swiper-button-prev1 {
    left: 5%;
    right: auto;
  }
  .banner .swiper1 .swiper-button-next1 {
    left: auto;
    right: 5%;
  }
  .quickNav {
    width: 90%;
    margin: 60px auto;
    display: flex;
    align-items: center;
  }
  .other .box {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 100px;
  }
  .expert {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
  }
  .news {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .other .box {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 100px;
  }
  .other .box .item:first-child {
    height: 234px;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
}
@media screen and (max-width: 1080px) {
  .other .box {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 100px;
  }
}
@media screen and (max-width: 860px) {
  .banner {
    width: 100%;
  }
  .banner .swiper1 {
    width: 100%;
    height: 300px;
  }
  .quickNav .item {
    width: 25%;
    height: 150px;
    border: solid 1px #afafaf;
    margin-left: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .quickNav .item .icon {
    width: 36px;
    transition: 0.5s;
  }
  .quickNav .item .name {
    font-size: 18px;
    line-height: 19px;
    color: #333;
    font-weight: bold;
    margin-top: 14px;
  }
  .quickNav .item .p {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-top: 10px;
  }
}
@media screen and (max-width: 680px) {
  .quickNav {
    width: 90%;
    margin: 60px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .quickNav .item {
    width: calc(50% - 1px);
    height: 150px;
    border: solid 1px #afafaf;
    margin-left: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .other .box .item {
    width: 100%;
    height: 120px;
    position: relative;
  }
  .other .box .item:first-child {
    height: 120px;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .other .box .item .item-box .icon {
    width: 36px;
    transition: 0.5s;
  }
  .other .box .item .item-box .name {
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    color: #fff;
  }
  .expert .swiper-pagination2 {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  .expert .swiper-button-next2,
  .expert .swiper-button-prev2 {
    display: none;
  }
  .expert .swiper2 .swiper-slide .box .text .text-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .expert .swiper2 .swiper-slide .box .text .text-top .position {
    margin-top: 10px;
  }
  .news {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    margin-bottom: 60px;
  }
  .news .list .item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    position: relative;
    transition: 0.5s;
    flex-wrap: wrap;
  }
  .news .list .item .img {
    width: 100%;
    aspect-ratio: 454 / 292;
    flex-shrink: 0;
    overflow: hidden;
  }
  .news .list .item .right {
    width: calc(100% - 60px);
    margin: 0 30px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
