.banner {
    background: url(/assets/images/bg/bg-new-media.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 140px 0 100px;
}
.g-cnt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 0 15px;
}
.b-intr {
    padding: 32px 53px;
    position: relative;
    width: 500px;
}
.b-intr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}
.b-intr span {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    text-align: right;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}
.b-intr span:first-child {
    text-align: left;
}
.banner h1 {
    margin-bottom: 55px;
}
.banner .b-txt {
    position: relative;
    top: 60px;
}
.banner ._object {
    width: 554px;
    height: 423px;
    background: url(/assets/images/objects/nm-object-base.png) no-repeat center;
    position: relative;
}
._object .lt {
    display: block;
    width: 258px;
    height: 227px;
    background: url(/assets/images/objects/nm-light.png) no-repeat center;
    position: absolute;
    top: 31px;
    left: 109px;
}
._object .ds {
    display: block;
    width: 158px;
    height: 136px;
    background: url(/assets/images/objects/nm-ds.png) no-repeat center;
    position: absolute;
    top: 45px;
    left: 152px;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
@media all and (max-width: 576px) {
    .banner {
        padding: 45px 0;
        text-align: center;
    }
    .banner .b-txt {
        float: none;
        position: static;
    }
    .banner ._object {
        width: 100%;
        display: none!important;
    }
    .banner .b-intr {
        width: auto;
        display: block;
    }
}

/*new media introduction*/
.nm-intr {
    padding: 100px 0;
    background: url(/assets/images/bg/bg1-jianjie.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.nm-intr h2 {
    margin-bottom: 79px;
    text-align: center;
}
.nm-intr p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}
@media all and (min-width: 1200px) {
    .nm-intr p {
        max-width: 1000px;
        margin: auto;
    }
}
/*new media introduction*/

/* 2 */
.cnt-prd {
    background-color: #f5f7ff;
}

.cnt-prd h2 {
    text-align: center;
    padding: 70px 0 120px;
    background-color: rgba(248, 248, 248, 1);
}

.cnt-prd em {
    color: #FF9100;
    letter-spacing: 1px;
    position: relative;
    top: -5px;
    font-size: 18px;
}

.cnt-prd .g-mn {
    background: #f8f8f8 url(/assets/images/bg/bg2-products.png) no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 36px;
    position: relative;
    overflow: hidden;
}

.cnt-prd .g-mn::before {
    content: '';
    display: block;
    position: absolute;
    width: 222px;
    height: 530px;
    top: 60px;
    left: 0;
}

.cnt-prd .g-mn::after {
    content: '';
    display: block;
    width: 777px;
    height: 865px;
    position: absolute;
    top: 147px;
    right: 0;
}

.cnt-prd .g-mn .g-cnt1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    z-index: 2;
    position: relative;
}

.cnt-prd .prd .img-bx {
    margin-top: 20px;
}

.cnt-prd .prd .txt-bx {
    width: 555px;
    position: relative;
    margin-left: 30px;
}

.cnt-prd .g-mn .txt-bx h3 {
    margin-bottom: 15px;
    font-size: 3.0rem;
}

.cnt-prd .g-mn .txt-bx h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 5px;
    margin: 20px 0 25px 0;
}

.ic-lf.dot li {
    margin-top: 15px;
}

.ic-lf.dot li:first-child {
    margin-top: 0;
}

.ic-lf.dot li::before {
    top: 10px;
}

.cnt-prd .ic-lf.dot {
    margin-bottom: 35px;
    max-width: 490px;
}

@media all and (max-width: 1800px) {
    .cnt-prd .g-mn::after {
        right: -370px;
    }
}

@media all and (max-width: 1023px) {
    .cnt-prd .g-mn .g-cnt1 {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .cnt-prd .g-mn::after {
        display: none;
    }

    .cnt-prd .prd .txt-bx {
        margin: 50px 0 0;
    }

    .cnt-prd h2 {
        padding: 50px 15px 30px;
    }

}

@media all and (max-width: 479px) {
    .cnt-prd .prd .txt-bx {
        text-align: center;
    }

    .cnt-prd .ic-lf.dot {
        text-align: left;
    }
}

.cnt-allprd.g-cnt {
    background-color: #fff;
    padding: 60px 0px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 110px;
}

.cnt-allprd .g-ls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    text-align: center;
}

