:root {
  --color-primary: #F08601;
}

a {
  cursor: pointer;
}

img {
  width: 100%;
}

.position__container {
  margin-top: 2.07rem;
  color: #999;
}
.position__container a {
  color: #999;
}

.container {
  margin: 0 auto;
  max-width: 1400px !important;
}

.min-wrapper {
  min-width: 1400px !important;
}

.h5 {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (min-width: 576px) {
  .fs-sm-40 {
    font-size: 2.857rem;
  }
  .fs-sm-41 {
    font-size: 2.9286rem;
  }
  .fs-sm-42 {
    font-size: 3rem;
  }
  .fs-sm-43 {
    font-size: 3.0714rem;
  }
  .fs-sm-44 {
    font-size: 3.1429rem;
  }
  .fs-sm-45 {
    font-size: 3.2143rem;
  }
  .fs-sm-46 {
    font-size: 3.2857rem;
  }
  .fs-sm-47 {
    font-size: 3.3571rem;
  }
  .fs-sm-48 {
    font-size: 3.4286rem;
  }
  .fs-sm-49 {
    font-size: 3.5rem;
  }
  .fs-sm-50 {
    font-size: 3.5714rem;
  }
  .fs-sm-51 {
    font-size: 3.6429rem;
  }
  .fs-sm-52 {
    font-size: 3.7143rem;
  }
  .fs-sm-53 {
    font-size: 3.7857rem;
  }
  .fs-sm-54 {
    font-size: 3.8571rem;
  }
  .fs-sm-55 {
    font-size: 3.9286rem;
  }
  .fs-sm-56 {
    font-size: 4rem;
  }
  .fs-sm-57 {
    font-size: 4.0714rem;
  }
  .fs-sm-58 {
    font-size: 4.1429rem;
  }
  .fs-sm-59 {
    font-size: 4.2143rem;
  }
  .fs-sm-60 {
    font-size: 4.2857rem;
  }
  .fs-sm-61 {
    font-size: 4.3571rem;
  }
  .fs-sm-62 {
    font-size: 4.4286rem;
  }
  .fs-sm-63 {
    font-size: 4.5rem;
  }
  .fs-sm-64 {
    font-size: 4.5714rem;
  }
  .fs-sm-65 {
    font-size: 4.6429rem;
  }
  .fs-sm-66 {
    font-size: 4.7143rem;
  }
  .fs-sm-67 {
    font-size: 4.7857rem;
  }
  .fs-sm-68 {
    font-size: 4.8571rem;
  }
  .fs-sm-69 {
    font-size: 4.9286rem;
  }
  .fs-sm-70 {
    font-size: 5rem;
  }
  .fs-sm-71 {
    font-size: 5.0714rem;
  }
  .fs-sm-72 {
    font-size: 5.1429rem;
  }
  .fs-sm-73 {
    font-size: 5.2143rem;
  }
  .fs-sm-74 {
    font-size: 5.2857rem;
  }
  .fs-sm-75 {
    font-size: 5.3571rem;
  }
  .fs-sm-76 {
    font-size: 5.4286rem;
  }
  .fs-sm-77 {
    font-size: 5.5rem;
  }
  .fs-sm-78 {
    font-size: 5.5714rem;
  }
  .fs-sm-79 {
    font-size: 5.6429rem;
  }
  .fs-sm-80 {
    font-size: 5.7143rem;
  }
  .fs-sm-81 {
    font-size: 5.7857rem;
  }
  .fs-sm-82 {
    font-size: 5.8571rem;
  }
  .fs-sm-83 {
    font-size: 5.9286rem;
  }
  .fs-sm-84 {
    font-size: 6rem;
  }
  .fs-sm-85 {
    font-size: 6.0714rem;
  }
  .fs-sm-86 {
    font-size: 6.1429rem;
  }
  .fs-sm-87 {
    font-size: 6.2143rem;
  }
  .fs-sm-88 {
    font-size: 6.2857rem;
  }
  .fs-sm-89 {
    font-size: 6.3571rem;
  }
  .fs-sm-90 {
    font-size: 6.4286rem;
  }
  .fs-sm-91 {
    font-size: 6.5rem;
  }
  .fs-sm-92 {
    font-size: 6.5714rem;
  }
  .fs-sm-93 {
    font-size: 6.6429rem;
  }
  .fs-sm-94 {
    font-size: 6.7143rem;
  }
  .fs-sm-95 {
    font-size: 6.7857rem;
  }
  .fs-sm-96 {
    font-size: 6.8571rem;
  }
  .fs-sm-97 {
    font-size: 6.9286rem;
  }
  .fs-sm-98 {
    font-size: 7rem;
  }
  .fs-sm-99 {
    font-size: 7.0714rem;
  }
  .fs-sm-100 {
    font-size: 7.1429rem;
  }
}
.card-sm-title {
  font-size: 2.4286rem;
  font-weight: bold;
  color: #333;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-sm-title::after {
  content: "";
  width: 2.5rem;
  height: 0.2857rem;
  background-color: var(--color-primary);
  margin-top: 0.5714rem;
  display: block;
}

.card-title-center {
  align-items: center;
  text-align: center;
}

.card-title-left {
  align-items: flex-start;
}

.card-title-right {
  align-items: flex-end;
}

.c999 {
  color: #999;
}

.page-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.14rem;
}
.page-container .page-list {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}
.page-container .page-list a {
  font-size: 1.14rem;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}
