.tab_style31 {
  justify-content: center;
}
.tab_style31 li a:not(.more)::before,
.tab_style31 li a:not(.more)::after {
  width: 50%;
}
.tab_style31 li.cur a:not(.more) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.szcq_entry_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.szcq_entry_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.szcq_entry_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.szcq_entry_ul > li:nth-child(n) {
  margin-top: 0;
}
.szcq_entry_ul > li:nth-child(n)::after {
  display: block;
}
.szcq_entry_ul > li:nth-child(n + 5) {
  margin-top: 20px;
}
.szcq_entry_ul > li:nth-child(5) {
  margin-top: 0;
}
.szcq_entry_ul > li:nth-child(5n)::after,
.szcq_entry_ul > li:last-child::after {
  display: none;
}
.szcq_entry_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .szcq_entry_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .szcq_entry_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .szcq_entry_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .szcq_entry_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .szcq_entry_ul > li:nth-child(n)::after {
    display: block;
  }
  .szcq_entry_ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .szcq_entry_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .szcq_entry_ul > li:nth-child(3n)::after,
  .szcq_entry_ul > li:last-child::after {
    display: none;
  }
  .szcq_entry_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .szcq_entry_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .szcq_entry_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .szcq_entry_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .szcq_entry_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .szcq_entry_ul > li:nth-child(n)::after {
    display: block;
  }
  .szcq_entry_ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .szcq_entry_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .szcq_entry_ul > li:nth-child(2n)::after,
  .szcq_entry_ul > li:last-child::after {
    display: none;
  }
  .szcq_entry_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.szcq_entry_ul li a {
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 20px;
  position: relative;
}
.szcq_entry_ul li a::after {
  transition: all 0.3s ease;
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0px;
  height: 4px;
  background-color: transparent;
}
.szcq_entry_ul li h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .szcq_entry_ul li h6 {
    font-size: 20px;
  }
}
.szcq_entry_ul li i {
  margin: 20px 0;
  flex-shrink: 0;
  transition: all 0.3s ease;
  display: block;
  width: 98px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .szcq_entry_ul li i {
    margin: 10px 0;
    width: 50px;
    height: 50px;
  }
}
.szcq_entry_ul li i.s1 {
  background-image: url('../images/zscq_img1.png');
}
.szcq_entry_ul li i.s2 {
  background-image: url('../images/zscq_img2.png');
}
.szcq_entry_ul li i.s3 {
  background-image: url('../images/zscq_img3.png');
}
.szcq_entry_ul li i.s4 {
  background-image: url('../images/zscq_img4.png');
}
.szcq_entry_ul li i.s5 {
  background-image: url('../images/zscq_img5.png');
}
.szcq_entry_ul li p {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
}
.szcq_entry_ul li:nth-child(odd) a {
  background: #fbf1e3;
}
.szcq_entry_ul li:nth-child(odd) h6 {
  color: #755a41;
}
.szcq_entry_ul li:nth-child(even) a {
  background: #fbece4;
}
.szcq_entry_ul li:nth-child(even) h6 {
  color: #cb4841;
}
.szcq_entry_ul li:nth-child(1) a {
  background: #fbf1e3;
}
.szcq_entry_ul li:nth-child(1) h6 {
  color: #c57034;
}
.szcq_entry_ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 16px 18px -11px rgba(49, 49, 49, 0.3);
}
.szcq_entry_ul li a:hover::after {
  width: 100%;
  background-color: #bc3329;
}
.szcq_entry_ul li a:hover i {
  transform: rotateY(360deg);
}
.zscq_link_box {
  height: 100%;
  min-height: 170px;
  background: #f6f6f6;
  padding: 20px;
}
.zscq_link_box > h6 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.zscq_link_box > h6 i {
  margin-right: 10px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.zscq_link_box > h6 i.s1 {
  background-image: url('../images/zscq_icon1.png');
}
.zscq_link_box > h6 i.s2 {
  background-image: url('../images/zscq_icon2.png');
}
.zscq_link_box > h6 i.s3 {
  background-image: url('../images/zscq_icon3.png');
}
.zscq_link_box > h6 i.s4 {
  background-image: url('../images/zscq_icon4.png');
}
.zscq_link_box > h6 i.s5 {
  background-image: url('../images/zscq_icon5.png');
}
.zscq_link_box > h6 i.s6 {
  background-image: url('../images/zscq_icon6.png');
}
.zscq_link_box .zscq_link_ul {
  margin-left: -15px;
  margin-right: -15px;
}
.zscq_link_box .zscq_link_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zscq_link_box .zscq_link_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.zscq_link_box .zscq_link_ul > li:nth-child(n) {
  margin-top: 0;
}
.zscq_link_box .zscq_link_ul > li:nth-child(n)::after {
  display: block;
}
.zscq_link_box .zscq_link_ul > li:nth-child(n + 2) {
  margin-top: 10px;
}
.zscq_link_box .zscq_link_ul > li:nth-child(2) {
  margin-top: 0;
}
.zscq_link_box .zscq_link_ul > li:nth-child(2n)::after,
.zscq_link_box .zscq_link_ul > li:last-child::after {
  display: none;
}
.zscq_link_box .zscq_link_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zscq_link_box .zscq_link_ul li {
  margin-top: 10px !important;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 2;
}
.zscq_link_box .zscq_link_ul li.flex40 {
  width: 38%;
}
.zscq_link_box .zscq_link_ul li.flex60 {
  width: 62%;
}
.zscq_link_box .zscq_link_ul li.flex100 {
  width: 100%;
}
@media (max-width: 600px) {
  .zscq_link_box .zscq_link_ul li.flex40 {
    width: auto;
  }
  .zscq_link_box .zscq_link_ul li.flex60 {
    width: auto;
  }
}
.zscq_link_box .zscq_link_ul li a:hover {
  text-decoration: underline;
  color: #ba2a1d;
}
.zscq_link_box .zscq_link_ul .flex100 > div {
  margin: 0 -10px;
  background: #ffffff;
  padding: 10px;
}
.zscq_link_box .zscq_link_ul .flex100 p {
  overflow: hidden;
}
.zscq_link_box .zscq_link_ul .flex100 a {
  float: left;
  color: #666666;
}
.zscq_link_box .zscq_link_ul .flex100 a:nth-child(odd) {
  width: 40%;
}
.zscq_link_box .zscq_link_ul .flex100 a:nth-child(even) {
  width: 60%;
}
