.pub_h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pub_h2 h2 {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.pub_h2 p {
  text-align: center;
  line-height: 2;
  color: #444;
  max-width: 90%;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .pub_h2 p {
    max-width: 57% !important;
  }
}
@media (max-width: 991px) {
  .pub_h2 p {
    max-width: 100% !important;
    line-height: 1.5;
    padding: 0 5%;
  }
}
.cul_wh {
  padding: 0.8rem 0 1.3rem;
}
@media (max-width: 767px) {
  .cul_wh {
    padding: 0.7rem 0;
  }
}
@media (max-width: 991px) {
  .cul_wh .container2 .pub_h2 p {
    max-width: 100% !important;
  }
}
.cul_wh .container2 .box {
  margin-top: 0.94rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cul_wh .container2 .box {
    flex-direction: column;
  }
}
.cul_wh .container2 .box .list {
  width: 30.92%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .cul_wh .container2 .box .list {
    width: 100%;
    margin: 0 auto 0.4rem;
  }
}
.cul_wh .container2 .box .list:hover .txt {
  transform: scale(1.05);
}
.cul_wh .container2 .box .list .img {
  position: relative;
}
.cul_wh .container2 .box .list .img:before {
  padding-top: 114.31%;
}
.cul_wh .container2 .box .list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0.55rem 0.6rem;
  z-index: 1;
  color: #fff;
  transition: all 0.3s;
  padding-bottom: 25%;
  background: rgba(0, 41, 105, 0.5);
}
@media (max-width: 1580px) {
  .cul_wh .container2 .box .list .txt {
    padding-bottom: 20%;
  }
}
@media (max-width: 1260px) {
  .cul_wh .container2 .box .list .txt {
    padding-bottom: 45%;
    padding: 0 0.25rem 0.6rem;
  }
}
@media (max-width: 991px) {
  .cul_wh .container2 .box .list .txt {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .cul_wh .container2 .box .list .txt {
    padding: 0 0.3rem !important;
    justify-content: center;
    background: rgba(0, 41, 105, 0.5);
  }
  .pub_h2 h2{font-size:18px;}
}
.cul_wh .container2 .box .list .txt span {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.cul_wh .container2 .box .list .txt p {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.cul_b .h_occ {
  height: 100vh;
}

.wcj_xiaoguo .list01 {
    max-width: 1060px;
    width: 100%;
    /* height: 140px; */
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wcj_xiaoguo .list01 li {
    width: 23%;
    padding: 20px 1%;
    height: 140px;
    float: left;
    box-sizing: border-box;
    /* background: #fff; */
    border-radius: 10px;
}
.wcj_xiaoguo .list01 li .icon {
    width: 100%;
    float: left;
    height: 100px;
    background: url(../images/xg_yuan02.png) top center no-repeat;
    position: relative;
}
.gd1 {
  animation: mymove1 1s 0.5s ease-out infinite alternate !important;
}.wcj_xiaoguo .list01 li .icon h4 {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding-top: 45px;
    text-align: center;
}
.wcj_xiaoguo .list01 li:nth-of-type(1) .icon h4 {
  background: url(../images/xg_icon_01.png) top center no-repeat;
}

.wcj_xiaoguo .list01 li:nth-of-type(2) .icon h4 {
  background: url(../images/xg_icon_02.png) top center no-repeat;
}
.wcj_xiaoguo .list01 li:nth-of-type(3) .icon h4 {
  background: url(../images/xg_icon_03.png) top center no-repeat;
}
.wcj_xiaoguo .list01 li:nth-of-type(4) .icon h4 {
  background: url(../images/xg_icon_04.png) top center no-repeat;
}
		@keyframes mymove1 {
		  from {
		    transform: translateY(0px);
		  }
		
		  to {
		    transform: translateY(10px);
		  }
		}

			.acc li {width: 18%; float: left; margin: 1%;}
			
			
@media (max-width: 1580px) {
  .cul_b .h_occ {
    height: 9.3rem;
  }
}
@media (max-width: 767px) {
  .cul_b .h_occ {
    height: auto;
  }
  .wcj_xiaoguo .list01 {
    
    width: 95%;}
  .wcj_xiaoguo .list01 {
    margin: 20px auto;
   
}
  .acc li {
    width: 48%;}
  .wcj_xiaoguo .list01 li .icon h4 {
  
      font-size: 14px;
  }
}