.szny{
    width: 100%;
    height: 3.8rem;
    background-image: url("../images/index2/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9rem;
  }
  .szny-content{
    width: 14rem;
    margin: auto;
  }
  .szny-left{
    width: 8.26rem;
    /*padding-top: 0.2rem;*/
  }
  .szny-title{
    font-size: 0.36rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin-bottom: 0.2rem;
  }
  .szny-word{
    font-size: 0.16rem !important;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-bottom: 0.2rem;
    line-height: 0.25rem;
  }
  .szny-btn{
    width: 1.2rem;
    height: 0.36rem;
    background: linear-gradient(-90deg,#224691 0%, #2871fa 100%);
    border-radius: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
  }
  .bread{
    /* width: 100%; */
    height: 0.5rem;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    margin-bottom: 0.2rem;
  }
  .bread-content{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .bread-word{
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #333333;
  }
  .tab{
    width: 14rem;
    margin: auto;
    height: 0.5rem;
    /*background: #f2f2f2;*/
    border-bottom: 0.01rem solid #e4e4e4;
  }
  .tab-content{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .tab-item{
    /* width: 0.87rem; */
    /* height: 100%; */
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #224691;
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 700;
    color: #224691;
    letter-spacing: 0.016rem;
    cursor: pointer;
  }
  .tab-item1{
    /* width: 0.87rem; */
    height: 100%;
    margin-right: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.016rem;
    cursor: pointer;
  }
  .zkht{
    width: 100%;
  }
  .zkht-hang{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .zkht-left{
    width: 8rem;
    margin-top: 0.57rem;
  }
  .zkht-title{
    font-size: 0.3rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin-bottom: 0.3rem;
  }
  .zkht-word{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #666666;
  }
  .zkht-right{
    width: 5rem;
    margin-top: 1.1rem;
  }
  .zkht-dn{
    width: 5rem;
    height: 3.6rem;
    background-image: url("../images/index2/dn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .zkht-pic{
    width: 3.9rem;
    height: 2.2rem;
    position: absolute;
    top: 0.18rem;
    left: 0.55rem;
  }
  .zkht-box{
    width: 14rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .zkht-box-item{
    width: calc((100% - 0.62rem) / 3);
    height: 2.7rem;
    background-image: url("../images/index2/box.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-right: 0.31rem;
    margin-bottom: 0.22rem;
  }
  .zkht-box-item:nth-of-type(3n){
    margin-right: 0;
  }
  .zkht-box-item {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition: 0.4s linear;
  }
  .zkht-box-item:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-image: url("../images/index2/box1.png");
  }
  .zkht-box-item:hover .zkht-box-title{
    color:#ffffff;
  }
  .zkht-box-item:hover .zkht-box-word{
    color:#ffffff;
  }
  .zkht-box-item1{
    width: calc((100% - 0.62rem) / 3);
    height: 3.2rem !important;
    background-image: url("../images/index2/box.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin-right: 0.31rem;
    margin-bottom: 0.22rem;
  }
  .zkht-box-item1:nth-of-type(3n){
    margin-right: 0;
  }
  .zkht-box-item1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    transition: 0.4s linear;
  }
  .zkht-box-item1:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-image: url("../images/index2/box1.png");
  }
  .zkht-box-item1:hover .zkht-box-title{
    color:#ffffff;
  }
  .zkht-box-item1:hover .zkht-box-word{
    color:#ffffff;
  }
  .zkht-box-title{
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #224691;
    margin-top: 0.2rem;
    margin-bottom:0.15rem;
  }
  .zkht-box-word{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #666666;
  }
  .zkht-box-title1{
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-top: 0.2rem;
    margin-bottom:0.15rem;
  }
  .zkht-box-word1{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
  }
  .cptd{
    width: 100%;
    height: 5.34rem;
    /* background-image: url("../images/index2/tdbg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    margin-top: 0.38rem;
    overflow:hidden;
  }
  .cptd-content{
    width: 14rem;
    margin: auto;
  }
  .cptd-titel{
    font-size: 0.3rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    padding-top: 0.68rem;
  }
  .cptd-word{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-top: 0.36rem;
  }
  .cptd-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.9rem;
  }
  .cptd-box-item{
    display: flex;
    align-items: center;
    width: calc(33% - 0.2rem);
    height: 0.58rem;
    background: rgba(34,70,145,0.5);
    border: 0.01rem solid #02f4fd;
    margin-right: 0.25rem;
    margin-bottom: 0.33rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .cptd-box-item:nth-of-type(3n){
    margin-right: 0;
  }
  .cptd-box-item:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cptd-num{
    width: 0.36rem;
    height: 0.36rem;
    border: 0.01rem solid #02f4fd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #02f4fd;
    margin-left: 0.19rem;
    margin-right: 0.12rem;
  }
  .cptd-box-word{
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
  }
  .zdal{
    width: 100%;
    height: 5rem;
    background-image: url("../images/index2/dt2.png");
    background-repeat: no-repeat;
    background-size: 100% 5rem;
    margin-top: 0.5rem;
  }
  .zdal-content{
    width: 14rem;
    margin: auto;
  }
  .zdal-title{
    font-size: 0.3rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #000000;
  }
  .zdal-hang{
    width: 100%;
    height: 2.7rem;
    display: flex;
    justify-content: space-between;
  }
  .zdal-left{
    width: 7.54rem;
  }
  .hang-left-title{
    font-size: 0.18rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #333333;
    margin-top: 0.4rem;
    margin-bottom: 0.25rem;
  }
  .hang-left-word{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-bottom: 0.7rem;
  }
  .hang-btn{
    width: 1.2rem;
    height: 0.36rem;
    background: linear-gradient(-90deg,#224691 0%, #2871fa 100%);
    border-radius: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
  }
  .hang-pic{
    /* width: 4.8rem; */
    height: 2.7rem;
  }
  .zsjx{
    width: 100%;
    margin-top: 0.87rem;
  }
  .zsjx-content{
    width: 14rem;
    margin: 0 auto 0.57rem;
  }
  .zsjx-title{
    font-size: 0.3rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #000000;
    margin-bottom: 0.4rem;
  }
  .zsjx-zs{
    display: flex;
    justify-content: space-between;
  }
  .zsjx-item{
    width: 3.204rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .zsjx-pic{
    width: 3.204rem;
    height: 2.25rem;
    margin-bottom: 0.22rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .zsjx-pic:hover{
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
  }
  .zsjx-word{
    font-size: 0.14rem;
    font-family: 微软雅黑;
    font-weight: 400;
    color: #333333;
  }
  
  #mkgn2{
    display:none
  }
  #mkgn3{
    display:none
  }
  #mkgn4{
    display:none
  }
  #cptd2{
    display:none
  }
  #cptd3{
    display:none
  }
  #zdal2{
    display:none
  }
  #zdal3{
    display:none
  }
  .pabnner {
    position: relative;
    line-height: 1;
  }
  .pabnner figure {
    position: relative;
    display: block;
    padding-bottom: 26.04%;
    height: 0;
    overflow: hidden;
    line-height: 1;
  }
  .pabnner figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.58s;
    -o-transition: 0.58s;
    -moz-transition: 0.58s;
    transition: 0.58s;
  }
  .pabnner figure img {
    -webkit-transition: 0s;
    -o-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
  }
  .ptext {
    position: absolute;
    left: 14%;
    top: 40%;
    /*-webkit-transform: translateY(-40%);*/
    /*-moz-transform: translateY(-40%);*/
    /*-ms-transform: translateY(-40%);*/
    /*-o-transform: translateY(-40%);*/
    /*transform: translateY(-40%);*/
    color: #fff;
    overflow: hidden;
  }
  .ptext .content-top-title {
    display: block;
    /*line-height: 1;*/
    font-size: 0.36rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom:0.3rem;
  }
  .ptext .content-top-desc {
    display: block;
    /*line-height: 1;*/
    width: 8.26rem;
    /* height: 1rem; */
    font-size: 0.16rem !important;
    line-height: 0.2rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
  }
  .phide {
    overflow: hidden;
  }
  .show {
    display: block;
    animation: frame 1s;
    -webkit-animation:frame 1s;
    -moz-animation: frame 1s;
    -o-animation: frame 1s;
    animation-fill-mode: forwards;
  }
  .show .content-top-desc {
    animation-delay:2s;
    -webkit-animation-delay:2s; /* Safari 和 Chrome */
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
  }
  
  @keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
  }
  @-webkit-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
  }
  @-moz-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
  }
  @-o-keyframes frame{
    0%   {top:50%;opacity: 0}
    100% {top:40%;opacity: 1}
  }