body {
    background-color: #f8f8f8;
}

.news_box,
.table_box {
    padding-bottom: 60px;
}

.news_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.news_item {
    width: 32%;
    -webkit-box-flex: 0;
    flex: 0 0 1;
    padding: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    margin-top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news_item:hover {
    margin-top: -10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.item_time {
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
}

.item_title {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}

.item_det {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    line-height: 24px;
    /* height: 48px; */
}

.pagination>.active>a,
.pagination>.active:hover>a {
    background-color: #2b6c45;
}

.news_det {
    padding: 60px 0;
}

.news_det .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.news_det .det_time {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.news_det .det_content p {
    text-indent: 2em;
    line-height: 2;
}

.news_det .det_content img {
    max-width: 100%;
    margin: 15px auto 30px auto;
    display: block;
}

.project_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.project_item {
    width: 32%;
    -webkit-box-flex: 0;
    flex: 0 0 1;
    margin-bottom: 0px;
    margin-top: 0;
}

.project_item .item_box {
    position: relative;
}

.project_item .item_box .item_bg {
    display: none;
}

.project_item .item_box:hover .item_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
}

.project_item .item_box .item_bg a {
    display: inline-block;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    line-height: 2;
    color: white;
    font-size: 16px;
}

.project_item img {
    height: 280px;
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.project_item h4 {
    text-align: center;
    line-height: 3;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table_form {
    background-color: white;
    padding: 0 20px;
}

.table>thead>tr>th {
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    font-weight: bold;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px 8px;
}


/* 企业概况 */

.data_List {
    background-color: white;
    display: -webkit-box;
    display: flex;
    padding: 10px 15px;
    border: solid 1px #eeeeee;
    margin-bottom: 48px;
}

.data_List .data_item {
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    border-right: solid 1px #e4e4e4;
}

.data_List .data_item:last-child {
    border-right: none;
}

.data_item .item_year {
    font-size: 48px;
    line-height: 1;
    color: #666666;
    font-weight: lighter;
}

.data_item .item_year span {
    font-size: 14px;
}

.data_item .item_event {
    font-size: 14px;
}


/* 企业简介 */

.intro_profile {
    padding-bottom: 60px;
}

.intro_profile .profile-left {
    padding-top: 30px;
}

.intro_profile .profile-right {
    padding-top: 30px;
    padding-left: 60px;
}

.intro_profile .profile-left .title {
    font-size: 34px;
    color: #333333;
    margin-bottom: 15px;
}

.intro_profile .profile-left .content {
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.8;
}


/* 核心理念 */

.intro_core {
    padding-bottom: 60px;
}

.intro_core .core_item .core_item_title {
    font-size: 20px;
    text-align: center;
    line-height: 48px;
}

.intro_core .core_item .core_item_content {
    font-size: 16px;
    text-align: center;
}

.intro_zizhi p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
}

.intro_zizhi h5 {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    line-height: 48px;
    margin-bottom: 30px;
}

.intro_zizhi img {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.zizhi_box {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}

.zizhi_box .zizhi_item {
    width: 19%;
    margin-right: 2%;
}


/* 公司荣誉 */

.honor_box {
    padding-bottom: 60px;
}

.honor_box .nav-tabs {
    margin-bottom: 30px;
    border-bottom: none;
}

.honor_box .nav-tabs>li {
    margin-right: 5px;
    min-width: 100px;
    text-align: center;
}

.honor_box .nav-tabs>li>a {
    border: solid 1px #c9c9c9;
}

.honor_box .nav-tabs>li.active>a {
    border: solid 1px #006a4d;
}

.honor_box .nav-tabs>li.active>a {
    background-color: #006a4d;
    color: white;
}

.honor_list {
    padding-left: 0;
    list-style: none;
}

.honor_list li {
    padding: 5px 0 5px 15px;
    position: relative;
    line-height: 30px;
}

.honor_list li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #006a4d;
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 0;
}

.honor_list li {
    font-size: 16px;
}

.imgShow h5 {
    height: 68px;
    line-height: 20px;
    font-size: 14px;
}

.imgShow a {
    height: 187px;
    overflow: hidden;
    display: block;
}


/* 专利 */

.zhuanli_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.zhuanli_list .zhuanli_item {
    width: 20%;
    padding: 0 7px;
}

.zhuanli_list .zhuanli_item img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.zhuanli_list .zhuanli_item h5 {
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    line-height: 48px;
    margin-bottom: 15px;
}


/* 技术创新 */

.tech_box {
    padding-bottom: 60px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tech_box .tect_item,
.tech_box .gongfa_item,
.tech_box .jiyi_item {
    width: 49%;
    background-color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    padding: 0 48px;
    line-height: 54px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
}

.tech_box .gongfa_item {
    padding: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.gongfa_item .gongfa_img {
    width: 30%;
}

.gongfa_item h5 {
    padding: 0 10px;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 1.6;
}

.tech_box .tect_item .name {
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.tech_box .tect_item:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #006a4d;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 24px;
}

.tech_box .jiyi_item {
    padding: 15px;
    display: -webkit-box;
    display: flex;
    min-height: 212px;
}

.tech_box .jiyi_item.item_center {
    -webkit-box-align: center;
    align-items: center;
}

.jiyi_item .jiyi_img {
    width: 40%;
    padding: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
}

.jiyi_item .jiyi_img h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.jiyi_item .jiyi_img h3 span {
    font-size: 16px;
}

.jiyi_item .jiyi_right {
    padding: 0 10px;
    -webkit-box-flex: 1;
    flex: 1;
}

.jiyi_item .jiyi_right .jiyi_right_item {
    font-size: 14px;
    line-height: 2;
    position: relative;
    padding-left: 15px;
}

.jiyi_item .jiyi_right .jiyi_right_item:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 3px;
    background-color: #006a4d;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 4px;
}


/* 案例展示 */

.case_box {
    padding-bottom: 60px;
}

.case_box .table th,
.case_box .table td {
    padding-left: 30px;
}

.case_box .table th {
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.case_box .table td {
    font-size: 16px;
}