@charset "UTF-8";
/** 全局变量 */
/*================================================Page about-common about页面组公用样式=================================================*/
.banner-area {
  position: relative;
  width: 100%;
  height: 1000px;
  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: #FFF;
      margin: 0; }
    .banner-area .banner-words .banner-title-en {
      font-family: "Microsoft Yahei", sans-serif;
      font-size: 24px;
      color: #FFFf;
      margin: 24px 0 0 0; }
    .banner-area .banner-words .divider {
      width: 62px;
      height: 4px;
      margin: 30px 0;
      background-color: #FFF; }
    .banner-area .banner-words .desc {
      font-size: 42px;
      color: #FFF;
      margin: 0;
      padding: 0;
      line-height: normal; }
  .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: #FFF;
        margin: 0; }
      .banner-area .banner-words .banner-title-en {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 24px;
        color: #FFFf;
        margin: 24px 0 0 0; }
      .banner-area .banner-words .divider {
        width: 62px;
        height: 4px;
        margin: 30px 0;
        background-color: #FFF; }
      .banner-area .banner-words .desc {
        font-size: 42px;
        color: #FFF;
        margin: 0;
        padding: 0;
        line-height: normal; }
    .banner-area .sub-nav {
      position: absolute;
      left: 5%;
      bottom: 20px;
      width: 90%;
      height: 60px;
      background: #FFFDFC;
      opacity: 0.8;
      border-radius: 10px;
      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 (max-width: 768px) {
  .banner-area {
    position: relative;
    width: 100%;
    height: 540px;
    background-size: cover; }
    .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: #FFF;
        margin: 0; }
      .banner-area .banner-words .banner-title-en {
        font-family: "Microsoft Yahei", sans-serif;
        font-size: 3.2vw;
        color: #FFFf;
        margin: 2vw 0 2.66667vw 0; }
      .banner-area .banner-words .divider {
        width: 6.66667vw;
        height: 2px;
        margin: 0 0 5.33333vw 0;
        background-color: #FFF; }
      .banner-area .banner-words .desc {
        width: 80%;
        font-size: 4.8vw;
        color: #FFF;
        margin: 0;
        padding: 0;
        line-height: 24px; }
    .banner-area .sub-nav {
      /* position: absolute;
			left: 2%;
			bottom: 20px;
			width: 96%;
			height: 50px;
			line-height: 50px;
			box-sizing: border-box;
			padding: 0 20px;
			background: #FFFDFC;
			opacity: 0.8;
			border-radius: 10px;
			display: flex;
			justify-content: space-evenly;
			align-items: center;
			white-space: nowrap;
			overflow-x: scroll;
			&::-webkit-scrollbar {
				display: none;
			}
			.nav-item {
				font-size: 16px;
				color: $color_3;
				margin-right: 8px;
				&:last-child {
					margin-right: 0;
				}
				&:hover {
					text-decoration: none;
					color: $color_4;
				}
			}
			.nav-item.active {
				color: $color_4;
			} */
      position: absolute;
      left: 3%;
      bottom: 20px;
      width: 94%;
      height: 50px;
      background: rgba(255, 253, 252, 0.8);
      opacity: 1;
      display: block;
      white-space: nowrap;
      overflow-x: scroll;
      box-sizing: border-box;
      padding: 0 20px;
      border-radius: 6px; }
      .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: #2F3A47; }
      .banner-area .sub-nav .nav-item.active {
        color: #0087FF; } }
