body {
    background: #fff;
}

.footerItem {
    width: 100%;
    height: 680px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox 64 */
}

.footerItem::-webkit-scrollbar {
    display: none;
}

.breadcrumbNavigation {
    font-size: 17px;
    width: 1200px;
    margin: 12px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdfe6;
}

.navigation-green {
    color: rgb(142, 193, 36);
}




.title_text_line {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_text {
    background-color: #f2f2f2;
    color: #959595;
    font-weight: lighter;
    font-size: 30px;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 122px;
}

.selected_title_text {
    background-color: #a9d3a1;
    color: white;
    font-size: 30px;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 122px;
}


.tab_div {
    width: 1200px;
    margin: 120px auto 0;
    display: none;
}

.tab_div_show {
    display: flex;
}

.image_text {
    width: 555px;
}

.image_text svg {
    width: 1em;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.image_text > p {
    width: 540px;
    color: #515151;
    margin-bottom: 1em;
}

.list-paddingleft-2 >li > p {
    width: 540px;
    color: #515151;
    margin-bottom: 1em;
	word-break:normal;
}

.bottom-div {
    text-align: left;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.bottom_text > p {
    width: 100px;
}

.bottom_img img {
    cursor: pointer;
    transition: all 1s;
}

.bottom_img {
    width: 362px;
    height: 200px;
    overflow: hidden;
}

.bottom_img img:hover {
    transform: scale(1.1, 1.1);
    overflow: hidden;
}

.zixun {
    font-size: 14px;
    margin-top: 18px;
}

.zixun:hover {
    color: #a9d3a1;
}