.index-main {
    width: 100%;
    overflow: hidden;
    background: url(../image/index_bg.png) no-repeat;
    background-size: 100% 100%;
}
.index-main .content {
    margin-top: 0.24rem;
    display: flex;
    justify-content: center;
}
.index-main .content .banner-item {
    width: 5.88rem;
    height: 3.92rem;
    position: relative;
}
.index-main .content .banner-item #move_photo {
    width: 100%;
    height: 100%;
    position: absolute;
}
.index-main .content .banner-item #move_photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.index-main .content .banner-item #move_photo img:first-child {
    opacity: 1;
}
.index-main .content .banner-item #slider {
    position: absolute;
    display: flex;
    bottom: 0.66rem;
    right: 0.16rem;
}
.index-main .content .banner-item #slider li {
    display: flex;
}
.index-main .content .banner-item #slider li+li {
    margin-left: 0.04rem;
}
.index-main .content .banner-item #slider li a {
    width: 0.16rem;
    height: 0.16rem;
    background: rgba(0, 0, 0, 0.39);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.17rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-main .content .banner-item #slider .active a {
    background: #361B86;
}
.index-main .content .banner-item #text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-main .content .banner-item #text a{
    width: 100%;
    padding: 0.2rem 0.24rem 0.16rem 0.2rem;
    box-sizing: border-box;
    background: linear-gradient(to top,rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.index-main .content .banner-item #text a:first-child {
    opacity: 1;
}
.index-main .content .article {
    width: 6.14rem;
    height: 3.92rem;
    background: #FFF;
    padding-left: 0.24rem;
    box-sizing: border-box;
}
.index-main .content .article .tab-item {
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.16rem;
    position: relative;
}
.index-main .content .article .tab-item ul {
    display: flex;
    position: relative;
    z-index: 99;
}
.index-main .content .article .tab-item ul li+li {
    margin-left: 0.4rem;
}
.index-main .content .article .tab-item ul li {
    padding-bottom: 0.1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #A2A2A2;
    line-height: 0.28rem;
    cursor: pointer;
}
.index-main .content .article .tab-item ul .active {
    font-weight: 500;
    color: #3B1E87;
    border-bottom: 0.02rem solid #3B1E87;
}
.index-main .content .article .tab-item .line{
    width: 100%;
    height: 0.02rem;
    background: rgba(235,235,237,0.59);
    position: absolute;
    bottom: 0;
}
.index-main .content .article .list-item ul {
    display: none;
}
.index-main .content .article .list-item ul:first-child {
    display: block;
}
.index-main .content .article .list-item ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-main .content .article .list-item ul li+li {
    margin-top: 0.14rem;
}
.index-main .content .article .list-item ul li i {
    width: 0.05rem;
    height: 0.05rem;
    background: #C7C7C7;
}
.index-main .content .article .list-item ul li p {
    width: 5.78rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-main .content .article .list-item ul li p .title {
    width: 4.32rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.2rem;
}
.index-main .content .article .list-item ul li p .date {
    color: #8C919B;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    line-height: 0.2rem;
    padding-right: 0.26rem;
}
.index-main .content .article .list-item ul .more a {
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #3B1E87;
    line-height: 0.2rem;
    margin-top: 0.16rem;
}
.index-main .content .article .list-item ul .more a i {
    width: 0.07rem;
    height: 0.07rem;
    border: 0.01rem solid #3B1E87;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    transform: rotate(45deg);

}
.index-main .menu-item {
    width: 12.02rem;
    margin: 0.32rem auto;
    display: flex;
    justify-content: space-between;
}
.index-main .menu-item li a{
    width: 2.21rem;
    height: 0.64rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.index-main .menu-item li span {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFF;
    line-height: 0.22rem;
}
.index-main .menu-item li i {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.06rem;
}
.index-main .menu-item .zkrc {
    background: #755A9D;
}
.index-main .menu-item .ksbm {
    background: #27BDC2;
}
.index-main .menu-item .cjcx {
    background: #5785C5;
}
.index-main .menu-item .zytb {
    background: #DF8761;
}
.index-main .menu-item .lqcx {
    background: #E5BF55;
}
.index-main .menu-item .zkrc i {
    background: url(../image/zkrc.png) no-repeat;
    background-size: 100% 100%;
}
.index-main .menu-item .ksbm i {
    background: url(../image/ksbm.png) no-repeat;
    background-size: 100% 100%;
}
.index-main .menu-item .cjcx i {
    background: url(../image/cjcx.png) no-repeat;
    background-size: 100% 100%;
}
.index-main .menu-item .zytb i {
    background: url(../image/zytb.png) no-repeat;
    background-size: 100% 100%;
}
.index-main .menu-item .lqcx i {
    background: url(../image/lqcx.png) no-repeat;
    background-size: 100% 100%;
}
.piaochaung {
    position: fixed;
    /* top: 51%; */
    top: 63%;
    right: 0;
    display: flex;
    align-items: center;
}
.piaochaung button {
    width: 0.17rem;
    height: 0.28rem;
    background: #0D59DC;
    border-radius: 0.04rem 0rem 0rem 0.04rem;
    border: none;
    position: relative;
    cursor: pointer;
}
.piaochaung .show::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../image/arrow.png);
    background-size: 0.55rem 0.59rem;
    background-position: -0.18rem -0.13rem;
  }
.piaochaung .hide::before {
    transform: rotate(180deg);
}
.piaochaung .content {
    width: 0.97rem;
    min-height: 1.46rem;
    padding: 0.04rem 0;
    background: #FFF;
    border-radius: 0.04rem 0rem 0rem 0.04rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.piaochaung .content li {
    width: 0.89rem;
    min-height: 0.67rem;
    background: rgba(229,229,237,0.35);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.piaochaung .content li+li {
    margin-top: 0.04rem;
}
.piaochaung .content li:hover {
    background: #EDE6FF;
}
.piaochaung .content li a {
    padding: 0.08rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #4E5259;
    line-height: 0.17rem;
    text-align: justify;
}
.piaochaung .content li:hover a {
    color: #371C7D;
}