/* default */
.main {
    width: 100%;
    height: 940px;
    padding: 92px 0;
    text-align: center;
    background: url('../img/new/main-bg.png') no-repeat center center;
}

.main-box {
    width: 1200px;
    height: 198px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}

.brand img {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}

.brand p {
    font-weight: normal;
    margin: 0;
}

.main-bottom {
    width: 1400px;
    height: 620px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-bottom .item {
    width: 360px;
    height: 445px;
    padding: 30px 32px;
    text-align: left;
    /* background-image: linear-gradient(#dfecff, #fff); */
    border-radius: 10px;
}

.main-bottom .item1 {
    background: url('../img/new/main-item1.png') no-repeat center center;
}

.main-bottom .item2 {
    background: url('../img/new/main-item2.png') no-repeat center center;
}

.main-bottom .item3 {
    background: url('../img/new/main-item3.png') no-repeat center center;
}

.main-bottom .item:hover {
    box-shadow: 0 0 10px 0 #d5e8fd;
    transform: scale(1.05);
}

.main-bottom .item .top {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #d5e8fd;
}

.main-bottom .item .top h2 {
    color: #135cbf;
    margin: 0;
    font-size: 24px;
}

.main-bottom .item .top span {
    color: #2460f8;
    font-size: 14px;
    font-weight: normal;
}

.main-bottom .item .down {
    margin-top: 30px;
    padding: 0 6px;
}

.main-bottom .item .down .down-item {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #dfdfe0;
    margin-top: 8px;
    display: inline-block;
    color: #000;
    position: relative;
}

.main-bottom .item .down .down-item .items {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.main-bottom .item .down .down-item .left {
    left: 26px;
    display: inline-block;
    height: 30px;
    font-weight: normal;
    font-size: 16px;
}

.main-bottom .item .down .down-item .right {
    right: 20px;
    width: 62px;
    height: 46px;
}

.main-bottom .item .down .down-item:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0463e1;
    border-color: #0463e1;
}

.sub {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1400px;
    margin: 0 auto;
}

.sub div {
    width: auto;
    height: 100%;
}

.sub div img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.sub div h5 {
    width: calc(100% - 75px);
    float: left;
    margin: 5px 0;
}

.sub div span {
    float: left;
    font-size: 12px;
}

.transform {
    width: 1200px;
    /* height: 640px; */
    /* background-color: #f5f5f5; */
    margin: 42px auto 0;
}

/* .transform .carousel-indicators {
    position: absolute;
    top: 0;
    width: 1200px;
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.transform .carousel-indicators li {
    width: 110px;
    max-width:110px;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.transform .carousel-indicators li::after,
.transform .carousel-indicators li::before {
    content: none;
}

.transform .carousel-indicators .active {
    width: 110px;
    max-width: 110px;
    height: 100%;
    display: initial !important;
}

 */
.transform .carousel-inner {
    display: flex;
}

.trantop {
    width: 100%;
    height: 148px;
    text-align: center;
    padding: 10px 0 48px;
}

.trantop h3 {
    font-size: 30px;
    color: #000;
    line-height: 72px;
    margin: 0;
}

.trantop p {
    font-size: 16px;
    color: #999;
    margin: 0;
    font-weight: normal;
}

.tranBanner {
    width: 100%;
    height: 84px;
    margin: 0 auto;
    border-bottom: 1px solid #e3e3e3;
}

.tranBanner .tranBox {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.text {
    font-size: 16px;
    font-weight: normal;
    height: 100%;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tranBox .active {
    border-bottom: 2px solid #076ce0;
}

.shine {
    border-bottom: 2px solid #076ce0;
}

.tranmain {
    width: 100%;
    height: 640px;
    /* display: flex; */
    display: none;
}

.zngc {
    display: none;
}

.tranmain .left {
    width: 502px;
    height: 380px;
    padding: 0 14px;
}

.tranmain .left h3 {
    font-size: 26px;
    font-weight: normal;
    color: #545454;
    margin: 36px 0;
}

.tranmain .left p {
    font-size: 16px;
    font-weight: normal;
    color: #545454;
    line-height: 32px;
}

.tranmain .right {
    width: 630px;
    height: 380px;
    margin: 10px 0 0 60px;
}

.tranmain .right img {
    width: 100%;
    height: 100%;
}

.crosshead {
    width: 100%;
    height: 530px;
    /* background-color: #3976e0; */
    background: url('../img/new/cross-bg.png') no-repeat center center;
}

.cross {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 148px 0;
    display: flex;
}

.cross .left {
    width: 342px;
    height: 100%;
    color: #FFF;
}

.cross .right {
    width: calc(100% - 342px);
    height: 100%;
}

.cross .left h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 26px;
    color: #fff;
}

.cross .left h3 span {
    font-size: 10px;
    font-weight: normal;
}

.cross .left p {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 12px;
    padding-right: 20px;
}

.cross .left .cross-btn {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    outline: none;
}

.cross .right {
    background: #fff;
    border-radius: 10px;
    padding: 78px 0;
    color: #252525;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    display: flex;
}

.cross .right .bag {
    width: calc(100% / 3);
    height: 100%;
}

.cross .right .bag .runNum {
    display: inline-block;
}

.cross .right .bag .name {
    font-size: 16px;
    font-weight: normal;
    color: #9c9c9c;
}

.mid {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.devehistory {
    height: 544px;
    width: 100%;
    background: url('../img/new/history-bg.png') no-repeat center center;
    margin-bottom: 48px;
}

.deveBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 46px 0;
}

.deveBox h3 {
    margin: 0;
    line-height: 214px;
    font-size: 30px;
}

.times {
    height: 236px;
    width: 100%;
    position: relative;
}

.times .left {
    width: 5%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    transition: all .2s ease;
}

.times .right {
    width: 5%;
    height: 100%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    float: right;
    transition: all .2s ease;
}

.times .line {
    width: 92%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.times .middle {
    float: left;
    width: 90%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.times .middle .boxs {
    display: flex;
    width: 200%;
    height: 100%;
    position: absolute;
    right: 0;
    transition: all 2s ease;
}

.times .middle .years {
    display: flex;
    justify-content: space-around;
    font-size: 26px;
    font-weight: 900;
    color: #1e50ae;
    width: 100%;
}

.times .middle .years .year {
    width: calc(100% / 4);
}

.times .middle .years .year .bto {
    margin-top: 60px;
}

.times .middle .years .year .title {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 24px;
    display: inline-block;
    margin-top: 16px;
}

.newupdates {
    width: 100%;
    height: 792px;
}

.newupdates .newBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.newupdates .newBox .top {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #e3e3e3;
}

.newupdates .newBox .top .left {
    width: 50%;
    height: 100%;
    float: left;
}

.newupdates .newBox .top .left span {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #9999a6;
    margin-top: 40px;
}

.newupdates .newBox .top .left h3 {
    margin: 0;
    font-size: 38px;
    font-weight: 900;
    color: #333;
    line-height: 1;
}

.newupdates .newBox .top .right {
    width: 40%;
    height: 100%;
    float: right;
}

.newupdates .newBox .top .right .newBanner {
    width: 100%;
    height: 86px;
    margin: 55px auto 0;
}

.newupdates .newBox .top .right .newBanner .newboxs {
    width: 80%;
    height: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.newupdates .newBox .bottom {
    width: 100%;
    height: calc(100% - 140px);
    padding: 64px 0 86px;
}

.newupdates .newBox .bottom .left {
    width: 400px;
    height: 100%;
    float: left;
}

.newupdates .newBox .bottom .left img {
    width: 100%;
    height: 100%;
}

.newupdates .newBox .bottom .right {
    /* padding-left:30px; */
    width: calc(100% - 400px);
    height: 100%;
    float: right;
}

.newupdates .newBox .bottom .right .rightBox {
    width: 100%;
    height: 150px;

}

.newupdates .newBox .bottom .right .imgbox {
    width: 272px;
    height: 100%;
    padding: 0 26px 0 30px;
    float: left;
}

.newupdates .newBox .bottom .right .imgbox img {
    width: 100%;
    height: 100%;
}

.newupdates .newBox .bottom .right .paragraph {
    float: right;
    width: calc(100% - 272px);
    height: 100%;
}

.newupdates .newBox .bottom .right .paragraph h5 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.newupdates .newBox .bottom .right .paragraph p {
    font-size: 12px;
    color: #666;
    height: 52px;
    line-height: 2;
}

.newupdates .newBox .bottom .right .paragraph span {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

/* 多行文本出现省略条 */
.ellipsis {
    display: -webkit-box;
    /* 必须 */
    overflow: hidden;
    /* 必须 */
    text-overflow: ellipsis;
    /* 必须 */
    white-space: normal !important;
    /* 非常重要 */
    word-wrap: break-word;
    /* 根据需求调整 */
    -webkit-line-clamp: 2;
    /* 根据需求调整 */
    -webkit-box-orient: vertical;
    /* 必须 */
    -webkit-box-align: start;
    /* 必须 */
    -webkit-box-pack: center;
    /* 必须 */
}



.actives {
    display: flex;
}

.btn-primary,
.btn-primary:hover {
    background-color: #0facf3;
    border-color: #0facf3;
    color: #fff;
}

@media (max-width: 767px) {
    .main {
        padding: 32px 0;
        height: auto;
    }

    .main-box {
        justify-content: flex-start;
        width: 100%;
    }

    .main-box .brand {
        flex: 1;
    }

    .main-bottom {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }

    .main-bottom .item {
        width: 300px;
        height: auto;
        padding: 15px 16px
    }

    .main-bottom .item .down {
        margin-top: 8px;
    }

    .sub {
        width: 100%;
        height: 160px;
        justify-content: flex-start;
        padding: 0 8px;
    }

    .sub div {
        flex: 1;
        margin-right: 15px;
    }

    .transform {
        width: 100%;
        margin-bottom: 20px;
    }

    .trantop {
        padding: 10px 0 24px;
    }

    .tranBanner {
        height: 42px;
    }

    .tranBanner .tranBox {
        width: 100%;
        height: 100%;
    }

    .tranmain .left {
        width: 100%;
        height: auto;
    }

    .tranmain .right {
        width: 100%;
        padding: 0 14px;
        margin: 20px 0;
    }

    .transform .carousel-inner {
        display: block;
        overflow: hidden;
        height: 800px;
    }

    .tranmain {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .crosshead {
        height: auto;
        background: url('../img/new/cross-bg.png') no-repeat;
        background-size: cover;
        background-position: left;
    }

    .cross {
        width: 100%;
        height: auto;
        padding: 0;
        flex-wrap: wrap;
    }

    .cross .left {
        width: 100%;
        height: auto;
        padding: 0 16px;
    }

    .cross .left h3 {
        margin-bottom: 0;
    }

    .cross .right {
        width: 100%;
        margin: 20px;
        padding: 28px 0;
    }

    .devehistory {
        height: auto;
        margin-bottom: 20px;
    }

    .deveBox {
        width: 100%;
        padding: 0;
    }

    .deveBox h3 {
        line-height: 60px;
        font-size: 20px;
    }

    .times .middle .years {
        font-size: 18px;
    }

    .times .middle .years .year .bto {
        margin-top: 0;
    }

    .times .middle .years .year .bto p {
        font-size: 12px;
    }

    .times .left {
        width: 8%;
        margin-left: 5px;
    }

    .times .middle {
        width: calc(92% - 5px);
    }

    .times .right {
        width: 8%;
        margin-right: 5px;
    }

    
    
}