/*标题区域*/
span.undelineborder{
    position: relative;
    background-image: linear-gradient(#333, #333);
    background-position: 0 100%;
    background-size: 0px 1px;
    background-repeat: no-repeat;
    transition: background-size .6s;
}
a:hover span.undelineborder{
    background-size: 100% 1px;
}

/*首页标题区域*/
.hometitle{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    position: relative;
}


.hometitle .hometitleicon {
    display: block;
}

.hometitle .hometitleicon .hometitletext {
    position: relative;
    /*float: right;*/
}
.hometitle .hometitleicon h4{
    font-size: 34px;
    line-height: 34px;
    color:#333333;
    font-weight: bolder;
    z-index: 10;
    margin: 0 0 12px 0;
}
.hometitle .hometitleicon h4:after{
    width: 32px;
    display: block;
    height: 3px;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    content: ' ';
    margin: 12px 0 0 0;
}

.hometitle .hometitlemore a{
    display: block;
    line-height: 44px;
    position: relative;
    text-align: right;
    font-size: 20px;
    color: #2c06a0;
    transition: all 0.3s;
}

.hometitle .hometitlemore a i{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/indexbtn2.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -3px 0 0 6px;
    transition: all 0.3s;
}

.hometitle .hometitlemore a:hover i{
    transform: rotateX(180deg);
}


.pdtop96{
    padding-top: 96px;
}
.pdtop70{
    padding-top: 70px;
}










/*轮播区域*/

.swiperBox .swiper-slide.swiper-slide-active{
    animation: sca 30s linear infinite
}
@keyframes sca{
    0%{transform:scale(1.1);}
    50%{transform:scale(1);}
    100%{transform:scale(1.1);}
}

.swiperBox {
    position: relative;
    z-index: 10;
}
.swiperBox .swiper-slide a{
    display: block;
    overflow: hidden;
}
.swiperBox .swiper-slide img {
    width: 100% ;
}
.swiperBox .swiper-container-horizontal > .swiper-pagination {
    bottom: 16%;
    width: 100%;
}

.swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    width: 34px;
    height: 2px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    opacity: 1;
    border-radius:0px;
    background: #ffffff;
    position: relative;
}
.swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    background: url("../img/swriperbg.png") no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.swrfivebox{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 100;
}
.swrfivebox li{
    width: 20%;
    display: block;
    height: 118px;
    line-height: 118px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #ffffff 0%, #f4f7ff 100%);
    transition: all 0.3s;
}
.swrfivebox li a{
    display: block;
}

.swrfivebox a .bigimg{
    height: 100%;
    display: none;
    position: relative;
}
.swrfivebox a .bigimg:after{
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(45,6,160,0.66);
}
.swrfivebox a p{
    position: absolute;
    width: 100%;
    font-size: 24px;
    color: #333333;
    z-index: 100;
    text-align: center;
}
.swrfivebox a:hover .bigimg{
    display: block;
    height: 140px;
    line-height: 140px;
}
.swrfivebox li:hover{
    height: 140px;
    line-height: 140px;
}
.swrfivebox li:hover p{
    color: #ffffff;
}
.container1600bg{
    height: 10px;
    z-index: 100;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%,0px);
    background: linear-gradient(180deg, #d2d6e1ba 0%, transparent 100%);
}


