.summarize-content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.summarize-left {
    font-size: 18px;
    color: #555555;
    line-height: 32px;
    padding-right: 50px;
    word-break: break-word;
}

.summarize-left p {
    width: 576px;
    font-size: 18px;
    color: #555555;
    line-height: 32px;
    word-break: break-word;
    text-align: justify;
}

.summarize-left p:last-child {
    /* margin-top: 30px; */
}

.summarize-about {
    width: 568px;
    height: 403px;
}

.summarize-time-wrap {
    height: 481px;
    margin-top: 42px;
    background-image: url('../image/summarize-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.summarize-time-title {
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 34px;
}

.summarize-time-subtitle {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 34px;
}

.summarize-time-menu {
    width: 1145px;
    height: 162px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    padding: 30px 100px;
}

.summarize-time-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-item-title {
    height: 55px;
    line-height: 55px;
    font-weight: 600;
    font-size: 59px;
    color: #FFD669;
}

.time-item-unit {
    font-size: 29px;
    color: #FFD669;
    line-height: 44px;
}

.time-item-subtitle {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 44px;
    margin-top: 15px;
}

.service-wrap {
    background-image: url('../image/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 591px;
    padding-top: 95px;
}

.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    width: 385px;
    height: 180px;
    background: rgba(255, 255, 255, 0.42);
    padding: 47px 26px;
    margin-bottom: 20px;
}

.service-title {
    font-weight: 600;
    /* font-size: 48px; */
    font-size: 24px;
    color: #3C83D7;
    padding-bottom: 15px;
    font-family: PingFang SC;
}

.service-content {
    line-height: 32px;
    font-size: 20px;
    color: #555555;
    word-break: break-all;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    text-align: justify;
}

.service-news {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
    display: flex;
    align-items: center;
}

.service-news-content {
    background: rgba(60, 131, 215, 0.9);
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    padding: 55px 34px;
    white-space: pre-wrap;
    /* word-break: break-word; */
    /* overflow-wrap: break-word; */
    text-align: justify;
}


.idea {}

.idea-top-wrap {
    margin-top: 70px;
    display: flex;
    /* justify-content: space-between; */
    padding-bottom: 78px;
}

.idea-top-img-wrap {
    width: 548px;
    height: 410px;
    background-color: #EDEDED;
    margin-right: 36px;
    padding-right: 17px;
}

.idea-top-img {
    width: 548px;
    height: 410px;
    margin-top: -22px;
    margin-left: -17px;
}

.idea-top-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    align-items: start;
    margin-left: 20px;
}

.idea-top-title {
    font-weight: bold;
    font-size: 24px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 20px;
}

/* .idea-top-title {
    font-weight: 500;
    font-size: 44px;
    color: #555555;
    line-height: 32px;
    margin-bottom: 43px;
} */

.idea-top-text {
    font-weight: 400;
    font-size: 18px;
    color: #555555;
    line-height: 18px;
}

/* .idea-top-text {
    font-weight: 400;
    font-size: 24px;
    color: #555555;
    line-height: 48px;
} */

.idea-info-wrap {
    background-image: url('../image/idea-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 400px;
    /* 676px */
    padding-top: 84px;
}

.idea-info-title {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 40px;
}

.idea-info-text {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    width: 858px;
}

.idea-info-subtitle {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: right;

}

.idea-info-subtitl-unit {
    color: #FFF3A2;
}

.idea-info-list {
    width: 1200px;
    height: 203px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    justify-content: space-between;
    padding: 0 57px;
    margin-top: 35px;
}

.idea-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    color: #FFFFFF;
    padding-top: 55px;
}

.idea-item-title {
    font-size: 48px;
    font-weight: 600;
    height: 46px;
}

.idea-item-subtitle {
    font-size: 24px;
    width: 150px;
    text-align: center;
}

