body, html {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.banner-img {
    height: 240px;
    background: url("../../uploads/telecom/telecom-banner.jpg") no-repeat center center;
}

.banner-img > img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 240px;
}

.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 240px;
}

.maker-title {
    width: 1200px;
    margin: 0 auto;
}

.maker-nav {
    margin-top: 46px;
    width: 140px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    border-bottom: solid 1px #fff;
}
.maker-nav a {
    color: #FFFFFF;
}

.maker-nav > span {
    padding: 0 4px;
}

.marker-bg {
    margin-top: 30px;
    padding-left: 84px;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 52px;
    background: url("../../uploads/telecom/telecom-icon.svg") no-repeat left center;
    background-size: 62px 52px;
}
.telecom {
    padding: 20px 0 50px 0;
    margin: 0 auto;
    width: 1100px;
}
.telecom-title {
    padding-left: 20px;
    color: #333;
    font-size: 24px;
    line-height: 30px;
    border-left: solid 2px #EC2629;
    font-weight: inherit;
}
.telecom-desc {
    padding: 45px 0;
    font-size: 14px;
    color:#666;
    line-height: 30px;
}
.telecom-common {
    margin-top: 45px;
}
.telecom-common {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.telecom-left {
    text-align: center;
    width: 180px;
}
.telecom-right {
    width: 920px;
}
.telecom-right>h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.telecom-right>div{
    margin-top: 10px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}
