﻿body {
}

.hide {
    display: none !important;
}


/*来宝商城 创建于2011*/
.Top {
    position: relative;
    width: 100%;
}

    .Top img {
        width: 100%;
    }

.topText {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.topText2 {
    color: #000;
    position: absolute;
    top: 51.6%;
    left: 50%;
    transform: translate(-50%, 0%);
    letter-spacing: 1px;
}

.topText3 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 60.6%;
    left: 50%;
    transform: translate(-50%, 0%);
    letter-spacing: 1px;
}

.topText4 {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 65.6%;
    left: 50%;
    transform: translate(-50%, 0%);
    letter-spacing: 1px;
}

/*简介*/
.briefBox {
    width: 1210px;
    margin: 30px auto 60px;
    display: flex;
    flex-direction: column;
}

.briefTitle {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.briefContent {
    font-size: 16px;
    color: #777;
    line-height: 40px;
}
/*规模*/
.scaleBox {
    width: 1210px;
    height: 550px;
    margin: 0 auto;
    background-image: url(../images/mapbg.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.circleBox {
    width: 146px;
    height: 146px;
    background-image: url(../images/scaleCircle.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .circleBox .number {
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        color: white;
    }

    .circleBox .text {
        font-size: 12px;
        color: white;
    }
/*企业文化*/
.cultureRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 210px;
    padding: 0;
}

.culture_separateImg {
    width: 100%;
}

.cultureBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.text_colour {
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 3px;
    font-weight: bold;
}

.colour1 {
    color: #7fd8c9;
    border-bottom: 1px solid #7fd8c9;
}

.colour2 {
    color: #ffae20;
    border-bottom: 1px solid #ffae20;
}

.colour3 {
    color: #002063;
    border-bottom: 1px solid #002063;
}

.colour4 {
    color: #fc5300;
    border-bottom: 1px solid #fc5300;
}

.text_culture {
    white-space: nowrap;
    font-size: 20px;
    color: #a0a0a0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*售后*/
.shouhouRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.shouhouBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #999;
    width: 230px;
    height: 230px;
    margin: 40px 0;
}

.shouhouText {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 81px;
    overflow: hidden;
}
