.cont .covering {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 50px;
  backdrop-filter: blur(10px);
}
.cont .cont_bg {
  background: url(../img/culture_banner.jpg) center top #fff no-repeat;
  background-size: 100%;
}
.cont .gradient-bg .g3,
.cont .gradient-bg .g5 {
  opacity: 0.4;
}
.cont .gradient-bg .gradients-container {
  opacity: 0.8;
}
.cont .page_banner {
  position: relative;
  padding-top: 26%;
}
.cont .page_banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: inherit;
  transform: translate(-50%, -50%);
}
.cont .page_banner .w1440 .txt {
  color: #fff;
  font-weight: bold;
}
.cont .page_bg {
  position: relative;
  padding-bottom: 50px;
}
.cont .page_bg .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 41%;
  z-index: 5;
}
.cont .page_bg .w1440 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  overflow: inherit;
  padding-top: 80px;
}
.cont .page_bg .title span {
  display: block;
  color: #080748;
}
.cont .page_bg .title p {
  display: block;
  color: #080748;
  font-weight: 700;
}
.cont .page_bg .page1 .section {
  position: relative;
  margin-top: 50px;
}
.cont .page_bg .page1 .section .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}
.cont .page_bg .page1 .section .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.cont .page_bg .page1 .section .list li .box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cont .page_bg .page1 .section .list li:nth-child(1) {
  background: url('../img/culture_1_1.jpg');
  background-size: 100% 100%;
}
.cont .page_bg .page1 .section .list li:nth-child(1) .ic {
  order: 3;
  margin-left: 25px;
}
.cont .page_bg .page1 .section .list li:nth-child(1) .txt p {
  text-align: right;
}
.cont .page_bg .page1 .section .list li:nth-child(1) .txt span {
  text-align: right;
  margin-top: 15px;
}
.cont .page_bg .page1 .section .list li:nth-child(2) {
  background: url('../img/culture_1_2.jpg');
  background-size: 100% 100%;
}
.cont .page_bg .page1 .section .list li:nth-child(2) .ic {
  margin-right: 25px;
}
.cont .page_bg .page1 .section .list li:nth-child(2) .txt span {
  margin-top: 15px;
}
.cont .page_bg .page1 .section .list li:nth-child(3) {
  background: url('../img/culture_1_3.jpg');
  background-size: 100% 100%;
}
.cont .page_bg .page1 .section .list li:nth-child(3) .box {
  align-items: flex-end;
}
.cont .page_bg .page1 .section .list li:nth-child(3) .ic {
  order: 3;
  margin-left: 25px;
}
.cont .page_bg .page1 .section .list li:nth-child(3) .txt {
  display: flex;
  flex-direction: column-reverse;
}
.cont .page_bg .page1 .section .list li:nth-child(3) .txt p {
  text-align: right;
}
.cont .page_bg .page1 .section .list li:nth-child(3) .txt span {
  text-align: right;
  margin-bottom: 15px;
}
.cont .page_bg .page1 .section .list li:nth-child(4) {
  background: url('../img/culture_1_4.jpg');
  background-size: 100% 100%;
}
.cont .page_bg .page1 .section .list li:nth-child(4) .box {
  align-items: flex-end;
}
.cont .page_bg .page1 .section .list li:nth-child(4) .ic {
  margin-right: 25px;
}
.cont .page_bg .page1 .section .list li:nth-child(4) .txt {
  display: flex;
  flex-direction: column-reverse;
}
.cont .page_bg .page1 .section .list li:nth-child(4) .txt span {
  margin-bottom: 15px;
}
.cont .page_bg .page1 .section .list li .ic {
  width: 59px;
}
.cont .page_bg .page1 .section .list li .txt {
  width: 45%;
}
.cont .page_bg .page1 .section .list li .txt p {
  color: #fff;
  font-weight: 700;
  display: block;
}
.cont .page_bg .page1 .section .list li .txt span {
  color: #fff;
  display: block;
}
.cont .page_bg .page1 .section .location {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page_bg .page1 .section .location .text {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .page_bg .page1 .section .location .text p {
  color: #080748;
  text-align: center;
}
.cont .page_bg .page2 {
  margin-top: 90px;
}
.cont .page_bg .page2 .tit_top {
  display: flex;
  align-items: flex-end;
}
.cont .page_bg .page2 .tit_top .img {
  width: 35%;
  margin-left: 45px;
  margin-bottom: -1.5%;
}
.cont .page_bg .page2 ul {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cont .page_bg .page2 ul li {
  width: 32%;
  padding: 1% 3%;
  background: #ebedf5;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .page_bg .page2 ul li .img {
  width: 30.5%;
}
.cont .page_bg .page2 ul li .txt {
  width: 65%;
  color: #080748;
  font-weight: 600;
}
.cont .page_bg .page2 .img_bg {
  background: url(../img/culture_2_5.jpg) center right;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5vw 0;
  margin-top: 20px;
}
.cont .page_bg .page2 .img_bg .txt p,
.cont .page_bg .page2 .img_bg .txt span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.cont .page_bg .page2 .img_bg .txt span {
  margin-top: 15px;
}
.cont .page_bg .page3 {
  margin-top: 90px;
}
.cont .page_bg .page3 .title i {
  display: block;
  color: #080748;
}
.cont .page_bg .page3 ul {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.cont .page_bg .page3 ul li {
  padding: 2.5vw 2.5vw 3.5vw;
  width: 48%;
  border-radius: 15px;
  overflow: hidden;
}
.cont .page_bg .page3 ul li .tit {
  font-weight: 600;
  color: #080748;
}
.cont .page_bg .page3 ul li .tag {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
}
.cont .page_bg .page3 ul li .tag p {
  display: block;
  color: #080748;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
  width: 50%;
  margin-top: 1.5vw;
}
.cont .page_bg .page3 ul li .tag p::after {
  content: '';
  display: block;
  background: #4a2f87;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.cont .page_bg .page3 ul li .tag p:nth-last-child(1) {
  width: 100%;
}
.cont .page_bg .page3 ul li .item {
  margin-top: 16px;
}
.cont .page_bg .page3 ul li .item p {
  display: block;
  color: #080748;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}
.cont .page_bg .page3 ul li .item p::after {
  content: '';
  display: block;
  background: #4a2f87;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.cont .page_bg .page3 ul li .item span {
  color: #080748;
  display: block;
  margin-top: 7px;
  padding-left: 25px;
}
.cont .page_bg .page3 ul li:nth-child(1) {
  background: url(../img/culture_3_1.jpg);
  background-size: cover;
}
.cont .page_bg .page3 ul li:nth-child(2) {
  background: url(../img/culture_3_2.jpg);
  background-size: cover;
}
/* 125% */
/* 150 */
@media screen and (max-width: 998px) {
  .cont .page_bg .page1 .section .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 15px;
  }
  .cont .page_bg .page1 .section .location {
    position: static;
    transform: translate(0, 0);
  }
  .cont .page_bg .page1 .section .list li {
    border-radius: 10px;
    height: auto;
    padding: 30px 20px;
  }
  .cont .page_bg .page1 .section .location {
    width: 100%;
    border: 0;
    height: auto;
  }
  .cont .page_bg .page1 .section {
    margin-top: 20px;
  }
  .cont .page_bg .page1 .section .location .text {
    width: 100%;
    height: auto;
    background: transparent;
  }
  .cont .page_bg .page1 .section .location .text p br {
    display: none;
  }
  .cont .page_bg .page1 .section .list li .txt {
    order: 4;
    width: 70%;
    flex-direction: column!important;
  }
  .cont .page_bg .page1 .section .list li .txt p {
    text-align: left!important;
  }
  .cont .page_bg .page1 .section .list li .txt span {
    text-align: left!important;
    margin-bottom: 0!important;
    margin-top: 5px!important;
  }
  .cont .page_bg .page1 .section .list li .ic {
    margin-left: 0!important;
    margin-right: 20px!important;
    width: 40px;
  }
  .cont .page_bg .page1 .section .list li .box {
    align-items: flex-start !important;
  }
  .cont .page_bg .title span {
    text-align: center;
  }
  .cont .page_bg .title p {
    text-align: center;
  }
  .cont .page_bg .page2 {
    margin-top: 40px;
  }
  .cont .page_bg .page2 .tit_top {
    flex-wrap: wrap;
  }
  .cont .page_bg .page2 .tit_top .title {
    width: 100%;
  }
  .cont .page_bg .page2 .tit_top .img {
    margin: 15px auto 0;
  }
  .cont .page_bg .page2 ul {
    margin-top: 30px;
  }
  .cont .page_bg .page2 ul li {
    padding: 10px;
    border-radius: 10px;
  }
  .cont .page_bg .page2 ul li .txt {
    font-size: 14px;
  }
  .cont .page_bg .page2 .img_bg {
    border-radius: 10px;
  }
  .cont .page_bg .page3 {
    margin-top: 40px;
  }
  .cont .page_bg .page3 .title i {
    text-align: center;
    margin-top: 5px;
  }
  .cont .page_bg .page3 ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .cont .page_bg .page3 ul li {
    width: 100%;
    padding: 40px 30px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .cont .page_bg .page3 ul li:nth-last-child(1) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cont .cont_bg {
    background-size: 150%;
  }
  .cont .page_banner {
    padding-top: 38%;
  }
  .cont .page_bg .w1440 {
    padding-top: 40px;
  }
  .cont .page_bg .page2 ul {
    flex-wrap: wrap;
  }
  .cont .page_bg .page2 ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 30px;
  }
  .cont .page_bg .page2 ul li .img {
    width: 22%;
  }
  .cont .page_bg .page2 ul li .txt {
    font-size: 18px;
  }
  .cont .page_bg .page2 .tit_top .img {
    width: 60%;
  }
  .cont .page_bg .page2 .img_bg {
    margin-top: 0;
    padding: 30px 0;
  }
  .cont .page_bg .page2 .img_bg .txt span {
    margin-top: 5px;
  }
  .cont .page_bg .page3 ul li .tag{
      width: 84%;
      
  }
  .cont .page_bg .page3 ul li .tag p{
          padding-left: 18px;
      
  }
}
/*# sourceMappingURL=./culture.css.map */
