@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;
  }
  .content {
    margin: 30px auto 10px auto;
    width: 1200px;
    text-align: center;
    overflow: hidden;
  }
  .content .head .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
    color: #333333;
  }
  .content .head .data {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .content .head .data .left {
    margin-right: 52px;
  }
  .content .head .data .left,
  .content .head .data .right {
    display: flex;
    align-items: center;
  }
  .content .head .data .left img,
  .content .head .data .right img {
    margin-right: 8px;
    width: 13px;
    height: 13px;
  }
  .content .head .data .left span,
  .content .head .data .right span {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }
  .content .head .newPic {
    margin-bottom: 20px;
    width: 470px;
    height: 665px;
  }
  .content .head .newText {
    text-align: left;
  }
  .content .head .newText p, .content .head .newText div {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    margin-bottom: 16px;
  }
  .bottom {
    padding: 24px 0 56px 0;
    border-top: 1px solid #E8E8E8;
  }
  .bottom .wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .bottom .wrap .prev,
  .bottom .wrap .next {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
  }
  .bottom .wrap .prev span:hover,
  .bottom .wrap .next span:hover {
    color: #677EB8;
  }
  .bottom .wrap .prev {
    margin: 0 0 30px 0;
  }
}
@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;
  }
  .content {
    margin: calc(0.8 * 30px) auto calc(0.8 * 10px) auto;
    width: calc(100vw - 48px);
    text-align: center;
    overflow: hidden;
  }
  .content .head .title {
    margin-bottom: calc(0.8 * 20px);
    font-size: calc(0.8 * 30px);
    line-height: calc(0.8 * 35px);
    color: #333333;
  }
  .content .head .data {
    margin-bottom: calc(0.8 * 30px);
    display: flex;
    justify-content: center;
  }
  .content .head .data .left {
    margin-right: calc(0.8 * 52px);
  }
  .content .head .data .left,
  .content .head .data .right {
    display: flex;
    align-items: center;
  }
  .content .head .data .left img,
  .content .head .data .right img {
    margin-right: 8px;
    width: calc(0.8 * 13px);
    height: calc(0.8 * 13px);
  }
  .content .head .data .left span,
  .content .head .data .right span {
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #999999;
  }
  .content .head .newPic {
    margin-bottom: calc(0.8 * 20px);
    width: calc(0.8 * 470px);
    height: calc(0.8 * 665px);
  }
  .content .head .newText {
    text-align: left;
  }
  .content .head .newText p, .content .head .newText div {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 2);
    color: #333333;
    margin-bottom: calc(0.8 * 16px);
  }
  .bottom {
    padding: calc(0.8 * 24px) 0 calc(0.8 * 56px) 0;
    border-top: 1px solid #E8E8E8;
  }
  .bottom .wrap {
    width: calc(100vw - 24px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .bottom .wrap .prev,
  .bottom .wrap .next {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333333;
  }
  .bottom .wrap .prev span:hover,
  .bottom .wrap .next span:hover {
    color: #677EB8;
  }
  .bottom .wrap .prev {
    margin: 0 0 calc(0.8 * 30px) 0;
  }
}
@media screen and (max-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 - 24px);
    margin: auto;
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 54px);
    color: #333333;
  }
  .curmb div span:last-of-type {
    color: #677EB8;
  }
  .content {
    margin: calc(0.6 * 30px) auto calc(0.6 * 10px) auto;
    width: calc(100vw - 24px);
    text-align: center;
    overflow: hidden;
  }
  .content .head .title {
    margin-bottom: calc(0.6 * 20px);
    font-size: calc(0.6 * 30px);
    line-height: calc(0.6 * 35px);
    color: #333333;
  }
  .content .head .data {
    margin-bottom: calc(0.8 * 30px);
    display: flex;
    justify-content: center;
  }
  .content .head .data .left {
    margin-right: calc(0.8 * 52px);
  }
  .content .head .data .left,
  .content .head .data .right {
    display: flex;
    align-items: center;
  }
  .content .head .data .left img,
  .content .head .data .right img {
    margin-right: 8px;
    width: calc(0.8 * 13px);
    height: calc(0.8 * 13px);
  }
  .content .head .data .left span,
  .content .head .data .right span {
    font-size: calc(0.8 * 14px);
    line-height: calc(0.8 * 20px);
    color: #999999;
  }
  .content .head .newPic {
    margin-bottom: calc(0.6 * 20px);
    width: calc(0.6 * 470px);
    height: calc(0.6 * 665px);
  }
  .content .head .newText {
    text-align: left;
  }
  .content .head .newText p, .content .head .newText div {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 2);
    color: #333333;
    margin-bottom: calc(0.8 * 16px);
  }
  .bottom {
    padding: calc(0.8 * 24px) 0 calc(0.8 * 56px) 0;
    border-top: 1px solid #E8E8E8;
  }
  .bottom .wrap {
    width: calc(100vw - 48px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .bottom .wrap .prev,
  .bottom .wrap .next {
    font-size: calc(0.8 * 16px);
    line-height: calc(0.8 * 22px);
    color: #333333;
  }
  .bottom .wrap .prev {
    margin: 0 0 calc(0.8 * 30px) 0;
  }
}
