.section_tab {}

.container {
    width: 1200px;
}

.tab_ul li {
    width: 162px;
    height: 44px;
    border: 1px solid #3d3d3d;
    color: #3d3d3d;
    float: left;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin-right: -1px;
    cursor: pointer;
    margin-top: -1px;
}

.tab_ul li a {
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.tab_ul .tab_click {
    border: 1px solid #079080;
    background-color: #079080;
    color: #fff;
}

.tab_ul .tab_click a {
    color: #fff;
}

.tab_content {
    margin-top: 44px;
    margin-bottom: 60px;
}

.companyProfile li {
    padding-bottom: 24px;
}

.companyProfile .title {
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}

.companyProfile .com_content {
    text-indent: 46px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.companyProfile p.com_pro {
    text-indent: 0;
    padding-left: 46px;
}

.companyProfile h2 {
    font-size: 25px;
    margin-top: 40px;
    font-weight: normal;
}

.companyProfile h2:first-child {
    margin-top: 0;
}

.companyProfile p {
    margin-top: 4px;
    font-size: 20px;
    margin-left: 48px;
    line-height: 28px;
}

.companyProfile img {
    width: 100%;
}

.tk_table {
    margin-top: 18px;
    width: 50%;
}

.tk_table img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .container {
        width: 1000px;
    }
    .tk_table {
        width: 60%;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .container {
        width: 780px;
    }
    .tab_ul {
        padding-left: -15px;
        padding-right: -15px;
    }
    .tab_ul li {
        width: 33%;
    }
    .tk_table {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .container {
        width: auto;
    }
    .tab_ul li {
        width: 49.5%;
    }
    .tk_table {
        width: 100%;
    }
}