.banner {
    background: url(/assets/images/bg/compa-banner-bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 165px 0 204px;
}

.g-cnt {
    box-sizing: border-box;
    margin: auto;
    padding: 0 15px;
    max-width: 1290px;
}

.b-intr {
    padding: 25px 25px;
    position: relative;
    width: 500px;
    text-align: center;
}

.b-intr:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}

.b-intr span {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.b-intr span a {
    color: #fff;
    text-decoration: underline;
}

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

.banner h1 {
    margin-bottom: 55px;
    font-size: 80px;
    line-height: 90px;
    text-indent: 1em;
}

.banner h1 em {
    font-size: 72px;
}

@media all and (max-width: 576px) {
    .banner {
        padding: 45px 0;
        text-align: center;
    }

    .banner .b-txt {
        float: none;
        position: static;
    }

    .banner .b-intr {
        width: auto;
        display: block;
    }

    .banner h1,
    .banner .b-intr span {
        text-indent: 0;
        text-align: center;
    }
}

/*1*/
.compa-b1 {
    background-image: url(/assets/images/bg/bg1-compa.png);
    text-align: center;
}

.compa-b1 h2 {
    margin-bottom: 79px;
}

.compa-b1 p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    margin: auto;
}

@media all and (min-width: 993px) {
    .compa-b1 p {
        max-width: 980px;
    }
}

/*1*/

/*2*/
.compa-b2 {
    background-image: url(/assets/images/bg/bg2-compa.png);
}

.dev-tml-item h5 {
    font-size: 20px;
    color: #7ea0d0;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
}

.dev-tml-item h5.dev-et {
    max-width: 160px;
    line-height: 1;
    padding: 15px 30px;
    color: #fff;
    background-color: #175dc0;
    border-radius: 10px;
    margin: auto;
}

.dev-tml-item .dev-itml {
    display: table;
    margin: auto;
    width: 812px;
}

/* .dev-tml-item:nth-child(even) .dev-itml {
    margin-right: 21px;
}

.dev-tml-item:nth-child(odd) .dev-itml {
    margin-left: 19px;
} */
.dev-tml-item:nth-child(odd) .dev-itml {
    margin-right: 21px;
}

.dev-tml-item:nth-child(even) .dev-itml {
    margin-left: 19px;
}
.dev-itml .dev-tml-img {
    display: table-cell;
    vertical-align: middle;
    padding: 93px 0 31px;
}

.dev-itml .dev-tml-line {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 160px;
    height: 260px;
}

.dev-itml .dev-tml-line span {
    display: block;
}

.dev-itml .dev-tml-line .tl20 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 1px #175dc0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 19px;
    margin-left: -10px;
    z-index: 2;
    background-color: #fff;
}

.dev-itml .dev-tml-line .tl14 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #175dc0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 22px;
    margin-left: -7px;
    z-index: 2;
}

.dev-itml .dev-tml-line .tll {
    width: 1px;
    height: 260px;
    background-color: #175dc0;
    margin: auto;
    position: relative;
    left: .5px;
}

.dev-itml .dev-tml-event {
    display: table-cell;
    vertical-align: middle;
    width: 530px;
    padding-top: 60px;
}

.dev-itml .dev-tml-e {
    padding: 20px 33px;
    max-width: 530px;
    background-color: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(86, 131, 244, 0.3);
    border-radius: 10px;
}

.dev-itml .dev-tml-date {
    display: block;
    font-size: 24px;
    color: #ff9100;
    font-weight: bold;
}

.dev-itml .dev-tml-date.t-bar:after {
    margin: 14px 0 18px;
}

.dev-itml h6 {
    font-size: 20px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 17px;
}

.dev-itml p {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.dev-tml-item:last-child .dev-itml {
    margin: auto;
}

.dev-tml-item .dev-itml h5 {
    margin: 10px auto;
}

@media all and (max-width: 1290px) {
    .dev-tml-item .dev-itml {
        max-width: none;
        width: auto;
    }

    .dev-tml-item:nth-child(even) .dev-itml,
    .dev-tml-item:nth-child(odd) .dev-itml {
        margin: auto;
    }

    .dev-itml .dev-tml-line {
        max-width: none;
        width: auto;
    }

    .dev-tml-item .dev-itml,
    .dev-itml .dev-tml-line,
    .dev-itml .dev-tml-img,
    .dev-itml .dev-tml-event {
        display: block;
        width: auto;
        box-sizing: border-box;
        padding: 0;
    }

    .dev-itml .dev-tml-img,
    .dev-itml .dev-tml-line,
    .dev-tml-item:last-child {
        display: none;
    }

    .dev-tml-item {
        margin-bottom: 20px;
    }

    .dev-itml .dev-tml-e {
        margin: auto;
    }
}

/*2*/

/*3*/
.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: 20px;
    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-image: url(/assets/images/bg/bg3-compa.png);
    color: #fff;
}

.syco h2 {
    color: #fff;
}

.syco .media {
    background-color: #ffffff;
    box-shadow: 0px 10px 27px 0px rgba(26, 53, 178, 0.17);
    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;
    }
}

/*3*/

/*4*/
.compa-b4 {
    background-color: #f8f8f8;
}

.cs-item {
    width: 270px;
    padding: 40px 25px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(86, 131, 244, 0.35);
    border-radius: 10px;
    margin: auto;
    text-align: center;
}

.cs-item img {
    display: block;
    margin: auto;
}

.cs-item h4 {
    margin: 16px 0 20px 0;
    text-align: center;
    font-size: 24px;
}

.cs-item .cs-iimg {
    display: block;
    height: 190px;
}

.cs-item p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    min-height: 72px;
}

/*4*/

/*5*/
.honor {
    background: url(/assets/images/bg/bg-honer.png) no-repeat bottom center;
    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;
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    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*/

/*6*/
.compa-b6 {
    background-image: url(/assets/images/bg/bg-lianxi.png);
}

#container {
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    border-radius: 20px;
}

.compa-b6 .info {
    padding: 42px 70px 40px 70px;
    width: 560px;
    min-height: 352px;
    background-color: #ffffff;
    box-shadow: 0px 15px 29px 0px rgba(86, 131, 244, 0.35);
    border-radius: 20px;
}

.compa-b6 .cl {
    max-width: 1200px;
}

.compa-b6 .info .qr-code {
    font-weight: bold;
    margin-top: 58px;
}

.compa-b6 .info>p {
    color: #2f2f2f;
    font-size: 16px;
}

.compa-b6 .info h6,
.compa-b6 .info .qr-code span {
    font-size: 22px;
}

.compa-b6 .info h6 {
    margin-bottom: 15px;
}

/*6*/