@charset "UTF-8";
* {
  font-family: Source Han Sans CN Normal, Source Han Sans CN Normal-Normal;
}

body {
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  background-color: transparent;
  color: unset;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 75rem;
}

.box1200 {
  width: 75rem;
  margin: 0 auto;
}

.page-banner {
  width: 100%;
  height: 18.81rem;
  overflow: hidden;
  font-size: 2.8rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page-banner .text-box {
  height: 100%;
  position: relative;
}
.page-banner img {
  width: 100%;
  height: 100%;
}
.page-banner .banner-zh {
  font-size: 2.63rem;
  font-weight: bold;
  width: 51%;
  text-align: right;
  position: absolute;
  top: 5.3rem;
}
.page-banner .divider {
  width: 20rem;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(45deg);
  -ms-transform: rotate(9deg);
  /* Internet Explorer */
  -moz-transform: rotate(9deg);
  /* Firefox */
  -webkit-transform: rotate(-18deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(9deg);
  /* Opera */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-banner .banner-en {
  font-size: 2.25rem;
  font-weight: normal;
  width: 50rem;
  text-align: left;
  position: absolute;
  top: 9.6rem;
  left: 48.5%;
}

.rich-text img {
  max-width: 100%;
}
.rich-text video {
  max-width: 100%;
}

.news-tag + .news-tag {
  margin-left: 0.45rem;
}

.floor-box {
  padding: 3.63rem 0;
}

.clearfix {
  clear: both;
}

.zh-button {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #2a5ab1;
  font-size: 0.88rem;
  border-radius: 0.31rem;
  cursor: pointer;
}
.zh-button:hover {
  box-shadow: 0.1rem 0.05rem 0.61rem 0rem #031f52;
}

.primary-btn {
  background-color: #2A5AB1 !important;
}

.required::before {
  content: "*";
  color: red;
  position: absolute;
  left: 5px;
}

.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.logo img {
  width: 100%;
  height: 100%;
}

.layout-menu .menu-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.layout-container .layout-menu {
  width: 12.44rem;
  border-right: 1px solid #dee2e6;
  padding-right: 0.63rem;
}
.layout-container .layout-menu .menu-title {
  font-size: 1.63rem;
  font-weight: bold;
  color: #333333;
  position: relative;
  width: 100%;
  height: 3.32rem;
  line-height: 3.32rem;
  padding-left: 0.5rem;
}
.layout-container .layout-menu .menu-title::after {
  content: "";
  width: 100%;
  height: 0.31rem;
  background-image: url(../images/active2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.18rem;
  left: 0;
}
.layout-container .layout-menu .menu-items .menu-item {
  border-bottom: 1px solid #dee2e6;
  padding: 0.9rem;
  font-size: 1.2rem;
  position: relative;
  color: #727171;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.layout-container .layout-menu .menu-items .menu-item a {
  color: #727171;
}
.layout-container .layout-menu .menu-items .menu-item.active {
  color: #2A5AB1;
}
.layout-container .layout-menu .menu-items .menu-item.active a {
  color: #2A5AB1;
}
.layout-container .layout-menu .menu-items .menu-item.active::after {
  content: ">";
  color: #2A5AB1;
  font-size: 0.6rem;
}
.layout-container .layout-menu .menu-items .menu-item:hover {
  color: #2A5AB1 !important;
}
.layout-container .layout-menu .menu-items .menu-item:hover a {
  color: #2A5AB1 !important;
}
.layout-container .layout-menu .menu-items .menu-item:hover::after {
  content: ">";
  color: #2A5AB1;
  font-size: 0.6rem;
}

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