    @charset "utf-8";
    * {
        margin: 0;
        padding: 0;
    }
    
    .fix-width {
        width: 1200px;
        margin: 0 auto;
    }
    
    .position-relative {
        position: relative;
    }
    
    .bgf7faff {
        background-color: #f7faff !important;
    }
    
    .bgf1f1f1 {
        background-color: #f1f1f1 !important;
    }
    /** @清除内外边距 **/
    
    body,
    div,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    pre,
    form,
    button,
    input,
    textarea,
    table,
    th,
    td {
        margin: 0;
        padding: 0;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        /*color: #333;*/
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i,
    b {
        font-weight: normal;
    }
    
  
    .about-timeline1 .about-timeline1-prev,
    .about-timeline1 .about-timeline1-next {
        top: 20px;
        left: auto;
        width: 50px;
        height: 50px;
        margin-top: 0;
        background-color: #0071bd;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    
    .about-timeline1 .about-timeline1-prev:hover,
    .about-timeline1 .about-timeline1-next:hover {
        opacity: .6 !important;
    }
    
    .about-timeline1 {
        width: 100%;
        background-color: #fff;
        top: 400px;
    }
    .top-time{
        background-color: #0071bd;
        position: fixed;
        z-index: 888;
        top: 40px;
        height: 290px;
        transition: all 0.5s;
    }
    
    .about-timeline1 .swiper-container {
        height: auto;
        width: 100%;
        position: relative;
        /* top: 35px; */
    }
    /* .about-timeline1 .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  } */
    
    .about-timeline1 .swiper-slide {
        position: relative;
        height: 1px;
        color: #fff;
    }
    .about-timeline1 .swiper-slide-active{
      height: auto;
    }
    
    .about-timeline1 .limit-wid {
        width: 100%;
    }
    
    .about-timeline1 .swiper-slide .year {
        width: 240px;
        height: 240px;
        line-height: 240px;
        font-size: 50px;
        text-align: center;
        color: #f69533;
        font-weight: bold;
        opacity: 1;
        font-weight: 700;
    }
    
    .about-timeline1 .swiper-slide .text {
        width: 640px;
        max-height: 180px;
        padding: 30px 0 0;
        overflow: hidden;
    }
    
    .about-timeline1 .swiper-slide .text p {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        color: #444444;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
    }
    
    .about-timeline1 .swiper-slide .text a {
        color: #444444;
    }
    
    .about-timeline1 .swiper-slide .text a:hover {
        color: #0077c0;
    }
    
    .about-more {
        width: 200px;
        height: 240px;
        padding-top: 85px;
        line-height: 34px;
        font-size: 16px;
        text-align: center;
        background-color: #e5f1f9;
        box-sizing: border-box;
    }
    
    .about-more em {
        display: block;
    }
    
    .about-timeline1 .swiper-pagination {
        top: 33px;
        right: 0;
        left: 0;
        margin: auto;
        width: 1080px;
        height: 55px;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        font-size: 18px;
        z-index: 1;
        padding-top: 105px;
    }
    
    .about-timeline1 .swiper-pagination::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 3px;
        background-image: url(../images/history/line.png);
        background-size: cover;
    }
    
    .about-timeline1 .swiper-pagination-bullets .swiper-pagination-bullet {
        position: relative;
        display: inline-block;
        width: 20%;
        height: 60px;
        /*  margin: 0 50px !important; */
        line-height: 30px;
        text-align: center;
        background: transparent;
        color: #fff;
        opacity: 1;
        font-size: 28px;
        font-weight: 700;
        font-family: 'NotoSansCJKsc-Bold';
        cursor: pointer;
    }
    
    .about-timeline1 .swiper-pagination-bullets .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        top: 38px;
        left: 0;
        right: 0;
        margin: auto;
        width: 28px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 21px;
        background-image: url(../images/history/11.png)
    }
    
    /* .about-timeline1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
        color: #fff;
        font-size: 80px;
        line-height: 0;
        font-weight: 700;
        font-family: 'NotoSansCJKsc-Bold';

    } */
    
    .about-timeline1 .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
        background-image: url(../images/history/10.png);
        background-size: cover;
        top: 45px;
        font-family: 'NotoSansCJKsc-Bold';

    }
    
    .about-timeline1 .about-timeline1-prev,
    .about-timeline1 .about-timeline1-next {
        top: 0;
    }
    
    .about-timeline1 .about-timeline1-prev {
        /* left: 10px; */
        background-image: url(../images/history/left.png);
        background-size: 100%;
    }
    
    .about-timeline1 .about-timeline1-next {
        /* right: 10px; */
        background-image: url(../images/history/right.png);
        background-size: 100%;
    }
    
    .about-timeline1 .about-timeline1-next {
        top: 20px;
        left: auto;
        width: 50px;
        height: 50px;
        margin-top: 0;
        background-color: #0071bd;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    
    .about-timeline1 .about-timeline1-next:hover {
        opacity: .6 !important;
    }
    
    .about-timeline1 .about-timeline1-prev,
    .about-timeline1 .about-timeline1-next {
        top: 176px;
    }
    
    .about-timeline1 .about-timeline1-next {
        right: 0;
        /* background-image: url(../images/about/icon-black4-r.png); */
    }
    
    .progress-wrap {
        position: relative;
        width: 100%;
        margin: 110px auto 0;
        padding: 50px 0;
    }
    
    .progress-wrap .text-center {
        position: relative;
        margin-top: 60px;
        z-index: 2;
    }
    
    .progress-year {
        position: relative;
        margin: 20px auto;
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #006CB7;
        background-color: #fff;
        z-index: 1;
      font-weight: 400;
      font-family: 'NotoSansCJKsc-Medium';
      top: -20px;
    }
    
    .progress-wrap .progress-more {
        margin-bottom: 0;
    }
    /* .progress{
    padding-top:150px;
  } */
    /* .progress-row::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    height: calc(100% - 30px);
    width: 6px;
    margin-left: -4px;
    background-color: #0071bd;
    border-radius: 2px;
} */
    
    .progress:after {
        content: "";
        display: block;
        position: absolute;
        top: 75px;
        left: 50%;
        height: calc(100% - 30px);
        width: 6px;
        margin-left: -4px;
        background-color: #d7d7d7;
        border-radius: 3px;
    }
    
    .progress .progress-row {
        position: relative;
        padding-left: 0;
        padding-right: 50%;
        z-index: 10;
        padding: 10px 0 0 0;
    }
 
    .progress-content img {
        width: 100%;
        padding: 10px;
         border: 1px solid #dedede;
    }
    
    .progress .progress-row .progress-content {
        position: relative;
        width: 518px;
        /* height: 98px; */
        margin-left: 20px;
        background-color: #fff;
        color: #333;
        box-sizing: border-box;
        cursor: pointer;
        padding:10px;
    }
     
    .progress .progress-row  .first {
      position: relative;
      width: 528px;
      height: auto;
      margin-left: 20px;
      background-color: #fff;
      color: #333;
      box-sizing: border-box;
      cursor: pointer;
      padding: 10px;
    }
    .progress .progress-row  .second{
      width: 547px;
      height: auto;
      margin-right: 0 !important;
    }
 
    .progress .progress-row  .second img {
      height: auto;
    }

    .progress .progress-row .third {
      width: 528px;
      height: auto;
    }
    .progress .progress-row .fouth{
      width: 546px;
      height: auto;
     margin-right: 0 !important;
    }
    .progress .progress-row .fifth {
      width: 529px;
      height: auto;
    }
    .progress .progress-row .sixth {
      width: 546px;
      height: auto;
      margin-right: 0 !important;
    }
    .progress .progress-row .seventh {
      width: 528px;
      height: auto;
    }
    .progress .progress-row .eighth{
      width: 546px;
      height: auto;
      margin-right: 0 !important;
    }
    .progress .progress-row .ninth{
      width: 528px;
      height: auto;
    }
    .progress .progress-row  .first p {
      margin-top: 5px;
      line-height: 28px;
    }
    .progress .progress-row .progress-content-date {
        width: 488px;
        float: right;
        position: absolute;
        right: -30px;
        text-align: left;
        top: 50%;
        margin-top: -40px;
    }
    
    .progress .progress-row .progress-content-date p.date {
        color: #4D4D4D;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-bottom: 8px;
        /* margin-left: 50px; */
    }
    
    .progress .progress-row .progress-content-date p.info {
        color: #0071BC;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 2px;
        font-family: 'NotoSansCJKsc-Bold';

    }
    
    /* .progress .progress-row .progress-content::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: -185px;
        margin: auto;
        width: 80px;
        height: 3px;
        background-color: #d7d7d7;
        z-index: -1;
    } */
    /* .progress .progress-row:hover .progress-content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background-color: #0077c0;
} */
    
    .progress .progress-row .progress-content h3 {
        line-height: 24px;
        font-size: 16px;
        color: #444444;
        font-weight: bold;
    }
    
    .progress .progress-row .progress-content h3 a {
        color: #444444;
    }
    
    .progress .progress-row .progress-content p {
        font-size: 14px;
      color: #4d4d4d;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 28px;
      margin-top: 5px;
    }
    
    .progress .progress-row .progress-icon {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        bottom: 0;
        left: 50%;
        margin-left: -11px;
        margin-top: -5px;
        width: 20px;
        height: 20px;
        padding: 0;
        border-radius: 50%;
        background-color: #0071bd;
        z-index: 100;
    }
    /* .progress .progress-row .progress-icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 21px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #0077c0;
} */
    
    .progress .progress-row:nth-child(even) {
        /* padding-left: 50%; */
        padding-right: 0;
    }
    
    .progress .progress-row:nth-child(even) .progress-content {
        float: right;
        margin-right: 30px;
    }
    
    .progress .progress-row:nth-child(even) .progress-content::after {
        content: "";
        left: -185px;
        right: auto;
    }
    
    .progress .progress-row:nth-child(even) .progress-content-date {
        left: -30px;
    }
    
    .progress .progress-row:nth-child(even) .progress-content-date p {
        text-align: right;
    }
    
    .progress .progress-row:nth-child(even):hover .progress-content::before {
        content: "";
        left: 0;
        right: auto;
    }
    
    .progress-info {
      position: relative;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        color: #4D4D4D;
        padding: 10px 0;
       width: 100%;
        left: 0;
    }
    
    .about-history .progress .progress-row:hover .progress-content::before {
        display: none;
    }
    
    .footer {

      margin-top: 330px;
    }
  