body {
    background-color: #FAFAFA;
    max-width: 1920px;
    margin: 0 auto;
}

.max1920 {
    max-width: 1920px;
}

.banner {
    background: url("https://img.alicdn.com/imgextra/i2/O1CN015LvO9U29v8NIoJnGN_!!6000000008129-2-tps-3842-960.png") center center no-repeat;
    background-size: cover;
    height: 480px;
}

.brief-introduction {
    height: 171px;
    width: 1200px;
    margin: -57px auto 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgb(21 23 43 / 14%);
    border-radius: 10px;
    padding: 30px 128px;
    text-align: center;
    box-sizing: border-box;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}

.brief-introduction .introductio-cont {}


.corporate-culture {
    overflow: hidden;
    height: 646px;
}

.proNameBlock {
    box-sizing: border-box;
    text-align: center;
    padding: 42px 0 0px;
    overflow: hidden;
}

.proNameBlock img {
    width: 592px;
}

.proNameBlock .name {
    margin-top: -5px;
    font-family: MicrosoftYaHei;
    font-size: 42px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    font-weight: 400;
}

.proNameBlock .short {
    width: 83px;
    height: 4px;
    background: #FF6600;
    margin: 0 auto;
    margin-top: 35px;
}

.culture-cont {
    width: 1200px;
    height: 320px;
    margin: 80px auto 85px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}

.culture-img {
    width: 621px;
    margin-top: -50px;
    margin-left: 6px;
}

.culture-text {
    float: right;
    width: 462px;
    margin-right: 73px;
    /* background-color: yellow; */
    margin-top: 26px;
}

.culture-text .title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FF6600;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
}

.culture-text .info {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 19px;
}

.culture-text .info span {
    display: inline-block;
    margin-right: 22px;
}

.culture-text .info.more {
    line-height: 22px;
}

.culture-text .info.more span {
    margin-right: 32px;
}




