.lxwm{
    width: 100%;
    height: 3.8rem;
    background-image: url("../images/development/bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0.9rem;
}
.pabnner {
    position: relative;
    line-height: 1;
}
.tab{
    width: 14rem;
    margin: auto;
    height: 0.5rem;
    /*background: #f2f2f2;*/
    border-bottom: 0.01rem solid #e4e4e4;
    margin-top:0.4rem;
  }
  .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;
  }
.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: 50%;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    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: #000000;
    margin-bottom:0.2rem;
}
.ptext .content-top-desc {
    display: block;
    /*line-height: 1;*/
    width: 5.75rem;
    /* height: 1rem; */
    font-size: 0.16rem !important;
    line-height: 0.2rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: justify;
    color: #666666;
}
.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:60%;opacity: 0}
    100% {top:50%;opacity: 1}
}
@-webkit-keyframes frame{
    0%   {top:60%;opacity: 0}
    100% {top:50%;opacity: 1}
}
@-moz-keyframes frame{
    0%   {top:60%;opacity: 0}
    100% {top:50%;opacity: 1}
}
@-o-keyframes frame{
    0%   {top:60%;opacity: 0}
    100% {top:50%;opacity: 1}
}
.lxwm-nr{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.lxwm-title{
    font-size: 0.48rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 0.6rem;
}
.content-wrap {
    width: 14rem;
    margin: auto;
    position: relative
}
.mainPic{
    width:6.88rem;
    height: 6.34rem;
    margin:auto;
    display: block;
}
.contentItem{
    display: flex;
    align-items: center;
}
.picItem{
    width:1.4rem;
    height: 1.4rem;
    display: block;
}
.contentItemText{
    width:3.4rem;
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 400;
    text-align: justify;
    color: #333;
    line-height: 0.2rem;
}
.contentItemTextTitle{
    font-size: 0.16rem;
    font-family: 微软雅黑;
    font-weight: 700;
    text-align: left;
    color: #0963EA;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    margin-top:0.1rem
}
.leftup{
    position: absolute;
    left: 0;
    top: 15%;
}
.leftbottom{
    position: absolute;
    left: 2%;
    top: 60%;
}
.rightup{
    position: absolute;
    right: 1%;
    top: 13%;
}
.rightbottom{
    position: absolute;
    right: 2%;
    top: 48%;
}
