* {
  margin: 0;
  padding: 0;
}
a,
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
img {
  vertical-align: middle;
}
a {
  color: currentColor;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.head-main {
  background: #fff;
}
.head-main .color-bar {
  background: #aa1941;
  height: 10px;
}
.head-main .head-top-content {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0;
}
.head-main .head-top-content .max-width-content {
  align-items: center;
  display: flex;
}
.head-main .head-top-content .max-width-content img {
  cursor: pointer;
  display: block;
}
.head-main .head-top-content .max-width-content .logo-box {
  flex: 1;
}
.head-main .head-top-content .max-width-content .language {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  margin-left: 24px;
}
.head-main .head-top-content .max-width-content .language .cn {
  color: #aa1941;
}
.head-main .max-width-content {
  margin: 0 auto;
  width: 1200px;
}
.head-main .head-nav-content {
  display: flex;
  min-height: 72px;
}
.head-main .head-nav-content .nav-item-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.head-main .head-nav-content .nav-item-box li {
  position: relative;
}
.head-main .head-nav-content .nav-item-box li .name {
  color: #333;
  cursor: pointer;
  font-size: 22px;
  line-height: 72px;
}
.head-main .head-nav-content .nav-item-box li:hover .name {
  color: #aa1941;
  font-weight: 500;
}
.head-main .head-nav-content .nav-item-box li:hover .child-item .one-level {
  display: block;
}
.head-main .head-nav-content .nav-item-box li .child-item {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  left: -10px;
  position: absolute;
  top: 72px;
  z-index: 999;
}
.head-main .head-nav-content .nav-item-box li .child-item .one-level {
  border-top: 4px solid #aa1941;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 36px 24px 0;
}
.head-main .head-nav-content .nav-item-box li .child-item .one-level .li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.head-main .head-nav-content .nav-item-box li .child-item .one-level .li .name {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 100%;
  white-space: nowrap;
}
.head-main .head-nav-content .nav-item-box li .child-item .one-level .li .el-icon-arrow-right {
  color: #333;
  margin-left: 15px;
}
.head-main .head-nav-content .nav-item-box li .child-item .one-level .li:hover .el-icon-arrow-right,
.head-main .head-nav-content .nav-item-box li .child-item .one-level .li:hover .name {
  color: #aa1941;
}

/*! CSS Used from: Embedded */
* {
  margin: 0;
  padding: 0;
}
a {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
a {
  color: currentColor;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
.foot-mian {
  background: #aa1941;
  min-width: 1200px;
  width: 100%;
}
.foot-mian .links {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto;
  opacity: 0.6;
  padding-top: 12px;
  width: 1200px;
}
.foot-mian .foot-box {
  margin: 0 auto;
  padding: 80px 0 35px;
  width: 1200px;
}
.foot-mian .foot-content {
  display: flex;
}
.foot-mian .foot-content .left-content {
  flex: 1;
}
.foot-mian .foot-content .left-content .link {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  opacity: 0.7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.foot-mian .foot-content .center-content {
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 32px;
  margin-top: 30px;
  opacity: 0.7;
}
.foot-mian .foot-content .right-content {
  margin-left: 30px;
}
.foot-mian .foot-content .right-content .code {
  display: block;
  width: 120px;
}
.foot-mian .foot-content .right-content .tips-txt {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.foot-mian .foot-content .right-content .tips-txt img {
  display: block;
  width: 21px;
}
.foot-mian .foot-content .right-content .tips-txt .txt {
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}
.copyright {
  background: #fff;
  color: #999 !important;
  height: 40px;
}
.copyright,
.copyright .inner {
  align-items: center;
  display: flex;
}
.copyright .inner {
  justify-content: center;
  width: 100%;
}
.copyright .record {
  display: flex;
}
.copyright p {
  font-size: 12px;
}

/*! CSS Used from: Embedded */
* {
  margin: 0;
  padding: 0;
}
a,
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
a {
  color: currentColor;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}
.card {
  margin: 80px auto;
  max-width: 1200px;
}
.card-hd {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}
.card-hd__title {
  flex: 1;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.card-hd__title a:hover {
  color: var(--main-color);
}
.card-hd__aside {
  color: #9b9b9b;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 0;
}
.news-content {
  display: flex;
  margin-top: 15px;
}
.news-content .left-content {
  background: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.03);
  display: flex;
  padding: 40px 25px 40px 38px;
  width: 600px;
}
.news-content .left-content .list {
  overflow: hidden;
}
.news-content .left-content .list .swiper-container {
  height: 100%;
}
.news-content .left-content .list .swiper-slide-active .li {
  border-bottom: 1px solid #999;
}
.news-content .left-content .list .li {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding-bottom: 30px;
  padding-left: 12px;
  width: 549px;
}
.news-content .left-content .list .li .time-block {
  align-items: center;
  background: #aa1941;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  width: 70px;
}
.news-content .left-content .list .li .time-block .m-time {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.8;
  text-align: center;
}
.news-content .left-content .list .li .time-block .t-time {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  opacity: 0.8;
  text-align: center;
}
.news-content .left-content .list .li .txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  color: #424242;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 400;
  margin-left: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 390px;
}
.news-content .right-content {
  margin-left: 45px;
}
.news-content .right-content ul li {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 9px 0 8px;
}
.news-content .right-content ul li:first-child {
  border: none;
}
.news-content .right-content ul li:hover .content_con .desc,
.news-content .right-content ul li:hover .content_con .text {
  color: #aa1941;
}
.news-content .right-content ul li:hover .time-block {
  background: #aa1941;
}
.news-content .right-content ul li:hover .time-block .m-time,
.news-content .right-content ul li:hover .time-block .t-time {
  color: #fff;
  opacity: 1;
}
.news-content .right-content ul li .time-block {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.39);
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  width: 70px;
}
.news-content .right-content ul li .time-block .m-time {
  color: #777;
  font-size: 20px;
  font-weight: 400;
  opacity: 0.8;
}
.news-content .right-content ul li .time-block .t-time {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  line-height: 15px;
  opacity: 0.8;
}
.news-content .right-content ul li .content_con {
  margin-left: 15px;
  width: 459px;
}
.news-content .right-content ul li .content_con .text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-align: left;
}
.news-content .right-content ul li .content_con .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #666;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-align: left;
}

.banner img {
  width: 100%;
  min-width: 1200px;
  object-fit: cover;
}

/* QR Code Dialog Styles */
.qr-dialog {
  border: none;
  border-radius: 12px;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  background: transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.qr-dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.qr-dialog-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.qr-dialog-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.qr-dialog-close:hover {
  color: #aa1941;
}

.qr-image {
  width: 200px;
  height: 200px;
  display: block;
}

.qr-dialog-text {
  color: #333;
  font-size: 16px;
  margin: 0;
  text-align: center;
}