.cnt-allprd .g-ls-it {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
    width: 330px;
}

.cnt-allprd .g-ls-it .ic-box {
    position: relative;
    width: 140px;
    height: 125px;
    margin-bottom: 20px;
}

.cnt-allprd .g-ls-it .ic-box .ic {
    position: absolute;
    display: block;
    width: 122px;
    height: 122px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cnt-allprd .g-ls-it:hover .ic {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.cnt-allprd .g-ls-it .ic-box .ic1-1 {
    background-image: url(/assets/images/icons/icon1-pa.png);
}

.cnt-allprd .g-ls-it .ic-box .ic1-2 {
    background-image: url(/assets/images/icons/icon2-okr.png);
}

.cnt-allprd .g-ls-it .ic-box .ic1-3 {
    background-image: url(/assets/images/icons/icon3-acb.png);
}

.cnt-allprd .g-ls-it .ic-box .ic1-4 {
    background-image: url(/assets/images/icons/icon4-nas.png);
}

.cnt-allprd .des {
    width: 100%;
    margin: 15px 0 20px 0;
    font-size: 14px;
}

@media all and (min-width: 1201px) {
    .cnt-allprd.g-cnt {
        max-width: 1280px;
    }
}

@media all and (max-width: 767px) {
    .cnt-allprd.g-cnt {
        margin-bottom: 30px;
    }
}

.cnt-prd.bg-white .g-mn, .cnt-prd.bg-white h2 {
    background: none;
    background-color: #fff!important;
}
.ic-lf li {
    font-size: 16px;
}

/*1*/
.media {
    margin-top: 104px;
    display: table;
    max-width: 1100px;
}
.media:nth-of-type(1) {
    margin-top: 0;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 0px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media .media-object {
    display: block;
    width: auto;
    max-width: none;
}
.media-body p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
}
.media-body :last-child {
    margin-bottom: 0;
}

.media-left {
    padding-right: 61px;
}
.media-right {
    padding-left: 61px;
}
@media all and (max-width: 992px) {
    .media-right, .media-left {
        padding: 0;
        margin-bottom: 20px;
    }
    .media-right > .media-object, .media-left > .media-object {
        display: block;
    }
    .media {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap;
    }
    .media .media-body {
        flex-basis: 100%;
    }
    .media .media-left {
        order: 1;
    }
    .media .media-body {
        order: 3;
    }
    .media .media-right {
          order: 2;
    }
}
.syco {
    background: url(/assets/images/bg/bg3-nm.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 108px;
    color: #fff;
}
.syco .media {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    -moz-box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    box-shadow: 0px 10px 27px 0px
    rgba(26, 53, 178, 0.17);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 35px 40px;
}
@media all and (min-width: 992px) {
    .media-body {
        max-width: 86%;
    }
    .syco .media:nth-of-type(2n) {
        margin-left: auto;
    }

    .syco .media:nth-of-type(2n+1) {
        margin-right: auto;
    }
}
/*1*/

/*3*/
.nm-plt {
    background: url(/assets/images/bg/bg4-nm.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 108px;
    color: #fff;
}
.nm-plt h2 {
    color: #1a1a1a;
}
.nm-plt .tb-cell {
    width: 50%;
    padding: 39px 45px;
}

.nm-plt .tb-cell img {
    display: block;
    margin: auto;
    outline: none;
    border: 0 none;
}
.nm-plt .tb-cell h4 {
    font-size: 24px;
    letter-spacing: 0px;
    color: #1a1a1a;
    margin: 25px 0;
    text-align: center;
}
.nm-plt .tb-cell p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
    color: #333333;
}
.nm-plt .tb {
    border-collapse: separate;
    border-spacing: 20px 20px;
    margin-bottom: 100px;
}
@media all and (min-width: 1200px) {
    .nm-plt .g-cnt {
        max-width: 1120px;
    }
}
.nm-ot li a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    color: #175dc0;
}
.nm-ot li a:hover {
    text-decoration: underline;
    color: #091871;
}
.nm-ot {
    display: block;
    text-align: center;
    letter-spacing: 0;
    word-spacing: 0;
}
.nm-ot li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
    letter-spacing: normal;
    word-spacing: normal;
    margin-left: 30px;
}
.nm-ot li:first-child {
    margin-left: 0;
}
/*3*/

.cl:after{
    content:'';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}
