/* 企业优势 */
.bg-container {
    height: 180px;
    background: url('../images/about/about-bg.jpg') no-repeat center center;
    display: block;
}

.bg-container-title {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
}

.bg-container-title div:nth-child(1) {
    font-size: 40px;
}

.info-container {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 16px;
    color: #333;
}

.info-container h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.company-container {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    padding: 50px 0;
}

.company-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.company-left img {
    width: 600px;
    height: 312px;
}

.company-right {
    width: 50%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
}

.company-title {
    padding: 25px 0;
    color: #1562AB;
    font-size: 14px;
    line-height: 28px;
}

.company-title :nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}

.company-text {
    font-size: 14px;
    line-height: 35px;
    color:#646464;
}

.company-text div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}

.about-slider {
    min-width: 1200px;
    height: 430px;
    overflow: auto;
    margin: 0 auto;
    background: url('../images/about/slider-bg.png') no-repeat center center;
    display: block;
}