/*banner*/
.banner {
    background: url(/assets/images/bg/bg-pt.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 80px 0 88px;
}

.g-cnt {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 0 15px;
}

.b-intr {
    position: relative;
}

.b-intr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    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: 20px;
    padding: 30px 20px;
    letter-spacing: 0px;
    color: #ffffff;
}

.b-intr span:first-child {
    text-align: left;
}

.banner h1 {
    font-size: 54px;
    margin-bottom: 45px;
}

.banner h1 small {
    font-size: 30px;
}

.banner .b-txt {
    position: relative;
}

.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;
    }
}

/*banner*/

/*1*/
.pt-all {
    background: url(/assets/images/bg/bg1-product.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 100px 0 108px;
}

.media {
    margin-top: 104px;
    display: table;
    max-width: 1200px;
}

.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: 32px;
    color: #333333;
    margin-bottom: 35px;
}

.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;
    }
}

.g-cnt h2 {
    color: #1a1a1a;
}

.pt-item h3 {
    color: #fff;
    margin-bottom: 50px;
}

.pt-item .pt-it-tt {
    background: url(/assets/images/titles/bg-title1.png) no-repeat center;
    width: 460px;
    height: 80px;
    -webkit-border-radius: 0px 40px 40px 0px;
    -moz-border-radius: 0px 40px 40px 0px;
    border-radius: 0px 40px 40px 0px;
    line-height: 1;
    padding: 25px 40px;
    font-size: 30px;
}

.pt-item .media {
    padding: 80px 70px;
    background-color: #fff;
    margin-bottom: 60px;
}

.btn.btn-bdr-blue.btn-arw {
    font-size: 16px;
    border-color: #175dc0;
    padding: 10px 17px;
    height: auto;
    line-height: 1;
    min-width: 160px;
}

.btn.btn-bdr-blue.btn-arw:hover,
.btn.btn-bdr-blue.btn-arw:focus {
    background-color: #175dc0;
}

.pt-item .media .media-heading {
    margin-bottom: 18px;
}

.pt-all .tb-cell-item {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 35px 40px;
}

@media all and (min-width: 992px) {
    .pt-all .tb-cell-item {
        width: 95%;
    }
}

.pt-all .tb-cell-item img {
    display: block;
    outline: none;
    border: 0 none;
    margin: auto;
}

.pt-all .tb-cell-item .pt-img {
    margin-bottom: 40px;
    height: 130px;
}

.pt-all .tb-cell-item p {
    font-size: 16px;
    line-height: 32px;
    color: #42475d;
    margin-bottom: 55px;
    min-height: 128px;
}

.pt-all .tb-cell-item h3 {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 3px;
    color: #1a1a1a;
}

.pt-all .tb-cell-item h3:after,
.pt-item .media .media-heading:after {
    content: '';
    display: block;

    width: 30px;
    height: 4px;
    background-color: #1a1a1a;
    border-radius: 2px;
    margin: 20px auto;
}

.pt-all .tb .tb-row .tb-cell {
    width: 50%;
}

.pt-all .tb-cell:first-child {
    text-align: left;
}

.pt-all .tb-cell:last-child {
    text-align: right;
}

.pt-all .pt-item {
    margin-top: 90px;
}

.pt-all .pt-item:first-child {
    margin-top: 0;
}

.pt-all .pt-item .pt-it-tt.i2 {
    background-image: url(/assets/images/titles/bg-title2.png);
}

.pt-item .media .media-heading:after {
    margin-left: 0;
    margin-right: auto;
}

/*1*/

/*2*/
.pt-acb {
    background: url(/assets/images/bg/bg2-pt.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 100px 0 108px;
}

.pt-acb h2 {
    color: #fff;
}

.pt-acb .media p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.btn.btn-bd-white.btn-arw {
    border-color: #fff;
    height: auto;
    line-height: 1;
    font-size: 16px;
    padding: 10px 17px;
    min-width: 160px;
}

.btn.btn-bd-white.btn-arw:hover,
.btn.btn-bd-white.btn-arw:focus {
    background-color: #fff;
    border-color: #fff;
    color: #175dc0;
}

.btn.btn-bd-white.btn-arw:hover:after,
.btn.btn-bd-white.btn-arw:focus:after,
.btn.btn-bd-white.btn-arw:hover::after,
.btn.btn-bd-white.btn-arw:focus::after {
    background: url(/assets/images/icons/ic-sm.png) no-repeat -130px -10px;
}

.pt-acb .media-left {
    padding-right: 108px;
}

.pt-acb .media .btn-group .link {
    color: #fff;
    margin-left: 45px;
}

/*2*/

/*3*/
.cnt-res {
    background-color: #f5f7ff;
    text-align: center;
    padding: 80px 0 120px
}

.cnt-res .g-cnt>h2 {
    margin-bottom: 35px
}

.cnt-res .g-cnt>p {
    margin-bottom: 80px;
}

.res-ls {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap
}

.res-it {
    background-color: #fff;
    width: 360px;
    padding: 40px 35px 40px;
    box-shadow: 0 15px 29px 0 rgba(86, 131, 244, .35);
    margin-bottom: 20px;
    border-radius: 10px
}

.res-it>p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 40px;
}

