/* index.html 导航栏不同部分 */
#index-container>.head-wrapper>.navbar button{
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 3px 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 90px;
    background:transparent;
}





/* 全维度信息化 */
#index-container .circles{
    width: 100%;
    text-align: center;
    position: relative;
}
.circles div[class = "cir-top"]{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}
.circles div[class = "cir-top"] h2{
    font-size: 24px;
    font-weight: 600;
}
.circles div[class = "cir-top"] hr{
    width: 30px;
    border-top: 3px solid #E4A61B;
}
.circles div[class = "cir-top"] span{
    font-size: 16px;
    color: #999;
}

.circles div[class = "cir-bot"]{
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

/* 背景圆 */
.circles div[class = "cir-bot"] .back{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    background-image: url(../img/index_background.png);
    background-size: 100% 100%;
}
/* 中间六边形 */
.circles div[class = "cir-bot"] .back .center{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    background-image: url(../img/six_lines.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.circles div[class = "cir-bot"] .back .center img{
    width: 90px;
    margin-top: 35px;
}
.circles div[class = "cir-bot"] .back .north{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.circles div[class = "cir-bot"] .back .north>div.circle{
    position: absolute;
    z-index: 200;
    width: 80px;
    height: 100px;
    background-image: url(../img/dot_circle2.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 10px;
    justify-content: center;
}

.circles div[class = "cir-bot"] .back .south{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .south>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}
.circles div[class = "cir-bot"] .back .north-east{
    position: absolute;
    top: 25px;
    left: 7%;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .north-east>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}
.circles div[class = "cir-bot"] .back .north-east>div.circle-less{
    position: absolute;
    z-index: 2;
    width: 170px;
    height: 55px;
    line-height: 55px;
    top: 14px;
    left: -140px;
    background-color: #fff;
    border-radius: 30px;
    color: #999;
    -webkit-box-shadow:1px 1px 5px 2px rgba(20%,20%,40%,0.35);
}

.circles div[class = "cir-bot"] .back .south-east{
    position: absolute;
    bottom: 25px;
    left: 7%;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .south-east>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}
.circles div[class = "cir-bot"] .back .south-east>div.circle-less{
    position: absolute;
    z-index: 2;
    width: 170px;
    height: 55px;
    line-height: 55px;
    top: 14px;
    left: -140px;
    background-color: #fff;
    border-radius: 30px;
    color: #999;
    -webkit-box-shadow:1px 1px 5px 2px rgba(20%,20%,40%,0.35);
}


.circles div[class = "cir-bot"] .back .east{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .east>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}
.circles div[class = "cir-bot"] .back .east>div.circle-less{
    position: absolute;
    z-index: 2;
    width: 170px;
    height: 55px;
    top: 14px;
    left: -140px;
    background-color: #fff;
    border-radius: 30px;
    color: #999;
    -webkit-box-shadow:1px 1px 5px 2px rgba(20%,20%,40%,0.35);
    line-height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.circles div[class = "cir-bot"] .back .orient{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -35px;
    width: 80px;
    height: 80px;
}
.circles div[class = "cir-bot"] .back .orient>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
}
.circles div[class = "cir-bot"] .back .orient>div.circle-less{
    position: absolute;
    z-index: 2;
    width: 170px;
    height: 55px;
    line-height: 55px;
    top: 14px;
    left: 50px;
    background-color: #fff;
    border-radius: 30px;
    color: #999;
    -webkit-box-shadow:1px 1px 5px 2px rgba(20%,20%,40%,0.35);
}
.circles div[class = "cir-bot"] .back .north-orient{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .north-orient>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}
.circles div[class = "cir-bot"] .back .north-orient>div.circle-less{
    position: absolute;
    z-index: 2;
    width: 170px;
    height: 55px;
    line-height: 55px;
    top: 14px;
    left: 50px;
    background-color: #fff;
    border-radius: 30px;
    color: #999;
    -webkit-box-shadow:1px 1px 5px 2px rgba(20%,20%,40%,0.35);
}

.circles div[class = "cir-bot"] .back .south-orient{
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.circles div[class = "cir-bot"] .back .south-orient>div.circle{
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    background-image: url(../img/dot_circle.png);
    background-size: 100% 100%;
}






/* 服务客户 */
#index-container div[class = "serve"]{
    width: 100%;
    height: 400px;
    background-color: #E4A61B;
    margin-top: 100px;
    padding: 30px 0;
}
#index-container div[class = "serve"] .serve-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;    
}
#index-container div[class = "serve"] .serve-box .box-left{
    width: 13%;
    height:500px;
    float:left;
    background-color: #48413B;
    transform: translateY(-140px);
    text-align: center;
    padding-top: 20px;
    margin-right: 3%;
}

#index-container div[class = "serve"] .serve-box .box-left p:first-child{
    color: #fff;
}
#index-container div[class = "serve"] .serve-box .box-left hr{
    width: 12px;
}
#index-container div[class = "serve"] .serve-box .box-left .txt-img{
    width: 15px;
}
#index-container div[class = "serve"] .serve-box .box-left h5{
    font-size: 12px;
    color: #695C4D;
    margin-top: 18px;
}
#index-container div[class = "serve"] .serve-box .box-left .small-logo{
    width: 60%;
    margin-top: 40px;
}

#index-container div[class = "serve"] .serve-box .box-right{
    width: 86%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    float:right;
}
#index-container div[class = "serve"] .serve-box .box-right>div{
    width: 47%;
    height: 150px;
    background-color: #fff;
    display: flex;
    border-radius: 6px;
    margin-top: 20px;
}
#index-container div[class = "serve"] .serve-box .box-right>div>img{
    height: 100%;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div{
    text-align: center;
    line-height: 150px;
    flex: 1;
    font-weight: 600;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div>span{
    color: #999;
    font-size: 14px;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div>span.blue{
    color: #659AFA;
    font-size: 30px;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div>span.oran{
    color: #FF5910;
    font-size: 30px;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div>span.yell{
    color: #E4A61B;
    font-size: 30px;
}
#index-container div[class = "serve"] .serve-box .box-right>div>div>span.pur{
    color: #CC6CEC;
    font-size: 30px;
}


/* 提供 */
.provide{
    width: 100%;
    position: relative;
    text-align: center;
}
.provide>img{
    width: 100%;
}
.provide .pro-box{
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    top: 30px;

}
.provide .pro-box .box-top  h2{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.provide .pro-box .box-top hr{
    width: 30px;
    border-top: 3px solid #E4A61B;
}
.provide .pro-box .box-top span{
    font-size: 14px;
    color: #999;
}
.provide .pro-box>img{
    width: 100%
}
footer{
    margin-top: 0;
}
footer>div{
    margin-top: 0;
}


