.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 540px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide {
    height: 450px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide {
    height: 500px;
  }
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 40px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn {
  font-family: Source Han Sans;
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn::after {
  width: 200px;
  height: 1px;
  background-color: #D8D8D8;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn::after {
    width: 140px;
  }
}
.sect-1 .swiper .swiper-slide .content .en {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 28px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 32px;
  }
}

.sect-2 {
  padding: 60px 250px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 {
    padding: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 {
    padding: 40px 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 {
    padding: 50px 80px;
  }
}
.sect-2 .left {
  width: 185px;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.sect-2 .left .tit {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  padding: 0 22px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .tit {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .tit {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .tit {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .tit {
    width: 100%;
    padding: 0;
  }
}
.sect-2 .left .item {
  display: flex;
  align-items: center;
  height: 40px;
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  padding: 0 22px;
  margin: 12px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .item {
    width: calc(50% - 6px);
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .item {
    width: calc(50% - 6px);
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .item {
    width: calc(50% - 6px);
    padding: 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left .item {
    width: 200px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.sect-2 .left .item:hover {
  color: #224196;
  background: linear-gradient(90deg, #244196 0%, #244196 5px, #eaeeeb 5px, #eaeeeb 100%);
}
.sect-2 .left .active {
  color: #224196;
  background: linear-gradient(90deg, #244196 0%, #244196 5px, #eaeeeb 5px, #eaeeeb 100%);
}
.sect-2 .center {
  flex-grow: 1;
}
.sect-2 .center .total {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  border-bottom: 1px solid #D8D8D8;
  padding: 6px 0 20px 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .total {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .total {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .total {
    width: 100%;
    padding: 15px;
  }
}
.sect-2 .center .item {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .item {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .item {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .item {
    margin-top: 20px;
  }
}
.sect-2 .center .item .info {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .item .info {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .item .info {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .item .info {
    display: block;
  }
}
.sect-2 .center .item .info .name {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .item .info .name {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .item .info .name {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .item .info .name {
    font-size: 20px;
  }
}
.sect-2 .center .item .info .txt {
  display: flex;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #828282;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .item .info .txt {
    line-height: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .item .info .txt {
    line-height: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .item .info .txt {
    line-height: 2;
  }
}
.sect-2 .center .item .info .adr {
  color: #627CD4;
}
.sect-2 .center .item .info .date {
  margin-left: 20px;
}
.sect-2 .center .item .info img {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  transition: all .1s linear;
}
.sect-2 .center .item .content {
  padding: 25px 35px;
  border-radius: 10px;
  background: #FBFBFB;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .center .item .content {
    padding: 15px;
    line-height: 2;
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .center .item .content {
    padding: 15px;
    line-height: 2;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .center .item .content {
    padding: 15px;
    line-height: 2;
    margin-top: 10px;
  }
}
.sect-2 .right {
  width: 275px;
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sect-2 .right .search {
  display: flex;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .search {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .search {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .search {
    width: 100%;
  }
}
.sect-2 .right .search label {
  width: 195px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .search label {
    width: calc(100% - 100px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .search label {
    width: calc(100% - 100px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .search label {
    width: calc(100% - 100px);
  }
}
.sect-2 .right .search input {
  width: 100%;
  height: 40px;
  border-radius: 20px 0 0 20px;
  background: #F2F4F8;
  padding: 0 20px;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #000;
  border: none;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .search input {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .search input {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .search input {
    font-size: 12px;
  }
}
.sect-2 .right .search input::placeholder {
  color: #888FA5;
}
.sect-2 .right .search .btn {
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 20px 20px 0;
  background-color: #244196;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .search .btn {
    font-size: 12px;
    width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .search .btn {
    font-size: 12px;
    width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .search .btn {
    font-size: 12px;
    width: 100px;
  }
}
.sect-2 .right .more {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .more {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .more {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .more {
    margin-top: 10px;
  }
}
.sect-2 .right .more .txt {
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  padding: 20px 22px;
  border-bottom: 4px solid #224196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .more .txt {
    padding: 10px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .more .txt {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .more .txt {
    padding: 10px 15px;
  }
}
.sect-2 .right .item {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  line-height: 2;
  border-bottom: 1px solid #EAEBEE;
  padding: 22px 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .item {
    padding: 10px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .item {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .item {
    padding: 10px 15px;
  }
}
.sect-2 .right .item:last-child {
  border-bottom: none;
}
.sect-2 .right .item .date {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

/*# sourceMappingURL=join.css.map */
