   .zt-banner {
        margin: 20px auto 0 auto;
        text-align: center;
        max-width: 1230px;
        position: relative;
      }
	  .zt-banner img {
	      width: 97.8%;
	  }
      .zt-banner span{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
      }
      .container {
        padding:20px 15px 30px 15px;
      }
      .ztcat{
        background-image: linear-gradient(to bottom, rgba(234,247,251,1), rgba(202,238,255,1));
        height: 160px;
        padding-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #61BDEF;
      }
      .ztcat .icon{
        width: 80px;
        height: 30px;
        margin: 0 auto 10px auto;
        background: url(./images/P020221102462621083810.png) no-repeat;
        background-size: 1120px 320px;
      }
      .ztcat p{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000;
        font-size: 18px;
      }
      .ztcat span{font-size: 16px;}
      .ztcat:hover p{
        color: #3275C4;
        font-size: 24px;
      }
      #ztcatlist .ztcat:hover .icon{
        transition: all 0.2s;
        transform:rotateZ(360deg);
      }
      #ztcatlist div:hover .ztcat{
      	box-shadow: 0 8px 15px rgb(50 117 196 / 20%);
      	transform: translate3d(0, -2px, 0);
      }
      #ztcatlist div:nth-child(1) .icon{background-position: -40px -40px;}
      #ztcatlist div:nth-child(2) .icon{background-position: -200px -40px;}
      #ztcatlist div:nth-child(3) .icon{background-position: -360px -40px;}
      #ztcatlist div:nth-child(4) .icon{background-position: -520px -40px;}
      #ztcatlist div:nth-child(5) .icon{background-position: -680px -40px;}
      #ztcatlist div:nth-child(6) .icon{background-position: -40px -200px;}
      #ztcatlist div:nth-child(7) .icon{background-position: -200px -200px;}
      #ztcatlist div:nth-child(8) .icon{background-position: -360px -200px;}
      #ztcatlist div:nth-child(9) .icon{background-position: -520px -200px;}
      #ztcatlist div:nth-child(10) .icon{background-position: -680px -200px;}