.res-it>img {
    min-height: 165px;
    margin-bottom: 30px;
}

@media all and (max-width: 1023px) {
    .res-it {
        flex-basis: 100%
    }

    .cnt-res {
        padding: 40px 0
    }

    .cnt-res h2 {
        margin-bottom: 50px
    }
}

/*3*/

/*4*/
.cstm {
    background: url(/assets/images/bg/bg-kehu.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 108px;
    text-align: center;
}

.cstm .g-cnt h2 {
    margin-bottom: 0;
}

.cstm ul+a {
    margin: 65px auto 0 auto;
}

.cstm ul li .ic-logo {
    display: block;
    margin: auto;
    height: 68px;
    background-image: url(/assets/images/icons/ic-sm.png);
    background-repeat: no-repeat;
}

.ic-csa {
    background-position: -7px -95px;
    width: 62px;
}

.ic-lt {
    background-position: -76px -95px;
    width: 84px;
}

.ic-dx {
    background-position: -308px -93px;
    width: 67px;
}

.ic-yd {
    background-position: -378px -97px;
    width: 70px;
}

.ic-lx {
    background-position: -165px -95px;
    width: 142px;
}

.cstm ul li {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: center;
    margin: 100px 25px 0px;
}

.cstm ul {
    text-align: center;
}

/*4*/

/*5*/
.honor {
    background: url(/assets/images/bg/bg-honer.png) no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 87px 0 107px 0;
}

.honor .g-cnt {
    padding: 0;
}

.honor h2 {
    text-align: center;
    margin-bottom: 82px;
}

.honor-block {
    padding: 55px 80px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    -moz-box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.honor-block>* {
    display: inline-block;
    vertical-align: middle;
}

.honor-block>dl {
    max-width: 516px;
}

.honor-block>dl>dt,
.honor-block>dl>dd {
    padding-left: 30px;
}

.honor-block>dl>dt {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1a1a1a;
    /* margin-top: 70px; */
    position: relative;
}

.honor-block>dl>dd {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 22px;
}

.honor-block>dl>dt:before {
    content: '';
    display: block;
    width: 18px;
    height: 22px;
    background: url(/assets/images/icons/ic-sm.png) no-repeat -24px -7px;
    position: absolute;
    left: 2px;
    top: 4px;
}

@media all and (min-width: 1200px) {
    .honor-block>img {
        margin-right: 101px;
    }
}

@media all and (max-width: 1199px) {
    .honor-block {
        display: block;
        margin: auto;
    }

    .honor-block>* {
        display: table;
        margin: auto;
    }
}

/*5*/

/*users*/
.users {
    background: url(/assets/images/bg/bg-yonghu.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 108px 0;
}

.users .slick-top {
    margin-bottom: 25px;
}

.users .slick-top>* {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    text-align: left;
}

.users .slick-top>img {
    margin-right: 20px;
}

.slicker {
    text-align: center;
}

.slicker .slick-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    cursor: pointer;
    background-color: unset;
    background-repeat: no-repeat;
    background-image: url(/assets/images/icons/ic-sm.png);
}

.slicker .slick-arrow.slick-next {
    right: -67px;
    background-position: -127px -39px;
}

.slicker .slick-arrow.slick-next:hover {
    background-position: -187px -39px;
}

.slicker .slick-arrow.slick-prev {
    left: -67px;
    background-position: -7px -39px;
}

.slicker .slick-arrow.slick-prev:hover {
    background-position: -66px -39px;
}

.slicker .slick-dots {
    margin-top: 35px;
}

.slicker .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}

.slicker .slick-dots li.slick-active,
.slicker .slick-dots li:hover {
    background-color: #175dc0;
}

.slicker .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    content: '';
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

@media all and (min-width: 992px) {
    .slicker {
        max-width: 980px;
        margin: auto;
    }
}

/*users*/
@media(max-width: 767px) {
    .slicker .slick-arrow.slick-next {
        display: none !important;
    }
}