.banner>img {
  width: 100%;
}

.about-inner {
  background: #f6f6f6;
}
.about-inner .about-img {
  height: 490px;
  overflow: hidden;
}
.about-inner .txt .more {
  display: none;
}

.application {
  background: url(../images/appl-bg.jpg) no-repeat center top;
  background-size: 100% 54%;
}

.application-en {
  background-size: 100% 55.5%;
}

.appl-con .txt {
  background-color: #fff;
  padding: .1rem;
}

.appl-con .txt .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appl-con .top i {
  font-style: normal;
  color: #999;
}

/* 企业愿景 */
.vision {
  background-color: #f6f6f6;
}
.vision .vis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}

/* 左侧大图，撑满整列高度 */
.vision .vis-img-left {
  height: 100%;
}

.vision .vis-img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中间列：上图下文，各占50% */
.vision .vis-mid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vision .vis-mid .vis-img-mid,
.vision .vis-mid .vis-text {
  flex: 1;
}

.vision .vis-img-mid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右侧列：上文下图，各占50% */
.vision .vis-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vision .vis-right .vis-img-right,
.vision .vis-right .vis-text {
  flex: 1;
}

.vision .vis-img-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 文字块 */
.vision .vis-text {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.vision .vis-text h4 {
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}


@keyframes a2 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes a3 {

  0%,
  50% {
    background: #2999e0;
  }

  51%,
  100% {
    background: #fff;
  }
}

.inner {
  background-color: #fff;
}

/* .inner_pro {
  margin-top: .5rem;
} */
.inner-nav {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.inner-nav ul {
  display: flex;
}

.inner-nav ul li {
  padding: 0 80px;
}

.inner-nav li.active h3 {
  color: #009758;
  font-weight: bold;
}

.inner .side_bar {
  width: 23.8%;
  padding-top: 22px;
  padding-left: 2.8%;
  background-color: #fff;
}

.side_bar_con>.title,
.side_bar .side_bar_item {
  display: flex;
  align-items: center;
  height: 82px;
  padding-left: 40px;
}

.side_bar .side_bar_item {
  position: relative;
  justify-content: space-between;
  padding-right: 40px;
  border-bottom: 1px dashed #ccc;
}

.side_bar .side_bar_item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 40px;
  width: 14px;
  height: 2px;
  background-color: #1f8e57;
}

.side_bar .side_bar_item span {
  text-transform: uppercase;
  color: #9ba3b3;
}

.side_bar_con li:last-child .side_bar_item {
  border-bottom: none;
}

.side_bar_con>.title {
  color: #fff;
  background: url(../images/side_bar_title_bg.jpg) no-repeat center;
}

.side_bar_item .title {
  display: block;
  padding-left: 0;
  width: 100%;
}

.side_bar_con .active .side_bar_item {
  background-color: #f5b232;
  color: #fff;
  border-bottom: none;
}

.side_bar_item h4,
.side_bar_con h3 {
  font-size: 20px;
}

.inner .content p img {
  max-width: 100%;
}

.inner_cate_nav {
  background-color: #f5f5f5;
}

.report {
  margin: .2rem 0 .3rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.report li {
  width: 48%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

/* .equ_bigClass_list>li {
  width: 25%;
  padding: 0 10px;
  padding-bottom: .1rem;
} */
/* .equ_bigClass_list h4 {
  font-weight: bold;
} */
.inner_cate_nav li.active h4 {
  color: #fff;
}

.arti_con p,
.arti_con span {
  text-wrap: wrap !important;
}

.arti_con p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.arti_con .txt_wrap table td,
.arti_con .txt_wrap table td p {
  height: 100%;
  padding: 10px;
}

.arti_con .txt_wrap p {
  margin-bottom: 0;
}

.arti_con .txt_wrap table td {
  border-width: 0 !important;
  border-style: none !important;
}

.arti_con .txt_wrap table td {
  border: 1px solid #ccc !important;
}

.arti_con .txt_wrap table p {
  margin-bottom: 0;
  display: block;
  text-indent: 0;
}

.arti_con .txt_wrap table p span {
  display: block;
}

.arti_con .txt_wrap .firstRow {
  background-color: #009758;
}

.arti_con .txt_wrap .firstRow span,
.arti_con .txt_wrap .firstRow td {
  color: #fff;
}

.arti_con .top {
  display: flex;
  /* height: 460px; */
  margin-bottom: 20px;
}

.arti_con table {
  width: 100%;
}

.arti_con .sp-thumbs {
  margin-top: 10px;
  height: 72px;
  display: none;
}

.arti_con .sp-thumbs a:last-child {
  margin-right: 0;
}

.arti_con .sp-thumbs a {
  margin-right: 10px;
  width: calc((100% - 40px) / 5);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 62.95px;
}

.arti_con .top .top_box {
  width: 30%;
}

.arti_con .top .txt {
  width: 64%;
}

.arti_con .top .txt_wrap {
  padding-left: .2rem;
}

.arti_con_title {
  margin-bottom: .2rem;
  border-bottom: 1px solid #ccc;
}

.arti_con_title h3 {
  padding: 20px 0;
  font-weight: bold;
}

.arti_con .txt {
  background-color: #fff;
}

.arti_con .top h3 {
  font-weight: bold;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.arti_con .top .inner-more {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  background-color: #d61818;
  margin-top: 40px;
  border: none;
  border-radius: 30px;
}

.arti_con .top .cont_more {
  background-color: #999;
  margin-left: 20px;
}

.inner_cate_nav .list a {
  text-align: center;
}

.inner_cate_nav .list {
  display: flex;
  justify-content: center;
}

.inner_cate_nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100% / 6);
}

.inner_cate_nav h4 {
  padding: 20px 30px;
  margin: 0;
}

.inner_cate_nav a {
  width: 100%;
  height: 100%;
  display: block;
}

.inner_cate_nav .active {
  background-color: #d61818;
  border: none;
}

.inner_cate_nav .active a {
  color: #fff;
}

.inner_pro .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner_pro .content {
  flex: 1;
}

.side_bar_item h4,
.side_bar_item span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.reg_side_bar .side_bar_item h4 {
  font-size: 20px;
}

.side_bar_con .active .side_bar_item span {
  color: #fff;
}

.side_bar_con .active .side_bar_item:before {
  content: none;
}

.side_bar_con .side_bar_arrow {
  display: none;
}

.side_bar_con .active .side_bar_arrow {
  display: block;
  width: 12px;
  height: 21px;
  background: url(../images/side_bar_arrow_r.png) no-repeat center;
}

.related .list {
  display: flex;
  flex-wrap: wrap;
}

.related .list .item {
  width: calc((100% - 90px) / 4);
}

.related .list .item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.related .list .item:nth-child(4n+4) {
  margin-right: 0;
}

.related .list .pic {
  position: relative;
  height: 0;
  padding-top: 100%;
}

.related .list .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related .list .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
  text-align: center;
  height: 50px;
}

.inner_con:last-child {
  margin-bottom: 0;
}

.inner_news_con .news-title h3 {
  text-align: center;
}

.inner_news_con .news-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.inner_con p span {
  font-family: inherit !important;
}

.inner_con .news-title {
  text-align: center;
}

.inner_con .title h2,
.inner_con .title p {
  text-align: center;
}

.inner .nav {
  text-align: right;
  margin-bottom: 30px;
}

.inner .nav i {
  vertical-align: middle;
  width: 25px;
}

.application-accordion {
  height: 100vh;
  min-height: 520px;
}

.application-accordion .accordion-list {
  display: flex;
  height: calc(100% - 120px);
  margin: 20px 0;
  padding: 0;
  list-style: none;
  gap: 0;
}

.application-accordion .panel {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: flex .45s ease;
  cursor: pointer;
}

/* 非active状态：有遮罩，文字在上方 */
.application-accordion .panel .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  transition: background .3s;
  z-index: 1;
}