/* 大事记 */
.bigThing {
    background: url(https://img.alicdn.com/imgextra/i4/O1CN01qrYKmr1Z0xdUH2We0_!!6000000003133-2-tps-3842-1080.png) no-repeat center center;
    background-size: cover;
    height: 540px;
}

.bigThing .proNameBlock img {
    width: 388px;
}


.bigThing .timeBlock {
    width: 1320px;
    /* height: 400px; */
    margin: 54px auto 0;
    /* background: #FF6600; */
}

.bigThing .timeline__items {
    height: 230px !important;
}

.bigThing .timeline__item {
    width: 346px !important;
    height: 114px !important;
    margin-left: -139px;
}

.timeline--horizontal {
    padding: 0 60px;
}

.timeline--horizontal .timeline-divider {
    background-color: rgba(151, 151, 151, 1);
    ;
    height: 1px;
    left: 60px;
    right: 60px;
}

.bigThing .timeline__item .timeline__item__inner {
    position: relative;
    height: 77px;
    width: auto;
    display: block;
    cursor: pointer;
}

.bigThing .timeline__item .timeline__item__inner::before {
    content: "";
    background: url(https://img.alicdn.com/imgextra/i2/O1CN017vSLFe1hKfbQhXUyn_!!6000000004259-2-tps-692-154.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 77px;
    display: block;
    position: absolute;
    left: 0;
}

.bigThing .timeline__item.timeline__item--bottom .timeline__item__inner::before {
    transform: rotate(180deg);
}

.bigThing .timeline__item .timeline__item__inner:hover::before {
    content: "";
    background: url(https://img.alicdn.com/imgextra/i2/O1CN012gQ1SP1DIRCYLVVtg_!!6000000000193-2-tps-692-156.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 77px;
    display: block;
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    color: #fff;
}

.bigThing .timeline__item .timeline__item__inner:hover .timeline__content .info {
    color: #fff;
}

.bigThing .timeline__item.timeline__item--bottom .timeline__item__inner:hover::before {
    transform: rotate(360deg);
}


.bigThing .timeline__content {
    border-radius: 0;
    background-color: transparent;
    /* border: 1px solid #FF6600; */
    height: 77px;
    width: 346px;
    padding: 0;
    border: none
}

.timeline--horizontal .timeline__item--bottom {
    padding: 0;
}

.bigThing .timeline__item:nth-of-type(1) {
    margin-left: 0;
}

.bigThing .timeline__item timeline__item--bottom,
.bigThing .timeline__item timeline__item--top {
    /* border-radius: 0;
	border: 1px solid rgba(229, 229, 229, 1); */
}

.bigThing .timeline--horizontal .timeline__item--bottom .timeline__content:after {

    /* border-bottom: 10px solid #FF6600; */
}

/* timeline__item timeline__item--bottom */

.bigThing .timeline--horizontal .timeline__item--top .timeline__content:after {
    /* border-top: 10px solid #FF6600; */
}

.timeline--horizontal .timeline__item .timeline__content:before {
    border: none;
    /* border-top: 11px solid #FF6600; */
}

.timeline--horizontal .timeline__item .timeline__content::after {
    border: none;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content:before {
    /* border-top: none; */
}

.bigThing .timeline--horizontal .timeline__item .timeM {
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #FF6600;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    height: 36px;
    line-height: 34px !important;
}

.bigThing .timeline--horizontal .timeline__item.timeline__item--top .timeM {
    line-height: 38px !important;
}

.bigThing .timeline--horizontal .timeline__content .info {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    line-height: 1.5;
    height: 77px !important;
}

.bigThing .timeline--horizontal .timeline__item--top .timeline__content .info {

    padding-bottom: 10px;
}

.bigThing .timeline--horizontal .timeline__item--bottom .timeline__content .info {
    padding-top: 10px;
}

.bigThing .timeline--horizontal .timeline__item--top .timeline__content .info,
.bigThing .timeline--horizontal .timeline__item--bottom .timeline__content .info {
    height: 77px;
}

.timeline-nav-button--prev:before,
.timeline-nav-button--next:before {
    background: none;
}

.bigThing .timeline-nav-button.timeline-nav-button--prev {
    background: url(https://img.alicdn.com/imgextra/i1/O1CN01fkiP1828Pha7Y7yUn_!!6000000007925-2-tps-80-80.png) no-repeat center center;
    border: none;
    background-size: contain;
}

.bigThing .timeline-nav-button.timeline-nav-button--next {
    background: url(https://img.alicdn.com/imgextra/i1/O1CN01i9aWWW1TZPja0N29S_!!6000000002396-2-tps-80-80.png) no-repeat center center;
    border: none;
    background-size: contain;
}

.bigThing .timeline-nav-button.timeline-nav-button--prev:disabled {
    background: url(https://img.alicdn.com/imgextra/i4/O1CN01kRSUhF22vPIrEXV74_!!6000000007182-2-tps-80-80.png) no-repeat center center;
    background-size: contain;
}

.bigThing .timeline-nav-button.timeline-nav-button--next:disabled {
    background: url(https://img.alicdn.com/imgextra/i4/O1CN019v0CtD20rcnftRkMQ_!!6000000006903-2-tps-80-80.png) no-repeat center center;
    background-size: contain;
}

.bigThing .timeline__item:after {
    border: none;
    background: url(https://img.alicdn.com/tfs/TB1NKrdtrY1gK0jSZTEXXXDQVXa-1564-1564.png) no-repeat center center;
    background-size: contain;
    height: 15px;
    width: 15px;
}

.honours {
    background-color: #fff;
}

.honours .proNameBlock img {
    width: 264px;
}

.honours-cont {
    padding: 50px 0;
    height: 404px;
    overflow: hidden;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.honours-img {
    width: 394px;
}

.honours-cont .honours-list {
    width: 530px;
    height: 404px;
    background: #FFF7F2;
    border-radius: 10px;
    margin-left: 68.67px;
    /* padding: 38.5px 10px 45px 47px; */
    box-sizing: border-box;
    overflow: hidden;
}

.scroll-cont {
    margin: 38.5px 10px 45px 44px;
    overflow-y: scroll;
    height: 320px;
}

.scroll-cont::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}

.scroll-cont::-webkit-scrollbar-thumb {
    background: #bbb6b3;
    border-radius: 3px;
}

.honours-list .ivu-timeline {
    background-color: red;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ivu-timeline-item {
    margin: 0 !important;
    padding: 0 0 24px;
    list-style: none;
    position: relative;
}

.ivu-timeline-item-tail {
    height: 100%;
    border-left: 1px solid #FF6600;
    position: absolute;
    left: 5px;
    top: -9px;
}

.ivu-timeline-item-head {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
}

.ivu-timeline-item-head-FF6600 {
    border-color: #FF6600;
    color: #FF6600;
    background-color: #FF6600;
}

.ivu-timeline-item-content {
    padding: 0px 4px 0px 24px;
    position: relative;
    top: 0px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 400;
}

.joinus {
    margin-bottom: 48px;
}

.joinus .proNameBlock {
    padding: 50px 0 50px;
}

.joinus .proNameBlock img {
    width: 206px;
}

.joinus-cont {
    display: flex;
    justify-content: space-between;

    height: 225px;
    width: 1200px;
    margin: 0px auto 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgb(21 23 43 / 14%);
    border-radius: 10px;
    padding: 34px 60px 35px 50px;
    text-align: center;
    box-sizing: border-box;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
}

.joinus .r1 .title {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 26px;
    color: #FF6600;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
}

.joinus .r1 .info {
    text-align: left;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 20px;
}
.joinus .r2 {
    padding-top: 26px;
}
.joinus .r2 ul {
    display: flex;
}

.joinus .r2 ul li {
    margin-right: 10px;
}
.joinus .r2 ul li:nth-last-of-type(1) {
    margin-right: 0px;
}
.joinus .r2 ul li img {
    width: 85px;
}
.joinus .r2 .jianli {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #006DFF;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 400;
    margin-top: 18px;
    text-align: right;
    display: block;
    cursor: pointer;
}

.joinus .r1 .info .item {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
}

.joinus .r1 .info .item::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01Sg8y6u26crk5wr9PG_!!6000000007683-2-tps-12-12.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}