* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*line-height: 1;*/
}

.ban {
    position: relative;
    width: 1280px;
    /*height: 100vh;*/
    margin: 0 auto;
    /*border: 1px solid  #555;*/
    margin-top: 20px;
}

.jj_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ju-zhong {
    width: 100px;
    margin-bottom: 30px;
}

.jian-jie {
    font-weight: bold;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #999;
}

.fon-wi {
    text-align: center;
    font-weight: bold;
}

.fon-wi-white {
    position: absolute;
    text-align: center;
    font-weight: bold;
    color: #fff;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.main {
    margin-top: 30px;
    height: 450px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.mains {
    position: relative;
    width: 100%;
    /*height: 450px;*/
    /*background-color: blue;*/
    padding: 0px 0px 0px 0px;
    /*background: url('../../ECMS_DGSJ/images/banner1.jpg') no-repeat center / cover;*/
}

.ta-nei {
    width: 500px;
    height: 300px;
}

.main-left {
    float: left;
    width: 50%;
    height: 400px;

}

.main-left img {
    object-fit: cover;
}

.main-right {
    width: 49%;
    height: 400px;
    float: right;
    margin-left: 10px;
    line-height: 30px;
    /* text-indent: 2rem; */
    overflow: auto;
    padding-right: 10px;
    text-align: justify;
}

.max-box {
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f4f4f4;
}

.ul-box {
    position: absolute;
    width: 1280px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);

}

.ul-lin>li {
    width: 100px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.box-left {
    float: left;
    width: 287px;
    height: 400px;
}

.box-right {
    float: right;
    width: 340px;
    height: 400px;

}

.ri-bot {
    margin-top: 5px;
    width: 100%;
    height: 168px;
}

.ri-left {
    display: inline-block;
    width: 162px;
    height: 168px;
}

.ri-right {
    display: inline-block;
    width: 162px;
    height: 168px;
    margin-left: 11px;
}

.ri-img {
    width: 163px;
    height: 168px;
}

.qi-wenhua {
    position: absolute;
    font-weight: bold;
    width: 100px;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #999;
    margin: 20px auto;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.qi-wenhuas {
    font-weight: bold;
    width: 100px;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #999;
    margin: 20px auto;
    font-size: 22px;
}

.qi-white {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.nr-box {
    width: 350px;
    height: 300px;
    border: 1px solid #999;
    border-radius: 10px;
}

.fex {
    display: flex;
    justify-content: space-around;
}

.min-box {
    width: 200px;
    height: 300px;
    background-color: blue;
    margin: 0 auto;
}

.full-inside-subnav .subnav a {
    color: #000 !important;
}

.full-inside-subnav .subnav a:after {
    background-color: transparent !important;
}

.active {
    border-bottom: 2px solid #8FC320 !important;
}

.full-inside-subnav .subnav .active>a {
    color: #8FC320 !important;
}

@media screen and (max-width:1600px) {
    .inxpart-list {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:1280px) {
    .ban {
        width: 100%;
        padding: 0 10px;
    }

    .mains {
        padding: 0 10px;
    }

    .main {
        height: auto;
        box-sizing: border-box;
    }

    .main-left {
        height: auto;
    }

    .box-left,
    .box-right {
        width: 49%;
    }

    .ri-left {
        width: 48%;
    }

    .ri-right {
        width: 48%;
        margin-left: 0;
        float: right;
    }

    .ri-img {
        width: 100%;
    }

    .main-right {
        margin-left: 1%;
    }
}

@media screen and (max-width:1024px) {
    .inxpart-list {
        width: 100%;
    }
}

@media screen and (max-width:960px) {
    .main-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-right {
        width: 100%;
        margin-left: 0;
        float: left;
    }
}

@media screen and (max-width:768px) {
    .ban {
        width: 100%;
    }

    .jj_box {
        padding-top: 10px;
    }

    .ju-zhong {
        margin-bottom: 10px;
    }

    .jian-jie {
        height: 30px;
        font-size: 20px;
    }

    .main {
        height: auto;
    }

    .main-left {
        float: none;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .box-left {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .box-right {
        float: none;
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
    }

    .ri-bot {
        display: flex;
    }

    .ri-left,
    .ri-right {
        width: 49%;
    }

    .ri-right {
        margin-left: 2%;
    }

    .ri-img {
        width: 100%;
    }

    .main-right {
        float: none;
        width: calc(100% - 20px);
        margin: 0 auto;
        text-align: justify;
    }

    .qi-wenhuas {
        height: 30px;
        margin: 10px auto;
        font-size: 20px;
    }

    .main_img {
        padding: 0 10px;
    }

    .mains {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .qi-white {
        color: #000;
        border-bottom: 1px solid #999;
        position: initial;
        height: 30px;
        margin: 10px auto;
        font-size: 20px;
        transform: translateX(0);
    }

    .fon-wi-white {
        position: initial;
        color: #000;
        margin-bottom: 30px;
        transform: translateX(0);
    }
}