.index_content_container {
    position: relative;
    max-width: 1200px;
    height: auto;
}

.head_container {
    width: 100%;
    height: 100px;
    background-color: #f1f1f1;
    z-index: 99;
}

.head_content {
    max-width: 1200px;
    width: auto;
    height: 100px;
}

.head_blank {
    width: 100%;
    height: 100px;
}

.block_blank {
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #d9d9d9;
}
/* 行业应用部分 */
.apply_content {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 0 20px;
}

.ac_title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #423d3a;
    margin-top: 50px;
}

.ac_block {
    width: 25%;
    height: auto;
}

.ac_block > img {
    width: calc(100% - 10px);
    height: auto;
    border-radius: 10px;
    border: solid 1px #cccccc;
}

.ac_block > div {
    width: calc(100% - 10px);
    height: auto;
    line-height: 100px;
    color: #423d3a;
    font-size: 20px;
    text-align: center;
}

/*.ac_block {*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/

/*.ac_block > img {*/
    /*width: 50%;*/
    /*height: auto;*/
/*}*/

/*.abb_right {*/
    /*text-indent: 100px;*/
    /*font-size: 24px;*/
    /*color: #423d3a;*/
/*}*/

/*.abb_left {*/
    /*width: calc(50% - 100px);*/
    /*text-align: right;*/
    /*text-indent: 100px;*/
    /*font-size: 24px;*/
    /*color: #423d3a;*/
    /*margin-right: 100px;*/
/*}*/

/*.abb_blank {*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*border-bottom: dashed 1px #a1a0a0;*/
/*}*/

/* 解决方案部分 */
.solution_content {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 0 20px;
}

.sc_block {
    width: 100%;
    height: auto;
}

.sc_block > img {
    width: calc(100% - 10px);
    height: auto;
}

.sc_block > div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #423d3a;
    font-size: 20px;
    text-align: left;
}

/* 技术优势部分 */
.tech_content {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 0 0 20px;
}

.cc_left {
    width: 50%;
    height: auto;
}

.cc_left > img {
    width: 30px;
    height: 30px;
    margin-left: 50px;
    margin-top: 20px;
}

.cc_common {
    width: calc(100% - 120px);
    color: #423d3a;
    margin-left: 5px;
}

.ccl_title {
    height: 80px;
    line-height: 80px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.ccl_subtitle {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.cc_right {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.cc_right > img {
    height: auto;
    width: 100%;
}