/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {

}

.banner .swiper-pagination-bullet {
    width: .55rem;
    height: .55rem;
    display: inline-block;
    border-radius: 100%;
    background: url("../images/banner1/0.png")no-repeat center;
    background-size: .34rem .34rem;
    position: relative;
    opacity: 1;
    bottom: 1.4rem;
}
.banner .swiper-pagination-bullet-active{
    background: url("../images/banner1/1.png")no-repeat center;
    background-size: .34rem .34rem;
}
.banner .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .55rem;
    height: .55rem;
    background: url("../images/banner1/2.png") center;
    background-size: .55rem .55rem;
    z-index: -2;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 5s linear infinite;
    -moz-animation: rotate 5s linear infinite;
    -o-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
}
/* 旋转 */
@-webkit-keyframes rotate{
    from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{
    from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{
    from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{
    from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

/*快速通道*/
.kstd{
    background-image: linear-gradient(to right,#6510ad,#855bd2);
    height: 1.3rem;
    position: relative;
    z-index: 99;
    margin-top: -1.3rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.kstd .wp{
    height: 100%;
}
.kstd .a{
    width: 2.5rem;
    display: grid;
    align-items: center;
    font-size: .3rem;
    font-weight: bold;
    color: #ffffff;
    background: url("../images/index/0.png")no-repeat;
    background-position: 1.5rem center;
}
.kstd .b{
    width: 7.77rem;
    position: relative;
}
.kstd .b:after{
    display: block;
    content: "";
    width: 100%;
    height: 0.01rem;
    background-color: #ffffff;
    opacity: .29;
    position: absolute;
    left: 0;
    top: 50%;
}
.kstd .c{
    width: 5.73rem;

}
.kstd .c a{
    margin-left: .6rem;
    float: right;
    display: grid;
    align-items: center;
    height: 100%;
    font-size: .24rem;
    color: #ffffff;
}
/*一级标题名称*/
.title .bt{
    font-size: .36rem;
    font-weight: bold;
    background: url("../images/index/1.png")no-repeat right center;
    background-size: 1.69rem .13rem;
    padding-right: 1.79rem;
}
.title .more{
    line-height: .52rem;
    padding-right: .32rem;
    font-size: .18rem;
    background: url("../images/index/5.png")no-repeat right center;
    background-size: .52rem auto;
    color: #ffffff;
}






/*第一块*/
.one .title{
    margin-bottom: .5rem;
}
.one{
    padding: .8rem 0 1rem 0;
}

.one .A{
    width: 8.37rem;
    margin: 0;
}
.one .A .img{
    width: 100%;
    height: 5.75rem;
    overflow: hidden;
    margin-bottom: .37rem;
}
.one .A .img img{
    overflow: hidden;
}
.one .A .text{
    background: url("../images/index/2.png")no-repeat;
    background-position: 7.55rem .09rem;
    background-size: .41rem .12rem;
}
.one .A .text h4{
    border-left: 0.03rem solid #6b1db4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .24rem;
    font-weight: bold;
    padding-left: .12rem;
    width: 80%;
    line-height: .3rem;
}
.one .A .text span{
    padding-left: .12rem;
    font-size: .18rem;
    color: #000000;
    margin: .15rem 0;
    display: inline-block;
}
.one .A .text p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: .12rem;
    font-size: .16rem;
    color: #999999;
    line-height: .3rem;
    height: .6rem;
    width: 77%;
}

.one .A .swiper-button-next,.one .A .swiper-button-prev{
    width: .95rem;
    height: .63rem;
    margin-top: 0;
}
.one .A .swiper-button-prev{
    background:#6b1db3 url("../images/index/3.png")no-repeat center;
    left: 0;
    top:5.12rem ;
}
.one .A .swiper-button-next{
    background:#6b1db3 url("../images/index/4.png")no-repeat center;
    left: .98rem;
    right: inherit;
    top:5.12rem ;
}


.one .xwdt{
    width: calc(100% - 8.37rem);
}
.one .xwdt .tit{
    padding-left: .48rem;
    padding-right: .19rem;
    margin-bottom: .27rem;
}
.one .xwdt .tit .bt{
    font-size: .3rem;
    display: grid;
    align-items: end;
    padding-right: .53rem;
    position: relative;
}
.one .xwdt .tit .bt:after{
    display: grid;
    content: "New";
    width: .48rem;
    line-height: .21rem;
    text-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #eb0505;
    font-size: .14rem;
    color: #ffffff;
    border-radius: .06rem;
    border-bottom-left-radius: inherit;
    z-index: 0;
}
.one .xwdt .tit .more{
    line-height: .52rem;
    padding-right: .32rem;
    font-size: .18rem;
    background: url("../images/index/5.png")no-repeat right center;
    background-size: .52rem auto;
}
.one .xwdt .ul{
    padding: .4rem .37rem 0 .48rem;
    position: relative;
    z-index: 1;
}
.one .xwdt .ul .li{
    display: grid;
    align-items: center;
    height: 1.09rem;
    margin-bottom: .17rem;
    padding: .19rem;
    background: #ffffff url("../images/index/6.png")no-repeat;
    background-position: calc(100% - .49rem) .6rem;
    background-size: .31rem auto;
}
.one .xwdt .ul .li:hover{
    box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.5);
}
.one .xwdt .ul .li:last-child{
    margin-bottom: 0;
}
.one .xwdt .ul .li h4{
    border-left: .03rem solid #6b1db3;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    padding-left: .1rem;
}
.one .xwdt .ul .li span{
    font-size: .16rem;
}




.one .flex{
    position: relative;
}
.one .flex:after{
    display: inline-block;
    content: "";
    width: 9.11rem;
    height:calc(100% -  .79rem);
    background: #f5f0fc;
    position: absolute;
    right: 0;
    bottom: 0;
}


/*第二块*/
.two{
    background: url("../images/index/7.jpg")no-repeat center;
    background-size: cover;
    padding: .7rem 0 1rem 0;
}
.two .title .bt{
    background-image: url(../images/index/9.png);
    color: #ffffff;
}
.two dl{
    margin-top: .64rem;
}
.two .a{
    width: 5.09rem;
    background-color: #ffffff;
    padding: .17rem .17rem .3rem .17rem;
}
.two .a .bt{
    height: 2.01rem;
    display: grid;
    align-items: center;
    padding: .7rem .3rem .2rem .3rem;
    background: url("../images/index/10.jpg")no-repeat center;
    background-size: cover;
    border-radius: .04rem;
    position: relative;
}
.two .a .bt:before{
    display: block;
    content: "最新通知";
    width: 1.38rem;
    height: .48rem;
    background: #eb0505;
    font-size: .18rem;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    line-height: .48rem;
    text-align: center;
    z-index: 1;
}
.two .a .bt h4{
    color: #ffffff;
    font-size: .18rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .3rem;
    height: .6rem;
}
.two .a .bt span{
    color: #ffffff;
    font-size: .16rem;
}
.two .a p{
    margin: .3rem 0 .2rem 0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: .9rem;
    line-height: .3rem;
}
.two .a .more{
    color: #742abe;
    font-size: .16rem;
}

.two .b .li{
    width: 5.09rem;
    height: 2.01rem;
    display: grid;
    align-items: center;
    background: #ffffff;
    padding: .3rem;
    border-radius: .04rem;
}
.two .b .li .x{
    width: .42rem;
    height: .03rem;
    background: #9762e6;
}
.two .b .li a{
    font-size: .18rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .3rem;
    height: .6rem;
    margin-bottom: .3rem;
}
.two .b .li span{
    font-size: .16rem;
}

.two .b .li:nth-child(1),.two .b .li:nth-child(2){
    margin-bottom: .3rem;
}
/*第三块*/
.three{
    padding: .7rem 0 1rem 0;
}
.three .B{
    margin: .64rem 0;
}
.three .B .img{
    width: 5.79rem;
    height: 3.6rem;
}
.three .B .text{
    width: 9.39rem;
    padding: .2rem 0 0 0;
    position: relative;
}
.three .B .text h4{
    display: block;
    font-size: .24rem;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    width: 95%;
}
.three .B .text span{
    display: inline-block;
    width: 1.1rem;
    text-align: center;
    line-height: .35rem;
    background-image: linear-gradient(to right,#6613af,#a073f0);
    color: #ffffff;
    font-size: .16rem;
    font-weight: bold;
    margin: .15rem 0 .3rem 0;
}
.three .B .text p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666;
    line-height: .3rem;
    height: .6rem;
    width: 8.9rem;
    font-size: .16rem;
}
.three .B .text .more{
    display: inline-block;
    line-height: .52rem;
    padding-right: .32rem;
    font-size: .18rem;
    background: url(../images/index/5.png)no-repeat right center;
    background-size: .52rem auto;
    position: absolute;
    right: .2rem;
    bottom: 0;
}

.three .B .swiper-button-next, .three .B .swiper-button-prev{
    width: .46rem;
    height: .46rem;
    top: inherit;
    bottom: 0;
    margin-top: 0;
}
.three .B .swiper-button-prev{
    left: 6.7rem;
    background: url("../images/index/12.png")no-repeat center;
    background-size: .46rem auto;
}
.three .B .swiper-button-next{
    left: 7.36rem;
    background: url("../images/index/13.png")no-repeat center;
    background-size: .46rem auto;
}
.three ul{
    margin-top: .64rem;
}
.three ul li{
    display: grid;
    align-items: center;
    width: 5.24rem;
    height: 1.78rem;
    background: #f1ecf8;
    padding: .2rem .35rem;
}
.three ul li h4{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    height: .6rem;
}
.three ul li span{
    display: inline-block;
    width: 1.1rem;
    text-align: center;
    line-height: .35rem;
    background-image: linear-gradient(to right,#6613af,#a073f0);
    color: #ffffff;
    font-size: .16rem;
    font-weight: bold;
}
/*第四块*/
.four{
    padding: .7rem 0 1rem 0;
    background: url("../images/index/11.jpg")no-repeat center top;
    background-size: auto 4.23rem;
}
.four .title .bt{
    background-image: url(../images/index/9.png);
    color: #ffffff;
}
.four .list{
    padding: .62rem .49rem .62rem .35rem;
    background-color: #f1ecf8;
    margin-top: .6rem;
}
.four .list .img{
    width: 4.02rem;
    height: 5.07rem;
    overflow: hidden;
}
.four .list .img img{
    height: 100%;
}
.four .list ul{
    width: 10.67rem;
}
.four .list ul li{
    background: #ffffff;
    width: 5.23rem;
    height: 1.13rem;
    margin-bottom: .18rem;
    padding: .2rem 0;
}
.four .list ul li:nth-last-child(1),.four .list ul li:nth-last-child(2){
    margin-bottom: 0;
}
.four .list ul li .time{
width: .94rem;
    text-align: center;
}
.four .list ul li .time dt{
    font-size: .36rem;
}
.four .list ul li .time dd{
    font-size: .16rem;
}
.four .list ul li h4{
   display: grid;
    align-items: center;
    width: calc(100% - .94rem);
    padding-right: .3rem;
    padding-left: .18rem;
    position: relative;
}
.four .list ul li h4 a{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    line-height: .3rem;
    height: .6rem;

}
.four .list ul li h4:before{
    height: .47rem;
    width: .01rem;
    background-color: #bfbfbf;
    position: absolute;
    left: 0;
    display: inline-block;
    content: "";
}
/*第五块*/
.five{
    padding: 0 0 1rem 0;
}
.five .list{
    margin-top: .45rem;
}
.five .list .a{
    width: 10.55rem;
}
.five .list .a .li{
    margin-bottom: .25rem;
    width: 5.11rem;
    height: 2.39rem;
    overflow: hidden;
    position: relative;
}
.five .list .a .li img{
    height: 100%;
}
.five .list .a .li h4{
    width: 2.14rem;
    height: 1rem;
    display: grid;
    align-items: center;
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;

}
.five .list .a .li h4 a{
    color: #ffffff;
}
.five .list .a .li:nth-last-child(1),.five .list .a .li:nth-last-child(2){
    margin-bottom: 0;
}
.five .list .a .li:nth-child(1) h4{
    background: rgba(130,64,206,.82);
}
.five .list .a .li:nth-child(2) h4{
    background: rgba(12,48,169,.77);
}
.five .list .a .li:nth-child(3) h4{
    background: rgba(0,102,255,.78);
}
.five .list .a .li:nth-child(4) h4{
    background: rgba(119,46,193,.78);
}




.five .list .b{
    width: 5.11rem;
    height: 5.04rem;
    overflow: hidden;
}
.five .list .b img{
    height: 100%;
}

/*手机适配*/
@media screen and (max-width: 1200px) {

}










.two .b{
    width: 10.59rem;
}


