.idea-target-wrap {
    background-image: url('../image/idea-info-target.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 640px;
    background-color: #EFF6FF;
    padding: 0 69px;
    padding-top: 119px;
    display: flex;
    justify-content: space-between;
}

.idea-target {
    display: flex;
    justify-content: space-between;
    padding: 0 69px;
    background-image: url('../image/idea-target.png');
    background-repeat: no-repeat;


}

.idea-target-top {
    background-image: url('../image/know-idea-top.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* width: 220px; */
    min-width: 220px;
    padding: 0 37px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    display: inline;
}

.idea-target-content {
    width: 514px;
    height: 370px;
    background: rgba(60, 130, 215, 0.13);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
    padding-left: 39px;
    padding-bottom: 47px;
}

.idea-target-item {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #555555;
}

.know-idea-select {
    width: 23px;
    height: 23px;
    margin-right: 17px;
}

.know-contact-wrap {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.know-contact-info-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 920px;
}

.know-contact-info-icon {
    width: 39px;
    height: 48px;
}

.know-contact-info {
    display: flex;
    /* margin-right: 74px; */
}

.know-contact-info:first-child {
    /* margin-bottom: 22px; */
}

.know-contact-info:nth-child(3) {
    margin-top: 42px;
    margin-bottom: 84;
}

.know-contact-info:last-child {
    margin-top: 42px;
    margin-bottom: 84;

}

.know-contact-icon-map {
    /* width: 39px; */
    height: 48px;
    margin-right: 15px;
}

.contact-info-title {
    font-weight: 400;
    font-size: 24px;
    color: #555555;
    line-height: 24px;
    margin-top: 10px;
}

.contact-info-subtitle {
    font-size: 18px;
    color: #999999;
    line-height: 24px;
    width: 342px;
    margin-top: 11px;
    word-wrap: break-word;
}

.contact-code-wrap {
    width: 200px;
    text-align: center;
    font-size: 24px;
    color: #555555;
}

.contact-code-wrap p {
    width: 258px;
    text-align: center;
}

.ntact-code-img {
    width: 200px;
    height: 205px;
}

.know-users-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    background-color: #FFF;
    /* justify-content: space-between; */
    margin-top: 57px;
}

.know-users-item {
    width: 220px;
    height: 155px;
    background: #F8F8F8;
    padding: 15px;
    margin-bottom: 19px;
    margin-right: 20px;
}

.know-users-item:last-child {
    margin-right: 0;
}

.know-users-img {
    width: 100%;
    height: 266px;
}

.know-users-name {
    font-weight: 600;
    font-size: 24px;
    color: #555555;
    line-height: 24px;
    /* padding: 23px 0 13px; */
    margin-top: 23px;
    margin-bottom: 13px;
    height: 30px;
    line-height: 30px;
}

.know-users-position {
    font-size: 16px;
    color: #9A9A9A;
    line-height: 24px;
}

/* 大事记 */
.main {
    padding-top: 0.44rem;
}

.main-events .item-year {
    padding-left: 0.13rem;
    position: relative;
}

.main-events .item-year .events-time {
    width: 88px;
    height: 88px;
    background: #f5f6f8;
    border-radius: 50%;
    /* padding-top: 22px; */
    margin-bottom: 55px;
    background-color: #0A84DE;
    z-index: 10;
    position: relative;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-events .item-year .events-time .year {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}

.main-events .item-year .events-time .unit {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.main-events .item-year .item-month {
    padding-left: 0.8rem;
    position: relative;
    padding-bottom: 0.34rem;
}

.main-events .item-year .item-month::before {
    content: '';
    width: 2px;
    height: 105%;
    background: #f5f6f8;
    position: absolute;
    left: 44px;
    top: 0;
    z-index: 3;
}

.main-events .item-year .item-month:nth-child(2)::after {
    content: '';
    position: absolute;
    left: 44px;
    width: 2px;
    height: 60px;
    top: -0.6rem;
    background: #f5f6f8;
    z-index: 3;
}

.main-events .item-year .item-month:nth-last-child(1)::before {
    display: none;
}

.item-month-left {
    flex-shrink: 0;
}

.main-events .item-year .item-month .right-icon-box {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 35px;
    top: 3px;
    z-index: 5;
    background: #fff;
}

.main-events .item-year .item-month .right-icon-box .ring-icon {
    width: 20px;
    height: 20px;
}

.main-events .item-year .item-month .item-month-left .item-month-text {
    /* font-weight: 600; */
    width: 79px;
    font-size: 18px;
    color: #ACACAC;
    line-height: 26px;
}

.main-events .item-year .item-month .item-month-left .item-month-text span {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.main-events .item-year .item-month .item-month-right {
    margin-left: 43px;
}

.main-events .item-year .item-month .item-month-right img {
    width: 100%;
}

.main-events .item-year .item-month .item-month-right .item-month-title {
    font-family: PingFang SC;
    /* font-weight: 600; */
    font-size: 20px;
    color: #000000;
    word-break: break-all;
}

.main-events .item-year .item-month .item-month-right .item-month-desc {
    width: 1041px;
    background: #f0f2f5;
    padding: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 20px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    white-space: pre-wrap;
}

.item-month-img {
    width: 192px !important;
    height: 114px;
    margin-left: auto;
    /* width: 192px !important; */
    /* height: 114px; */
}

.item-month-desc-text {
    /* max-width: 784px; */
    flex-shrink: 0;
    padding-right: 18px;
    width: 100%;
    white-space: pre-wrap;
    flex: 1;
    word-break: break-word;
}