/* 公司概述模块 */

.row {
    display: flex;
    padding-bottom: 40px;
}

.row .companyoverview-img-box {
    width: 40%;
    height: auto;
}

.row .companyoverview-conent-box {
    padding: 15px 15px 30px 30px;
    width: 60%;
}

.row .companyoverview-conent-box p {
    margin-bottom: 16px;
    text-indent: 32px;
    color: #333;
   
}

.row img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
}

.load-more a,
.btn-slide {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #2763d4;
    border: 1px solid #2763d4;
    transition: .5s;
    transition: 0.5s;
}

.load-more a:hover {
    background-color: #2763d4;
    color: #fff;
}

.btn-slide:hover {
    background-color: #2763d4;
    color: #fff;
}

.load-more a:hover {
    background-color: #2763d4;
    color: #fff;
}


/* 公司价值主张模块 */

.value-content {
    margin-top: 40px;
    margin-bottom: 16px;
    color: #333;
}

.value-pic-content ul {
    display: flex;
    flex-wrap: wrap;
}

.pic-content-box img {
    width: 100%;
}

.pic-content-box p {
     width: 100%;
    height: 100px;
    background-color: #fff;
    padding: 10px;
    text-align: left;
}

.pic-content-box {
    margin-bottom: 20px;
    transition: 0.5s;
}

.pic-content-box:hover {
    transform: translateY(-15px);
}


/* tab栏切换区域 */

.tab-ul {
    display: flex;
    justify-content: space-between;
}

.tab-list li {
    display: inline-block;
    width: 31.5%;
    height: 60px;
    line-height: 60px;
    /* padding: 0 20px; */
    text-align: center;
    font-size: 18px;
    background-color: #f5f6f6;
    cursor: pointer;
    /* margin-right: 30px; */
}

.tab-list .current {
    background-color: #005ac9;
    color: #fff;
}

.item {
    display: none;
}

.item>p {
    text-indent: 2rem;
    margin-top: 20px;
}

.item-flex {
    display: flex;
    justify-content: space-between;
}

.tab-text {
    width: 60%;
    padding: 30px 30px 0 0;
}

.tab-text p {
    text-indent: 2rem;
}

.tab-text ul li {
    margin-top: 15px;
}

.tab-text ul li i {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 3px;
    width: 8px;
    height: 8px;
    background-color: #005ac9;
    border-radius: 50%;
}

.tab-img {
    max-width: 330px;
    width: 40%;
    padding-top: 30px;
}

.tab-img img {
    width: 100%;
    height: auto;
}

.tab-con {
    float: left;
    margin: auto;
    padding-bottom: 60px;
}

.ft {
    clear: both;
}


/* -------------移动端样式------------- */

@media (min-width:769px) and (max-width:992px) {
    .row img {
        max-width: 200px;
    }
    .row .companyoverview-conent-box {
        flex: 1;
    }
    .main-container {
        margin: 0 20px;
    }
}

@media (max-width:768px) {
    .title-en {
        font-size: 28px;
        line-height: 1;
    }
    .title-cn {
        font-size: 22px;
    }
    .small-banner {
        margin-top: 95px;
    }
    .main-container {
        margin: 0 20px;
    }
    .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .row .companyoverview-img-box {
        width: 100%;
    }
    .row .companyoverview-conent-box {
        margin-top: 30px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .row img {
        max-width: 240px;
    }
    /* tab切换 */
    .tab {
        margin-top: 30px;
    }
    .tab-ul {
        flex-wrap: wrap;
    }
    .tab-list li {
        width: 100%;
    }
    .item-flex {
        flex-wrap: wrap;
        align-items: center;
    }
    .tab-text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tab-img {
        width: 100%;
        text-align: center;
    }
    .tab-img img {
        max-width: 240px;
    }
    .tab-text {
        padding-right: 0;
    }
}