.enterprise-main {
    width: 100%;
    background: #F7F7F7;
}

.enterprise-main-bg {
    background: url(.././img/topenterprise.jpg) center no-repeat;
    background-size: 100% 100%;
    /*height: 300px;*/
    /*width: 100%;*/
    position: relative;
    top: 0;
    z-index: 1;
    left: 50%;
    width: 1920px;
    height: 300px;
    margin-left: -960px;
}

.enterprise-main-option {
    width: calc(100% - 520px);
    min-width: 1200px;
    height: 50px;
    box-sizing: border-box;
    /* padding: 0 15%;*/
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}

.enterprise-option-item {
    width: 25%;
    height: 100%;
    color: #333;
    font-size: 16px;
    background: #EBF4F9;
    box-sizing: border-box;
    border: 1px solid #D9E0E3;
    text-align: center;
    line-height: 50px;
}

.enterprise-main-person {
    box-sizing: border-box;
    /*padding: 80px 15%;*/
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* padding: 100px 0; */
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.enterprise-main-person > div {
    margin-right: 30px;
}

.enterprise-main-logo {
    box-sizing: border-box;
    /*padding: 80px 15%;*/
    padding-bottom: 50px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    /* padding: 100px 0; */
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.enterprise-main-logo > div {
    margin-right: 30px;
}

.enterprise-person-item {
    width: 30.5%;
    background: #fff;
    margin-bottom: 40px;
}

.person-item-bg {
    background-size: 100%;
    width: 100%;
    height: 290px;
    background-size: cover;
}

.enterprise-person-item > p {
    font-weight: bold;
    font-size: 18px;
    color: #2B2C2D;
    box-sizing: border-box;
    padding: 20px;
    /* margin: 10px; */
}

.enterprise-person-item > span {
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    padding-left: 20px;
    display: block;
    padding-bottom: 20px;
}

.enterprise-main-idea {
    box-sizing: border-box;
    /*padding: 100px 15%;*/
    /* display: flex; */
    display: none;
    justify-content: center;
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.idea-circle {
    width: 580px;
    height: 580px;
    border-radius: 50%;
    border: 1px dashed #B61D22;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-one {
    position: absolute;
    left: -60%;
    top: 10%;
}

.circle-two {
    position: absolute;
    right: -80%;
    top: 10%;
}

.circle-three {
    position: absolute;
    left: -70%;
    bottom: 20%;
}

.circle-four {
    position: absolute;
    right: -70%;
    bottom: 10%;
}

.circle-bg1 {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: url(.././img/circle1.jpg) center no-repeat;
    background-size: 100%;
}

.circle-bg2 {
    position: absolute;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 4px solid #B61D22;
    top: 10%;
    left: 10%;
    background: #fff;
}

.circle-bg3 {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 4px solid rgba(182, 29, 34, 0.86);
    bottom: 20%;
    left: 6%;
    background: rgb(182, 29, 34);
}

.circle-bg4 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 6px solid #B61D22;
    position: absolute;
    top: 5%;
    right: -10%;
    background: url(.././img/circle4.jpg) center no-repeat;
    background-size: 100%;
}

.circle-bg5 {
    height: 133px;
    width: 133px;
    border-radius: 50%;
    border: 5px solid #B61D22;
    position: absolute;
    bottom: -5%;
    right: 20%;
    background: url(.././img/circle5.jpg) center no-repeat;
    background-size: 100%;
}

.wenzi {
    display: flex;
    align-items: center;
}

.wenzi > p {
    color: #B61D22;
    font-size: 36px;
    font-weight: bold;
}

.wenzi > span {
    font-size: 24px;
}

.active {
    background: #B61D22;
    color: #fff;
}

.info-contentRight-option {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25%;
    /*padding-left: 0;*/
    display: flex;
    /*margin-top: 50px;*/
    justify-content: center;
}

.info-contentRight-option > div {
    margin: 10px;
}

.info-contentRight-option > .optionActive {
    background: #B61D22;
    color: #fff;
}

.info-contentRight-option-item {
    padding: 5px 10px;
    background: #E8E8E8;
}