.content1 {
    padding: 0 8.3%;
    background: #f6f6f6;
}

.column {
    text-align: center;
    box-sizing: border-box;
    padding: 50px 0 50px 0;
}

.column a {
    font-size: 40px;
    font-weight: bold;
    color: #202020;
}

.qyhzSlide {
    display: flex;
}

.qyhzSlide .item {
    width: 50%;
    background-color: #fff;
    padding-bottom: 30px;
}

.qyhzSlide .item:hover {
    box-shadow: 4px 18px 64px 0 rgba(0, 0, 0, 0.16);
}

.qyhzSlide .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    color: #004680;
}

.qyhzSlide .name img {
    float: left;
    position: relative;
    top: -3px;
}

.qyhzSlide .desc {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 20px;
}

.qyhzSlide .img img {
    width: 100%;
}

.qyhzSlide .text {
    width: 100%;
    box-sizing: border-box;
    padding: 45px;
}

.qyhzSlide .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 45px;
}


.category .tab {
    width: calc((100% - 48px) / 4);
    /*height: 75px;*/
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .tab:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.category .tab .img {
    height: 100%;
    display: flex;
    align-items: center;
}

.category .tab img {
    width: 100%;
    max-height: 100%;
}

.qyhzSlide .img2 {
    box-sizing: border-box;
    padding: 0 118px;
    text-align: center;
}

.qyhzSlide .img2 img {
    width: auto;
    max-width: 100%;
    max-height: 520px;
    margin: 0 auto;
}

.content2 {
    background: #fff;
    box-sizing: border-box;
    padding: 0 8.3%;
}

.content2-text {
    padding-top: 100px;
}

.number {
    width: 100%;
    height: 300px;
    background: url(/style/zt202408/images/numberBg.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 195px;
    color: #fff;
}

.number .item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.number .xian {
    width: 1px;
    height: 150px;
    background: rgba(255, 255, 255, .2);
    display: inline-block;
}

.number .item .desc {
    font-size: 20px;
    text-align: center;
    opacity: .5;
}

.number .item .num {
    font-size: 30px;
    color: #EFC835;
    margin: 10px 0 5px 0;
}

.number .item .num span {
    font-size: 70px;
    font-weight: bold;
}

.number .item .num span p {
    float: left;
}

.newlist {
    display: flex;
    justify-content: space-between;
}

.newlist .box {
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.newlist .box .img {
    overflow: hidden;
    border-radius: 15px;
}

.newlist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newlist .box .text {
    box-sizing: border-box;
    padding: 35px 35px 20px 35px;
}

.newlist .box .text .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #004680;
}

.newlist .box .text .title img {
    margin-right: 10px;
    float: left;
}

.newlist .box .text .desc {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #9E9E9E;
    margin: 30px 0;
}

.content3 {
    box-sizing: border-box;
    padding: 0 8.3%;
}

.jymxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jymxlist .box {
    width: calc((100% - 330px) / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
    margin-right: 82px;
}

.jymxlist .box5,
.jymxlist .box10 {
    margin-right: 0;
}

.jymxlist .box .img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.jymxlist .box .img img {
    width: 100%;
    aspect-ratio: 1/1;
}

.jymxlist .box .img .dd {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 70, 128, .5);
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10%;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    transition: all 0.5s ease-in-out;
}

.jymxlist .box:hover .img .dd {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.jymxlist .box .name {
    font-size: 24px;
    color: #202020;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 15px 0 10px 0;
}

.jymxlist .box .subname {
    color: #9E9E9E;
    font-size: 16px;
    margin-left: 10px;
}

.jymxlist .box .desc {
    color: #9E9E9E;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.jymxlist .box6,
.jymxlist .box7,
.jymxlist .box8,
.jymxlist .box9,
.jymxlist .box10 {
    margin-bottom: 0;
}

/* ---------------------------- */

.content4 {
    box-sizing: border-box;
    padding: 0 8.3%;
    margin-bottom: 50px;
}

.sxslist {
    display: flex;
    justify-content: space-between;
}

.sxslist .aleft,
.sxslist .aright {
    width: calc((100% - 30px) / 2);
}

.sxslist .aleft .box .img img {
    width: 100%;
    height: 540px;
}

.sxslist .aright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sxslist .aright .box {
    width: calc((100% - 30px) / 2);
}

.sxslist .aright .box img {
    width: 100%;
    height: 250px;
}

.sxslist .box .img {
    overflow: hidden;
    border-radius: 10px;
}

.sxslist .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sxslist .box {
    margin-bottom: 30px;
}

.content4 .more {
    width: 100%;
    margin: 10px auto 60px auto;
    text-align: center;
}

.content4 .more a {
    display: inline-block;
}

.sxslist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


@media all and (min-width: 1080px) and (max-width: 1430px) {
    .qyhzSlide .img2 {
        padding: 25px;
    }

    .content2-text {
        padding-top: 50px;
    }

    .qyhzSlide .text,
    .newlist .box .text {
        padding: 25px;
    }

    .qyhzSlide .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .qyhzSlide .desc,
    .newlist .box .text .desc {
        font-size: 14px;
        line-height: 25px;
    }

    .column {
        padding: 50px 0 25px 0;
    }

    .column a {
        font-size: 22px;
    }

    .contact .codes .item p {
        font-size: 14px;
    }

    .jymxlist .box .name {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
    }

    .jymxlist .box .subname {
        font-size: 13px;
        margin: 5px 0 0 0;
    }

    .jymxlist .box .desc {
        font-size: 12px;
        text-align: left;
    }

    .jymxlist .box {
        margin-bottom: 30px;
    }

    .number {
        width: 100%;
        height: auto;
        padding: 5%;
    }

    .number .item .num {
        font-size: 20px;
    }

    .number .item .num span {
        font-size: 40px;
    }

    .jymxlist .box .name {
        align-items: center;
    }

    .jymxlist .box .desc {
        text-align: center;
    }
}

@media all and (max-width: 1180px) and (min-width: 768px) {

    .header .nav li {
        font-size: .14rem;
    }

    /* ----------- */

    .content1,
    .content2,
    .content3 {
        padding: 0 5%;
    }

    .column {
        padding: 45px 0 25px 0;
    }

    .column a {
        font-size: 22px;
    }

    .qyhzSlide .text,
    .newlist .box .text {
        padding: 15px;
        height: auto;
    }

    .qyhzSlide .name,
    .newlist .box .text .title {
        font-size: 18px;
    }

    .qyhzSlide .name img,
    .newlist .box .text .title img {
        max-width: 20px;
        margin-right: 10px;
    }

    .qyhzSlide .desc,
    .newlist .box .text .desc {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .qyhzSlide .img2 {
        padding: 25px;
    }

    .content2-text {
        padding-top: 30px;
    }

    .content3 {
        margin-bottom: 25px;
    }
}

.aright .clearfix:hover {
    background: none !important;
}