.application-accordion .panel.active .overlay {
  background: transparent;
}

/* 文字默认在顶部（非active） */
.application-accordion .panel .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  padding: 14px 16px;
  color: #fff;
  z-index: 2;
  transition: all .4s ease;
}

.application-accordion .panel .caption h3 {
  margin: 0 0 6px;
  font-weight: 700;
}
.accordion-list .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* active状态：文字移到底部，红色背景 */
.application-accordion .panel.active .caption {
  top: auto;
  bottom: 0;
  background: #d61818;
  padding: 35px;
}

/* index编号 */
.application-accordion .panel .index {
  position: absolute;
  bottom: 22px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
  transition: opacity .3s;
}

/* active时编号跟caption同层，调整位置 */
.application-accordion .panel.active .index {
  bottom: 26px;
}

/* active状态宽度更大 */
.application-accordion .panel.active {
  flex: 2.2;
}

.application-accordion .panel:not(.active) {
  flex: 1;
}

/* 背景图 */
.application-accordion .panel.panel-1 {
  background-image: url('../images/appl-01.jpg');
}
.application-accordion .panel.panel-2 {
  background-image: url('../images/appl-02.jpg');
}
.application-accordion .panel.panel-3 {
  background-image: url('../images/appl-03.jpg');
}
.application-accordion .panel.panel-4 {
  background-image: url('../images/appl-04.jpg');
}
.inner .nav a {
  vertical-align: middle;
}

