@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("/static/modules/cms/css//static/modules/cms/css/Fontke.woff2") format("woff2"),
		 url("/static/modules/cms/css/Fontke.woff") format("woff"),
		 url("/static/modules/cms/css/Fontke.ttf") format("truetype"),
		 url("/static/modules/cms/css/Fontke.eot") format("embedded-opentype"),
		 url("/static/modules/cms/css/Fontke.svg") format("svg"),
		 url("/static/modules/cms/css/Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 78.82%;
  max-width: 1500px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 73.56%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(/static/modules/cms/images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(/static/modules/cms/images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(/static/modules/cms/images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(/static/modules/cms/images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(/static/modules/cms/images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(/static/modules/cms/images/hi-llq-6.jpg) no-repeat center / 100%;
}
.year20 {
  width: 0.65rem;
  position: relative;
  z-index: 1;
}
.year20 img {
  transition: all 0.4s;
}
.year20 img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}
.nav_on .year20 img:nth-child(1),
.nav_on2 .year20 img:nth-child(1) {
  opacity: 0;
}
.nav_on .year20 img:nth-child(2),
.nav_on2 .year20 img:nth-child(2) {
  opacity: 1;
}
.container-a {
  width: 1640px;
  max-width: 90%;
  margin: 0 auto;
}
.anniversary {
  width: 100%;
  background: #cff6f5;
  position: relative;
  z-index: 1;
  padding-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .anniversary {
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .anniversary {
    padding-bottom: 0.5rem;
  }
}
.anniversary .a-banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .anniversary .a-banner .pc {
    display: none;
  }
}
.anniversary .a-banner .mb {
  display: none;
}
@media (max-width: 991px) {
  .anniversary .a-banner .mb {
    display: block;
  }
}
.anniversary .a-news {
  width: 100%;
  margin-top: -4.93rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .anniversary .a-news {
    margin-top: -3.93rem;
  }
}
.anniversary .a-news .container2 .title {
  text-align: center;
  font-size: 0.46rem;
  line-height: calc(56/46);
  color: #0d44a0;
  font-weight: bold;
}
.anniversary .a-news .container2 .list {
  width: 100%;
  margin-top: 0.93rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .anniversary .a-news .container2 .list {
    padding: 0;
  }
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a {
  display: block;
  background: #f7f7f7;
  padding: 12px;
}
@media (max-width: 767px) {
  .anniversary .a-news .container2 .list .swiper-container .swiper-slide a {
    padding: 8px;
  }
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: 42.59%;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  padding: 0.36rem 0.75rem 0.34rem 0.2rem;
}
@media (max-width: 991px) {
  .anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox {
    padding: 0.36rem 0.2rem 0.34rem;
  }
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox .time {
  color: #666;
  transition: all 0.3s;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox .t1 {
  margin: 12px 0 0.34rem;
  line-height: 1.36;
  height: 2.72em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox .more {
  display: flex;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox .more span {
  border: 1px solid #c9c9c9;
  border-radius: 38px;
  height: 0.38rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.28rem;
  color: #666;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .anniversary .a-news .container2 .list .swiper-container .swiper-slide a .tbox .more span {
    height: 0.6rem;
    padding: 0 0.4rem;
  }
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a:hover .tbox .time {
  color: #222;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a:hover .tbox .t1 {
  color: #222;
  font-weight: bold;
}
.anniversary .a-news .container2 .list .swiper-container .swiper-slide a:hover .tbox .more span {
  background: #1072e0;
  border: 1px solid #1072e0;
  color: #fff;
}
.anniversary .a-news .container2 .list .ck-box {
  display: flex;
  position: absolute;
  right: 0;
  top: -1.18rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .anniversary .a-news .container2 .list .ck-box {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
  }
}
.anniversary .a-news .container2 .list .ck-box .prev,
.anniversary .a-news .container2 .list .ck-box .next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  border: 2px solid rgba(44, 44, 44, 0.3);
}
.anniversary .a-news .container2 .list .ck-box .prev svg,
.anniversary .a-news .container2 .list .ck-box .next svg {
  width: 0.14rem;
  height: auto;
}
.anniversary .a-news .container2 .list .ck-box .prev svg path,
.anniversary .a-news .container2 .list .ck-box .next svg path {
  fill: rgba(44, 44, 44, 0.3);
  transition: all 0.4s;
}
.anniversary .a-news .container2 .list .ck-box .prev:hover,
.anniversary .a-news .container2 .list .ck-box .next:hover {
  background: #005CE6;
  border: 2px solid #005CE6;
}
.anniversary .a-news .container2 .list .ck-box .prev:hover svg path,
.anniversary .a-news .container2 .list .ck-box .next:hover svg path {
  fill: #fff;
}
.anniversary .a-news .container2 .list .ck-box .prev {
  margin-right: 0.3rem;
}
.anniversary .a-news .container2 .list .ck-box .prev svg {
  transform: rotateZ(180deg);
}
.anniversary .a-history {
  width: 100%;
  margin-top: 2.18rem;
  position: relative;
  z-index: 2;
}
.anniversary .a-history .container2 .top {
  width: 100%;
}
.anniversary .a-history .container2 .top .title {
  text-align: center;
  font-size: 0.46rem;
  line-height: calc(56/46);
  color: #0d44a0;
  font-weight: bold;
}
.anniversary .a-history .container2 .top .txt {
  width: 920px;
  max-width: 100%;
  color: #232323;
  text-align: center;
  line-height: calc(26/16);
  margin: 0.72rem auto 0;
}
.anniversary .a-history .container2 .list {
  width: 100%;
  margin-top: 0.95rem;
  position: relative;
  z-index: 1;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide {
  height: auto;
  background: #fff;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a {
  display: block;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a .public-img {
  width: 100%;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a .public-img::before {
  padding-top: calc(332/509*100%);
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a .tbox {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.52rem 0.5rem 0.63rem;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a .tbox .t1 {
  color: #fff;
  font-size: 0.56rem;
  font-weight: bold;
  line-height: calc(66/56);
  position: absolute;
  top: -0.83rem;
  right: 0.2rem;
  z-index: 2;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a .tbox .t2 {
  line-height: calc(26/16);
  color: #2b2b2b;
  height: calc(26/16*6em);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.anniversary .a-history .container2 .list .swiper-container .swiper-slide a:hover .public-img img {
  transform: scale(1.05);
}
.anniversary .a-history .container2 .list .ck-box {
  display: flex;
  position: absolute;
  right: 0;
  top: -0.87rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .anniversary .a-history .container2 .list .ck-box {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
  }
}
.anniversary .a-history .container2 .list .ck-box .prev,
.anniversary .a-history .container2 .list .ck-box .next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  border: 2px solid rgba(44, 44, 44, 0.3);
}
.anniversary .a-history .container2 .list .ck-box .prev svg,
.anniversary .a-history .container2 .list .ck-box .next svg {
  width: 0.14rem;
  height: auto;
}
.anniversary .a-history .container2 .list .ck-box .prev svg path,
.anniversary .a-history .container2 .list .ck-box .next svg path {
  fill: rgba(44, 44, 44, 0.3);
  transition: all 0.4s;
}
.anniversary .a-history .container2 .list .ck-box .prev:hover,
.anniversary .a-history .container2 .list .ck-box .next:hover {
  background: #005CE6;
  border: 2px solid #005CE6;
}
.anniversary .a-history .container2 .list .ck-box .prev:hover svg path,
.anniversary .a-history .container2 .list .ck-box .next:hover svg path {
  fill: #fff;
}
.anniversary .a-history .container2 .list .ck-box .prev {
  margin-right: 0.3rem;
}
.anniversary .a-history .container2 .list .ck-box .prev svg {
  transform: rotateZ(180deg);
}
.anniversary .a-innovation {
  width: 100%;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.anniversary .a-innovation .container2 .top {
  width: 100%;
}
.anniversary .a-innovation .container2 .top .title {
  text-align: center;
  font-size: 0.46rem;
  line-height: calc(56/46);
  color: #0d44a0;
  font-weight: bold;
}
.anniversary .a-innovation .container2 .top .txt {
  width: 920px;
  max-width: 100%;
  color: #232323;
  text-align: center;
  line-height: calc(26/16);
  margin: 0.5rem auto 0;
}
.anniversary .a-innovation .container2 .list {
  width: 100%;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.anniversary .a-innovation .container2 .list .bg {
  width: 100vw;
  height: 2.34rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.anniversary .a-innovation .container2 .list .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.anniversary .a-innovation .container2 .list .swiper-container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide {
  height: auto;
  position: relative;
  z-index: 1;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1 {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.29);
  position: absolute;
  left: 0;
  top: 0.3rem;
  z-index: 1;
  font-weight: bold;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1.tl1 {
  left: 0.3rem;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1.tl2 {
  display: flex;
  justify-content: space-between;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1.tl2 span {
  font-weight: bold;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1.tl3 {
  text-align: right;
  font-size: 1rem;
  top: 0.52rem;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t1.tl5 {
  left: 68%;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t2 {
  width: 100%;
  height: 2.34rem;
  text-align: center;
  font-size: 0.4rem;
  line-height: calc(46/40);
  color: #fff;
  padding-bottom: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .t2 span {
  width: 100%;
  display: block;
  font-size: 0.6rem;
  line-height: 1;
  font-weight: bold;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .tbox {
  width: 480px;
  max-width: 100%;
  border-left: 4px solid #0072cd;
  padding-left: 0.23rem;
  margin: 0.4rem auto 0;
  transition: all 0.4s;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .tbox .item {
  color: #232323;
  margin-bottom: 0.24rem;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .tbox .item:last-child {
  margin-bottom: 0;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .tbox .item .ts1 {
  line-height: calc(24/20);
  font-weight: bold;
}
.anniversary .a-innovation .container2 .list .swiper-container .swiper-slide .tbox .item .ts2 {
  line-height: calc(24/16);
}
.anniversary .a-innovation .container2 .list .ck-box {
  display: flex;
  position: absolute;
  right: 0;
  top: -0.8rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .anniversary .a-innovation .container2 .list .ck-box {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    margin-top: 0.3rem;
    display: flex;
    justify-content: center;
  }
}
.anniversary .a-innovation .container2 .list .ck-box .prev,
.anniversary .a-innovation .container2 .list .ck-box .next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  border: 2px solid rgba(44, 44, 44, 0.3);
}
.anniversary .a-innovation .container2 .list .ck-box .prev svg,
.anniversary .a-innovation .container2 .list .ck-box .next svg {
  width: 0.14rem;
  height: auto;
}
.anniversary .a-innovation .container2 .list .ck-box .prev svg path,
.anniversary .a-innovation .container2 .list .ck-box .next svg path {
  fill: rgba(44, 44, 44, 0.3);
  transition: all 0.4s;
}
.anniversary .a-innovation .container2 .list .ck-box .prev:hover,
.anniversary .a-innovation .container2 .list .ck-box .next:hover {
  background: #005CE6;
  border: 2px solid #005CE6;
}
.anniversary .a-innovation .container2 .list .ck-box .prev:hover svg path,
.anniversary .a-innovation .container2 .list .ck-box .next:hover svg path {
  fill: #fff;
}
.anniversary .a-innovation .container2 .list .ck-box .prev {
  margin-right: 0.3rem;
}
.anniversary .a-innovation .container2 .list .ck-box .prev svg {
  transform: rotateZ(180deg);
}
.anniversary .a-video {
  width: 100%;
  margin-top: 1.6rem;
  position: relative;
  z-index: 2;
}
.anniversary .a-video .container2 .title {
  text-align: center;
  font-size: 0.46rem;
  line-height: calc(56/46);
  color: #0d44a0;
  font-weight: bold;
}
.anniversary .a-video .container2 .list {
  width: 1400px;
  max-width: 100%;
  margin: 0.9rem auto 0;
}
.anniversary .a-video .container2 .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.anniversary .a-video .container2 .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.5rem;
}
@media (max-width: 991px) {
  .anniversary .a-video .container2 .list ul li {
    width: calc(50% - 0.4rem);
  }
}
@media (max-width: 767px) {
  .anniversary .a-video .container2 .list ul li {
    width: calc(100% - 0.4rem);
  }
}
.anniversary .a-video .container2 .list ul li .public-img {
  width: 100%;
  border-radius: 0.1rem;
}
.anniversary .a-video .container2 .list ul li .public-img::before {
  padding-top: calc(284/507*100%);
}
.anniversary .a-video .container2 .list ul li .public-img .play {
  width: 1.14rem;
  height: 1.14rem;
  border-radius: 50%;
  border: 0.08rem solid rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.05rem;
}
.anniversary .a-video .container2 .list ul li .public-img .play svg {
  width: 0.41rem;
  height: auto;
}
.anniversary .a-video .container2 .list ul li .public-img .play svg path {
  fill: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
.anniversary .a-video .container2 .list ul li .txt {
  width: 100%;
  text-align: center;
  margin-top: 0.22rem;
  line-height: calc(26/16);
  color: #2b2b2b;
  transition: all 0.4s;
}
.anniversary .a-video .container2 .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.anniversary .a-video .container2 .list ul li:hover .public-img .play {
  border: 0.08rem solid #fff;
}
.anniversary .a-video .container2 .list ul li:hover .public-img .play svg path {
  fill: #fff;
}
.anniversary .a-video .container2 .list ul li:hover .txt {
  color: #005CE6;
}
.anniversary .a-talk {
  width: 100%;
  margin-top: 1.7rem;
}
.anniversary .a-talk .container2 .title {
  text-align: center;
  font-size: 0.46rem;
  line-height: calc(56/46);
  color: #0d44a0;
  font-weight: bold;
}
.anniversary .a-talk .container2 .box {
  width: 100%;
  background: linear-gradient(to top, #c7f1ff, #fff);
  border-radius: 0.1rem;
  padding: 1rem 0 2rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .anniversary .a-talk .container2 .box {
    padding: 0.3rem 0 1.8rem;
  }
}
.anniversary .a-talk .container2 .box .public-container {
  width: 970px;
  max-width: 66%;
  margin: 0 auto;
  line-height: calc(26/16);
}
@media (max-width: 991px) {
  .anniversary .a-talk .container2 .box .public-container {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .anniversary .a-talk .container2 .box .public-container {
    max-width: 90%;
  }
}
.anniversary .foot-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.a-history-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.a-history-pop .box {
  width: 940px;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .a-history-pop .box {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 1rem;
  }
}
.a-history-pop .box .bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.a-history-pop .box .bg .public-img {
  width: 100%;
}
.a-history-pop .box .bg .public-img::before {
  padding-top: calc(332/509*100%);
}
.a-history-pop .box .bg .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 3rem);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.a-history-pop .box .tbox {
  width: 100%;
  padding: 1.9rem 0.7rem 0.43rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .a-history-pop .box .tbox {
    padding: 1.9rem 0.3rem 0.43rem;
  }
}
.a-history-pop .box .tbox .t1 {
  color: #189de4;
  font-size: 0.6rem;
  line-height: calc(70/60);
  font-weight: bold;
  text-align: right;
}
.a-history-pop .box .tbox .txt {
  line-height: calc(26/16);
  color: #2b2b2b;
  margin-top: 0.68rem;
}
.a-history-pop .box .tbox .imgs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.48rem;
}
.a-history-pop .box .tbox .imgs .public-img {
  width: calc(180/790*100%);
  margin: 0 0.1rem 0.2rem;
}
.a-history-pop .box .tbox .imgs .public-img::before {
  padding-top: calc(143/180*100%);
}
.a-history-pop .close {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #fff;
  display: none;
}
@media (max-width: 767px) {
  .a-history-pop .close {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.a-history-pop .close svg {
  color: #999;
  width: 20px;
  height: auto;
  object-fit: contain;
}
#hi-video-pop .hi-video-box .hi-bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  max-width: 90vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}
@media (max-width: 991px) {
  #hi-video-pop .hi-video-box .hi-video-wrap {
    width: 90%;
  }
}
#hi-video-pop .hi-video-box .hi-video-wrap video {
  width: 62.8125vw;
  height: 35.3125vw;
}
@media (max-width: 991px) {
  #hi-video-pop .hi-video-box .hi-video-wrap video {
    width: 100%;
    height: auto;
  }
}
#hi-video-pop .hi-video-box .hi-video-wrap .txt {
  text-align: center;
  color: #fff;
  margin-top: 0.3rem;
}
