@media screen and (min-width: 1200px) {
  .banner {
    margin-top: -70px;
    position: relative;
    z-index: -1;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 315px;
    height: 70px;
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: 315px;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: 48px;
    line-height: 55px;
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: 212px;
    margin: 0 12px;
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: 28px;
    width: 315px;
    height: 70px;
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: 30px;
    height: 54px;
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 54px;
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .timeLine {
    width: 1200px;
    margin: 0 auto 60px auto;
  }
  .timeLine ul {
    display: flex;
    justify-content: left;
  }
  .timeLine ul li {
    display: flex;
    align-items: center;
  }
  .timeLine ul li .year {
    cursor: pointer;
    display: inline-block;
    width: 130px;
    height: 56px;
    background: #F8F8F8;
    border-radius: 3px;
    font-size: 24px;
    line-height: 56px;
    color: #666666;
    text-align: center;
  }
  .timeLine ul li .activeYear {
    background: #677eb8;
    color: #fff;
  }
  .timeLine ul li .line {
    width: 120px;
    height: 1px;
    display: inline-block;
    border-top: 2px dashed #e7e7e7;
  }
  .honors {
    width: 1200px;
    margin: 0 auto 70px auto;
  }
  .honors li a {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    height: 212px;
  }
  .honors li a .left {
    margin-right: 32px;
    width: 272px;
    height: 182px;
    flex: none;
  }
  .honors li a .right {
    padding-top: 50px;
    border-bottom: 1px solid #E8E8E8;
    flex: 1;
  }
  .honors li a .right .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
  }
  .honors li a .right .introduce {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .honors li:last-of-type {
    margin-bottom: 0;
  }
  .foot {
    background: #151B2E;
    font-size: 16px;
    color: #FFFFFF;
  }
  .foot a {
    text-decoration: none;
    color: #fff;
  }
  .foot a:hover {
    text-decoration: none;
    color: #fff;
  }
  .foot .topPart {
    padding: 40px 0 20px 0;
    display: flex;
    justify-content: center;
  }
  .foot .topPart .left {
    margin-right: 30px;
    width: 664px;
    display: flex;
    justify-content: space-between;
  }
  .foot .topPart .left ul {
    margin-bottom: 0;
  }
  .foot .topPart .left ul li {
    margin-bottom: 23px;
    line-height: 22px;
  }
  .foot .topPart .left ul li:last-of-type {
    margin-bottom: 0;
  }
  .foot .topPart .right {
    padding-top: 86px;
    width: 247px;
  }
  .foot .topPart .right .subscribe {
    float: right;
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: right;
    flex-direction: column;
  }
  .foot .topPart .right .subscribe img {
    margin-bottom: 4px;
    width: 28px;
    height: 28px;
  }
  .foot .topPart .right .subscribe p {
    margin-bottom: 0;
  }
  .foot .topPart .right .logo {
    width: 247px;
    height: 32px;
  }
  .foot .bottomPart {
    height: 60px;
    border-top: 1px solid #212943;
  }
  .foot .bottomPart p {
    line-height: 60px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .banner {
    margin-top: calc(-0.8 * 70px);
    position: relative;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.7 * 315px);
    height: calc(0.7 * 70px);
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: calc(0.7 * 315px);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: calc(0.7 * 48px);
    line-height: calc(0.7 * 55px);
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: calc(0.7 * 212px);
    margin: 0 calc(0.7 * 12px);
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: calc(0.7 * 40px);
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: calc(0.7 * 15px);
    line-height: calc(0.7 * 21px);
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: calc(0.7 * 28px);
    width: calc(0.7 * 315px);
    height: calc(0.7 * 70px);
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: calc(0.8 * 30px);
    height: calc(0.8 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 48px);
    margin: auto;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .timeLine {
    width: calc(100vw - 48px);
    margin: 0 auto calc(0.8 * 60px) auto;
  }
  .timeLine ul {
    display: flex;
    justify-content: left;
  }
  .timeLine ul li {
    display: flex;
    align-items: center;
  }
  .timeLine ul li .year {
    cursor: pointer;
    display: inline-block;
    width: calc(0.8 * 130px);
    height: calc(0.8 * 56px);
    background: #F8F8F8;
    border-radius: 3px;
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 56px);
    color: #666666;
    text-align: center;
  }
  .timeLine ul li .activeYear {
    background: #677eb8;
    color: #fff;
  }
  .timeLine ul li .line {
    width: calc(0.4 * 120px);
    height: 1px;
    display: inline-block;
    border-top: 2px dashed #e7e7e7;
  }
  .honors {
    width: calc(100vw - 48px);
    margin: 0 auto calc(0.8 * 70px) auto;
  }
  .honors li a {
    margin-bottom: calc(0.8 * 30px);
    display: flex;
    justify-content: space-between;
    height: calc(0.8 * 212px);
  }
  .honors li a .left {
    margin-right: 32px;
    width: calc(0.8 * 272px);
    height: calc(0.8 * 182px);
    flex: none;
  }
  .honors li a .right {
    padding-top: calc(0.8 * 50px);
    border-bottom: 1px solid #E8E8E8;
    flex: 1;
  }
  .honors li a .right .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.8 * 20px);
    font-size: calc(0.8 * 24px);
    line-height: calc(0.8 * 28px);
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .honors li a .right .introduce {
    font-size: calc(0.8 * 18px);
    line-height: calc(0.8 * 26px);
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .honors li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    margin-top: calc(-0.8 * 70px);
    position: relative;
  }
  .banner img {
    object-fit: cover;
    width: 100%;
    height: 240px;
  }
  .banner .intro {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(0.5 * 315px);
    height: calc(0.5 * 70px);
    text-align: center;
  }
  .banner .intro .lineBox {
    margin-bottom: 5px;
    width: calc(0.5 * 315px);
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .banner .intro .lineBox span {
    font-size: calc(0.5 * 48px);
    line-height: calc(0.5 * 55px);
    color: #FFFFFF;
  }
  .banner .intro .lineBox .name {
    font-family: "Auraka光荣日字体";
    width: calc(0.5 * 212px);
    margin: 0 calc(0.5 * 12px);
  }
  .banner .intro .lineBox .line {
    display: inline-block;
    width: calc(0.5 * 40px);
    height: 2px;
    background: #fff;
  }
  .banner .intro .en {
    font-size: calc(0.5 * 15px);
    line-height: calc(0.5 * 21px);
    color: #FFFFFF;
  }
  .banner .intro .border {
    position: absolute;
    top: calc(0.5 * 28px);
    width: calc(0.5 * 315px);
    height: calc(0.5 * 70px);
    border: 2px solid #fff;
    border-top: none;
    box-sizing: border-box;
  }
  .curmb {
    margin-bottom: calc(0.7 * 30px);
    height: calc(0.7 * 54px);
    border-bottom: 1px solid #E8E8E8;
  }
  .curmb div {
    width: calc(100vw - 24px);
    margin: auto;
    font-size: calc(0.7 * 16px);
    line-height: calc(0.7 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .timeLine {
    width: calc(100vw - 24px);
    margin: 0 auto calc(0.4 * 60px) auto;
  }
  .timeLine ul {
    display: flex;
    justify-content: left;
  }
  .timeLine ul li {
    display: flex;
    align-items: center;
  }
  .timeLine ul li .year {
    cursor: pointer;
    display: inline-block;
    width: calc(0.4 * 130px);
    height: calc(0.4 * 56px);
    background: #F8F8F8;
    border-radius: 2px;
    font-size: calc(0.4 * 24px);
    line-height: calc(0.4 * 56px);
    color: #666666;
    text-align: center;
  }
  .timeLine ul li .activeYear {
    background: #677eb8;
    color: #fff;
  }
  .timeLine ul li .line {
    width: calc(0.16 * 120px);
    height: 1px;
    display: inline-block;
    border-top: 2px dashed #e7e7e7;
  }
  .honors {
    width: calc(100vw - 24px);
    margin: 0 auto calc(0.4 * 70px) auto;
  }
  .honors li a {
    margin-bottom: calc(0.6 * 30px);
    display: flex;
    justify-content: space-between;
    height: calc(0.4 * 212px);
  }
  .honors li a .left {
    margin-right: calc(0.4*32px);
    width: calc(0.4*272px);
    height: calc(0.4*182px);
    flex: none;
  }
  .honors li a .right {
    padding-top: calc(0.4 * 50px);
    border-bottom: 1px solid #E8E8E8;
    flex: 1;
  }
  .honors li a .right .name {
    font-family: "Auraka光荣日字体";
    margin-bottom: calc(0.4 * 20px);
    font-size: calc(0.6 * 24px);
    line-height: calc(0.6 * 28px);
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .honors li a .right .introduce {
    font-size: calc(0.6 * 18px);
    line-height: calc(0.6 * 26px);
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .honors li:last-of-type {
    margin-bottom: 0;
  }
}