.inner-title h2,
.inner-title p {
  text-align: center;
}

/* ------------------------------------------------------------------------------
	InnerNav
-------------------------------------------------------------------------------*/
.inner_pro li.item:hover h4,
.inner_pro .active h4 {
  /* border-bottom: 2px solid #7fd300; */
}

.inner_pro a {
  display: block;
  text-align: center;
}

.inner_pro li.item:hover h4,
.inner_pro .active h4 {
  background-color: #d61818;
}

.inner_pro ul li h4 {
  width: 100%;
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #e6e6e6;
}

.inner_pro li.item:hover a,
.inner_pro .active a {
  color: #fff;
}

.inner_pro {
  padding-top: calc(.2rem - 30px);
}

.inner_pro h4 {
  margin: 0;
}

.inner_pro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.inner_pro .list-en h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
}

.inner_pro ul li {
  width: calc((100% - 120px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}

.inner_pro ul li:nth-child(3n+3) {
  margin-right: 0;
}

.server-info li .item {
  background-color: #eee;
}

.main-l {
  width: 292px;
  margin-right: 40px;
}

.pro_list {
  display: flex;
  flex-wrap: wrap;
}

.related .pro_item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

.related .pro_item:nth-child(4n+4) {
  margin-right: 0;
}

.prolist h4,
.prolist h5 {
  padding: 15px 0;
}

.prolist h3 {
  background-color: #009758;
  color: #fff;
  text-align: center;
  line-height: 70px;
}

.prolist h4 {
  font-weight: bold;
}

.prolist ul li a {
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.prolist .sub_menu a {
  display: block;
  background-color: #ededed;
}

.prolist>ul>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}

.prolist ul li i {
  display: block;
  width: 20%;
  line-height: 65px;
  text-align: center;
}

.prolist>ul>li a.active,
.prolist>ul>li a:hover {
  color: #fff;
  background-color: #f9b000;
}

.prolist .sub_menu a.active,
.prolist .sub_menu a:hover {
  color: #fff;
  background-color: #ef8100;
}

.news-list .list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px dashed #ccc;
}

.news-list .list-item .pic {
  width: 298px;
  height: 196px;
  margin-right: 60px;
}

.news-list .list-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list .list-item .txt {
  flex: 1;
  display: flex;
  align-items: center;
}

.news-list .list-item .time {
  margin-right: 60px;
  color: #d61818;
  padding: 20px 40px;
  background-color: #eaeaea;
}

.news-list .list-item h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}

.news-list .list-item p {
  margin-bottom: 0;
  display: -webkit-box;
  /* 对于Webkit浏览器 */
  -webkit-box-orient: vertical;
  /* 垂直方向 */
  -webkit-line-clamp: 2;
  /* 限制行数为2 */
  overflow: hidden;
  /* 隐藏超出部分 */
  color: #666;
  text-indent: 0;
}

.news-list .list-item .time span {
  display: block;
  text-align: center;
}

.news-list .list-item .info {
  flex: 1;
}

.news-list .list-item .day {
  font-size: 50px;
  font-family: 'ITCAVANTGARDESTD-BOLD', sans-serif;
}

.news-list .list-item .year {
  font-size: 20px;
  font-family: 'ITCAvantGardeStd-Md', sans-serif;
}

.newsPage {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
}

.newsPage .pagePrev,
.newsPage .pageNext {
  width: 122px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50px;
}

.newsPage a {
  display: block;
  transition: 400ms ease-in-out;
}

.cont-list ul {
  display: flex;
  justify-content: space-between;
}

.cont-list ul li {
  margin-right: 20px;
  min-width: 20%;
  max-width: 40%;
}

.cont-list ul li:last-child {
  margin-right: 0;
}

.contact {
  position: relative;
}

.cont-list .item {
  display: flex;
  align-items: center;
}

.cont-list .item-l {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-right: 15px;
}

.cont-list .item-r h4 {
  margin-bottom: 8px;
}

.cont-list .item-r {
  flex: 1;
}

.cont-list i {
  font-size: 52px;
  color: 607cff;
}

.form_container {
  display: flex;
  justify-content: space-between;
}

.form_container .item {
  width: 49%;
}

.form_container textarea,
.form_container .form_textarea {
  height: 100%;
}

.form_container .form_input:last-child {
  margin-bottom: 0;
}

.form-control {
  height: 46px;
}

.form_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_list .single-input {
  width: 48%;
}

.double-input textarea {
  padding-top: 15px;
  padding-left: 15px;
  background: #fff;
}

.single-input input {
  width: 100%;
  padding: 0 15px;
  background: #fff;
  outline: none;
  border-radius: 0px;
  margin-bottom: 20px;
}

