@charset "utf-8";
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cont{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgb(248, 238, 239);
    padding: 0 0 0 40px;
    box-sizing: border-box;
    transition: all 1s ease-in-out;
}
.main{
    width: 1300px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.swiper_big_btn{
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10;
}
.pageination{
    width: 120px;
    text-align: center;
    font-weight: bold;
}
.totalClass{
    color: #888888;
    font-size: 14px;
}
.currentClass{
    color: #333;
}
.prev, .next{
    width: 60px;
    height: 30px;
    border: 1px solid #bebebe;
    box-sizing: border-box;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.prev{
    justify-content: flex-end;
}
.next{
    justify-content: flex-start;
}
.prev span, .next span{
    width: 30px;
    height: 2px;
    background-color: #4a4a4a;
    transition: width 0.5s ease-out;
    display: inline-block;
}
.prev i, .next i{
    width: 8px;
    height: 14px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: auto 14px;
}
.prev i{
    background-image: url(../../images/zt/zt_jieqi_2022/jt_rl.png);
}
.next i{
    background-image: url(../../images/zt/zt_jieqi_2022/jt_rr.png);
}

.prev:hover span{
    width: 40px;
}
.next:hover span{
    width: 40px;
}

.swiper_big{
    width: 100%;
    height: 900px;
}

.left{
    width: 650px;
    height: 100%;
    float: left;
    border-right: 1px solid #d5c9ca;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.left_top{
    width: 100%;
    height: 590px;
    border-bottom: 1px solid #d5c9ca;
    box-sizing: border-box;
    padding: 100px 40px 0 40px;
}
.title{
    font-size: 30px;
    font-weight: bold;
}
.title:hover{
    color: #e33f1c;
}
.des{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.more{
    width: 100px;
    line-height: 30px;
    background: #939194;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}
.more:hover{
    background: #e33f1c;
}
.swiper_sj{
    width: 100%;
    height: 260px;
    margin-top: 10px;
}
.sj_img{
    width: 173px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}
.sj_news{
    width: 399px;
    float: right;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.sj_news_title{
    font-size: 26px;
    font-weight: bold;
}
.sj_news_title:hover{
    color: #e33f1c;
}
.sj_des{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    display: none;
}
.sj_bullet{
    width: 16px;
    height: 16px;
    background: #c2c1c3;
    display: block;
    border-radius: 50%;
    opacity: 0.7;
    margin:  30px 0;
    cursor: pointer;
}
.bullet_active{
    background: #939194;
    opacity: 1;
}
.right{
    width: 650px;
    height: 100%;
    float: right;
    padding: 100px 0 0 40px;
    box-sizing: border-box;
}
.right a{
    display: block;
    width: 510px;
    height: auto;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	.jieqi{
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .jieqi_item{
        width: 100%;
        height: auto;
        margin-top: 0.4rem;
        background: rgb(247, 238, 249);
        padding: 0.2rem;
        box-sizing: border-box;
    }
    .jieqi_item_top{
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .jieqi_item_top span{
        display: block;
        height: 3rem;
    }
    .jieqi_item_top p{
        margin-top: 0.2rem;
    }
    .jieqi_item_bot{
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0.3rem 0.2rem 0.3rem 0.2rem;
        box-sizing: border-box;
        margin-top: 0.3rem;
    }
    .jieqi_item:nth-child(2){
        background: rgb(218, 239, 208);
    }
    .jieqi_item:nth-child(3){
        background: rgb(242, 242, 214);
    }
    .jieqi_item:nth-child(4){
        background: rgb(227, 238, 242);
    }
    .jieqi_item_bot a{
        margin-bottom: 0.4rem;
        display: block;
    }
    .jieqi_item_bot a:last-of-type{
        margin-bottom: 0;
    }

}
	