.content {
  width: 100%;
  position: relative;
  background-color: white;
  margin-top: -1px;
}
.content .box {
  width: 100%;
}
.content .box .overview {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 0.7275rem;
  background-color: white;
}
.content .box .overview .bg-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .overview .bg-img img {
  width: 100%;
}
.content .box .overview .overview-box {
  width: 73%;
  margin: 0 auto;
  padding-top: 0.705rem;
  position: relative;
}
.content .box .overview .overview-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .overview .overview-box .title span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.21rem;
  position: relative;
}
.content .box .overview .overview-box .title span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .overview .overview-box .img {
  float: right;
  width: 5.25751rem;
  height: 3.25501rem;
  margin-top: -0.315rem;
}
.content .box .overview .overview-box .img img {
  width: 100%;
}
.content .box .overview .overview-box .text {
  margin-top: 0.69rem;
}
.content .box .overview .overview-box .text .h2 {
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #333333;
}
.content .box .overview .overview-box .text .p {
  width: 4.38001rem;
  margin-top: 0.315rem;
  font-size: 0.135rem;
  line-height: 0.27rem;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 1.08rem;
}
.content .box .overview .overview-box .text .button {
  margin-top: 0.48rem;
}
.content .box .overview .overview-box .text .button a {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #666666;
  transition: 0.5s;
}
.content .box .overview .overview-box .text .button a i {
  font-size: 0.135rem;
  line-height: 0.135rem;
  margin-left: 0.1275rem;
  color: #666666;
  transition: 0.5s;
}
.content .box .overview .overview-box .text .button:hover a {
  color: #e84127;
}
.content .box .overview .overview-box .text .button:hover a i {
  margin-left: 0.2rem;
  color: #e84127;
}
.content .box .architecture {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: white;
}
.content .box .architecture .bg-img {
  width: 100%;
}
.content .box .architecture .bg-img img {
  width: 100%;
}
.content .box .architecture .list {
  position: absolute;
  top: 0.69rem;
  left: 0;
  width: 100%;
  height: 1.335rem;
}
.content .box .architecture .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .architecture .list .item {
  width: 50%;
  height: 100%;
  float: left;
}
.content .box .architecture .list .item .right {
  float: left;
  margin-top: 0.3rem;
  margin-left: 0.525rem;
}
.content .box .architecture .list .item .right .title {
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #ffffff;
}
.content .box .architecture .list .item .right .button {
  margin-top: 0.2175rem;
}
.content .box .architecture .list .item .right .button a {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #ffffff;
  opacity: 0.5;
  transition: 0.5s;
}
.content .box .architecture .list .item .right .button a i {
  font-size: 0.12rem;
  line-height: 0.135rem;
  margin-left: 0.09rem;
  transition: 0.5s;
}
.content .box .architecture .list .item:hover .right .button a {
  opacity: 1;
}
.content .box .architecture .list .item:hover .right .button a i {
  margin-left: 0.2rem;
}
.content .box .architecture .list .item-left .icon {
  width: 0.7725rem;
  float: left;
  margin-left: 3.03751rem;
  margin-top: 0.3225rem;
}
.content .box .architecture .list .item-left .icon img {
  width: 100%;
}
.content .box .architecture .list .item-right {
  position: relative;
}
.content .box .architecture .list .item-right::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .architecture .list .item-right .icon {
  width: 0.75rem;
  float: left;
  margin-left: 1.6875rem;
  margin-top: 0.2475rem;
}
.content .box .architecture .list .item-right .icon img {
  width: 100%;
}
.content .box .honor {
  width: 100%;
  height: 6.60752rem;
  position: relative;
  background-color: white;
}
.content .box .honor .img {
  width: 100%;
  height: 6.60752rem;
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}
.content .box .honor .video {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.content .box .honor .video video {
  position: fixed;
  height: calc(100vh - var(--browser-address-bar, 0px));
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  z-index: -1000;
}
.content .box .honor .text {
  position: absolute;
  top: 0.885rem;
  width: 73%;
  left: 13.5%;
  z-index: 2;
}
.content .box .honor .text .title span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #fcf1cf;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .honor .text .title span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .honor .text .list {
  width: 100%;
  margin-top: 0.555rem;
}
.content .box .honor .text .list::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .honor .text .list .item {
  width: calc(33.33% - 0.21rem);
  height: 1.3575rem;
  margin-right: 0.315rem;
  float: left;
  margin-bottom: 0.3rem;
}
.content .box .honor .text .list .item:nth-child(3n + 3) {
  margin-right: 0;
}
.content .box .honor .text .list .item .honor-box {
  width: 100%;
  height: 1.3575rem;
  border-radius: 10px;
  background-color: #e84127;
  cursor: pointer;
  transition: 0.5s;
}
.content .box .honor .text .list .item .honor-box .h2 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.27rem;
  color: #fcf1cf;
  height: 0.54rem;
  padding-top: 0.27rem;
  margin-left: 0.2475rem;
  margin-right: 0.2475rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .honor .text .list .item .honor-box .button {
  margin-left: 0.2475rem;
  margin-top: 0.15rem;
}
.content .box .honor .text .list .item .honor-box .button::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .honor .text .list .item .honor-box .button .icon {
  width: 0.24rem;
  height: 0.195rem;
  float: left;
}
.content .box .honor .text .list .item .honor-box .button .icon img {
  width: 100%;
}
.content .box .honor .text .list .item .honor-box .button .button-text {
  float: left;
  margin-left: 0.135rem;
  font-size: 0.12rem;
  line-height: 0.195rem;
  color: #fcf1cf;
  opacity: 0.5;
  transition: 0.5s;
}
.content .box .honor .text .list .item .honor-box .button .button-text i {
  font-size: 0.12rem;
  margin-left: 0.1125rem;
  transition: 0.5s;
}
.content .box .honor .text .list .item .honor-box:hover .button .button-text {
  color: #fff;
  opacity: 1;
}
.content .box .honor .text .list .item .honor-box:hover .button .button-text i {
  margin-left: 0.2rem;
}
.content .box .honor .text .link {
  width: 1.8rem;
  height: 0.45rem;
  border-radius: 0.45rem;
  border: solid 1px #cdb68d;
  margin: 0 auto;
  margin-top: 0.285rem;
  overflow: hidden;
  position: relative;
}
.content .box .honor .text .link::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .honor .text .link a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.135rem;
  line-height: 0.45rem;
  color: #fcf1cf;
  text-align: center;
  transition: 0.5s;
}
.content .box .honor .text .link a i {
  font-size: 0.12rem;
  margin-left: 0.27rem;
  color: #fcf1cf;
  transition: 0.5s;
}
.content .box .honor .text .link:hover {
  border: solid 1px #e84127;
}
.content .box .honor .text .link:hover::after {
  width: 100%;
}
.content .box .honor .text .link:hover a {
  color: white;
}
.content .box .honor .text .link:hover a i {
  margin-left: 0.17rem;
  color: #fff;
}
.content .box .dynamic {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: white;
}
.content .box .dynamic .bg-img {
  width: 100%;
}
.content .box .dynamic .bg-img img {
  width: 100%;
}
.content .box .dynamic .top {
  width: 4.96501rem;
  position: absolute;
  top: -0.315rem;
  left: calc(50% - 2.4825rem);
}
.content .box .dynamic .top img {
  width: 100%;
}
.content .box .dynamic .dynamic-box {
  width: 73%;
  position: absolute;
  left: 13.5%;
  top: 0.72rem;
}
.content .box .dynamic .dynamic-box .title span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #ffffff;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .dynamic .dynamic-box .title span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #ffffff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .dynamic .dynamic-box .swiper2 {
  width: 100%;
  margin-top: 0.465rem;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item {
  display: block;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .img {
  width: 1.995rem;
  height: 1.35rem;
  position: relative;
  overflow: hidden;
  float: left;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  transition: 0.5s;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right {
  width: 2.85751rem;
  float: left;
  margin-left: 0.1575rem;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .time {
  font-family: "DIN-Bold";
  font-size: 0.165rem;
  line-height: 0.165rem;
  color: #ffffff;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.27rem;
  color: #ffffff;
  margin-top: 0.1575rem;
  height: 0.54rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .p {
  font-size: 0.12rem;
  line-height: 0.225rem;
  color: #ffffff;
  height: 0.45rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item:hover .img img {
  transform: scale(1.1);
}
.content .box .dynamic .dynamic-box .swiper-pagination2 {
  width: 100%;
  margin-top: 0.45rem;
}
.content .box .dynamic .dynamic-box .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.0375rem;
  display: inline-block;
  border-radius: 0;
  background: #fff;
  opacity: 0.3;
  margin: 0 0.0525rem;
}
.content .box .dynamic .dynamic-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.content .box .dynamic .dynamic-box .button {
  position: absolute;
  top: 0.18rem;
  right: 0.3rem;
  transition: 0.5s;
}
.content .box .dynamic .dynamic-box .button a {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #ffffff;
}
.content .box .dynamic .dynamic-box .button a i {
  font-size: 0.12rem;
  margin-left: 0.105rem;
  transition: 0.5s;
}
.content .box .dynamic .dynamic-box .button:hover {
  right: 0.2rem;
}
.content .box .dynamic .dynamic-box .button:hover a i {
  margin-left: 0.205rem;
}
.content .box .news-box {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: white;
  padding-top: 0.885rem;
}
.content .box .news-box .news {
  width: 73%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: white;
}
.content .box .news-box .news::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news-box .news .left {
  float: left;
  width: 50%;
  position: relative;
}
.content .box .news-box .news .left .h1 span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .news-box .news .left .h1 span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .news-box .news .left .list {
  width: 90%;
  margin-top: 0.48rem;
}
.content .box .news-box .news .left .list .item {
  width: 100%;
  padding-bottom: 0.195rem;
  margin-top: 0.195rem;
  border-bottom: solid 2px #ebebeb;
}
.content .box .news-box .news .left .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news-box .news .left .list .item a .time {
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #999999;
  float: left;
  transition: 0.5s;
}
.content .box .news-box .news .left .list .item a .title {
  width: calc(100% - 1.2625rem);
  float: left;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #000000;
  margin-left: 0.39rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .news-box .news .left .list .item:hover a .time {
  color: #e84127;
}
.content .box .news-box .news .left .list .item:hover a .title {
  color: #e84127;
  margin-left: 0.3rem;
}
.content .box .news-box .news .left .button {
  position: absolute;
  top: 0.18rem;
  right: 10%;
  transition: 0.5s;
}
.content .box .news-box .news .left .button a {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #999999;
}
.content .box .news-box .news .left .button a i {
  font-size: 0.12rem;
  margin-left: 0.105rem;
  transition: 0.5s;
}
.content .box .news-box .news .left .button:hover {
  right: calc(10% - 0.1rem);
}
.content .box .news-box .news .left .button:hover a {
  color: #e84127;
}
.content .box .news-box .news .left .button:hover a i {
  margin-left: 0.205rem;
}
.content .box .news-box .news .right {
  float: left;
  width: 50%;
  position: relative;
}
.content .box .news-box .news .right .h1 span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .news-box .news .right .h1 span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .news-box .news .right .list {
  width: 90%;
  margin-top: 0.48rem;
}
.content .box .news-box .news .right .list .item {
  width: 100%;
  padding-bottom: 0.225rem;
}
.content .box .news-box .news .right .list .item a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .news-box .news .right .list .item a .img {
  width: 1.0575rem;
  height: 0.7125rem;
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
}
.content .box .news-box .news .right .list .item a .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  transition: 0.5s;
}
.content .box .news-box .news .right .list .item a .text {
  display: block;
  float: left;
  margin-left: 0.2475rem;
  width: calc(100% - 1.3625rem);
  margin-top: 0.135rem;
}
.content .box .news-box .news .right .list .item a .text .time {
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #999999;
  display: block;
}
.content .box .news-box .news .right .list .item a .text .title {
  margin-top: 0.18rem;
  float: left;
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .box .news-box .news .right .list .item:hover a .img img {
  transform: scale(1.1);
}
.content .box .news-box .news .right .list .item:hover a .text .title {
  color: #e84127;
}
.content .box .news-box .news .right .button {
  position: absolute;
  top: 0.18rem;
  right: 0.3rem;
  transition: 0.5s;
}
.content .box .news-box .news .right .button a {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #999999;
}
.content .box .news-box .news .right .button a i {
  font-size: 0.12rem;
  margin-left: 0.105rem;
  transition: 0.5s;
}
.content .box .news-box .news .right .button:hover {
  right: 0.2rem;
}
.content .box .news-box .news .right .button:hover a {
  color: #e84127;
}
.content .box .news-box .news .right .button:hover a i {
  margin-left: 0.205rem;
}
.content .box .graceful-bearing {
  width: 100%;
  padding-top: 0.5775rem;
  position: relative;
  z-index: 10;
  background-color: white;
}
.content .box .graceful-bearing .bg-img {
  width: 100%;
}
.content .box .graceful-bearing .bg-img img {
  width: 100%;
}
.content .box .graceful-bearing .graceful-box {
  position: absolute;
  top: 0;
  left: 13.5%;
  width: 73%;
  margin: 0 auto;
}
.content .box .graceful-bearing .graceful-box .h1 {
  margin-top: 0.1125rem;
}
.content .box .graceful-bearing .graceful-box .h1 span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .graceful-bearing .graceful-box .h1 span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .graceful-bearing .graceful-box .swiper3 {
  width: 100%;
  padding-top: 0.405rem;
  padding-bottom: 0.285rem;
  padding-left: 0.2025rem;
  padding-right: 0.2025rem;
  margin-left: -0.2025rem;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing {
  display: block;
  width: 2.47501rem;
  height: 3.15001rem;
  background-color: #eeeeee;
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .time {
  display: block;
  font-family: "DIN-Bold";
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #999999;
  padding-top: 0.2775rem;
  margin-left: 0.15rem;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .img {
  width: 2.19751rem;
  height: 1.4625rem;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 0.165rem;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .img img {
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  margin: auto;
  height: 100%;
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .title {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  margin-top: 0.2025rem;
  font-size: 0.15rem;
  line-height: 0.255rem;
  color: #000000;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing:hover {
  background-color: white;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing:hover .img img {
  transform: scale(1.1);
}
.content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing:hover .title {
  color: #e84127;
}
.content .box .graceful-bearing .graceful-box .swiper-button-next,
.content .box .graceful-bearing .graceful-box .swiper-button-prev {
  position: absolute;
  top: 0;
  width: 0.4875rem;
  height: 0.4875rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e84127;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .swiper-button-next::after,
.content .box .graceful-bearing .graceful-box .swiper-button-prev::after {
  font-size: 0.16rem;
}
.content .box .graceful-bearing .graceful-box .swiper-button-next:hover,
.content .box .graceful-bearing .graceful-box .swiper-button-prev:hover {
  color: #ffffff;
  background-color: #e84127;
}
.content .box .graceful-bearing .graceful-box .swiper-button-next,
.content .box .graceful-bearing .graceful-box .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.content .box .graceful-bearing .graceful-box .swiper-button-prev,
.content .box .graceful-bearing .graceful-box .swiper-container-rtl .swiper-button-next {
  right: 0.6525rem;
  left: auto;
}
.content .box .graceful-bearing .graceful-box .link {
  width: 1.425rem;
  height: 0.45rem;
  border-radius: 0.45rem;
  background-color: #f0f0f0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.content .box .graceful-bearing .graceful-box .link::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .link a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.135rem;
  line-height: 0.45rem;
  color: #999999;
  text-align: center;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.content .box .graceful-bearing .graceful-box .link a i {
  font-size: 0.12rem;
  margin-left: 0.24rem;
  color: #999999;
  transition: 0.5s;
}
.content .box .graceful-bearing .graceful-box .link:hover::after {
  width: 100%;
}
.content .box .graceful-bearing .graceful-box .link:hover a {
  color: white;
}
.content .box .graceful-bearing .graceful-box .link:hover a i {
  color: white;
  margin-left: 0.14rem;
}
.content .box .party-school {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: white;
  padding-bottom: 0.5025rem;
}
.content .box .party-school .title {
  position: absolute;
  top: -0.9525rem;
  left: 13.4%;
  margin-top: 0.1125rem;
}
.content .box .party-school .title span {
  display: block;
  font-size: 0.315rem;
  font-weight: bold;
  line-height: 0.315rem;
  color: #000000;
  padding-left: 0.195rem;
  position: relative;
}
.content .box .party-school .title span::after {
  content: "";
  width: 0.045rem;
  height: 0.315rem;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
}
.content .box .party-school .school-box {
  width: 100%;
}
.content .box .party-school .school-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .party-school .school-box .left {
  width: 7.47002rem;
  height: 4.42501rem;
  float: left;
}
.content .box .party-school .school-box .left .img {
  width: 100%;
  height: 100%;
}
.content .box .party-school .school-box .left .img img {
  width: 100%;
}
.content .box .party-school .school-box .right {
  float: right;
  width: 6.86252rem;
}
.content .box .party-school .school-box .right .list {
  width: 100%;
}
.content .box .party-school .school-box .right .list .item {
  width: 100%;
  height: 1.4312rem;
  background-color: #f0f0f0;
  margin-bottom: 0.0675rem;
  position: relative;
}
.content .box .party-school .school-box .right .list .item::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #e84127;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .box .party-school .school-box .right .list .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.content .box .party-school .school-box .right .list .item a .icon {
  display: block;
  width: 1.1rem;
  height: 0.878rem;
  position: absolute;
  bottom: 0;
  left: 0.48rem;
}
.content .box .party-school .school-box .right .list .item a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s;
}
.content .box .party-school .school-box .right .list .item a .icon .white {
  opacity: 0;
}
.content .box .party-school .school-box .right .list .item a .icon .red {
  opacity: 1;
}
.content .box .party-school .school-box .right .list .item a .text {
  font-size: 0.24rem;
  line-height: 1.4312rem;
  color: #000000;
  margin-left: 2rem;
  transition: 0.5s;
}
.content .box .party-school .school-box .right .list .item a .text i {
  margin-left: 1.5rem;
  font-size: 0.2rem;
  color: #000000;
  transition: 0.3s;
}
.content .box .party-school .school-box .right .list .item:hover::after {
  width: 100%;
}
.content .box .party-school .school-box .right .list .item:hover a .icon .white {
  opacity: 1;
}
.content .box .party-school .school-box .right .list .item:hover a .icon .red {
  opacity: 0;
}
.content .box .party-school .school-box .right .list .item:hover a .text {
  color: white;
}
.content .box .party-school .school-box .right .list .item:hover a .text i {
  margin-left: 0.8175rem;
  color: white;
}
.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000000;
  display: none;
}
.popups .img {
  width: 100%;
  height: 5rem;
  text-align: center;
  margin-top: calc(50vh - 2.5rem);
}
.popups .img img {
  height: 100%;
}
.popups .title {
  font-size: 0.2rem;
  line-height: 0.426rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .content .box .overview .bg-img {
    width: 100%;
    height: 7rem;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .content .box .overview .bg-img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    margin: auto;
  }
  .content .box .overview .overview-box {
    width: 90%;
  }
  .content .box .overview .overview-box .title span {
    font-size: 0.42rem;
    line-height: 0.42rem;
  }
  .content .box .overview .overview-box .title span::after {
    content: "";
    height: 0.42rem;
  }
  .content .box .overview .overview-box .img {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .content .box .overview .overview-box .text {
    margin-top: 0.4rem;
  }
  .content .box .overview .overview-box .text .h2 {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .content .box .overview .overview-box .text .p {
    width: 100%;
    margin-top: 0.315rem;
    font-size: 0.25rem;
    line-height: 1.8;
    max-height: 1.8rem;
    overflow: hidden;
  }
  .content .box .overview .overview-box .text .button {
    margin-top: 0.3rem;
  }
  .content .box .overview .overview-box .text .button a {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #666666;
    transition: 0.5s;
  }
  .content .box .overview .overview-box .text .button a i {
    font-size: 0.25rem;
    line-height: 0.25rem;
    margin-left: 0.1275rem;
    color: #666666;
    transition: 0.5s;
  }
  .content .box .architecture .bg-img {
    width: 100%;
    height: 3rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .architecture .bg-img img {
    width: auto;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    margin: auto;
  }
  .content .box .architecture .list {
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 100%;
    height: 1.5rem;
  }
  .content .box .architecture .list .item-left .icon {
    width: 0.7725rem;
    float: left;
    margin-left: 10%;
    margin-top: 0.3225rem;
  }
  .content .box .architecture .list .item .right .title {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.36rem;
    color: #ffffff;
  }
  .content .box .architecture .list .item .right .button a {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #ffffff;
    opacity: 0.5;
    transition: 0.5s;
  }
  .content .box .architecture .list .item .right .button a i {
    font-size: 0.2rem;
    line-height: 0.25rem;
    margin-left: 0.09rem;
    transition: 0.5s;
  }
  .content .box .architecture .list .item-right .icon {
    width: 0.75rem;
    float: left;
    margin-left: 0.3rem;
    margin-top: 0.2475rem;
  }
  .content .box .honor {
    height: 8rem;
  }
  .content .box .honor .img {
    width: 100%;
    height: 8rem;
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    z-index: 1;
  }
  .content .box .honor .text {
    position: absolute;
    top: 0.885rem;
    width: 90%;
    left: 5%;
    z-index: 2;
  }
  .content .box .honor .text .title span {
    font-size: 0.42rem;
    line-height: 0.42rem;
  }
  .content .box .honor .text .title span::after {
    content: "";
    height: 0.42rem;
  }
  .content .box .honor .text .list .item {
    width: calc(50% - 0.21rem);
    height: 2rem;
    margin-right: 0.315rem;
    float: left;
    margin-bottom: 0.3rem;
  }
  .content .box .honor .text .list .item:nth-child(3n + 3) {
    margin-right: 0.315rem;
  }
  .content .box .honor .text .list .item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .content .box .honor .text .list .item:nth-child(5) {
    display: none;
  }
  .content .box .honor .text .list .item:nth-child(6) {
    display: none;
  }
  .content .box .honor .text .list .item .honor-box {
    width: 100%;
    height: 2rem;
    border-radius: 10px;
    background-color: #e84127;
    margin-bottom: 0.3rem;
    cursor: pointer;
    transition: 0.5s;
  }
  .content .box .honor .text .list .item .honor-box .h2 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #fcf1cf;
    height: 0.84rem;
    padding-top: 0.27rem;
    margin-left: 0.2475rem;
    margin-right: 0.2475rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .content .box .honor .text .list .item .honor-box .button {
    margin-left: 0.2475rem;
    margin-top: 0.3rem;
  }
  .content .box .honor .text .list .item .honor-box .button .icon {
    width: 0.3rem;
    height: 0.24rem;
    float: left;
  }
  .content .box .honor .text .list .item .honor-box .button .icon img {
    vertical-align: top;
  }
  .content .box .honor .text .list .item .honor-box .button .button-text {
    float: left;
    margin-left: 0.135rem;
    font-size: 0.25rem;
    line-height: 0.24rem;
    color: #fcf1cf;
    opacity: 0.5;
    transition: 0.5s;
  }
  .content .box .honor .text .list .item .honor-box .button .button-text i {
    font-size: 0.22rem;
    margin-left: 0.1125rem;
    transition: 0.5s;
  }
  .content .box .honor .text .link {
    width: 2.4rem;
    height: 0.6rem;
    border-radius: 0.45rem;
    border: solid 1px #cdb68d;
    margin: 0 auto;
    margin-top: 0.285rem;
    overflow: hidden;
    position: relative;
  }
  .content .box .honor .text .link a {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.25rem;
    line-height: 0.6rem;
    color: #fcf1cf;
    text-align: center;
    transition: 0.5s;
  }
  .content .box .honor .text .link a i {
    font-size: 0.23rem;
    margin-left: 0.15rem;
    color: #fcf1cf;
    transition: 0.5s;
  }
  .content .box .honor .text .swiper-button-next,
  .content .box .honor .text .swiper-button-prev {
    position: absolute;
    top: 0.15rem;
    width: 0.2rem;
    height: 0.3rem;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  .content .box .honor .text .swiper-button-next::after,
  .content .box .honor .text .swiper-button-prev::after {
    font-size: 0.3rem;
  }
  .content .box .honor .text .swiper-button-prev {
    right: 1rem;
    left: auto;
  }
  .content .box .honor .text .line {
    width: 0.015rem;
    height: 0.3rem;
    background-color: white;
    opacity: 0.5;
    position: absolute;
    top: 0.15rem;
    right: 0.74rem;
  }
  .content .box .dynamic .bg-img {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
  }
  .content .box .dynamic .bg-img img {
    width: auto;
    position: absolute;
    top: 0;
    left: -500px;
    right: -500px;
    margin: auto;
    height: 100%;
  }
  .content .box .dynamic .dynamic-box {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 0.72rem;
  }
  .content .box .dynamic .dynamic-box .title span {
    display: block;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #ffffff;
    padding-left: 0.195rem;
    position: relative;
  }
  .content .box .dynamic .dynamic-box .title span::after {
    height: 0.42rem;
  }
  .content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .img {
    width: 90%;
    height: 2rem;
    position: relative;
    overflow: hidden;
    float: left;
  }
  .content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right {
    width: 90%;
    float: left;
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .time {
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #ffffff;
  }
  .content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .title {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #ffffff;
    margin-top: 0.1575rem;
    height: 0.84rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.3rem;
  }
  .content .box .dynamic .dynamic-box .swiper2 .swiper-slide .item .right .p {
    font-size: 0.25rem;
    line-height: 0.4rem;
    color: #ffffff;
    height: 0.8rem;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 0.15rem;
  }
  .content .box .dynamic .dynamic-box .swiper-pagination2 {
    width: 100%;
    margin-top: 0.25rem;
  }
  .content .box .dynamic .dynamic-box .button a {
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #ffffff;
  }
  .content .box .dynamic .dynamic-box .button a i {
    font-size: 0.22rem;
    margin-left: 0.105rem;
    transition: 0.5s;
  }
  .content .box .news-box {
    padding-top: 1px;
  }
  .content .box .news-box .news {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.885rem;
  }
  .content .box .news-box .news .left {
    float: left;
    width: 100%;
    position: relative;
  }
  .content .box .news-box .news .right {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 1rem;
  }
  .content .box .news-box .news .left .h1 span {
    display: block;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #000000;
    padding-left: 0.195rem;
    position: relative;
  }
  .content .box .news-box .news .left .h1 span::after {
    content: "";
    height: 0.42rem;
  }
  .content .box .news-box .news .left .list {
    width: 100%;
    margin-top: 0.48rem;
  }
  .content .box .news-box .news .left .list .item {
    width: 100%;
    padding-bottom: 0.25rem;
    margin-top: 0.25rem;
    border-bottom: solid 2px #ebebeb;
  }
  .content .box .news-box .news .left .list .item a .time {
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
    float: left;
    transition: 0.5s;
  }
  .content .box .news-box .news .left .list .item a .title {
    width: calc(100% - 2rem);
    float: left;
    font-size: 0.25rem;
    line-height: 0.29rem;
  }
  .content .box .news-box .news .left .button {
    position: absolute;
    top: 0.18rem;
    right: 0;
    transition: 0.5s;
  }
  .content .box .news-box .news .left .button a {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #999999;
  }
  .content .box .news-box .news .left .button a i {
    font-size: 0.28rem;
    margin-left: 0.105rem;
    transition: 0.5s;
  }
  .content .box .news-box .news .right .h1 span {
    display: block;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.42rem;
  }
  .content .box .news-box .news .right .list {
    width: 100%;
    margin-top: 0.48rem;
  }
  .content .box .news-box .news .right .list .item a .img {
    width: 2rem;
    height: 1.5rem;
  }
  .content .box .news-box .news .right .list .item a .text {
    display: block;
    float: left;
    margin-left: 0.2475rem;
    width: calc(100% - 2.5rem);
    margin-top: 0.135rem;
  }
  .content .box .news-box .news .right .button a {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #999999;
  }
  .content .box .news-box .news .right .button a i {
    font-size: 0.28rem;
    margin-left: 0.105rem;
    transition: 0.5s;
  }
  .content .box .news-box .news .right .list .item a .text .time {
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
    display: block;
  }
  .content .box .news-box .news .right .list .item a .text .title {
    margin-top: 0.18rem;
    float: left;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.5s;
  }
  .content .box .graceful-bearing .graceful-box {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .content .box .graceful-bearing .bg-img {
    width: 100%;
    height: 8.3rem;
    position: relative;
    overflow: hidden;
    margin-top: 0.8rem;
  }
  .content .box .graceful-bearing .bg-img img {
    width: auto;
    position: absolute;
    bottom: 0;
    right: -10%;
    height: 90%;
  }
  .content .box .graceful-bearing .graceful-box .h1 {
    margin-left: 5%;
    margin-top: 0.8rem;
  }
  .content .box .graceful-bearing .graceful-box .h1 span {
    display: block;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.42rem;
  }
  .content .box .graceful-bearing .graceful-box .h1 span::after {
    content: "";
    height: 0.42rem;
  }
  .content .box .graceful-bearing .graceful-box .swiper3 {
    width: 95%;
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing {
    display: block;
    width: 100%;
    height: 5rem;
    background-color: #eeeeee;
    transition: 0.5s;
  }
  .content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .time {
    display: block;
    font-family: "DIN-Bold";
    font-size: 0.25rem;
    line-height: 0.25rem;
    color: #999999;
    padding-top: 0.2775rem;
    margin-left: 5%;
  }
  .content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .img {
    width: 90%;
    height: 2.7rem;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 0.165rem;
  }
  .content .box .graceful-bearing .graceful-box .swiper3 .swiper-slide .bearing .title {
    margin-left: 0.15rem;
    margin-right: 0.15rem;
    margin-top: 0.2025rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .content .box .graceful-bearing .graceful-box .swiper-button-next,
  .content .box .graceful-bearing .graceful-box .swiper-button-prev {
    display: none;
  }
  .content .box .graceful-bearing .graceful-box .link {
    width: 1.8rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #f0f0f0;
    margin: 0 auto;
    margin-top: 0.36rem;
    overflow: hidden;
    position: relative;
  }
  .content .box .graceful-bearing .graceful-box .link a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.25rem;
    line-height: 0.6rem;
    color: #999999;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 2;
  }
  .content .box .graceful-bearing .graceful-box .link a i {
    font-size: 0.2rem;
    margin-left: 0.24rem;
    color: #999999;
    transition: 0.5s;
  }
  .content .box .party-school .title {
    position: absolute;
    top: -0.9525rem;
    left: 5%;
    margin-top: 0.1125rem;
  }
  .content .box .party-school .title span {
    display: block;
    font-size: 0.42rem;
    font-weight: bold;
    line-height: 0.42rem;
    color: #000000;
    padding-left: 0.195rem;
    position: relative;
  }
  .content .box .party-school .title span::after {
    content: "";
    height: 0.42rem;
  }
  .content .box .party-school .school-box {
    width: 90%;
    margin: 0 auto;
  }
  .content .box .party-school .school-box .left {
    width: 100%;
    height: auto;
    float: left;
  }
  .content .box .party-school .school-box .right {
    float: right;
    width: 100%;
    margin-top: 0.5rem;
  }
  .content .box .party-school .school-box .right .list .item a .text {
    font-size: 0.32rem;
    line-height: 1.4312rem;
    color: #000000;
    margin-left: 1.89rem;
    transition: 0.5s;
  }
  .content .box .party-school .school-box .right .list .item a .text i {
    margin-left: 1.5rem;
    font-size: 0.26rem;
    color: #000000;
    transition: 0.3s;
  }
  .popups .img {
    width: 100%;
    height: 4.5rem;
    text-align: center;
    margin-top: calc(50vh - 2.5rem);
  }
  .popups .title {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: white;
    text-align: center;
  }
}
