@charset "UTF-8";
/** 全局变量 */
/*================================================Page service-common about页面组公用样式=================================================*/
.banner-area {
  position: relative;
  width: 100%;
  height: 950px;
  background-size: cover; }
  .banner-area .banner-words {
    position: absolute;
    left: 160px;
    top: 50%;
    transform: translateY(-50%); }
    .banner-area .banner-words .banner-title {
      font-size: 54px;
      color: #475D97;
      margin: 0; }
    .banner-area .banner-words .banner-title-en {
      font-family: "Microsoft Yahei", sans-serif;
      font-size: 24px;
      color: #475D97;
      margin: 24px 0 0 0; }
    .banner-area .banner-words .divider {
      width: 62px;
      height: 4px;
      margin: 30px 0;
      background-color: #475D97; }
    .banner-area .banner-words .desc {
      font-size: 42px;
      color: #475D97;
      margin-bottom: 0; }
  .banner-area .sub-nav {
    position: absolute;
    left: 8%;
    bottom: 40px;
    width: 84%;
    height: 76px;
    background: #FFFDFC;
    opacity: 0.8;
    border-radius: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
    .banner-area .sub-nav .nav-item {
      font-size: 20px;
      color: #2F3A47; }
      .banner-area .sub-nav .nav-item:hover {
        text-decoration: none;
        color: #0087FF; }
    .banner-area .sub-nav .nav-item.active {
      color: #0087FF; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner-area {
    position: relative;
    width: 100%;
    height: 600px;
    background-size: cover; }
    .banner-area .banner-words {
      position: absolute;
      left: 160px;
      top: 50%;
      transform: translateY(-50%); }
      .banner-area .banner-words .banner-title {
        font-size: 54px;
        color: #475D97;
        margin: 0; }
      .banner-area .banner-words .banner-title-en {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 24px;
        color: #475D97;
        margin: 24px 0 0 0; }
      .banner-area .banner-words .divider {
        width: 62px;
        height: 4px;
        margin: 30px 0;
        background-color: #475D97; }
      .banner-area .banner-words .desc {
        font-size: 42px;
        color: #475D97;
        margin-bottom: 0; }
    .banner-area .sub-nav {
      position: absolute;
      left: 5%;
      bottom: 20px;
      width: 90%;
      height: 60px;
      background: #FFFDFC;
      opacity: 0.8;
      border-radius: 12px;
      display: block;
      white-space: nowrap;
      overflow-x: scroll;
      box-sizing: border-box;
      padding: 0 20px; }
      .banner-area .sub-nav::-webkit-scrollbar {
        display: none; }
      .banner-area .sub-nav .nav-item {
        display: inline-block;
        line-height: 60px;
        font-size: 20px;
        margin-right: 20px;
        color: #2F3A47; }
        .banner-area .sub-nav .nav-item:last-child {
          margin-right: 0; }
        .banner-area .sub-nav .nav-item:hover {
          text-decoration: none;
          color: #0087FF; }
      .banner-area .sub-nav .nav-item.active {
        color: #0087FF; } }

@media screen and (max-width: 768px) {
  .banner-area {
    position: relative;
    width: 100%;
    height: 141.86667vw;
    background-size: cover !important; }
    .banner-area .banner-words {
      position: absolute;
      left: 5.33333vw;
      top: 54.13333vw;
      transform: translateY(-50%); }
      .banner-area .banner-words .banner-title {
        font-size: 6.66667vw;
        color: #475D97;
        margin: 0; }
      .banner-area .banner-words .banner-title-en {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 2.93333vw;
        color: #475D97;
        margin: 8px 0 10px 0; }
      .banner-area .banner-words .divider {
        width: 48px;
        height: 2px;
        margin: 0 0 5.33333vw 0;
        background-color: #475D97; }
      .banner-area .banner-words .desc {
        font-size: 4.8vw;
        color: #475D97;
        margin-bottom: 0; }
    .banner-area .sub-nav {
      position: absolute;
      left: 3%;
      bottom: 20px;
      width: 94%;
      height: 50px;
      background: rgba(255, 253, 252, 0.8);
      opacity: 1;
      border-radius: 6px;
      display: block;
      white-space: nowrap;
      overflow-x: scroll;
      box-sizing: border-box;
      padding: 0 20px; }
      .banner-area .sub-nav::-webkit-scrollbar {
        display: none; }
      .banner-area .sub-nav .nav-item {
        display: inline-block;
        line-height: 50px;
        font-size: 16px;
        margin-right: 12px;
        color: #2F3A47; }
        .banner-area .sub-nav .nav-item:last-child {
          margin-right: 0; }
        .banner-area .sub-nav .nav-item:hover {
          text-decoration: none;
          color: #0087FF; }
      .banner-area .sub-nav .nav-item.active {
        color: #0087FF; } }