/*新闻区域*/
.newbox{
    position: relative;
    background: url("../img/indexbg1.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 50px;
    overflow: hidden;
}
.newonebg{
    position: absolute;
    top: 96px;
    left: 0;
    max-width: 45%;
}
.newonebgtwo{
    position: absolute;
    right: -10%;
    bottom: 0;
    height: calc(100% - 110px);
    max-width: 100%;
    z-index: 0;
}
.newbox .hometitle{
    margin-bottom:50px;
}

.disfixnew{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 32px;
    z-index: 10;
    position: relative;

}
.newboxleft{
    max-width: 750px;
}
.newboxleft .hometitle{
    max-width: 670px;
    width: 100%;
}
.newboxleft .hometitle .hometitleicon h4,
.newboxleft .hometitle .hometitlemore a{
    color: #ffffff;
}
.newboxleft .hometitle .hometitleicon h4:after{
    background: #ffffff;
}
.newboxleft .hometitle .hometitlemore a i{
    background: url(../img/indexbtn1.png) no-repeat center;
    background-size: 100% 100%;
}
.newboxleft .newboxswriperpd{
    width: 100%;
    position: relative;
    padding: 0 0 0px 40px;
}

.newboxleft .newboxswriperpd a{
    display: block;
    overflow: hidden;
    background: #ffffff;
}
.newboxleft .newboxswriperpd a .bigimg{
    height: 420px;
}
.newboxleft .newboxswriperpd a .text {

    padding: 22px 14% 22px 26px;
}
.newboxleft .newboxswriperpd a .text .ellipsistwo{
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    height: 64px;
    display: block;
}
.newboxleft .newboxswriperpd a:hover .text .ellipsistwo{
    color: #2d06a0;
}
.newboxleft .newboxswriperpd a:hover .text span.undelineborder{
    background-image: linear-gradient(#2d06a0, #2d06a0);

}
.newboxleft .newboxswriperpd .swiper-button-next{
    background:url("../img/indexoneimg4.png") no-repeat center #7d12ac ;
    background-size: 70%;
    width: 48px;
    height: 48px;
    bottom: 0;
    top: auto;
    right:0;
}
.newboxleft .newboxswriperpd .swiper-button-prev{
    background:url("../img/indexoneimg4l.png") no-repeat center #2d06a0 ;
    background-size: 70%;
    width: 48px;
    height: 48px;
    bottom: -48px;
    top: auto;
    right: 48px;
    left: auto;
}


/*新闻右侧区域*/
.newboxright{
    width: 100%;
    max-width: 740px;
    position: relative;
}
.newboxright:after{
    width: 200%;
    height: 26px;
    display: block;
    content: ' ';
    position: absolute;
    bottom: -26px;
    left: 0;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
}

.newboxright .hometitle .hometitletext{
    display: flex;
    gap: 40px;
}
.newboxright .hometitle .hometitletext h4{
    cursor: pointer;
    width: 150px;
}
.newboxright .hometitle .hometitletext h4:not(.check){
    font-size: 36px;
    font-weight: 400;
}
.newboxright .hometitle .hometitletext h4:not(.check):after{
    display: none;
}
.newboxright .hometitle .hometitletext h4:not(.check):hover{
    font-size: 34px;
    line-height: 34px;
    font-weight: bolder;
}
.newboxright .hometitle .hometitletext h4:not(.check):hover:after{
    display: block;
}
.newboxright .hometitle .hometitlemore a:not(.check){
    display: none;
}

.newboxright .newrightdome .newimgbox{
    max-width: 320px;
}
.newboxright .newrightdome .newimgbox .bigimg{
    height: 220px;
}
.newboxright .newrightdome .newimgbox .ellipsis{
    font-size: 18px;
    color: #333333;
    margin: 30px 0;
}
.newboxright .newrightdome .newimgbox .ellipsis:hover{
    color: #2d06a0;
}
.newboxright .newrightdome .newimgbox .say{
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    max-height: 180px;
    overflow: hidden;
    text-align: justify;
}


.newboxright .newrightdome{
    display: none;
}
.newboxright .newrightdome.newrightcheck{
    display: block;
}

.newboxright .newrightdome .newlist{
    max-width: 360px;
}
.newboxright .newrightdome .newlist a{
    padding: 0 0 0 14px;
    position: relative;
    display: block;
    border-bottom: 1px dashed #888888;
    margin: 0 0 34px 0;
}
.newboxright .newrightdome .newlist li:last-child a{
    margin-bottom: 0;
}
.newboxright .newrightdome .newlist a p{
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}
.newboxright .newrightdome .newlist a span{
    font-size: 14px;
    display: block;
    color: #888888;
    font-style: oblique;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin:12px 0 14px 0;
}
.newboxright .newrightdome .newlist a:before{
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 13%;
    left: 0;
    background: #2d06a0;
    content: ' ';
    transition: all 0.3s;
}
.newboxright .newrightdome .newlist a:hover p{
    color: #2d06a0;
}
.newboxright .newrightdome .newlist a:hover:before{
    transform: rotate(180deg);
}




/*通知公告*/
.hometwobox{
    position: relative;
    background: url("../img/indexbg2.jpg") no-repeat 0 0;
    background-size: 100% 100.1%;
    overflow: hidden;
}
.hometwobox .containerhometwobgone .hometitle .hometitleicon{
    flex: 1;
    text-align: center;
    padding-left: 5%;
}
.hometwobox .containerhometwobgone .hometitle .hometitleicon .hometitletext h4:after{
    display: none;
}

.hometwobox .tzggswrbox .tzggswriperbg{
    padding: 5px 5px 5px 20px;
    position: relative;
}
.hometwobox .tzggswrbox .tzggswriperbg .time{
    display: inline-block;
    background: linear-gradient(0deg, #7e12ac 0%, #2c06a0 100%);
    position: absolute;
    top: 20%;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-family: "systregular";
    padding: 6px 4px;
    letter-spacing: -1px;
    border: 1px transparent solid;
}
.hometwobox .tzggswrbox .tzggswriperbg .time p{
    font-family: "systBold";
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    letter-spacing: -1px;
}
.hometwobox .tzggswrbox a{
    display: block;
    background: #ffffff;
    padding: 40px 14px 30px 54px;
    box-shadow: 0px 0px 12px #560ca63b;
}
.hometwobox .tzggswrbox a h4{
    font-size: 18px;
    color: #333333;
}
.hometwobox .tzggswrbox a .bordertzgg{
    width: 30px;
    height: 2px;
    transform: scale(0.8);
    display: inline-block;
    margin: 16px 0;
    background: linear-gradient(0deg, #7e12ac 0%, #2c06a0 100%);
}
.hometwobox .tzggswrbox a p{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    color: #999999;
}
.hometwobox .tzggswrbox a:hover{
    background: linear-gradient(0deg, #7e12ac 0%, #2c06a0 100%);
}
.hometwobox .tzggswrbox a:hover p,
.hometwobox .tzggswrbox a:hover h4{
    color: #ffffff;
}
.hometwobox .tzggswrbox .tzggswriperbg:hover a div{
    background: #ffffff;
}
.hometwobox .tzggswrbox .tzggswriperbg:hover .time {
    color: #d8b95a;
    border: 1px #e3e7f36b solid;
}
.hometwobox .tzggswrbox{
    padding-bottom: 20px;
}
.hometwobox .tzggswrbox .tzggswrboxpage {
    width: 100%;
}
.hometwobox .tzggswrbox .tzggswrboxpage .swiper-pagination-bullet {
    background: #7611ab;
    margin: 0 4px;
}



/*学术活动区域*/
.containerhometwobgtwo{
    margin: 90px 0 0 0;
    position: relative;
    padding-bottom: 32px;
}
.containerhometwobgtwo .xshdbox .xshdleft{
    position: relative;
}
.containerhometwobgtwo .container1600 .xshdleft:after{
    width: 169%;
    height: 20%;
    display: block;
    content: ' ';
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
    position: absolute;
    right: -60px;
    bottom: -32px;
    z-index: -6;
    left: auto;
}
.xshdul,
.containerhometwobgtwo .hometitle{
    position: relative;
    z-index: 100;
}
.containerhometwobgtwo .container1600 .xshdbox:before{
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(92deg, #ffffff 0%,#ffffff 50%, transparent 80%);
    display: block;
    content: ' ';
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}

.containerhometwobgtwo .xshdbox{
    display: flex;
    justify-content:space-between;
    align-items: stretch;
    gap:120px;
    position: relative;
    z-index: 10;
    padding: 70px 0 0px 40px;
    background: linear-gradient(92deg, #ffffff 0%,#ffffff 50%, transparent 80%);
}
.containerhometwobgtwo .xshdbox .xshdleft{
    max-width: 480px;
    width: 100%;
}
.containerhometwobgtwo .xshdbox .xshdleft .hometitle .hometitlemore a{
    color: #333333;
}
.containerhometwobgtwo .xshdbox .xshdleft .hometitle .hometitlemore a i{
    background-image: url(../img/indexbtn3.png);
}

.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a{
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dashed #cdcdcd;
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items: center;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li:nth-child(1) a{
    padding-top: 0;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time{
    width: 66px;
    height: 66px;
    border: 1px dashed #cdcdcd;
    text-align: center;
    border-radius: 50%;
    /* flex居中核心 */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* 垂直排列：数字在上，月份在下 */
    gap: 2px; /* 数字和月份间距，按需调整 */
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time:before{
    width: 88%;
    height: 88%;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 6%;
    left: 6%;
    background: linear-gradient(180deg, #eee9fd 0%, #f0ecfe6b 100%);
    border-radius: 50%;
    z-index:0;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time p{
    font-family: "systBold";
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #2c06a0;
    letter-spacing: -1px;
    z-index: 10;
    position: relative;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time span{
    text-align: center;
    color: #2c06a0;
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-family: "systBold";
    letter-spacing: -1px;
    z-index: 10;
    position: relative;
}

.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a h4{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 500;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .righttext{
    flex: 1;
    min-width: 0;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a:hover h4 {
    color: #2c06a0;
}
.containerhometwobgtwo .xshdbox .xshdleft .xshdul li a:hover .time {
    transform: rotateY(360deg);
}

.containerhometwobgtwo .xshdright{
    position: relative;
    padding: 70px 0 20px 0 ;
    z-index: 100;
}
.xshdright .hometitle .hometitleicon h4{
    color: #ffffff;
}
.xshdright .hometitle .hometitleicon h4:after{
    background: #ffffff;
}
.containerhometwobgtwo .xshdright .xshdrightbg{
    width: 140%;
    max-width: none;
    height: calc(100% - 20px);
    position: absolute;
    left: -60px;
    bottom: 0;
    z-index: -1;
}
.containerhometwobgtwo .xshddatabox{
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    color: #ffffff;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft{
    width: 100%;
    max-width: 420px;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft .bigimg{
    height: 280px;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft h5{
    color: #ffffff;
    font-size: 22px;
    display: block;
    margin: 20px 0;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft p{
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin: 0 0 14px 0;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft p i{
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url("../img/indextwoicon1.png") no-repeat center;
    background-size: contain ;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft p:nth-child(4) i{
    background-image: url("../img/indextwoicon2.png");
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft p:nth-child(5) i{
    background-image: url("../img/indextwoicon3.png");
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft p:nth-child(6) i{
    background-image: url("../img/indextwoicon4.png");
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft .swiper-button-prev{
    background-size: 12px;
    left: auto;
    right: 40px;
    top: auto;
    bottom: 0;
    background-color: #ffffff1a;
}
.containerhometwobgtwo .xshddatabox .xshddataboxleft .swiper-button-next{
    background-size: 12px;
    left: auto;
    right: 0px;
    top: auto;
    bottom: 0;
    background-color: #ffffff1a;
}
.containerhometwobgtwo .xshddatabox .xshddataboxright{
    width: 540px;
    width: calc(100% - 420px);
    display: inline-block;
    flex: 1;
    min-width: 0;
}


/*教师风采*/
.homethreebox{
    position: relative;
    background: url("../img/indexbg3.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 60px;
}
.homethreebox .homethreefiex{
    display: flex;
    justify-content: space-between;
}
.homethreebox .homethreefiex:after{
    width: 126.8%;
    background: #e4e4f0;
    z-index: 0;
    position: absolute;
    top:8%;
    right: -50%;
    height: 100%;
    content: ' ';

}


.homethreebox .homethreefiex .homethreeboxleft{
    width: 100%;
    max-width: 930px;
    padding: 110px 0 50px 180px;
    position: relative;
    z-index: 10;
}
.homethreebox .homethreefiex .homethreeboxleft .hometitle{
    position: absolute;
    width: 40%;
    height: 100%;
    background: url("../img/indexthreeimg1.png") no-repeat center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 0;
    padding: 30px 0 0px 30px;
}
.homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitleicon h4 {
    color: #ffffff;
    margin: 0 0 0px 0;
    line-height: 35px;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
}
.homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitleicon h4:after {
    width: 1px;
    height: 90px;
    background: #ffffff7a;
    content: ' ';
    margin: 0px 0 0 0;
    position: absolute;
    top: 84%;
    left: 60px;
}
.homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitlemore a{
    color: #ffffff;
    position: absolute;
    bottom: 10%;
    left: 20%;
    writing-mode: vertical-rl;
    letter-spacing: 4px;
}
.homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitlemore a i {
    background: url(../img/indexbtn1.png) no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 0 0 -8px;
}
.homethreebox .homethreefiex .homethreeboxleft ul{
    display: flex;
}
.homethreebox .homethreefiex .homethreeboxleft ul li{
    box-shadow: 0px 0px 4px #650ea838;
}
.homethreebox .homethreefiex .homethreeboxleft ul li .bigimg{
    height: 270px;
}
.homethreebox .homethreefiex .homethreeboxleftul{
    display: flex;
    justify-content: space-between;
    gap:36px;
    position: relative;
    z-index: 10;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg{
    background: #ffffff;
    padding: 30px;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg .bigimg{
    height: 270px;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg h3{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    height: 56px;
}
.homethreebox .homethreefiex .homethreeboxleftul li  .homethreebg a:hover h3{
    color: #2c06a0;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg p{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 20px;
    height: 60px;
    margin: 30px 0 40px 0;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg .newmore{
    background: -webkit-linear-gradient(#7e12ac, #2c06a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homethreebox .homethreefiex .homethreeboxleftul li .homethreebg .newmore i{
    width: 8px;
    height: 12px;
    margin:  0 0 0 4px;
    display: inline-block;
    background: url("../img/indexthreeimg5.png") no-repeat center;
    background-size: 100% 100%;
}


/*学生风采*/
.homethreebox .homethreefiex .homethreeboxright{
    width: 100%;
    max-width: 600px;
    padding: 110px 0 0 0;
    position: relative;
    z-index: 10;

}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:36px;
    background: #fff;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .bigimg{
    width: 100%;
    max-width: 270px;
max-height: 180px;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .textinfo{
    padding: 0 4% 0 0 ;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a h5{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 30px;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .time{
    font-size: 18px;
    line-height: 24px;
    background: -webkit-linear-gradient(#7e12ac, #2c06a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .time i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/indexthreeimg6.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a:hover h5 {
    background: -webkit-linear-gradient(#7e12ac, #2c06a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.homethreebox .homethreeboxrightul li{
    margin-top: 22px;
}
.homethreebox .homethreeboxrightul li a{
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    gap:28px;
}
.homethreebox .homethreeboxrightul li a .time{
    width: 70px;
    border: 1px #2c06a0 solid;
    background: #edf0f5;
    text-align: center;
    color: #3107a1;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 30px;
}
.homethreebox .homethreeboxrightul li a .time p{
    font-size: 22px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    font-weight: bolder;
    background: linear-gradient(90deg, #7e12ac 0%, #2c06a0 100%);
}
.homethreebox .homethreeboxrightul li a .say{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    display: flex;
    flex: 1;
    min-width: 0;
    border-bottom: 1px dashed #cdcdcd;
}
.homethreebox .homethreeboxrightul li a:hover .say{
    background: -webkit-linear-gradient(#7e12ac, #2c06a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




/*社交媒体*/
.homefruebox{
    position: relative;
    background: url("../img/indexbg4.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    /*overflow: hidden;*/
    /*padding-bottom: 150px;*/
}
.homefruebox .container{
    position: relative;
}
.homefruebox:before{
    width: 200px;
    height: 30px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 90px;
    left: 0;
    background: url(../img/indexfureimg1.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 100;
}
.homefruebox .hometitle{
    position: relative;
    z-index: 10;
    margin-top: 50px;
}
.homefruebox .hometitle .hometitlemore a{
    color: #333333;
}
.homefruebox .hometitle .hometitlemore a i{
    background-image: url(../img/indexbtn3.png);
}


.homefruebox .homefuredisflex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
}
.homefruebox .homefuredisflex:after{
    width: 43%;
    height: 78%;
    position: absolute;
    display: inline-block;
    content: ' ';
    background: url("../img/indexfurerimg0.png") no-repeat center;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
}
.homefruebox .homefrueboxleft{
    display: flex;
    /*max-width: 1290px;*/
    max-width: 1380px;
    width: 100%;
    gap:10px;
    position: relative;
}
.homefruebox .homefrueboxleft:before{
    width: 150%;
    height: 150%;
    display: inline-block;
    content:" ";
    position: absolute;
    top: -150px;
    right: 0;
    z-index: 1;
    background: linear-gradient(92deg, #ffffff 0%,#ffffff 80%, #fffffff0  100%);
}


.homefruebox .homefrueboxleft ul{
    display: flex;
    gap:10px;
    position: relative;
    z-index: 10;
}
.homefruebox .homefrueboxleft ul li a{
    display: block;
    position: relative;
    height: 100%;
}
.homefruebox .homefrueboxleft ul li a .text{
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 20px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}
.homefruebox .homefrueboxleft ul li a .text i{
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../img/indexfureicon1.png") no-repeat center;
    background-size: 100%;
    vertical-align: text-bottom;
    position: relative;
    margin: 0 4px 0 0;
}
.homefruebox .homefrueboxleft ul li a .text:after{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 4px;
    bottom: 0;
    content: ' ';
    left: 20px;
    background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
}
.homefruebox .homefrueboxleft ul.homefruetext{
    max-width: 900px;
    width: 100%;
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 10;
}
.homefruebox .homefrueboxleft ul.homefruetext .bigimg{
    height: 450px;
}
.homefruebox .homefrueboxleft ul.homefruetext li:nth-child(1){
    width:33.33333%;
}
.homefruebox .homefrueboxleft ul.homefruetext li:nth-child(2){
    width:66.66666%;
}
.homefruebox .homefrueboxleft ul.homefruemoive{
    flex-wrap: wrap;
    max-width: 370px;
    width: 100%;
    flex: 1;
    position: relative;
    z-index: 10;
    min-width: 0;
    height: 450px;
}

.homefruebox .homefrueboxleft ul.homefruemoive li:nth-child(1){
    height:52%;
    width: 100%;
}
.homefruebox .homefrueboxleft ul.homefruemoive li:nth-child(2){
    width: 100%;
    height: calc(48% - 10px);

}
.homefruebox .homefrueboxleft ul.homefruemoive li .bigimg{
    height: 100%;
    width: 100%;
}
.homefruebox .homefrueboxleft ul.homefruemoive li .bigimg:after{
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url("../img/indexfureicon4.png") no-repeat center;
    background-size: 100% 100%;
}

/*微信区域*/
.homefruebox .homefureboxright{
    position: relative;
    padding: 40px 10px 0 10px;
    z-index: 100;
    width: 200px;
    text-align: center;
}
.homefruebox .homefureboxright .frueicon{
    border-bottom: 1px #ffffff70 dashed;
    margin:0px 0  40px 0 ;
}

.homefruebox .homefureboxright .frueicon h4{
    color: #ffffff;
    font-size: 20px;
    margin:10px 0  30px 0 ;
    font-weight: bolder;
}
.homefruebox .homefureboxright .wxbox .wxdome {
    position: relative;
    margin-bottom: 28px;
}
.homefruebox .homefureboxright .wxbox .wximg{
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(100% + 4px);
    left: 50%;
    transition: all 0.3s;
    background: #ffffff;
    padding: 4px;
    border: 1px #dddddd solid;
    transform: translate(-50%,0);
    z-index: 100;
    display: none;
}
.homefruebox .homefureboxright .wxdome:hover .wximg {
    display: inline-block;
}
.homefruebox .homefureboxright .wxbox .wximg img{
    width: 100%;
}
.homefruebox .homefureboxright .wxbox .wximg:before{
    width: 12px;
    height: 12px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: -9px;
    right: 50%;
    background: url(../img/down.png) no-repeat center;
    transform: rotate(180deg) translate(-50%,0);
}


.homefruebox .homefureboxright .frueicon img,
.homefruebox .homefureboxright .wxdome img.wxicon{
    cursor: pointer;
    transition: all 0.3s;
}
.homefruebox .homefureboxright .frueicon img:hover,
.homefruebox .homefureboxright .wxdome img.wxicon:hover{
    transform: rotateY(360deg);
}


/*其他学院链接*/
.newsweriperbox{
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    top: 60px;
}
.newsweriperbox:after{
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    background: #ffffff;
    content: ' ';
    display: inline-block;
    z-index: 0;
}
.homefruebox .container.swipericon{
    position: relative;
    text-align: right;
    z-index: 10;
}

.swipericon .swipericonbg{
    padding: 0 0 0 5%;
    width: 95%;
    float: right;
    position: relative;
}
.swipericon .swipericonbg:before{
    width: 6%;
    height: 100%;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/sweripericonbg.png") no-repeat center;
    background-size: 100% 100%;
}
.swipericon .swiper-container{
    background: #ffffff;
}
.swipericon a{
    display: block;
    padding: 30px 10px;
    text-align: center;
}
.swipericon a p{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 4px 0 0 0;
    height: 40px;
    overflow: hidden;
    text-align: center;
}
.swipericon a i{
    width: 100%;
    height: 42px;
    display: inline-block;
    margin: 0 0 0 0 ;
    background: url("../img/footericon1.png") no-repeat center;
    background-size: auto 100%;
}
.swipericon .swiper-slide:nth-child(2) a i{ background-image: url("../img/footericon2.png");  }
.swipericon .swiper-slide:nth-child(3) a i{ background-image: url("../img/footericon3.png");  }
.swipericon .swiper-slide:nth-child(4) a i{ background-image: url("../img/footericon4.png");  }
.swipericon .swiper-slide:nth-child(5) a i{ background-image: url("../img/footericon5.png");  }
.swipericon .swiper-slide:nth-child(6) a i{ background-image: url("../img/footericon6.png");  }
.swipericon .swiper-slide:nth-child(7) a i{ background-image: url("../img/footericon7.png");  }
.swipericon .swiper-slide:nth-child(8) a i{ background-image: url("../img/footericon8.png");  }
.swipericon .swiper-slide:nth-child(1) a:hover i, .swipericon .swiper-slide:nth-child(1).active a i{ background-image: url("../img/footericonh1.png");  }
.swipericon .swiper-slide:nth-child(2) a:hover i, .swipericon .swiper-slide:nth-child(2).active a i{ background-image: url("../img/footericonh2.png");  }
.swipericon .swiper-slide:nth-child(3) a:hover i, .swipericon .swiper-slide:nth-child(3).active a i{ background-image: url("../img/footericonh3.png");  }
.swipericon .swiper-slide:nth-child(4) a:hover i, .swipericon .swiper-slide:nth-child(4).active a i{ background-image: url("../img/footericonh4.png");  }
.swipericon .swiper-slide:nth-child(5) a:hover i, .swipericon .swiper-slide:nth-child(5).active a i{ background-image: url("../img/footericonh5.png");  }
.swipericon .swiper-slide:nth-child(6) a:hover i, .swipericon .swiper-slide:nth-child(6).active a i{ background-image: url("../img/footericonh6.png");  }
.swipericon .swiper-slide:nth-child(7) a:hover i, .swipericon .swiper-slide:nth-child(7).active a i{ background-image: url("../img/footericonh7.png");  }
.swipericon .swiper-slide:nth-child(8) a:hover i, .swipericon .swiper-slide:nth-child(8).active a i{ background-image: url("../img/footericonh8.png");  }
.swipericon .swiper-slide a:hover, .swipericon .swiper-slide.active a {
    background: linear-gradient(180deg, #eee9fd 0%, #f0ecfe6b 100%);
}



/*页脚区域的样式*/
.footerbox{
    padding-top: 120px;
    padding-bottom: 60px;
}





/*响应式区域*/
@media (max-width: 1600px) {

    .pdtop96{
        padding-top: 80px;
    }
    .pdtop70{
        padding-top: 60px;
    }






    .swiperBox .swiper-container-horizontal > .swiper-pagination {
        bottom:130px;
    }
    .swrfivebox li {
        height: 110px;
        line-height: 110px;
    }
    .swrfivebox li:hover,
    .swrfivebox a:hover .bigimg {
        height: 130px;
        line-height: 130px;
    }
    .swrfivebox a p {
        font-size: 22px;
    }


    .newonebg {
        width: 100%;
        max-width: 51%;
        height: 80%;
        top: 6%;
    }
    .newboxleft {
        max-width: 50%;
    }
    .newboxright {
        max-width: 46%;
    }
    .disfixnew{
        gap:4%;
        padding-top: 18px;
    }
    .newboxright .newrightdome.newrightcheck .disfixspace{
        gap:2%;
    }
    .newboxright .newrightdome .newlist {
        flex: 1;
        min-width: 0;
        max-width: 50%;
    }

    .newboxright .newrightdome .newimgbox {
        max-width: 50%;
    }
    .newboxleft .newboxswriperpd a .bigimg {
        height: 360px;
    }
    .newboxright .newrightdome .newimgbox .bigimg {
        height: 180px;
    }
    .newboxright .newrightdome .newlist a {
        padding: 0 0 0 12px;
        margin: 0 0 20px 0;
    }
    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .newboxright .hometitle .hometitletext {
        gap: 20px;
    }
    .newboxright .hometitle .hometitletext h4 {
        width: 124px;
    }
    .hometitle .hometitlemore a {
        line-height: 30px;
        font-size: 18px;
    }
    .hometitle .hometitlemore a i {
        width: 24px;
        height: 24px;
    }
    .hometitle,
    .newboxleft .hometitle {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .hometitle,
    .newbox .hometitle{
        margin-bottom: 20px;
    }
    .newboxleft .newboxswriperpd {
        padding: 0 0 0px 10px;
    }
    .newonebgtwo {
        height: calc(100% - 76px);
    }
    .newboxleft .newboxswriperpd a .text .ellipsistwo {
        font-size: 19px;
        line-height: 30px;
        height: 60px;
    }
    .newboxright .newrightdome .newimgbox .ellipsis {
        font-size: 17px;
        margin: 26px 0;
    }
    .newboxright .newrightdome .newlist a p {
        font-size: 17px;
        line-height: 20px;
    }
    .newboxright .newrightdome .newlist a span {
        font-size: 13px;
        margin: 10px 0 12px 0;
    }
    .newboxleft .newboxswriperpd .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .newboxleft .newboxswriperpd .swiper-button-prev {
        width: 40px;
        height: 40px;
        bottom: -40px;
        right: 40px;
    }
    .newboxleft .newboxswriperpd a .text {
        padding: 18px 14% 18px 22px;
    }

    .hometwobox .tzggswrbox a {
        padding: 32px 14px 32px 40px;
        box-shadow: 0px 0px 10px #560ca63b;
    }
    .hometwobox .tzggswrbox .tzggswriperbg .time {
        font-size: 13px;
        padding: 4px 2px;
    }
    .hometwobox .tzggswrbox .tzggswriperbg .time p {
        font-size: 20px;
        line-height: 22px;
    }
    .hometwobox .tzggswrbox a .bordertzgg {
        margin: 14px 0;
    }

    .containerhometwobgtwo {
        margin: 60px 0 0 0;
        padding-bottom: 32px;
    }

    .containerhometwobgtwo .xshdbox {
        gap: 100px;
        padding: 70px 0 0px 40px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a {
        padding: 16px 0;
        gap: 10px;
    }
    .containerhometwobgtwo .xshdright {
        max-width: 60%;
    }
    .containerhometwobgtwo .container1600 .xshdleft:after {
        right: -40px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a h4 {
        font-size: 17px;
        line-height: 28px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time p {
        font-size: 22px;
        line-height: 22px;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft .bigimg {
        height: 240px;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft h5 {
        font-size: 19px;
        margin: 18px 0;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft {
        width: calc(100% - 400px);
        max-width: calc(100% - 400px);
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxright{
        width: 400px;
    }

    .homethreebox .homethreefiex .homethreeboxleft {
        max-width: 60%;
        padding: 60px 0 40px 120px;
    }
    .homethreebox .homethreefiex .homethreeboxright {
        max-width: 40%;
        padding: 60px 0 0 0;
    }
    .homethreebox .homethreefiex {
        gap: 2%;
    }
    .homethreebox .homethreefiex .homethreeboxleftul {
        gap: 20px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg {
        padding: 18px 14px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg h3 {
        font-size: 16px;
        line-height: 18px;
        height: 36px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg p {
        font-size: 13px;
        line-height: 18px;
        height: 54px;
        margin: 20px 0 20px 0;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a {
        gap: 22px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .time {
        font-size: 14px;
        line-height: 16px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .time i {
        width: 12px;
        height: 12px;
        margin: -3px 2px 0 0;
    }
    .homethreebox .homethreeboxrightul li a .time {
        width: 60px;
        font-size: 13px;
        line-height: 28px;
    }
    .homethreebox .homethreeboxrightul li a {
        gap: 20px;
    }
    .homethreebox .homethreeboxrightul li a .time p {
        font-size: 20px;
        line-height: 28px;
    }
    .homethreebox .homethreeboxrightul li a .say p{
        font-size: 16px;
        line-height: 26px;
        height: 52px;
    }
    .homethreebox .homethreeboxrightul li {
        margin-top: 18px;
    }
    .homethreebox .homethreefiex:after {
        top: 3%;
    }

.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .bigimg {
   
    max-height: 150px;
}


    .homefruebox:before {
        top: 5.6%;
    }
    .homefruebox .homefuredisflex:after {
        height: 88%;
    }
    .homefruebox .homefrueboxleft {
        padding: 0 3% 0 0;
    }
    .homefruebox .homefrueboxleft:before {
        height: 145%;
    }

}

@media (max-width: 1500px) {
    .newonebgtwo {
        /*height: calc(100% - 80px);*/
    }

    .homefruebox .hometitle {
        margin-top: 20px;
    }
    .homefruebox:before {
        top: 2.6%;
    }


}



@media (max-width: 1400px) {
    .pdtop96{
        padding-top: 60px;
    }
    .pdtop70{
        padding-top: 50px;
    }

    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 8px 0;
    }
    .newbox .hometitle {
        margin-bottom: 30px;
    }
    .newboxright .hometitle .hometitletext {
        gap: 18px;
    }
    .newboxright .hometitle .hometitletext h4 {
        width: 110px;
    }
    .hometitle .hometitlemore a {
        line-height: 24px;
        font-size: 16px;
    }
    .hometitle .hometitlemore a i {
        width: 18px;
        height: 18px;
    }



    .swiperBox .swiper-container-horizontal > .swiper-pagination {
        bottom:100px;
    }
    .swrfivebox li {
        height: 90px;
        line-height: 90px;
    }
    .swrfivebox li:hover,
    .swrfivebox a:hover .bigimg {
        height: 100px;
        line-height: 100px;
    }
    .swrfivebox a p {
        font-size: 18px;
    }

    .newonebgtwo {
        /*height: calc(100% - 86px);*/
    }
    .hometitle .hometitleicon h4:after {
        width: 32px;
        height: 2px;
        margin: 10px 0 0 0;
    }
    .newboxleft .newboxswriperpd {
        padding: 0 0 0px 0px;
    }


    .newboxleft .newboxswriperpd a .text .ellipsistwo {
        font-size: 17px;
        line-height: 22px;
        height: 44px;
    }
    .newboxleft .newboxswriperpd .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    .newboxleft .newboxswriperpd .swiper-button-prev {
        width: 32px;
        height: 32px;
        bottom: -32px;
        right: 32px;
    }
    .newboxleft .newboxswriperpd a .text {
        padding: 15px 14% 15px 18px;
    }
    .newboxright .newrightdome.newrightcheck .disfixspace {
        gap: 4%;
    }
    .newboxright .newrightdome .newimgbox .ellipsis {
        font-size: 15px;
        margin: 14px 0;
    }
    .newboxright .newrightdome .newimgbox .say {
        font-size: 13px;
        line-height: 20px;
        max-height: 160px;
    }
    .newboxright .newrightdome .newlist a p {
        font-size: 15px;
        line-height: 18px;
    }
    .newboxright .newrightdome .newlist a span {
        font-size: 13px;
        margin: 8px 0 8px 0;
    }

    .hometwobox .tzggswrbox a h4{
        font-size: 16px;
    }
    .hometwobox .tzggswrbox .tzggswriperbg .time p {
        font-size: 18px;
        line-height: 20px;
    }
    .hometwobox .tzggswrbox a .bordertzgg {
        margin: 12px 0;
    }

    .containerhometwobgtwo {
        margin: 40px 0 0 0;
        padding-bottom: 28px;
    }
    .containerhometwobgtwo .xshdbox {
        gap: 100px;
        padding: 50px 0 0px 30px;
    }


    .containerhometwobgtwo .xshdright {
        max-width: 54%;
    }
    .containerhometwobgtwo .container1600 .xshdleft:after {
        right: -90px;
    }


    .homethreebox .homethreeboxrightul li a .say p{
        font-size: 15px;
        line-height: 24px;
        height: 48px;
    }
    .homethreebox .homethreeboxrightul li {
        margin-top: 15px;
    }
    .homefruebox:before {
        top: 0;
    }

    .homefruebox .homefuredisflex {
        padding-bottom: 10px;
    }

    .homefruebox .homefrueboxleft:before {
        height: 140%;
    }
    .homefruebox .homefrueboxleft ul li a .text {
        padding: 0 0 0 16px;
        font-size: 16px;
        line-height: 32px;
    }
    .homefruebox .homefrueboxleft ul li a .text i {
        width: 20px;
        height: 20px;
        margin: 0 2px 0 0;
    }

    .swipericon a i {
        height: 32px;
    }
    .swipericon a p {
        font-size: 15px;
        line-height: 16px;
        margin: 2px 0 0 0;
        height: 32px;
    }



}

@media (max-width: 1300px) {
    .containerhometwobgtwo {
        margin: 30px 0 0 0;
        padding-bottom: 28px;
    }
    .containerhometwobgtwo .xshdbox{
        display: block;
        padding: 30px  30px;

    }
    .containerhometwobgtwo .container1600 .xshdbox:before {
        background: #ffffff;
    }
    .containerhometwobgtwo .xshdbox .xshdleft {
        max-width: 100%;
        width: 100%;
    }
    .containerhometwobgtwo .xshdright {
        max-width: 100%;
        width: 100%;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft {
        max-width: 400px;
        width: auto;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft h5 {
        font-size: 18px;
        margin: 16px 0;
    }


    .homethreebox {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .homethreebox .homethreefiex .homethreeboxleft ul li .bigimg {
        height: 240px;
    }
.homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .bigimg {
    max-height: 130px;
}



}
@media (max-width: 1200px) {
    .pdtop96{
        padding-top: 40px;
    }
    .pdtop70{
        padding-top: 40px;
    }
    .newonebgtwo {
        height: calc(100% - 60px);
    }
    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 6px 0;
    }
    .hometitle,
    .newbox .hometitle {
        margin-bottom: 20px;
    }
    .newboxright .hometitle .hometitletext {
        gap: 12px;
    }
    .newboxright .hometitle .hometitletext h4 {
        width: 100px;
    }
    .hometitle .hometitlemore a {
        line-height: 24px;
        font-size: 14px;
    }
    .hometitle .hometitlemore a i {
        width: 14px;
        height: 14px;
    }
    .hometwobox .tzggswrbox .tzggswrboxpage {
         display: block !important;
    }

    .containerhometwobgtwo {
        margin: 30px 0 0 0;
        padding-bottom: 0px;
    }
    .containerhometwobgtwo .xshdbox {
        gap: 80px;
        padding: 40px  20px 0 20px;
    }
    .homefruebox .homefureboxright {
        width: 150px;
    }
    .homefruebox .homefuredisflex {
        padding-bottom: 0;
    }
    .homefruebox .homefrueboxleft:before{
        display: none;
    }

    .homefruebox .homefrueboxleft {
        padding: 0 15px 0 0;
        background: #ffffffd1;
        position: relative;
        z-index: 10;
    }
    .homefruebox .homefuredisflex:after {
        height: 450px;
    }
    .homefruebox .homefureboxright .frueicon img{
        width: 60px;
    }
    .homefruebox .homefureboxright .wxdome img.wxicon {
        width: 50px;
    }
    .homefruebox .homefrueboxleft ul li a .text {
        padding: 0 0 0 12px;
        font-size: 15px;
        line-height: 28px;
    }
    .homefruebox .homefrueboxleft ul li a .text i {
        width: 16px;
        height: 16px;
        margin: 0 2px 0 0;
    }
    .homefruebox .homefureboxright .frueicon h4 {
        font-size: 17px;
        margin: 7px 0 30px 0;
    }

    .newsweriperbox {
        margin: 20px auto;
        top: 20px;
    }
    .footerbox {
        padding-top: 60px;
        padding-bottom: 40px;
    }



}

@media (max-width: 1100px) {
    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .newbox .hometitle {
        margin-bottom: 22px;
    }


}



@media (max-width: 1000px) {
    .pdtop96{
        padding-top: 30px;
    }
    .pdtop70{
        /*padding-top: 40px;*/
    }

    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 4px 0;
    }
    .newboxright .hometitle .hometitletext {
        gap: 10px;
    }
    .hometitle,
    .newbox .hometitle {
        margin-bottom: 12px;
        max-width: 100%;
    }
    .newboxright .hometitle .hometitletext h4 {
        width: 90px;
    }
    .hometitle .hometitlemore a {
        line-height: 20px;
        font-size: 14px;
    }
    .hometitle .hometitlemore a i {
        width: 14px;
        height: 14px;
    }


    .swiperBox .swiper-container-horizontal > .swiper-pagination {
        bottom:90px;
    }
    .swrfivebox li {
        height: 80px;
        line-height: 80px;
    }
    .swrfivebox li:hover,
    .swrfivebox a:hover .bigimg {
        height: 90px;
        line-height: 90px;
    }
    .swrfivebox a p {
        font-size: 16px;
    }

    .newbox{
        padding-bottom: 30px;
    }
    .disfixnew{
        display: block;
    }
    .newboxright,
    .newboxleft {
        max-width: 100%;
    }
    .newonebg {
        max-width: 100%;
        height: 100%;
        top: 0;
        width: 100%;
    }
    .newboxright:after{
        display: none;
    }
    .newboxleft .newboxswriperpd {
        padding: 0 0px;
    }
    .newboxleft .newboxswriperpd .swiper-button-next {
        background-size: 80%;
        width: 30px;
        height: 30px;
    }
    .newboxleft .newboxswriperpd .swiper-button-prev {
        background-size: 80%;
        width: 30px;
        height: 30px;
        bottom: 0px;
        right: 30px;
    }
    .newonebgtwo{
        display: none;
    }
    .newboxright{
        background: #fff;
        padding: 20px;
        margin-top: 20px;
    }
    .disfixnew{
        padding-top: 0;
    }

    .newboxleft .newboxswriperpd a .text .ellipsistwo {
        font-size: 14px;
        line-height: 18px;
        height: 36px;
    }
    .newboxleft .newboxswriperpd a .text {
        padding: 15px 80px 15px 15px;
    }



    .homethreebox .homethreefiex{
        display: block;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle {
        width: 50%;
        padding: 30px 0 0px 10px;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitleicon h4:after {
        left: 36px;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitlemore a {
        left: 10%;
    }
    .homethreebox .homethreefiex .homethreeboxleft ul li .bigimg {
        height: 180px;
    }
    .homethreebox .homethreefiex .homethreeboxleft {
        max-width: 100%;
        width: 100%;
        padding: 60px 0 40px 120px;
        padding: 30px 10px 30px 80px;
    }
    .homethreebox .homethreefiex .homethreeboxright {
        max-width: 100%;
        width: 100%;
        padding: 20px;
        margin-top: 20px;
        background: #fff;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a {
        gap: 22px;
        justify-content: flex-start;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .bigimg {
        width: 100%;
        max-width: 180px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a{
        background: #f9f9f9;
    }

    .homefruebox .homefuredisflex{
        display: block;
    }
    .homefruebox .homefuredisflex:after{
        display: none;
    }
    .homefruebox .homefureboxright {
        width: 100%;
        display: flex;
        padding: 10px;
        background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%);
        justify-content: center;
        border: 1px #7511ab solid;
        margin: 8px 0 0 0;
    }
    .homefruebox .homefrueboxleft {
        padding: 0 0px 0 0;
    }
    .homefruebox .homefrueboxleft ul li a .text {
        font-size: 14px;
    }
    .homefruebox .homefureboxright .frueicon img {
        width: 52px;
    }
    .homefruebox .homefureboxright .frueicon {
        border: none;
        border-right: 1px #ffffff70 dashed;
        margin: 0 20px 0 0;
        padding: 0 20px 0 0;
    }
    .homefruebox .homefureboxright .wxbox .wxdome {
        margin-bottom: 0px;
    }
    .homefruebox .homefureboxright .frueicon h4 {
        font-size: 15px;
        margin: 4px 0 6px 0;
    }
    .wxbox {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .newsweriperbox {
        margin:10px auto 20px auto;
        top: 0px;
    }

    .footerbox {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .swipericon .swipericonbg {
        padding: 0 0 0 0%;
        width: 100%;
    }
    .newsweriperbox:after{
        display: none;
    }



}
@media (max-width: 768px) {
    .pdtop96{
        padding-top: 22px;
    }
    .pdtop70{
        padding-top: 22px;
    }

    .newboxright .hometitle .hometitletext h4:not(.check):hover,
    .newboxright .hometitle .hometitletext h4:not(.check),
    .hometitle .hometitleicon h4 {
        font-size: 17px;
        line-height: 17px;
        margin: 0 0 0px 0;
        letter-spacing: -1px;
    }
    .newboxright .hometitle .hometitletext {
        gap: 0px;
    }

    .hometitle,
    .newbox .hometitle {
        margin-bottom: 12px;
        max-width: 100%;
    }
    .newboxright .hometitle .hometitletext h4 {
        width: 84px;
    }
    .hometitle .hometitleicon h4:after {
        width: 33px;
        height: 2px;
        margin: 6px 0 0 0;
    }



    .swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
        width: 10px;
        height: 10px;
        background-size: 100% 100%;
    }
    .swiperBox .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
        margin: 0 2px;
    }
    .swiperBox .swiper-container-horizontal > .swiper-pagination {
        bottom:20px;
    }
    .swrfivebox ul{
        display: block;
        overflow: hidden;
        position: relative;
        top:70px;
    }
    .swrfivebox li {
        height: 44px;
        line-height: 44px;
        width: 33.33%;
        float: left;
        box-shadow: 0 0 4px rgb(73 45 171 / 19%);
    }
    .swrfivebox li:nth-child(4),
    .swrfivebox li:nth-child(5){
        width: 50%;
    }
    .swrfivebox li:hover,
    .swrfivebox a:hover .bigimg {
        height: 44px;
        line-height: 44px;
    }
    .swrfivebox a p {
        font-size: 14px;
    }


    .newbox{
        margin-top:90px;
        padding-bottom: 20px;
    }
    .newboxleft .newboxswriperpd a .bigimg {
        height: 280px;
    }
    .swiperBox:after{
        width: 100%;
        height: 90px;
        display: inline-block;
        content: ' ';
        position: absolute;
        bottom: -90px;
        left:0;
        background: url(../img/indexbg1.jpg) no-repeat 0 0;
        background-size: 100% 120%;
    }
    .newboxright {
        padding:20px 12px;
        margin-top: 12px;
    }
    .newboxright .newrightdome .newimgbox .say {
        max-height: 100px;
    }


    .newboxright .newrightdome .newimgbox .ellipsis {
        font-size: 14px;
        margin: 8px 0 4px 0;
        font-weight: bolder;
    }
    .newboxright .hometitle .hometitletext .check{
        background: -webkit-linear-gradient(#7e12ac, #2c06a0);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }



    .hometwobox{
        padding-top: 40px;
    }
    .hometwobox .tzggswrbox a {
        padding: 18px 14px 18px 30px;
    }
    .hometwobox .tzggswrbox .tzggswriperbg .time {
        font-size: 12px;
        padding: 4px 1px;
    }
    .hometwobox .tzggswrbox a .bordertzgg {
        margin: 8px 0;
    }
    .hometwobox .tzggswrbox a p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
    }


    .containerhometwobgtwo .xshdbox {
        padding: 0px;
    }
    .containerhometwobgtwo .container1600 .xshdbox:before{
        display: none;
    }
    .containerhometwobgtwo .xshdbox .xshdleft{
        padding: 20px 10px;
        background: #ffffff;
    }
    .containerhometwobgtwo .xshdright {
        margin:0px 0;
        padding: 32px 0 20px 0 ;
    }
    .containerhometwobgtwo .xshddatabox{
        display: block;
    }

    .containerhometwobgtwo .xshddatabox .xshddataboxleft{
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxright{
        display: block;
        width: 100%;
        max-width: 100%;
        margin:10px 0 0 0;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft h5 {
        font-size: 16px;
        margin: 12px 0;
    }
    .containerhometwobgtwo .xshddatabox .xshddataboxleft p {
        font-size: 13px;
        margin: 0 0 8px 0;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time {
        width: 54px;
        height: 54px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a .time p {
        font-size: 18px;
        line-height: 15px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a {
        padding: 8px 0;
        gap: 6px;
    }
    .containerhometwobgtwo .xshdbox .xshdleft .xshdul li a h4 {
        font-size: 14px;
        line-height: 22px;
    }



    .homethreebox{
        padding-top: 0;
    }
    .homethreebox .container1600{
        padding:0;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg h3 {
        font-size: 14px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg p {
        margin: 5px 0;
    }
    .homethreebox .homethreefiex .homethreeboxleftul {
        gap: 12px;
    }
    .homethreebox .homethreefiex .homethreeboxright {
        padding: 16px;
        margin-top: 0px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .homethreebox .homethreefiex .homethreeboxright .homethreeboxrightnew a .time {
        font-size: 13px;
        line-height: 15px;
    }
    .homethreebox .homethreeboxrightul li a {
        gap: 12px;
    }
    .homethreebox .homethreeboxrightul li a .say p {
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .homethreebox .homethreeboxrightul li a .time p {
        font-size: 17px;
        line-height: 25px;
    }
    .homethreebox .homethreeboxrightul li a .time {
        width: 54px;
        font-size: 12px;
        line-height: 25px;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitleicon h4:after {
        left: 34px;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle .hometitlemore a {
        left: 4%;
    }
    .homethreebox .homethreefiex .homethreeboxleft {
        padding-left: 60px;
    }
    .homethreebox .homethreefiex .homethreeboxleft ul li .bigimg {
        height: 120px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg {
        padding: 12px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg a.newmore{
        font-size: 12px;
    }
    .homethreebox .homethreefiex .homethreeboxleftul li .homethreebg .newmore i {
        width: 6px;
        height: 9px;
        margin: 0 0 0 2px;
    }
    .homefruebox .homefrueboxleft ul.homefruemoive,
    .homefruebox .homefrueboxleft ul.homefruetext,
    .homefruebox .homefrueboxleft{
        gap:4px;
    }
    .homefruebox .homefrueboxleft ul.homefruemoive li:nth-child(2) {
        height: calc(48% - 4px);
    }
    .homefruebox .homefureboxright {
        margin: 4px 0 0 0;
    }
    .homefruebox .homefrueboxleft ul.homefruemoive li .bigimg:after {
        width: 32px;
        height: 32px;
    }
    .homefruebox .homefrueboxleft ul.homefruetext li:nth-child(1){
        width:45%;
    }
    .homefruebox .homefrueboxleft ul.homefruetext li:nth-child(2){
        width:55%;
    }
    .homefruebox .homefrueboxleft ul.homefruemoive ,
    .homefruebox .homefrueboxleft ul.homefruetext .bigimg {
        height: 250px;
    }
    .homefruebox .homefrueboxleft ul li a .text {
        background: #00000052;
    }
    .swipericon a {
        padding: 20px 10px;
    }
    .swipericon a i {
        height: 26px;
    }
    .swipericon a p {
        font-size: 13px;
        line-height: 17px;
        margin: 2px 0 0 0;
        height: 34px;
    }


}
@media (max-width: 650px) {
    .newboxright .newrightdome.newrightcheck .disfixspace{
        display: block;
    }
    .newboxright .newrightdome .newlist,
    .newboxright .newrightdome .newimgbox{
        width: 100%;
        max-width: 100%;
    }
    .newboxright .newrightdome .newimgbox .say {
        max-height: 60px;
    }
    .newboxright .newrightdome .newlist a {
        padding: 0 0 0 10px;
        margin: 0 0 12px 0;
    }
    .newboxright .newrightdome .newlist{
        margin-top: 16px;
    }
    .newboxright .newrightdome .newlist a span {
        font-size: 12px;
        margin: 4px 0;
    }
    .hometitle .hometitlemore a i {
        margin: -3px 0 0 2px;
    }
    .newboxleft .newboxswriperpd a .bigimg {
        height: 220px;
    }
    .homethreebox .homethreefiex .homethreeboxleft .hometitle {
        width: 100%;
        padding: 10px 0 0px 10px;
    }
    .homefruebox:before {
        width: 110px;
        height: 20px;
    }
    .homefruebox .homefrueboxleft{
        display: block;
    }
    .homefruebox .homefrueboxleft ul.homefruemoive{
        max-width: 100%;
        width: 100%;
        height: 240px;
        margin-top: 4px;
    }
    .homefruebox .homefrueboxleft ul.homefruetext .bigimg {
        height: 140px;
    }



}


@media (max-width: 350px) {


}



