.title {
    text-align: center;
    font-size: 34px;
    position: relative;
    height: 120px;
}

.title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 4px;
    background: #004098;
    left: 50%;
    transform: translateX(-50%);
}

.title2 {
    color: white;
}

.title2::after {
    background: white;
}

.titletext {
    text-align: center;
    margin-top: 40px;
    line-height: 30px;
}


.produce {
    padding: 80px 0px;
}

.produce .list {
    position: relative;
    padding: 0px 0px;
    margin: 0px -10px 0px -10px;
}

.ducetitle {
    margin-top: 40px;
    text-align: center;
}

.duce_one {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0px 30px;
    background: rgba(0, 0, 0, 0.1);
}

.duceactive {
    background: #00a096;
    color: white;
}

.duceactive .duceicon .img1 {
    display: none;
}

.duceactive .duceicon .img2 {
    display: block;
}

.duce_one:hover {
    background: #00a096;
    color: white;
}

.duceicon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
}

.duceicon .img2 {
    display: none;
}

.duce_one:hover .duceicon .img1 {
    display: none;
}

.duce_one:hover .duceicon .img2 {
    display: block;
}

.ducename {
    margin-left: 15px;
}

.produce .list {
    margin-top: 40px;
}

.produce .item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px 10px;
    height: 270px;
    overflow: hidden;

}

.produce .inner {
    border: 2px solid #dfe9f8;
    overflow: hidden;
    position: relative;
    /* 修改 */
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produce .inner:hover {
    border: 2px solid #00a096;

}

.produce .leftimg {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.produce .rightimg {
    position: absolute;
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pagenum {
    max-width: 600px;
    margin: 60px auto;
}

.innertitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width:800px) {
    .title {
        font-size: 18px;
        height: 36px;
    }

    .title::after {
        width: 30px;
    }

    .titletext {
        font-size: 13px;
    }

    .produce {
        padding: 30px 0px;
    }

    .duce_one {
        padding: 0px 10px;
        margin: 0px 10px;
        background: #80a0cc;
    }

    .ducename {
        margin-left: 15px;
    }

    .produce .list {
        margin-top: 10px;
        padding: 0px 10px;
    }

    .produce .item {
        width: 50%;
        padding: 10px 10px;
        height: 150px;
    }

    .leftimg {
        display: none;
    }

    .rightimg {
        display: none;
    }
}
