/* 通用 */
body {
  background: none;
  font-family: microsoft yahei, times new roman, arial;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #e7f0f7;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .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;
  height: 4.8rem;
  background: url(/uploads/image/m2images/zt_banner.png) no-repeat top center;
  background-size: auto 100%;
}
.zt_header .logo {
  padding-top: 0.5rem;
  text-align: left;
}
.zt_header .logo img {
  width: 2.71rem;
}
@media (max-width: 992px) {
  .zt_header {
    height: 3rem;
    background-size: 150% auto;
  }
  .zt_header .logo {
    padding-top: 0.3rem;
  }
  .zt_header .logo img {
    width: 2rem;
  }
}
/* 头部header 结束 */
.zt_content {
  margin-top: -0.4rem;
  margin-bottom: 0.4rem;
}
/* 滚动条 开始 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
::-webkit-scrollbar-track-piece {
  background-color: #ddd;
}
/* 滚动条 结束 */
.paper_box {
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 1px rgba(196, 216, 245, 0.76);
  border-radius: 6px;
  padding: 0.3rem;
}
.item_box_hor {
  box-sizing: border-box;
  margin-left: -7px;
  margin-right: -7px;
}
.item_box_hor::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.item_box_hor > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 7px;
  padding-right: 7px;
  float: left;
}
.item_box_hor > li:nth-child(n) {
  margin-top: 0;
}
.item_box_hor > li:nth-child(n)::after {
  display: block;
}
.item_box_hor > li:nth-child(n   3) {
  margin-top: 14px;
}
.item_box_hor > li:nth-child(3) {
  margin-top: 0;
}
.item_box_hor > li:nth-child(3n)::after,
.item_box_hor > li:last-child::after {
  display: none;
}
.item_box_hor a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .item_box_hor {
    margin-left: -7px;
    margin-right: -7px;
  }
  .item_box_hor::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_hor > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }
  .item_box_hor > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_hor > li:nth-child(n)::after {
    display: block;
  }
  .item_box_hor > li:nth-child(n   2) {
    margin-top: 14px;
  }
  .item_box_hor > li:nth-child(2) {
    margin-top: 0;
  }
  .item_box_hor > li:nth-child(2n)::after,
  .item_box_hor > li:last-child::after {
    display: none;
  }
  .item_box_hor a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .item_box_hor {
    margin-left: -7px;
    margin-right: -7px;
  }
  .item_box_hor::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .item_box_hor > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
  }
  .item_box_hor > li:nth-child(n) {
    margin-top: 0;
  }
  .item_box_hor > li:nth-child(n)::after {
    display: block;
  }
  .item_box_hor > li:nth-child(n   1) {
    margin-top: 14px;
  }
  .item_box_hor > li:nth-child(1) {
    margin-top: 0;
  }
  .item_box_hor > li:nth-child(1n)::after,
  .item_box_hor > li:last-child::after {
    display: none;
  }
  .item_box_hor a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item_box_hor li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(0deg, #e3f1ff 0%, #ffffff 100%);
  border-radius: 6px;
  border: solid 1px #8fb9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
}
.item_box_hor li i {
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 68px;
  height: 68px;
  background-color: #ffffff;
  box-shadow: 0px 4px 5px 0px rgba(130, 181, 232, 0.76);
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.item_box_hor li i.s1 {
  background-image: url(/uploads/image/m2images/sq_icon1.png);
}
.item_box_hor li i.s2 {
  background-image: url(/uploads/image/m2images/sq_icon2.png);
}
.item_box_hor li i.s3 {
  background-image: url(/uploads/image/m2images/sq_icon3.png);
}
.item_box_hor li i.s4 {
  background-image: url(/uploads/image/m2images/sq_icon4.png);
}
.item_box_hor li i.s5 {
  background-image: url(/uploads/image/m2images/sq_icon5.png);
}
.item_box_hor li i.s6 {
  background-image: url(/uploads/image/m2images/sq_icon6.png);
}
.item_box_hor li h6 {
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #094eb3;
  line-height: 1.5;
  margin-bottom: 10px;
}
.item_box_hor li p {
  font-size: 16px;
  font-weight: normal;
  color: #094eb3;
  line-height: 1.5;
}
.item_box_hor li:hover a {
  background-color: #ffffff;
  box-shadow: 0px 4px 5px 0px rgba(130, 181, 232, 0.76);
}
.item_box_hor li:hover i {
  transform: rotatey(360deg);
}
.item_box_hor li:hover h6 {
  font-weight: bold;
  color: #094eb3;
}
