@-webkit-keyframes slideInUp1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    50% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    50% {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp1 {
    -webkit-animation-name: slideInUp1;
    animation-name: slideInUp1;
}

@-webkit-keyframes flashPlus {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes flashPlus {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.0;
    }
}

.flashPlus {
    -webkit-animation-name: flashPlus;
    animation-name: flashPlus;
}

/* 1 */
.cnt-bnr {
    background: url(/assets/images/bg/bnr-bg.png) no-repeat center;
    background-size: cover;
    padding: 140px 0 100px;
    overflow: hidden;
}

.cnt-bnr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.cnt-bnr .img-bx {
    /* flex-basis: 569px; */
    width: 569px;
    height: 440px;
    background: url(/assets/images/objects/bnr-dajian.png) no-repeat center;
    margin-right: 60px;
    position: relative;
    flex-shrink: 0;
}

.cnt-bnr .img-bx .an-pt {
    display: inline-block;
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.cnt-bnr .img-bx .an-pt > img {
    position: relative;
    z-index: 5;
}

.cnt-bnr .img1-box {
    width: 75px;
    height: 120px;
    top: 15px;
    left: 26px;
}

.cnt-bnr .an-pt .dot-box {
    position: relative;
}

.cnt-bnr .an-pt .dot-box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cnt-bnr .dot-box .dot {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.cnt-bnr .an-pt .dot-box .dot i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    /* animation: warn 1s ease-out infinite;  */
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cnt-bnr .img1-box .dot-box1 {
    width: 66px;
    height: 42px;
}

.cnt-bnr .img2-box .dot-box {
    width: 107px;
    height: 79px;
}

.cnt-bnr .img3-box .dot-box {
    width: 107px;
    height: 94px;
    position: relative;
    top: -30px;
    left: 30px;
}

.cnt-bnr .img4-box .dot-box {
    width: 98px;
    height: 72px;
    position: relative;
    top: -46px;
}


/* size */
.cnt-bnr .an-pt .dot-box .dot i.sz-m {
    width: 10px;
    height: 10px;
}

.cnt-bnr .an-pt .dot-box .dot i.sz-l {
    width: 20px;
    height: 20px;
}

/* dot position */

.cnt-bnr .dot-box .dot i.pst1 {
    top: 5%;
    left: 5%;
}

.cnt-bnr .dot-box .dot i.pst2 {
    top: 50%;
    left: 5%;
}

.cnt-bnr .dot-box .dot i.pst3 {
    top: 100%;
    left: 50%;
}

.cnt-bnr .dot-box .dot i.pst4 {
    top: 5%;
    left: 50%;
}

.cnt-bnr .dot-box .dot i.pst5 {
    top: 50%;
    left: 50%;
}

.cnt-bnr .dot-box .dot i.pst6 {
    top: 87%;
    left: 50%;
}

.cnt-bnr .dot-box .dot i.pst7 {
    top: 5%;
    left: 100%;
}

.cnt-bnr .dot-box .dot i.pst8 {
    top: 50%;
    left: 100%;
}

.cnt-bnr .dot-box .dot i.pst9 {
    top: 100%;
    left: 100%;
}

.cnt-bnr .dot-box .dot i.pst10 {
    top: 25%;
    left: 75%;
}

/* dot position */
/* lamp */
.cnt-bnr .lamp {
    display: block;
    width: 5px;
    height: 5px;
    background: url(/assets/images/objects/bnr-btn.png) no-repeat;
    margin-bottom: 2px;
}

.cnt-bnr .lamp1 {
    background-position: 0 0;
}

.cnt-bnr .lamp2 {
    background-position: 0 -7px;
}

.cnt-bnr .lamp3 {
    background-position: 0 -14px;
}

/* lamp */
.cnt-bnr .img2-box {
    top: -22px;
    left: 172px;
}

.cnt-bnr .img3-box {
    top: -20px;
    right: 114px;
}

.cnt-bnr .img4-box {
    top: 200px;
    left: 13px;
}

.cnt-bnr .img5-box {
    width: 39px;
    height: 27px;
    bottom: 215px;
    right: 142px;
    -webkit-transform: rotate3d(0, 0, 1, -28deg);
    transform: rotate3d(0, 0, 1, -28deg);
    overflow: hidden;
}

.cnt-bnr .img3-box.an-pt > img {
    left: 30px;
}

.cnt-bnr .img6-box {
    top: 260px;
    left: 248px;
}

@-webkit-keyframes img7-yidong {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(5px, 0px, 5px);
        transform: translate3d(5px, 0px, 5px);
    }
    50% {
        -webkit-transform: translate3d(10px, 0px, 20px);
        transform: translate3d(10px, 0px, 20px);
    }
    75% {
        -webkit-transform: translate3d(5px, 0px, 5px);
        transform: translate3d(5px, 0px, 5px);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

}

@keyframes img7-yidong {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(5px, 0px, 5px);
        transform: translate3d(5px, 0px, 5px);
    }
    50% {
        -webkit-transform: translate3d(10px, 0px, 20px);
        transform: translate3d(10px, 0px, 20px);
    }
    75% {
        -webkit-transform: translate3d(5px, 0px, 5px);
        transform: translate3d(5px, 0px, 5px);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

}

.cnt-bnr .img7-box {
    top: 221px;
    left: 274px;
}

.cnt-bnr .img7-box img {
    -webkit-animation: img7-yidong 2s linear infinite;
    animation: img7-yidong 2s linear infinite;
}

.cnt-bnr .txt-bx {
    /* flex-basis: 720px; */
    width: 720px;
}

.cnt-bnr h1 {
    margin-bottom: 70px;
    font-size: 71px;
    font-size: 7.1rem;
}

.cnt-bnr .more {
    margin-top: 60px;
}

.cnt-bnr .animated.img1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.cnt-bnr .animated.img2 {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
}

.cnt-bnr .animated.img3 {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

.cnt-bnr .animated.img4 {
    -webkit-animation-duration: 3.25s;
    animation-duration: 3.25s;
}

.aomei-txt {
    font-weight: bolder;
    color: #2ed9ad;
    font-size: 13px;
    -webkit-animation: slideInLeft 2s infinite;
    animation: slideInLeft 2s infinite;
}

@media all and (max-width: 1023px) {
    .cnt-bnr {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .cnt-bnr .img-bx {
        margin: 0;
    }

    .cnt-bnr .txt-bx {
        padding: 0 15px;
    }

    .cnt-bnr h1 {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 768px) {
    .cnt-bnr .img-bx {
        zoom: 0.8;
        margin-left: 35px;
    }

}

@media all and (max-width: 479px) {
    .cnt-bnr .img-bx {
        zoom: 0.6;
    }

    @keyframes aomeifont {
        0% {
            -webkit-transform: translate3d(-100%, 0, 0) scale(0.7);
            transform: translate3d(-100%, 0, 0) scale(0.7);
            visibility: visible;
        }
        100% {
            -webkit-transform: translateZ(0) scale(0.7);
            transform: translateZ(0) scale(0.7);
        }
    }
    .aomei-txt {
        animation: aomeifont 2s infinite;
    }
}

@media all and (max-width: 360px) {
    .cnt-bnr .img-bx {
        margin-left: 0px;
        zoom: 0.5;
    }
}

/* 1 */


/* 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;
}

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

.cnt-prd .g-mn .txt-bx h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #000;
    border-radius: 5px;
    margin: 15px 0 15px 0;
}

.ic-lf.dot li {
    margin-top: 34px;
}

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

/*4*/
.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
    }
}
/*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 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: 510px;
}
.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: 26px;
    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*/

/*6*/
.news {
    background-color: #f5f7ff;
    padding: 100px 0;
}
.news h2 {
    text-align: center;
    margin-bottom: 68px;
}
.news-item {
    display: block;
    padding: 30px;
}
.news-item:after {
    content:'';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}
.news-item:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 20px 30px 0px
    rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 30px 0px
    rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 30px 0px
    rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.news-item > img {
    float: left;
    margin-right: 30px;
}
.news-item .news-date > span {
    display: inline-block;
    vertical-align: middle;
}
.news-item .news-date > span:first-child {
    font-size: 80px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #1694fa;
    background: linear-gradient(to bottom,#0f74ec,#1a35b2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.news-item .news-date > span:last-child > * {
    display: block
}
.news-item .news-date > span:last-child > b {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 17px;

}
.news-item .news-date > span:last-child > i {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
}
.news-item .news-ists {
    float: left;
    width: 330px;
}
.news-item .news-ists .news-title {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #1a1a1a;
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.news-item .news-ists .news-summary {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}
.news-cnt {
    max-width: 1390px;
    padding: 0 15px;
    margin: auto;
}

@media all and (max-width:992px) {
    .news-item .news-ists {
        width: auto;
        max-width: none;
    }
    .cnt-prd .g-ls,.honor-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row wrap;
    }
    .cnt-prd .g-ls .g-ls-it {
        flex-basis: 48%;
    }
    .honor-block > * {
        width: auto;
    }
    .honor-block {
        padding: 35px 15px;
    }
    .news-cnt .tb {
        background-color: transparent;
        border-collapse: separate;
        border-spacing: 10px 10px;
    }
    .news-cnt .tb .tb-row .tb-cell {
        background-color: #fff;
        border: 1px solid #efefef;
    }
}
@media all and (max-width: 576px) {
    .news-cnt .tb .tb-row,
    .news-cnt .tb,
    .news-cnt .tb .tb-row .tb-cell {
        display: block;
    }
    .news-cnt .tb .tb-row .tb-cell {
        margin-bottom: 20px;
        border: 0 none;
    }
    .cnt-prd .g-ls .g-ls-it {
        flex-basis: 100%;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 20px 30px 0px
        rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 20px 30px 0px
        rgba(0, 0, 0, 0.1);
        box-shadow: 0px 20px 30px 0px
        rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 15px;
    }
    .cnt-allprd.g-cnt {
        box-shadow: none;
        background-color: transparent;
    }
}
/*6*/

/*7*/
.wmore {
    background: #ffffff url(/assets/images/bg/bg-more.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
}
.wmore h2 {
    text-align: center;
    margin-bottom: 100px;
}
.wmore .media:after {
    content:'';
    display: block;
    overflow: hidden;
    visibility: hidden;
    clear: both;
    height: 0;
}

.media {
    margin-top: 104px;
    display: table;
    max-width: 1100px;
    margin-left:auto;
    margin-right: auto;
}
.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: 39px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.media .media-object {
    display: block;
    width: auto;
    max-width: none;
}
.media-body p {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 38px;
}
.media-body .more {
    font-size: 14px;
    line-height: 26px;
    color: #175dc0;
}
.media-body {
    max-width: 600px;
}
.media-left {
    padding-right: 100px;
}
.media-right {
    padding-left: 100px;
}
.wmore .more.arw-bk:after {
    background-position: -132px -25px;
    position: relative;
    top: -1px;
}
@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;
    }
    .wmore .media .media-body {
        text-align: center;
    }
}
/*7*/