.page-container .page-list .page-num {
  color: #333;
  background-color: transparent;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.page-container .page-list .page-num-current {
  background-color: #0368B7;
  border-color: #0368B7;
  color: #fff;
}
.page-container .page-prev a,
.page-container .page-next a {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navs-container {
  display: flex;
  gap: 1.43rem;
  flex-wrap: wrap;
}
.navs-container .navs-item {
  min-width: 12rem;
  flex: 1;
  height: 5.71rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0rem 0rem 2rem 0rem rgba(0, 48, 86, 0.1);
  transform: translateY(-50%);
  column-gap: 0.86rem;
}
.navs-container .navs-item .navs__item-icon {
  width: 1.76rem;
  height: 1.76rem;
}
.navs-container .navs-item .navs__item-icon-active {
  width: 1.76rem;
  height: 1.76rem;
  display: none;
}
.navs-container .navs-item .navs__item-label {
  color: #333;
  font-size: 1.71rem;
}
.navs-container .navs-item:not(.navs-item-active):hover {
  background-image: var(--nav-bg-image);
  box-shadow: none;
  background-size: 100% 100%, 100% 100%;
  background-position: left bottom, center;
}
.navs-container .navs-item:not(.navs-item-active):hover .navs__item-icon {
  display: none;
}
.navs-container .navs-item:not(.navs-item-active):hover .navs__item-icon-active {
  display: block;
}
.navs-container .navs-item:not(.navs-item-active):hover .navs__item-label {
  color: #fff;
}
.navs-container .navs-item-active {
  background-image: var(--nav-bg-image);
  box-shadow: none;
  background-size: 100% 100%, 100% 100%;
  background-position: left bottom, center;
}
.navs-container .navs-item-active .navs__item-icon {
  display: none;
}
.navs-container .navs-item-active .navs__item-icon-active {
  display: block;
}
.navs-container .navs-item-active .navs__item-label {
  color: #fff;
}

.content-nav-container {
  display: flex;
  justify-content: space-between;
  padding: 2.07rem 3.57rem;
  border-top: 1px solid #e5e5e5;
  font-size: 1rem;
  gap: 0.5rem;
}
.content-nav-container .txt {
  color: #999;
}

.navbar {
  --navbar-text-color: rgba(0, 0, 0, .5);
  --navbar-text-color-active: #333;
  box-shadow: none !important;
}
.navbar__home {
  background-color: transparent !important;
  --navbar-text-color: rgba(255, 255, 255, 0.7);
  --navbar-text-color-active: #fff;
}
.navbar__home .show > .nav-link {
  color: var(--navbar-text-color) !important;
}
.navbar__home .show .dropdown-menu .dropdown-item {
  color: #333 !important;
}
.navbar__home-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.navbar-nav .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar-nav .nav-item .nav-link {
  color: var(--navbar-text-color);
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--navbar-text-color-active);
}
.navbar-nav .nav-item .nav-link:focus {
  color: var(--navbar-text-color-active) !important;
  opacity: 1;
}
.navbar-nav .nav-item__active .nav-link {
  color: var(--navbar-text-color-active) !important;
}
.navbar-nav .nav-item__active::after {
  content: "";
  width: 1.43rem;
  height: 0.14rem;
  background-color: var(--color-primary);
  display: block;
}
.navbar-nav .nav-item .dropdown-menu.show {
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
  border-radius: 0.43rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  overflow: hidden;
  border: none;
}
.navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
  text-align: center;
  padding: 0.79rem 0;
  border-bottom: 1px solid #fff;
  color: var(--navbar-text-color);
}
.navbar-nav .nav-item .dropdown-menu.show .dropdown-item:active {
  background-color: #eee;
}
.navbar-nav .nav-item .dropdown-menu.show .dropdown-item:last-child {
  border-bottom: none;
}

