
.in-div {
    width: var(--content-width);
    margin-top: 46px;
    display: flex;
}

.in-div2 {
    /*height: 242px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #3D3D3D;
    /*text-indent: 20px;*/
    margin-top: 20px;
    padding-left: 39px;
}

.in-div2-more {
    margin: 15px 0;
}

.in-div2-more.small {

    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;

}

.in-div2-more-button {
    display: flex;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.6;
    color: #D8D8D8;
    cursor: pointer;
    flex-direction: row;
    align-items: center;


}

.tp-div {
    width: var(--content-width);
    margin-top: 51px;
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}

.tp-div::-webkit-scrollbar {
    height: 9px;
}

.tp-div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px #0292E3;
    background: #0292E3;
    border-radius: 20px;

}


.fz-div {
    margin: 0 23px;
    max-width: 338px;
}

.fz-div div {
    width: 338px;
    height: 239px;
}

.fz-div div img {
    width: 100%;
    height: 100%;
}

.fz-div p {
    text-align: center;
    color: #3D3D3D;
    font-size: 24px;
    margin-top: 21px;
}

.qydt {
}

.qydt-p1 {
    padding-top: 49px;
    text-align: center;
    font-size: 52px;
    color: #0292E3;
    font-weight: bold;
}

.qydt-p2 {
    width: var(--content-width);
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.qydt-p2 .link {
    position: absolute;
    right: 4vw;
    font-size: 18px;
    font-weight: 350;
    color: #3D3D3D;
}

.qydt-div {
    width: var(--content-width);
    display: flex;
    margin-top: 29px;
    flex-direction: row;
}

.qydt-div .left {
    display: none;
    margin-left: 0px;
    color: #303030;
    background-color: #f4f4f4;
    padding: 20px;
    width: 360px;
    box-sizing: border-box;

}

.qydt-div .left.active {
    display: unset;
}

.qydt-div .left .date {

    font-size: 12px;
    color: #666;

}

.qydt-div .left .more {
    display: inline-block;
    font-size: 12px;
    background-color: var(--primary-color);
    color: #fff;
    line-height: 1.8;
    padding: 0 30px;
    margin-top: 15px;

}

.qydt-img {
    width: 100%;
    max-height: 183px;
}

.qydt-img img {
    width: 100%;
    max-height: 183px;

    object-fit: cover;
}

.qydt-p {
    font-family: "SourceHanSansCN-Bold";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #3d3d3d;
    margin-top: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qydt-left-div {
    margin: 10px 0;
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular";
    text-transform: uppercase;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qydt-right-content {
    display: none;
}

.qydt-right-content.active {
    display: flex;
    flex-direction: column;
}


.qydt-right-content .qydt-right-footer {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


.qydt-right {
    display: flex;

    margin-top: 17px;
    /*margin-left: 50px;*/
    color: #303030;


}


.qydt-right:first-child {
    margin-top: 0;
}


.qydt-right .detail {
    flex: 1;
    position: relative;
    padding-left: 20px;
}

.qydt-right .detail:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 25px;
    left: 0;
    background-color: var(--primary-color);
}

.qydt-right .detail .title {
    font-size: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.qydt-right .detail .text {
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
}


.qydt-right .date {
    margin-top: 16px;
    color: #666;
}


.fTitle {
    width: var(--content-width);
    font-family: "SourceHanSansCN-Bold";
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #0292E3;
    margin-top: 29px;
}

.tdjj {
    width: var(--content-width);
    margin-top: 45px;
    display: flex;
}

.tdjj-left {
    margin-left: 0px;
}

.tdjj-left > div:nth-child(1) {
    width: 294px;
    height: 521px;
}

.tdjj-left > div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.tdjj-left > p:nth-child(2) {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.tdjj-left > p:nth-child(3) {
    margin-top: 5px;
    text-align: center;
    font-family: "SourceHanSansCN-Regular";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.tdjj-right {
    display: flex;
    justify-content: center;

}

.tdjj-right-div {
    margin: 0 0 0 40px;
    /*margin-left: 40px;*/
    margin-top: 40px;

}

.tdjj-right-div > div:nth-child(1) {
    width: 226px;
    height: 206px;
}

.tdjj-right-div > div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.tdjj-right-div :nth-child(2) {
    font-family: "SourceHanSansCN-Bold";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    color: #3D3D3D;
    text-align: center;
}

.tdjj-right-div :nth-child(3) {
    font-family: "SourceHanSansCN-Regular";
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    text-align: center;
    margin-top: 5px;
}

.al {
    height: 409px;
    background-color: #e5e5e5;
    margin-top: 79px;
}

.al-div {
    width: 1125px;
    display: flex;
    margin-top: 35px;
}

.cg-div {
    display: flex;
    margin-left: 44px;
}

.cg-div:first-child {
    margin-left: 0;
}

.cg-div > div:nth-child(1) {
    width: 168px;
    height: 118px;
}

.cg-div > div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.cg-div > div:nth-child(2) p {
    margin-top: 7px;
    font-family: "SourceHanSansCN-Bold";
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-left: 17px;
}

.cg-div > div:nth-child(2) div {
    text-indent: 26px;
    margin-top: 10px;
    width: 361px;
    height: 98px;
    font-family: "SourceHanSansCN-Regular";
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-left: 17px;
}

.hzhb {
    width: var(--content-width);
    display: flex;
    margin-top: 47px;
}

.hz-div {
    width: 134px;
    height: 106px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hzhb-div {

    /*margin-top: 19px;*/
    /*margin-left: 13px;*/
}

.hzhb-div:hover img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.inv-div-pic {

    display: flex;
    justify-content: center;
    align-items: flex-start;

}

.inv-div-pic .img {
    width: 600px;
}

.fz-div-head {

    display: flex;
    flex-direction: row;

}


.qydt-div-right {
    margin-right: 0px;
    margin-left: 50px;
    flex: 1;

}

.qydt-div-right .tab {
    display: flex;
    flex-direction: row;
    position: relative;

}

.qydt-div-right .tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.6);
}

.qydt-div-right .tab .item {
    padding: 12px 0;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-right: 30px;
    cursor: pointer;
}

.qydt-div-right .tab .item.active {
    color: var(--primary-color);
    position: relative;
}

.qydt-div-right .tab .item.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid var(--primary-color);
}

.tdjj-left-mobile {

    display: none;

}

@media (min-width: 320px) and (max-width: 640px) {

    .qiye-p {

        width: 100vw;
        margin-top: 0;
        line-height: 10vw;
        height: 10vw;
        text-align: center;
        font-size: 5vw;
        color: #0292E3;
        font-weight: bold;
        margin-top: 5vw;

    }

    .qiye-y {
        width: 100vw;
        height: 5vw;
        text-align: center;
        font-family: "SourceHanSansCN-Bold";
        font-size: 3vw;
        font-weight: bold;
        line-height: 5vw;
    }

    .in-div {

        width: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        padding: 0 4vw;
        box-sizing: border-box;

    }

    .inv-div-pic {

        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4vw;

    }

    .inv-div-pic .img {
        box-sizing: border-box;
        width: 100%;

    }

    .in-div2 {

        width: 90vw;
        font-size: 4vw;
        font-weight: normal;
        line-height: 5vw;
        color: #3D3D3D;
        margin-top: 5vw;
        text-indent: 1vw;
        padding-left: 0;

    }

    .in-div2-more {
        /*-webkit-line-clamp: 6;*/
        /*word-break: break-all;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*text-indent:2em;*/

    }

    .in-div2-more-button {
        border: 1px solid #e5e5e5;
    }

    .tp-div {
        width: 100vw;
    }

    .fz-div-head {

        display: flex;
        flex-direction: row;

    }

    .qydt {

        width: 100vw;
        height: auto;
        /*background-color: #e5e5e5;*/
        margin-top: 10vw;
        padding: 4vw;
        box-sizing: border-box;

    }

    .qydt-p1 {

        width: 100vw;
        padding-top: 3vw;
        text-align: center;
        font-size: 5vw;
        color: #0292E3;
        font-weight: bold;

    }

    .qydt-p2 {

        width: 100vw;
        position: relative;
        text-align: center;
        font-size: 5vw;
        font-weight: bold;
        margin-top: 2vw;

    }

    .qydt-p2.link {

        position: absolute;
        right: 0;
        font-size: 5vw;
        font-weight: 350;
        color: #3D3D3D;

    }

    .qydt-right > div:nth-child(1) {

        flex: 1;
        margin-top: 0;

    }

    .qydt-right > div:nth-child(2) {


    }

    .qydt-right > div:nth-child(2) p {

        margin-left: 5vw;
        margin-top: 0;
        font-family: "SourceHanSansCN-Bold";
        font-size: 5vw;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #3D3D3D;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .qydt-right > div:nth-child(2) div {

        width: 50vw;
        margin-left: 5vw;
        margin-top: 3vw;
        font-family: "SourceHanSansCN-Regular";
        font-size: 3vw;
        font-weight: normal;
        text-align: justify;
        text-transform: uppercase;
        letter-spacing: 0;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-indent: 5vw;

    }

    .qydt-div {

        width: 92vw;
        display: flex;
        flex-direction: column;
        margin-top: 2vw;

    }

    .qydt-div .left {

        width: 92vw;
        box-sizing: border-box;
    }


    .qydt-div .left .date {
        font-size: 3vw;
    }

    .qydt-div .left .qydt-p {
        font-size: 4vw;
    }

    .qydt-div .left .qydt-left-div {
        font-size: 4vw;
    }


    .qydt-div-right {

        margin-right: 0px;
        margin-left: 0;


    }

    .qydt-div-right .tab .item {
        padding: 3vw 0;
        font-size: 3.5vw;
        margin-right: 6vw;
    }

    .qydt-right:first-child {

        margin-top: 0;

    }

    .qydt-right {

        display: flex;
        margin-left: 0vw;
        color: #303030;
        margin-bottom: 4vw;
        box-sizing: border-box;

        width: 92vw;

    }

    .qydt-right .detail .title {
        font-size: 4vw;
    }

    .qydt-right .detail .text {
        font-size: 3vw;
    }

    .qydt-right .date {
        font-size: 3vw;
        margin-top: 4vw;
    }

    .tdjj {

        width: 100vw;
        margin-top: 0;
        display: flex;
        flex-direction: column;

    }

    .tdjj-right {

        display: flex;
        justify-content: center;

    }

    .fTitle {

        width: 100vw;
        font-family: "SourceHanSansCN-Bold";
        font-size: 5vw;
        font-weight: bold;
        letter-spacing: 0em;
        color: #0292E3;
        margin-top: 5vw;
        text-align: center;

    }

    .al {

        width: 100vw;
        background-color: #e5e5e5;
        margin-top: 10vw;
        height: auto;

    }

    .al-div {

        width: 100vw;
        display: flex;
        flex-direction: column;
        margin-top: 2vw;

    }

    .cg-div {

        display: flex;
        margin-left: 4vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-right: 4vw;

    }

    .cg-div:first-child {

        margin-left: 4vw;
        margin-right: 4vw;


    }

    .cg-div > div:nth-child(1) {

        width: 30vw;
        height: 15vw;
        /*margin-left: 2vw;*/
        margin-top: 1vw;

    }

    .cg-div > div:nth-child(1) img {

        width: 100%;
        height: 100%;

    }

    .cg-div > div:nth-child(2) p {

        margin-top: 0;
        font-family: "SourceHanSansCN-Bold";
        font-size: 5vw;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #3D3D3D;
        margin-left: 10vw;

    }

    .cg-div > div:nth-child(2) div {

        text-indent: 3vw;
        margin-top: 2vw;
        width: unset;
        height: 9vw;
        font-family: "SourceHanSansCN-Regular";
        font-size: 3.5vw;
        font-weight: normal;
        text-align: justify;
        text-transform: uppercase;
        letter-spacing: 0;
        color: #3D3D3D;
        margin-left: 4vw;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

    }

    .hzhb {

        width: 97vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 5vw;
        margin-left: 3vw;

    }

    .hz-div {

        width: 29.33vw;
        height: 24vw;
        box-shadow: 0 2vw 8vw 0 rgb(0 0 0 / 30%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 3vw;
        margin-left: 0;
        margin-right: 3vw;

    }

    .hzhb-div {

        margin-top: 2vw;

    }

    .tdjj-right-div {

        margin: 0 0 0 5vw;
        margin-top: 5vw;
    }

    .tdjj-right-div > div:nth-child(1) {

        width: 25vw;
        height: 22.5vw;


    }

    .tdjj-right-div > div:nth-child(1) img {

        width: 100%;
        height: 100%;

    }

    .tdjj-right-div :nth-child(2) {

        font-family: "SourceHanSansCN-Bold";
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: 0;
        color: #3D3D3D;
        text-align: center;

    }

    .tdjj-right-div :nth-child(3) {

        font-family: "SourceHanSansCN-Regular";
        font-size: 4vw;
        font-weight: normal;
        letter-spacing: 0em;
        color: #3D3D3D;
        text-align: center;
        margin-top: 2vw;

    }

    .fz-div {

        margin: 0 3vw;

    }

    .fz-div div {
        width: 27.33vw;
        height: 19.32vw;
    }

    .fz-div p {
        font-size: 3.5vw;
    }

    .tdjj-left {

        display: none;

    }

    .tdjj-left-mobile {

        display: flex;
        justify-content: center;

    }

    .tdjj-left-div-mobile {

        /*margin-bottom: 5vw;*/

    }

    .tdjj-left-div-mobile > div:nth-child(1) {

        width: 20.3vw;
        height: 36vw;


    }

    .tdjj-left-div-mobile > div:nth-child(1) img {

        width: 100%;
        height: 100%;

    }

    .tdjj-left-div-mobile :nth-child(2) {

        font-family: "SourceHanSansCN-Bold";
        font-size: 4vw;
        font-weight: bold;
        letter-spacing: 0;
        color: #3D3D3D;
        text-align: center;

    }

    .tdjj-left-div-mobile :nth-child(3) {

        font-family: "SourceHanSansCN-Regular";
        font-size: 4vw;
        font-weight: normal;
        letter-spacing: 0em;
        color: #3D3D3D;
        text-align: center;
        margin-top: 2vw;

    }

    .al-div-p {

        flex: 1;

    }


}


.about-pic-list {
    width: var(--content-width);
    display: flex;
    flex-direction: row;
    margin: 60px auto 0 auto;
    --size: calc((var(--content-width) - 60px * 2) / 3);

}

.about-pic-list .item {
    width: var(--size);
    margin-right: 60px;
}


.about-pic-list .item:last-child {
    margin-right: 0;
}

.about-pic-list .item .img {
    width: 100%;
}
.about-pic-list .item .img:hover {
    transition: all ease-in-out 0.2s;
    transform: scale(1.2);
}



@media (min-width: 320px) and (max-width: 640px) {

    .in-div2-more {
        margin: 3vw 0!important;
    }

    .about-pic-list {
        width: 100%;
        --size: calc((100vw - 3vw * 4) / 3);
        padding: 0 3vw;
        margin-top: 3vw;
        box-sizing: border-box;

    }

    .about-pic-list .item {
        width: var(--size);
        margin-right: 3vw;
    }

}