.banner{
    height: 448px;
    background: url(/img/dqjs/bg-dangjian.png);
    background-size: 100% 100%;
}
.banner_box{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.banner_img{
    width: 750px;
    height: 350px;
    margin-top: 45px;
    margin-right: 30px;
}
.banner_img>img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.banner__jj{
    width: 520px;
    margin-top: 45px;
    height: 350px;
    position: relative;
}
.banner__head{
    height: 50px;
}

.banner__title{
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    margin-right: 38px;
    cursor: pointer;
}
.banner__title-active{
    font-weight: bold;
    font-size: 28px;
    color: #BB241F;
    padding-bottom: 6px;
    border-bottom: 3px solid #BB241F;
}

.banner__content{
    text-align: justify;
    overflow: hidden;
    height: 300px;
    position: absolute;
    bottom: 0;
    text-indent: 32px;
}
.banner__content>p{
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    line-height: 32px;
    text-align: justify;
}
.banner__content a{
    margin-left: 4px;
    color: #d72621;
}
.content__box{
    margin-bottom: 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.djdt{
    width: 638px;
    height: 460px;
    margin-bottom: 28px;
}
.dflzdt{
    width: 638px;
    height: 460px;
    margin-bottom: 28px;
}
.ghdt{
    width: 638px;
    height: 460px;
    margin-bottom: 28px;
}
.gqtdt{
    width: 638px;
    height: 460px;
    margin-bottom: 28px;
}
.jkwh{
    width: 1300px;
}
.mbox__imgnews__box:hover >.mbox__title-dqjs,.mbox__imgnews__box:hover >.mbox__news-dqjs{
    color: #D72621 ;
    cursor: pointer;
}
.mbox__content__box:hover >.mbox__title-dqjs,.mbox__content__box:hover >.mbox__news-dqjs{
    color: #D72621 ;
    cursor: pointer;
}

.mbox__head>span {
    color: #d72621;
}
.mbox__content__box {
    height: 130px;
}
.jkwh__content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.jkwh__swiper{
   font-size: 38px;
    color: #C5CDD9;
    cursor: pointer;
}
.jkwh__container{
    width: 1240px;
    height: 540px;
    box-sizing: border-box;
}
.jkwh__wrapper{
}
.jkwh__slide{
    text-align: center;
    cursor: pointer;
}
.jkwh__img{
    width:90%;
    height:90%;
    border-radius: 8px;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

/* 低于1494时的样式 */
@media (max-width: 1494px) {
    .banner {
        height: 432px;
    }
    .banner_img {
        width: 750px;
        height: 350px;
        margin-top: 36px;
        margin-right: 30px;
    }
    .banner__jj {
        width: 520px;
        margin-top: 36px;
        height: 350px;
    }
    .banner__head {
        height: 45px;
    }
    .banner__title {
        font-size: 16px;
        margin-right: 24px;
    }
    .banner__title-active {
        font-size: 24px;
        border-bottom: 2px solid #BB241F;
    }
    .banner__content {
        height: 305px;
        text-indent: 28px;
    }
    .banner__content>p {
        font-size: 14px;
        line-height: 28px;
    }
}