.home__intro-content .text-background-fade {
  position: relative;
  background: linear-gradient(#0368B7, #0368B7);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0% 2px;
  transition: background-size 2s;
  cursor: pointer;
  user-select: none;
}

.home__intro-content .text-background-fade:hover {
  background-size: 100% 2px;
  background-position: bottom left;
}

.view__more:hover {
  background-color: #0368B7 !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .dropdown:not(.top-nav) > .dropdown-toggle::after {
    display: none;
  }
  .dropdown:not(.top-nav):hover .dropdown-menu {
    display: block;
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.43rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
    border: none;
  }
  .dropdown:not(.top-nav):hover .dropdown-menu .dropdown-item {
    text-align: center;
    padding: 0.79rem 0;
    border-bottom: 1px solid #fff;
  }
  .dropdown:not(.top-nav):hover .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 10rem !important;
  }
  .position__container {
    margin-top: 27rem;
    font-size: 12rem;
    color: #999;
  }
  .position__container a {
    color: #999;
  }
  .content-nav-container {
    font-size: 12rem;
    flex-direction: column;
  }
  .content-nav-container div {
    padding: 15rem;
    border-bottom: 1px solid #eee;
  }
  .content-nav-container div:last-child {
    border-bottom: none;
  }
  .min-wrapper {
    min-width: 100% !important;
  }
  .navbar {
    padding: 11em !important;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .banner-title {
    font-size: 30rem !important;
    white-space: nowrap;
  }
  .banner-subtitle {
    margin-top: 19rem;
    white-space: nowrap;
    font-size: 15rem !important;
  }
  .pc {
    display: none;
  }
  .h5 {
    display: block;
  }
  .card-sm-title {
    font-size: 19.04rem;
    font-weight: bold;
    color: #333;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .card-sm-title::after {
    content: "";
    width: 19.05rem;
    height: 2rem;
    background-color: var(--color-primary);
    margin-top: 4.5rem;
    display: block;
  }
  .navbar-collapse .navbar-nav .nav-item {
    padding: 5rem 0;
    border-bottom: 1px solid #eee;
    align-items: start;
  }
  .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 12rem;
    width: 100%;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    margin-left: auto;
  }
  .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle .ytgd-world::before {
    font-size: 10rem;
    margin-right: 4rem;
    color: #0368B7;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    font-size: 9rem;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 5rem;
    box-shadow: none;
    background-color: transparent;
  }
  .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 5rem 0;
    padding-left: 5rem;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .navbar-toggler-icon {
    background-image: url(../images/iconMenus.png) !important;
    width: 24.4rem;
    height: 17rem;
  }
  .navbar-toggler {
    border: none;
    outline: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navs-container {
    display: flex;
    gap: 15rem;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .navs-container .navs-item {
    flex: 1 0 105rem;
    white-space: nowrap;
    height: 40em;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0rem 0rem 2rem 0rem rgba(0, 48, 86, 0.1);
    transform: translateY(-50%);
    column-gap: 4.5rem;
    padding: 0 18rem;
  }
  .navs-container .navs-item .navs__item-icon {
    width: 14.5rem;
    height: 14.5rem;
    flex-shrink: 0;
  }
  .navs-container .navs-item .navs__item-icon-active {
    width: 14.5rem;
    height: 14.5rem;
    display: none;
  }
  .navs-container .navs-item .navs__item-label {
    color: #333;
    font-size: 12em;
  }
  .navs-container .navs-item:not(.navs-item-active):hover {
    background-image: var(--nav-bg-image);
    box-shadow: none;
    background-size: 100% 100%, 100% 100%;
    background-position: left bottom, center;
  }
  .navs-container .navs-item:not(.navs-item-active):hover .navs__item-icon {
    display: none;
  }
  .navs-container .navs-item:not(.navs-item-active):hover .navs__item-icon-active {
    display: block;
  }
  .navs-container .navs-item:not(.navs-item-active):hover .navs__item-label {
    color: #fff;
  }
  .navs-container .navs-item-active {
    background-image: var(--nav-bg-image);
    box-shadow: none;
    background-size: 100% 100%, 100% 100%;
    background-position: left bottom, center;
  }
  .navs-container .navs-item-active .navs__item-icon {
    display: none;
  }
  .navs-container .navs-item-active .navs__item-icon-active {
    display: block;
  }
  .navs-container .navs-item-active .navs__item-label {
    color: #fff;
  }
  .page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    font-size: 8rem;
  }
  .page-container .page-list {
    display: flex;
    align-items: center;
    column-gap: 5rem;
  }
  .page-container .page-list a {
    font-size: 8rem;
    display: inline-block;
    width: 17.5rem;
    height: 17.5rem;
  }
  .page-container .page-list .page-num {
    color: #333;
    background-color: transparent;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .page-container .page-list .page-num-current {
    background-color: #0368B7;
    border-color: #0368B7;
    color: #fff;
  }
  .page-container .page-prev a,
  .page-container .page-next a {
    width: 17.5rem;
    height: 17.5rem;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uni__banner .cover {
    height: 213rem;
    object-fit: cover;
  }
  .uni__banner .title {
    font-size: 30rem;
  }
  .uni__banner .subtitle {
    font-size: 15rem;
    margin-top: 5rem;
  }
}

/*# sourceMappingURL=comm.css.map */