.form_list .double-input {
  width: 100%;
}

.form_list .double-input textarea {
  height: 240px;
}

.equ-list li h5 {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.equ-list .equ-item a {
  position: relative;
  padding-top: 100%;
}

.equ-list li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .hon-item {
  height: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
} */
.expert .swiper-pagination {
  bottom: 0;
}

.expert li {
  display: flex;
  align-items: center;
}

.expert .pic {
  width: 210px;
  height: 210px;
  margin-right: 30px;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.expert .txt {
  flex: 1;
}

.expert .txt h3 {
  color: #009758;
  margin-bottom: 30px;
}

.expert .txt h5 {
  line-height: 1.6;
}

.expert .pic img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  object-fit: cover;
}

/*
 结束 */
.pro_item dd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.pro_item dd a {
  display: block;
  width: 100%;
}

.pro_item dd h4 {
  margin-bottom: 0;
}

.pro_item dt img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
  opacity: 1;
}

.sp-large {
  flex: none;
}

.sp-large a {
  width: 100%;
  display: block;
  padding-top: 75%;
  height: 0;
}

.sp-large a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_item dl:hover dt a:after {
  opacity: .4;
  transform: scale(1, 1);
}

/* .pro_item dl:hover img {
  transform: scale(1.2);
  opacity: 1;
} */

.pro_item dt a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0;
  transform: scale(0, 0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}

.sp-large a:before,
.pro_item dt a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/watermark.png');
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: 1002;
}

.pro_item dt a {
  height: 0;
  position: relative;
  display: block;
  padding-top: 75%;
}

.pro_item .loading {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: #f9f9f9 url("../images/loading24.gif") no-repeat center center;
}

.pro_item dt a i {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 100;
  display: block;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease 0s;
  z-index: 1001;
}

.pro_item dl:hover dt a i {
  opacity: 1;
}

.pro_item dl:hover dt:before,
.pro_item dl:hover dt:after {
  width: 100%;
}

.PageV {
  text-align: center;
  margin-top: 30px;
}

.page_item {
  font-size: 18px;
}

.PageV .disabled {
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
}

.page_item {
  display: inline-block;
  padding: 8px;
  border: 1px solid #ccc;
  margin-right: 6px;
}

.pro_item dd p {
  margin-bottom: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  white-space: nowrap;
}

.pro_item dl {
  margin-bottom: 0;
}

.view {
  width: 100%;
  padding-top: 26px;
}

.view p a {
  color: #fff;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-align: center;
  width: 136px;
  border-radius: 6px;
  background-color: #8c8c8c;
}

/*.main img {
	width: 100%;
}*/
/* .xq_fl img {
  width: 100%;
} */

.pro_sub_ti ul li {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.pro_sub_ti ul li a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #335092;
}

/* .newsContent {
  font-size: 13px;
} */

/*form 表单*/
.form_con {
  margin-top: 28px;
}

.single-input textarea,
.single-input input {
  width: 100%;
  padding: 0 15px;
  border: 1px solid #e0e0e0;
}

.single-input textarea:hover,
.single-input input:hover {
  border: 1px solid #999;
}

.single-input textarea:focus,
.single-input input:focus {
  border: 1px solid #3d88f2;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.single-input {
  position: relative;
  display: flex;
  align-items: center;
}

.single-input span {
  display: block;
  height: 40px;
  line-height: 40px;
}

.single-input textarea {
  height: 160px;
  padding-top: 10px;
  resize: none;
}

.form-group .formtips {
  margin-left: 10px;
}

.theme-btn {
  display: block;
  width: 90px;
  height: 46px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  letter-spacing: 1.2px;
  background: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  background: #d61818;
  border: none;
}

@font-face {
  font-family: "duicon";
  src: url("font/iconfont.eot?t=1596768017300");
  /* IE9 */
  src: url("font/iconfont.eot?t=1596768017300#iefix") format("embedded-opentype"),
    url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"),
    url("font/iconfont.woff?t=1596768017300") format("woff"),
    url("font/iconfont.ttf?t=1596768017300") format("truetype"),
    url("font/iconfont.svg?t=1596768017300#duicon") format("svg");
  /* iOS 4.1- */
}

.article {
  display: block;
  margin: 0 0 30px 0;
  /* padding: 12px;
  background: #ececec; */
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}

.article table {
  margin: 0 auto;
}

.article .tip {
  text-align: center;
}

.article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}

.article>img {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}

.article h2 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.wall {
  display: block;
  position: relative;
}

.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  /* width: 25%; */
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}

.picBox span {
  display: none;
}

.picBox img {
  width: 100%;
  height: 798px;
}