/* 通用 */
body {
  background: none;
  font-family: Microsoft YaHei, Times New Roman, Arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  min-width: auto;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1400px) {
  .inner {
    width: 100%;
    padding: 0 0.1rem;
  }
}
.w-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .w-row {
    flex-wrap: wrap;
  }
  .w-row > .w-col {
    width: 100% !important;
  }
  .w-row > .w-col + .w-col {
    margin-top: 0.3rem;
  }
}
/* 头部header 开始 */
.zt_header {
  position: relative;
  z-index: 5;
  height: 6.09rem;
  background: url(../images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  float: none;
  width: auto;
  padding-top: 0.3rem;
  text-align: left;
}
.zt_header .logo img {
  width: 3.34rem;
}
@media (max-width: 992px) {
  .zt_header {
    background-position: top left;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
.zt_header .zt_banner_title {
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .zt_header .zt_banner_title {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
  }
  .zt_header .zt_banner_title img {
    width: 100%;
  }
}
.zt_header .search_box {
  margin-top: 0.2rem;
  margin-left: 1.3rem;
  text-align: center;
  width: 552px;
  border-radius: 40px;
  border: 6px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.zt_header .search_box .search_input {
  box-sizing: border-box;
  outline: none;
  border: none;
  padding: 0 1em;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border-radius: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.zt_header .search_box .search_input::placeholder {
  color: #999;
}
.zt_header .search_box .search_btn {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  width: 104px;
  height: 52px;
  background: url(../images/search_btn.png) no-repeat center;
  background-size: contain;
  transition: opacity 0.3s;
  cursor: pointer;
}
.zt_header .search_box .search_btn:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .zt_header .search_box {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
.zt_header .rmss {
  max-width: 100%;
  position: absolute;
  padding-top: 10px;
  font-size: 18px;
  color: #333;
  text-align: left;
}
.zt_header .rmss a {
  margin-right: 10px;
  line-height: 2;
  font-size: inherit;
  color: inherit;
  word-break: keep-all;
}
.zt_header .rmss a:hover {
  color: #feb91e;
}
/* 头部header 结束 */
.zt_content {
  margin-top: -1.3rem;
  position: relative;
  z-index: 10;
  background: url(../images/bg.png) no-repeat top center;
  background-size: 1920px auto;
  padding-top: 1.2rem;
}
.zt_content div {
  box-sizing: border-box;
}
.zt_content .part {
  background-repeat: no-repeat;
  background-size: 1920px auto;
  margin-bottom: 0.54rem;
}
.zt_content .part.part2 {
  min-height: 6.35rem;
  background-image: url(../images/part2.png);
  background-position: bottom center;
}
.zt_content .part.part4 {
  padding-top: 0.54rem;
  background-image: url(../images/part4.png);
  background-position: top center;
}
@media (max-width: 1400px) {
  #footer {
    overflow: hidden;
    float: none;
    margin: 0 auto;
    width: 100% !important;
  }
  #footer .foot {
    width: 100% !important;
  }
  #footer .cont {
    float: none;
    width: 100%;
    margin-left: 10px;
  }
  #footer .cont p {
    margin-top: 10px;
  }
  #footer .cont_pic {
    float: none;
    margin-top: 10px;
  }
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  color: #333;
  text-align: justify;
  word-break: break-word;
}
.p a:hover {
  color: #0075e8;
}
.p img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}
.under_link {
  text-decoration: underline !important;
  word-break: break-all;
  color: #0f58bc;
}
.under_link:hover {
  color: #0075e8;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.theme_color {
  color: #0075e8;
}
.theme_color2 {
  color: #0075e8;
}
.inline_block {
  display: inline-block;
}
.block {
  display: block;
}
.paper_box {
  background-color: #ffffff;
  box-shadow: 0px 6px 9px 0px rgba(252, 153, 50, 0.24);
  border-radius: 20px;
  padding: 0.3rem;
}
.zt_title {
  margin-bottom: 0.35rem;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0075e8;
}
.p_icon1 {
  padding-left: 30px;
  background: url(../images/icon_a.png) no-repeat left 5px;
}
.p_icon1.fz20 {
  background-position: left 14px;
}
.lcircle {
  position: relative;
  padding-left: 20px;
}
.lcircle::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 6px;
  height: 6px;
  border: solid 2px #0075e8;
  border-radius: 50%;
}
.p_rope {
  position: relative;
  padding-left: 30px;
}
.p_rope::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 2px #0075e8;
}
.p_rope:not(:last-child) {
  padding-bottom: 10px;
}
.p_rope:not(:last-child)::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: #0075e8;
}
.theme_bg_box {
  background-color: #eefaff;
  border-radius: 5px;
  padding: 20px 40px;
}
.link_box a,
.link_box img {
  display: block;
  width: 100%;
}
.sjzl_ul {
  margin-bottom: 1.7rem;
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.sjzl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sjzl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.sjzl_ul > li:nth-child(n) {
  margin-top: 0;
}
.sjzl_ul > li:nth-child(n)::after {
  display: block;
}
.sjzl_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.sjzl_ul > li:nth-child(4) {
  margin-top: 0;
}
.sjzl_ul > li:nth-child(4n)::after,
.sjzl_ul > li:last-child::after {
  display: none;
}
.sjzl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .sjzl_ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 1rem;
  }
  .sjzl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .sjzl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .sjzl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .sjzl_ul > li:nth-child(n)::after {
    display: block;
  }
  .sjzl_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .sjzl_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .sjzl_ul > li:nth-child(2n)::after,
  .sjzl_ul > li:last-child::after {
    display: none;
  }
  .sjzl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.sjzl_ul li a {
  transition: all 0.3s;
  width: 100%;
  height: 236px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #edfbff 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff 0%, #669ff8 100%);
  box-shadow: 0px 0px 10px 0px rgba(22, 122, 243, 0.3);
  padding-top: 55px;
  padding-left: 30px;
  position: relative;
}
.sjzl_ul li a.a1 {
  transform: perspective(800px) scale(1) rotateY(20deg);
  transform-origin: right;
  background: linear-gradient(180deg, #ffffff 0%, #fffbf1 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff 0%, #fcc54b 100%);
  box-shadow: 0px 0px 10px 0px rgba(252, 172, 4, 0.3);
}
.sjzl_ul li a.a1 .num {
  color: #fcab03;
}
.sjzl_ul li a.a2 {
  transform: perspective(300px) scale(0.9) rotateY(4deg);
  transform-origin: right;
  background: linear-gradient(180deg, #ffffff 0%, #edfbff 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(180deg, #ffffff 0%, #669ff8 100%);
  box-shadow: 0px 0px 10px 0px rgba(22, 122, 243, 0.3);
}
.sjzl_ul li a.a2 .num {
  color: #0075e8;
}
.sjzl_ul li a.a3 {
  transform: perspective(300px) scale(0.9) rotateY(-4deg);
  transform-origin: left;
  background: linear-gradient(180deg, #ffffff 0%, #eefefa 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(0deg, #64e7c3 0%, #ffffff 100%);
  box-shadow: 0px 0px 10px 0px rgba(39, 193, 182, 0.3);
}
.sjzl_ul li a.a3 .num {
  color: #27c1b6;
}
.sjzl_ul li a.a4 {
  transform: perspective(800px) scale(1) rotateY(-20deg);
  transform-origin: left;
  background: linear-gradient(180deg, #ffffff 0%, #f0f3ff 100%);
  box-sizing: border-box;
  border: 1px solid;
  border-image: linear-gradient(0deg, #646ffb 0%, rgba(100, 111, 251, 0) 100%);
  box-shadow: 0px 0px 10px 0px rgba(60, 60, 226, 0.3);
}
.sjzl_ul li a.a4 .num {
  color: #5a59ff;
}
@media (max-width: 992px) {
  .sjzl_ul li a {
    transform: none !important;
  }
}
.sjzl_ul li i {
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 134px;
  height: 163px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sjzl_ul li i.s1 {
  background-image: url(../images/sjzl_img1.png);
}
.sjzl_ul li i.s2 {
  background-image: url(../images/sjzl_img2.png);
}
.sjzl_ul li i.s3 {
  background-image: url(../images/sjzl_img3.png);
}
.sjzl_ul li i.s4 {
  background-image: url(../images/sjzl_img4.png);
}
.sjzl_ul li .num {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0075e8;
}
.sjzl_ul li .num b {
  font-size: 30px;
}
.sjzl_ul li .text {
  position: relative;
  z-index: 3;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #333333;
}
.tab_style1 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_style1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 88px;
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0075e8;
}
@media (max-width: 992px) {
  .tab_style1 a {
    width: 276px;
  }
}
.tab_style1 .cur a {
  background: url(../images/tab1_bg.png) no-repeat center;
  background-size: contain;
  font-weight: bold;
  color: #ffff;
}
.ztfl_ul {
  position: relative;
  box-sizing: border-box;
  margin-left: -35px;
  margin-right: -35px;
}
.ztfl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ztfl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.285%;
  padding-left: 35px;
  padding-right: 35px;
  float: left;
}
.ztfl_ul > li:nth-child(n) {
  margin-top: 0;
}
.ztfl_ul > li:nth-child(n)::after {
  display: block;
}
.ztfl_ul > li:nth-child(n + 7) {
  margin-top: 30px;
}
.ztfl_ul > li:nth-child(7) {
  margin-top: 0;
}
.ztfl_ul > li:nth-child(7n)::after,
.ztfl_ul > li:last-child::after {
  display: none;
}
.ztfl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .ztfl_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ztfl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .ztfl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .ztfl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .ztfl_ul > li:nth-child(n)::after {
    display: block;
  }
  .ztfl_ul > li:nth-child(n + 4) {
    margin-top: 30px;
  }
  .ztfl_ul > li:nth-child(4) {
    margin-top: 0;
  }
  .ztfl_ul > li:nth-child(4n)::after,
  .ztfl_ul > li:last-child::after {
    display: none;
  }
  .ztfl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.ztfl_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.ztfl_ul li a.s1,
.ztfl_ul li a.s4,
.ztfl_ul li a.s7 {
  margin-top: 80px;
}
.ztfl_ul li a.s2,
.ztfl_ul li a.s6 {
  margin-top: 0;
}
.ztfl_ul li a.s3,
.ztfl_ul li a.s5 {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .ztfl_ul li a {
    margin-top: 0 !important;
  }
}
.ztfl_ul li img {
  transition: all 0.3s;
  width: 100%;
}
.ztfl_ul li span {
  transition: all 0.3s;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
  width: 100%;
}
.ztfl_ul li:hover img {
  transform: rotateY(360deg);
}
.ztfl_ul li:hover span {
  font-weight: bold;
  color: #0075e8;
}
@media (min-width: 993px) {
  .ztfl_ul li:nth-child(8) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -120px;
  }
}
.bmfl_ul {
  box-sizing: border-box;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.bmfl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.666%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.bmfl_ul > li:nth-child(n) {
  margin-top: 0;
}
.bmfl_ul > li:nth-child(n)::after {
  display: block;
}
.bmfl_ul > li:nth-child(n + 6) {
  margin-top: 15px;
}
.bmfl_ul > li:nth-child(6) {
  margin-top: 0;
}
.bmfl_ul > li:nth-child(6n)::after,
.bmfl_ul > li:last-child::after {
  display: none;
}
.bmfl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .bmfl_ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .bmfl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bmfl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
  }
  .bmfl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .bmfl_ul > li:nth-child(n)::after {
    display: block;
  }
  .bmfl_ul > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .bmfl_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .bmfl_ul > li:nth-child(3n)::after,
  .bmfl_ul > li:last-child::after {
    display: none;
  }
  .bmfl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.bmfl_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(22, 122, 243, 0.3);
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bmfl_ul li:hover a {
  background-color: #0075e8;
  color: #fff;
}
.part3 .w-row > .w-col {
  width: 32% !important;
  margin-top: 0 !important;
}
.djdzw_ul {
  box-sizing: border-box;
}
.djdzw_ul li {
  margin-top: 20px;
  border-radius: 4px;
}
.djdzw_ul li .qa_q,
.djdzw_ul li .qa_a {
  line-height: 2;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 5px;
}
.djdzw_ul li .qa_q {
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 14px 30px 14px 108px;
  background: url(../images/icon_q.png) no-repeat top left;
  background-size: 84px 68px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.djdzw_ul li .qa_a_box {
  display: none;
  padding: 30px;
  background-color: #ffffff;
  width: 100%;
}
.djdzw_ul li .qa_a {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  color: #333333;
  text-align: justify;
  padding-left: 60px;
  background: url(../images/icon_a.png) no-repeat 0px 4px;
  background-size: 42px 30px;
  min-height: 30px;
}
.djdzw_ul li .btn_box {
  margin-top: 20px;
}
.djdzw_ul li .btn_box a {
  display: inline-block;
  width: 140px;
  height: 44px;
  border-radius: 40px;
  background: #ffffff;
  border: 1px solid #fdaf0a;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #fdaf0a;
  text-align: center;
  line-height: 44px;
}
.djdzw_ul li .btn_box a + a {
  margin-left: 10px;
}
.djdzw_ul li .btn_box a:hover {
  background: #fdaf0a;
  color: #ffffff;
}
.djdzw_ul li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 117, 232, 0.3);
}
.djdzw_ul li:hover .qa_q {
  background-color: #eefbff;
  color: #0075e8;
}
.djdzw_ul li:hover .qa_a_box {
  display: block;
}
.zssp_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zssp_box .zssp {
  width: 156px;
  height: 498px;
  display: flex;
  justify-content: start;
  border-radius: 8px;
  background: linear-gradient(90deg, #02a3f7 0%, #0075e9 100%);
  box-shadow: 0px 0px 30px 0px rgba(22, 122, 243, 0.4);
}
@media (max-width: 992px) {
  .zssp_box .zssp {
    transition: none;
  }
}
@media (max-width: 992px) {
  .zssp_box .zssp {
    width: 86px;
  }
}
.zssp_box .zssp.cur {
  width: calc(100% - 190px);
}
@media (max-width: 992px) {
  .zssp_box .zssp.cur {
    width: calc(100% - 100px);
  }
}
.zssp_box .zssp.cur .zssp_title {
  transform: perspective(100px) scale(1) rotateY(2deg);
  transform-origin: left;
}
.zssp_box .zssp.cur .zssp_list {
  display: block;
}
.zssp_box .zssp_title {
  transition: all 0.3s;
  cursor: pointer;
  flex: 0 0 156px;
  height: 100%;
  border-radius: 4px;
  background: #dff2ff;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-lr;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0.11em;
  color: #0075e8;
}
@media (max-width: 992px) {
  .zssp_box .zssp_title {
    flex: 0 0 86px;
  }
}
.zssp_box .zssp_list {
  display: none;
  position: relative;
  padding: 60px;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .zssp_box .zssp_list {
    padding: 10px;
    padding-top: 30px;
  }
}
.zssp_box .zssp_link {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: 426px;
  height: 195px;
  text-align: center;
  padding-top: 140px;
  background: url(../images/zssp_link.png) no-repeat bottom center;
  background-size: contain;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #0075e8;
  transform-origin: bottom;
}
.zssp_box .zssp_link:hover {
  transform: translateX(-50%) scale(1.1);
  font-size: 30px;
  color: #0296f3;
}
@media (max-width: 992px) {
  .zssp_box .zssp_link {
    height: 155px;
    padding-top: 110px;
  }
}
.zssp_ul {
  box-sizing: border-box;
  margin-left: -40px;
  margin-right: -40px;
}
.zssp_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zssp_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.zssp_ul > li:nth-child(n) {
  margin-top: 0;
}
.zssp_ul > li:nth-child(n)::after {
  display: block;
}
.zssp_ul > li:nth-child(n + 4) {
  margin-top: 30px;
}
.zssp_ul > li:nth-child(4) {
  margin-top: 0;
}
.zssp_ul > li:nth-child(4n)::after,
.zssp_ul > li:last-child::after {
  display: none;
}
.zssp_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .zssp_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .zssp_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .zssp_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .zssp_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .zssp_ul > li:nth-child(n)::after {
    display: block;
  }
  .zssp_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .zssp_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .zssp_ul > li:nth-child(2n)::after,
  .zssp_ul > li:last-child::after {
    display: none;
  }
  .zssp_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.zssp_ul li a {
  cursor: auto;
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.zssp_ul li a.s1,
.zssp_ul li a.s4 {
  margin-top: 80px;
}
.zssp_ul li a.s2,
.zssp_ul li a.s3 {
  margin-top: 0;
}
@media (max-width: 992px) {
  .zssp_ul li a {
    margin-top: 0 !important;
  }
}
.zssp_ul li img {
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 992px) {
  .zssp_ul li img {
    width: 60%;
  }
}
.zssp_ul li span {
  transition: all 0.3s;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  width: 100%;
}
#pagination {
  text-align: center;
}
#pagination .layui-laypage a,
#pagination .layui-laypage span,
#pagination .layui-laypage input,
#pagination .layui-laypage button {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
#pagination .layui-laypage a:not(
					.layui-laypage-count,
					.layui-laypage-limits,
					.layui-laypage-refresh,
					.layui-laypage-skip
				),
#pagination .layui-laypage span:not(
					.layui-laypage-count,
					.layui-laypage-limits,
					.layui-laypage-refresh,
					.layui-laypage-skip
				),
#pagination .layui-laypage input:not(
					.layui-laypage-count,
					.layui-laypage-limits,
					.layui-laypage-refresh,
					.layui-laypage-skip
				),
#pagination .layui-laypage button:not(
					.layui-laypage-count,
					.layui-laypage-limits,
					.layui-laypage-refresh,
					.layui-laypage-skip
				) {
  padding: 0 15px;
  border-radius: 2px;
  background-color: #eaeaea;
  border: solid 1px #eaeaea;
}
#pagination .layui-laypage button:hover,
#pagination .layui-laypage a:not(.layui-laypage-refresh):hover {
  background-color: #0075e8;
  border: solid 1px #0075e8;
  color: #fff;
}
#pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0075e8;
}
#pagination .layui-laypage input:focus,
#pagination .layui-laypage select:focus {
  border-color: #0075e8 !important;
}
