/*.iTitle {*/
/*  display: flex;*/
/*  justify-content: space-around;*/
/*  height: 70px;*/
/*  align-items: center;*/
/*}*/

.iTitle > div {
    text-align: center;
}


.iPic {
    width: 100%;
    height: 400px;
    /*background-image: url('../images/serviceBgc.png');*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
}

.iNav {
    width: 100%;
    background-color: #eeeeee;
}

.inMain {
    width: 80%;
    margin-left: 10%;
    height: 50px;
}

.inMain > div {
    height: 36px;
    line-height: 36px;
    margin-top: 7px;
    /*background-image: url('../assets/imgs/nav2.png');*/
    /*background-repeat: no-repeat;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    display: inline-block;
    padding: 0 20px;
    font-size: 1rem;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
}

.inMain > div img {
    width: 16px;
    height: 36px;
}

.inMain > div .bgRight {
    position: absolute;
    right: -16px;
    top: 0;
}

.inMain > div .bgLeft {
    position: absolute;
    left: -16px;
    top: 0;
}

.inMain > div:nth-of-type(1) {
    /*background-image: url('../images/nav1.png');*/
}

.inMain > div:nth-of-type(2), .inMain > div:nth-of-type(3) {
    /*margin-left: -10px;*/
}

.iGray {
    background-color: #eeeeee;
    width: 100%;
    height: 24px;
}

.icmText {
    width: 100%;
}

.iContent {
    background-color: #fff;
    width: 100%;
}

.icMain {
    width: 80%;
    margin-left: 10%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.icmtTitle {
    /*font-weight: 500;*/
    /*font-size: 3.2rem;*/
    /*width: 100%;*/
    /*background: url("../images/excel-bg.png") no-repeat;*/
    /*-webkit-background-size: 100% 100%;*/
    /*background-size: 100% 100%;*/
    /*height: 266px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/

    padding: 77px 0 20px 0;
    border-bottom: 1px dashed #D2D2D2;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 4px;
    text-align: center;
}

/*.icmtTitle span {*/
/*  width: 80%;*/
/*  text-align: center;*/
/*}*/
.icmtContent {
    font-size: 1rem;
    padding: 20px 0 46px 0;
}

.icmtContent img {
    max-width: 100% !important;
    height: auto !important;
}

.icmNav {
    height: max-content;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -70px;
    left: 0;
}

.icmNav span {
    width: 230px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.icmNav span a {
    font-weight: 400;
    font-size: 1.3rem;
    color: #FFFFFF;
}

.icmNav span.active a, .icmNav span.activeBg {
    font-weight: 500;
    color: #EBD181;
}

.headerSpan span i.iUnderLine {
    text-decoration: underline;
}

.iPic {
    width: 100%;
    height: 320px;
    background: #2B3445;
}

.iPic .ipMain {
    width: 80%;
    margin-left: 10%;
    height: 320px;
    line-height: 320px;
}

.iPic .ipMain p {
    font-size: 4.28rem;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    top: -40px;
    left: 0;
}
