@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.header.scroll,
.header.innerbg {
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1);
}
.header.scroll .logo img.show,
.header.innerbg .logo img.show {
  opacity: 0;
}
.header.scroll .logo img.hide,
.header.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scroll .navs > li:hover > a,
.header.innerbg .navs > li:hover > a,
.header.scroll .navs > li.active > a,
.header.innerbg .navs > li.active > a {
  color: #36CBC0;
}
.header.scroll .navs > li:before,
.header.innerbg .navs > li:before {
  background: #36CBC0;
}
.header.scroll .navs > li > a,
.header.innerbg .navs > li > a {
  color: #333333;
}
.header.scroll .header-search a,
.header.innerbg .header-search a {
  color: #333;
}
.header.scroll .header-search a:hover,
.header.innerbg .header-search a:hover {
  color: #36CBC0;
}
.header.scroll .menubtn.active span,
.header.innerbg .menubtn.active span {
  background: transparent;
}
.header.scroll .menubtn span,
.header.innerbg .menubtn span {
  background: #000;
}
.header.scroll .menubtn span:before,
.header.innerbg .menubtn span:before,
.header.scroll .menubtn span:after,
.header.innerbg .menubtn span:after {
  background: #000;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.98rem;
}
.logo {
  position: relative;
  line-height: 0;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.61rem;
  transition: 0.38s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.navs {
  display: flex;
  gap: 0 0.6rem;
}
.navs > li {
  position: relative;
  z-index: 2;
}
.navs > li:before {
  content: "";
  width: 0;
  height: 0.04rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li:hover,
.navs > li.active {
  color: #fff;
}
.navs > li:hover:before,
.navs > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:hover .navs-down {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.navs > li:before {
  bottom: -1px;
}
.navs > li > a {
  display: inline-block;
  font-size: 0.18rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  color: #fff;
  line-height: 0.98rem;
}
.navs > li > a > i {
  display: none;
  transition: 0.3s;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-search {
  margin-left: 0.3rem;
}
.header-search a {
  display: inline-block;
  color: #fff;
  font-size: 0.26rem;
}
.header-search a:hover {
  color: #36CBC0;
}
.navs-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3;
  padding-top: 0.05rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: 0.5s;
  pointer-events: none;
}
.navs-leval {
  padding: 0.22rem 0.2rem;
  background: #fff;
  min-width: 1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.navs-leval li {
  margin-bottom: 0.1rem;
}
.navs-leval li:last-child {
  margin-bottom: 0;
}
.navs-leval li a {
  display: inline-block;
  color: #585858;
  font-size: 0.16rem;
  line-height: 1.4;
}
.navs-leval li a:hover {
  color: #36CBC0;
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  bottom: 1rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0 0.24rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  opacity: 1;
  cursor: pointer;
  background: none;
  transition: 0.3s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner-slide.swiper-slide-active figure img {
  transform: scale(1);
}
.banner-slide.swiper-slide-active .btext img {
  opacity: 1;
  transform: translateY(0);
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img {
  transform: scale(1.16);
  transition: 4.5s;
}
.btext {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
}
.btext img {
  max-width: 90%;
  max-height: 2.5rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: 1s;
}
.mouse {
  position: absolute;
  right: 0.48rem;
  bottom: 0.94rem;
  z-index: 5;
  text-align: center;
}
.mouse span {
  display: block;
  margin: auto;
  width: 0.2rem;
  height: 0.28rem;
  background: url(../images/mouse1.png) center no-repeat;
  background-size: cover;
}
.mouse span:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 3px;
  content: "";
  width: 2px;
  height: 0.07rem;
  background: #fff;
  animation: mouseDonw 1s infinite linear alternate;
}
.mouse p {
  margin-top: 0.12rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.21rem;
}
@keyframes mouseDonw {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
    opacity: 0.1;
  }
}
.announcement {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 0.6rem;
  background: linear-gradient(30deg, rgba(52, 199, 192, 0.74), rgba(36, 127, 200, 0.74));
}
.announcement-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.announcement-flex {
  display: flex;
  align-items: center;
}
.announcement-tt {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 0.14rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "SourceHanSansSC-Medium";
}
.announcement-tt:before {
  content: "";
  width: 1px;
  height: 0.23rem;
}
.announcement-tt i {
  display: inline-block;
  margin-right: 0.12rem;
  font-style: normal;
  font-size: 0.24rem;
}
.announcement-swiper {
  margin-left: 0.24rem;
  width: 7.2rem;
  max-width: 100%;
  height: 0.6rem;
}
.announcement-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.announcement-slide a strong {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  font-weight: normal;
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.announcement-slide a time {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  font-family: "Alibaba_PuHuiTi_Regular";
}
.announcement-btn {
  display: flex;
  flex-direction: column;
  gap: 0.09rem 0;
}
.announcement-btn span {
  display: inline-block;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.09rem solid #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.announcement-btn span:hover {
  opacity: 1;
}
.announcement-btn span.next {
  border-bottom: none;
  border-top: 0.09rem solid #fff;
}
.dynamic-box {
  padding: 0.38rem 0 1.35rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dynamic-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic-title small {
  display: block;
  line-height: 1;
  color: #999999;
  font-size: 0.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Alibaba_PuHuiTi_Light";
}
.dynamic-title strong {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: 0.45rem;
  line-height: 1.24;
  font-weight: normal;
}
.dynamic-title strong:before {
  position: absolute;
  left: 100%;
  margin-left: 0.06rem;
  top: 0.1rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #36CBC0;
  border-radius: 2px;
  transform: rotate(45deg);
}
.dynamic-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.06rem 0 0.2rem;
  width: 1.9rem;
  height: 0.54rem;
  border-radius: 0.05rem;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.dynamic-more a:hover:before {
  opacity: 1;
  visibility: visible;
}
.dynamic-more a:hover span {
  color: #fff;
}
.dynamic-more a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.dynamic-more a span {
  display: inline-block;
  color: #333333;
  font-size: 0.16rem;
  transition: 0.35s;
}
.dynamic-more a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.42rem;
  height: 0.42rem;
  color: #fff;
  font-size: 0.13rem;
  font-style: normal;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  border-radius: 0.05rem;
}
.dynamic-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 0.38rem;
}
.dynamic-info {
  width: 32.5%;
  border-bottom: 2px solid #36CBC0;
}
.dynamic-info:hover figure img {
  transform: scale(1.06);
}
.dynamic-info:hover .dynamic-texts strong {
  color: #36CBC0;
}
.dynamic-info figure {
  position: relative;
  display: block;
  padding-bottom: 66.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.dynamic-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-info figure img {
  transition: 0.58s;
}
.dynamic-texts {
  margin-top: 0.3rem;
}
.dynamic-texts strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.5;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic-texts p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic-tag {
  padding-bottom: 0.2rem;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.dynamic-tag span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.07rem;
  height: 0.26rem;
  border: 1px solid #36CBC0;
  border-radius: 3px;
  color: #36CBC0;
  font-size: 0.15rem;
}
.dynamic-tag time {
  display: inline-block;
  margin-left: 0.1rem;
  color: #999999;
  font-size: 0.16rem;
  font-family: Arial, Helvetica, sans-serif;
}
.dynamic-list {
  position: relative;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 57.5%;
  border-left: 1px solid #CBCBCB;
}
.dynamic-list li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.dynamic-list li a:hover .dynamic-texts strong {
  color: #36CBC0;
}
.dynamic-list li a:hover .dynamic-imgs figure img {
  transform: scale(1.08);
}
.dynamic-list li a .dynamic-texts {
  flex: 1;
  margin-top: 0;
  margin-right: 7.39%;
  width: 0;
}
.dynamic-list li a .dynamic-texts strong {
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.dynamic-list li a .dynamic-texts .dynamic-tag {
  padding-bottom: 0;
  margin-top: 0.22rem;
}
.dynamic-imgs {
  width: 2.3rem;
}
.dynamic-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 66.52%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.05rem;
}
.dynamic-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic-imgs figure img {
  transition: 0.58s;
}
.businesss {
  position: relative;
}
.business-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: 1.2rem;
}
.business-title strong,
.business-title small {
  color: #fff;
}
.business-slide {
  overflow: hidden;
}
.business-slide figure {
  position: relative;
  display: block;
  padding-bottom: 49.47%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.business-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.business-info .dynamic-more a {
  backdrop-filter: blur(30px);
}
.business-info .dynamic-more a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  background: #f6f6f6;
  filter: brightness(30%);
}
.business-info .dynamic-more a span {
  color: #fff;
}
.business-text {
  margin-bottom: 0.56rem;
  width: 5.92rem;
  max-width: 100%;
}
.business-text strong {
  display: inline-block;
  position: relative;
  margin-bottom: 0.32rem;
  z-index: 2;
  color: #fff;
  font-size: 0.36rem;
  line-height: 1.333;
  font-weight: normal;
}
.business-text strong:before {
  position: absolute;
  left: 0;
  bottom: 0.05rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.07rem;
  background: #36CBC0;
}
.business-text p {
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.business-tab {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.business-list {
  display: flex;
  flex-wrap: wrap;
}
.business-list li {
  margin-left: -1px;
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding-left: 0.5rem;
  height: 1.28rem;
  cursor: pointer;
}
.business-list li:hover:before,
.business-list li.active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.business-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
  transition: 0.5s;
}
.business-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.8rem;
  height: 0.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.28rem;
  font-weight: normal;
}
.business-list li strong {
  flex: 1;
  margin-left: 0.2rem;
  color: #FFFFFF;
  font-size: 0.21rem;
  line-height: 1.4;
  font-weight: normal;
}
.footer {
  background: #272727;
}
.footer-top {
  padding: 0.73rem 0 0.56rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-address p {
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
  color: #fff;
  font-size: 0.2rem;
  font-family: "Alibaba_PuHuiTi_Light";
  line-height: 1;
}
.footer-address p:last-child {
  margin-bottom: 0;
}
.footer-address p b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.16rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
}
.footer-eq {
  display: flex;
  align-items: center;
}
.footer-eq p {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.2rem;
  width: 0.15rem;
  font-family: "Alibaba_PuHuiTi_Light";
}
.footer-eq figure {
  margin-left: 0.15rem;
  width: 0.88rem;
  line-height: 1;
  padding: 0.04rem;
  border-radius: 0.05rem;
  background: #fff;
  line-height: 0;
  overflow: hidden;
}
.footer-eq figure img {
  width: 100%;
  height: auto;
}
.footer-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.33rem 0 0.42rem;
  border-top: 1px solid #DFDFDF;
}
.footer-down p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.16rem;
  line-height: 1.5;
}
.footer-down p a {
  color: rgba(255, 255, 255, 0.4);
}
.links {
  position: relative;
  width: 2.3rem;
}
.links:hover span:before {
  transform: rotate(180deg);
}
.links:hover .link-flex {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.links span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.36rem;
  height: 0.46rem;
  background: #fff;
  border-radius: 0.23rem;
  cursor: pointer;
  color: #000000;
  font-size: 0.15rem;
  font-family: "Alibaba_PuHuiTi_Light";
}
.links span:before {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  margin-top: -0.04rem;
  content: "";
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-bottom: 0.08rem solid #000000;
  transition: 0.3s;
}
.link-flex {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding-bottom: 2px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.2rem);
  transition: 0.45s;
}
.link-list {
  padding: 0 0.36rem;
  background: #fff;
  border-radius: 0.23rem;
}
.link-list li {
  border-bottom: 1px solid #000;
}
.link-list li:last-child {
  border-bottom: none;
}
.link-list li a {
  display: inline-block;
  color: #000000;
  font-size: 0.15rem;
  font-family: "Alibaba_PuHuiTi_Light";
  line-height: 0.46rem;
}
.link-list li a:hover {
  color: #36CBC0;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 34.68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.ptext small {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.5rem;
  font-family: "Alibaba_PuHuiTi_Light";
}
.ptext strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.45rem;
  line-height: 1.3;
  font-weight: normal;
}
.leval-menu {
  position: relative;
  z-index: 3;
  margin-top: -0.46rem;
  margin-bottom: -0.46rem;
  background: #FFFFFF;
  border-radius: 0.05rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}
.leval-menu-list {
  display: flex;
  justify-content: center;
}
.leval-menu-list li {
  min-width: 1.4rem;
}
.leval-menu-list li:hover a,
.leval-menu-list li.active a {
  color: #fff;
}
.leval-menu-list li:hover a:before,
.leval-menu-list li.active a:before {
  opacity: 1;
  visibility: visible;
}
.leval-menu-list li a {
  padding: 0 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 0.93rem;
  color: #585858;
  font-size: 0.16rem;
}
.leval-menu-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.leval-menu-list li a i {
  position: absolute;
  left: 50%;
  margin-left: -0.05rem;
  bottom: 0.16rem;
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.1rem;
  line-height: 1;
  transform: scale(0.6);
}
.introduct {
  padding: 1.64rem 0 1.02rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduct-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.introduct-info {
  padding-top: 0.26rem;
  width: 48.88%;
}
.intro-tt {
  display: block;
  line-height: 1.2;
  font-size: 0.38rem;
  background-image: linear-gradient(to bottom, #34C7C0, #247FC8);
  -webkit-background-clip: text;
  color: transparent;
}
.introduct-text {
  margin-top: 0.46rem;
  color: #585858;
  font-size: 0.16rem;
  line-height: 2;
}
.introduct-text p {
  margin-bottom: 0.2rem;
}
.introduct-text p:last-child {
  margin-bottom: 0;
}
.introduct-imgs {
  width: 43.82%;
}
.introduct-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 92.55%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.12rem;
}
.introduct-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.architecture-wrap {
  text-align: center;
}
.architecture-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.leadership {
  padding: 2.1rem 0 2.26rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.leadership-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.18rem 0.58rem;
}
.leadership-list li {
  position: relative;
  padding: 0.56rem 0.35rem 0.26rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.03rem 0.3rem rgba(0, 78, 162, 0.2);
  box-sizing: border-box;
  min-height: 1.6rem;
}
.leadership-list li b {
  position: absolute;
  left: 0;
  top: -0.23rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 0.05rem;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  color: #fff;
  font-size: 0.22rem;
  font-weight: normal;
}
.leadership-list li strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.388;
  font-weight: normal;
}
.leadership-list li p {
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.375;
}
.culture-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.54rem;
  width: 100%;
}
.culture-list li {
  position: relative;
}
.culture-list li:hover figure img {
  transform: scale(1.06);
}
.culture-list li:hover figure:after {
  opacity: 0.8;
}
.culture-list li figure {
  position: relative;
  display: block;
  padding-bottom: 128.37%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.06rem;
}
.culture-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.culture-list li figure:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  opacity: 0.8;
  opacity: 0;
  transition: 0.5s;
}
.culture-list li figure img {
  transition: 0.68s;
}
.culture-info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.1rem;
  z-index: 5;
  text-align: center;
  padding-bottom: 0.3rem;
}
.culture-info:before {
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0;
  content: "";
  width: 0.4rem;
  height: 1px;
  background: #fff;
}
.culture-info strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1;
  color: #fff;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1.375;
}
.culture-info small {
  display: block;
  color: #fff;
  font-size: 0.21rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.honor-title {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1;
  color: #247FC8;
  font-size: 0.45rem;
  line-height: 1.3;
  text-align: center;
}
.honor-box {
  padding-bottom: 0;
}
.honor-tab {
  padding-bottom: 1.33rem;
  position: relative;
  z-index: 2;
}
.honor-tab:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1.33rem;
  background: url(../images/honorbg.png) center bottom no-repeat;
  background-size: 100% 100%;
}
.honor-inner {
  box-sizing: border-box;
  position: relative;
  padding: 0 0.4rem;
}
.honor-slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 4.1rem;
}
.honor-slide img {
  max-width: 100%;
  max-height: 100%;
}
.honor-btns span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0.84rem;
  width: 0.58rem;
  height: 0.58rem;
  font-size: 0.16rem;
  border: 1px solid #D4D4D4;
  color: #D4D4D4;
  transition: 0.35s;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.honor-btns span:hover {
  border-color: #247FC8;
  color: #247FC8;
}
.honor-btns span.prev {
  left: -0.6rem;
}
.honor-btns span.next {
  right: -0.6rem;
}
.certificate {
  padding: 0.9rem 0 1.4rem;
  background-attachment: local;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.certificate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.28rem 1.1rem;
}
.certificate-list li {
  padding: 0.28rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #DDDDDD;
}
.certificate-list li:hover:before {
  width: 100%;
}
.certificate-list li:hover strong {
  color: #247FC8;
}
.certificate-list li:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background: #247FC8;
  transition: 0.68s;
  width: 0;
}
.certificate-list li strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.388;
  font-weight: normal;
  transition: 0.35s;
}
.certificate-list li i {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 0.3rem;
  font-style: normal;
}
.contact-info {
  padding-top: 0.3rem;
  width: 32%;
}
.contact-info strong {
  display: block;
  line-height: 1.1;
  color: #585858;
  font-size: 0.35rem;
}
.contact-address {
  margin-top: 0.58rem;
  color: #585858;
  font-size: 0.16rem;
  line-height: 2;
}
.contact-eq {
  margin-top: 0.48rem;
  width: 1.2rem;
}
.contact-eq figure {
  display: block;
  line-height: 0;
}
.contact-eq figure img {
  width: 100%;
  height: auto;
}
.contact-eq p {
  margin-top: 0.14rem;
  color: #585858;
  font-size: 0.15rem;
  line-height: 1.5;
  font-family: "Alibaba_PuHuiTi_Light";
  text-align: center;
}
.contact-map {
  position: relative;
  margin-right: 0.46rem;
  z-index: 3;
  width: 55.06%;
}
.contact-map:before {
  position: absolute;
  right: -0.47rem;
  bottom: -0.5rem;
  content: "";
  width: 3.44rem;
  height: 4.04rem;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  border-radius: 0.12rem;
  z-index: -1;
}
.map {
  height: 4.7rem;
  border-radius: 0.12rem;
}
.amap-logo,
.amap-copyright {
  display: none !important;
}
.contact-boxs {
  padding: 1.62rem 0 2.45rem;
}
.news-infos {
  padding: 1rem 0 0.82rem;
}
.news-infos .swiper-pagination {
  left: auto;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 0.1rem;
  width: 45.48%;
}
.news-infos .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  position: relative;
  width: 0.22rem;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: #DDDDDD;
  line-height: 1;
}
.news-infos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
}
.news-infos .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  transition: 0.35;
  opacity: 0;
  visibility: hidden;
}
.news-slide a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-slide a:hover .news-imgs figure img {
  transform: scale(1.06);
}
.news-slide a:hover .news-text strong {
  color: #004EA2;
}
.news-imgs {
  width: 48.61%;
}
.news-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 66.57%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.12rem;
}
.news-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-imgs figure img {
  transition: 0.68s;
}
.news-right {
  padding-top: 0.15rem;
  width: 45.48%;
}
.news-time {
  display: inline-block;
  margin-bottom: 0.23rem;
  text-align: center;
}
.news-time b {
  display: block;
  color: #004EA2;
  font-size: 0.57rem;
  line-height: 1.1;
  font-weight: normal;
}
.news-time time {
  display: block;
  color: #004EA2;
  font-size: 0.16rem;
  line-height: 1.2;
}
.news-text strong {
  display: block;
  margin-bottom: 0.32rem;
  color: #333333;
  font-size: 0.24rem;
  line-height: 1.5;
  transition: 0.4s;
}
.news-text p {
  color: #585858;
  font-size: 0.16rem;
  line-height: 1.875;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-boxs {
  padding-top: 0.5rem;
  background: #F8F8F8;
}
.news-list li {
  border-bottom: 1px solid #C9C9C9;
}
.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0.44rem 0;
}
.news-list li a:hover .news-content .news-time:before {
  opacity: 1;
}
.news-list li a:hover .news-content .news-time b,
.news-list li a:hover .news-content .news-time time {
  color: #fff;
}
.news-list li a:hover .news-content .news-text strong,
.news-list li a:hover .news-content .news-text span {
  color: #004EA2;
}
.news-list li a:hover .news-images figure img {
  transform: scale(1.06);
}
.news-content {
  flex: 1;
  width: 0;
  display: flex;
  align-items: flex-start;
}
.news-content .news-time {
  padding: 0.1rem 0;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 0.97rem;
  background: #E8E8E8;
  border-radius: 0.06rem;
}
.news-content .news-time:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
  background: linear-gradient(135deg, #34C7C0, #247FC8);
  opacity: 0;
  transition: 0.4s;
}
.news-content .news-time b {
  color: #999999;
  transition: 0.3s;
}
.news-content .news-time time {
  color: #999999;
  transition: 0.3s;
}
.news-content .news-text {
  margin-left: 0.52rem;
  flex: 1;
  width: 0;
}
.news-content .news-text strong {
  margin-bottom: 0.2rem;
  font-size: 0.26rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  transition: 0.3s;
}
.news-content .news-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.6rem;
}
.news-content .news-text span {
  display: inline-block;
  margin-top: 0.56rem;
  color: #585858;
  font-size: 0.16rem;
  line-height: 1.2;
  transition: 0.35s;
}
.news-images {
  margin-left: 11%;
  width: 2.7rem;
}
.news-images figure {
  position: relative;
  display: block;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.12rem;
}
.news-images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-images figure img {
  transition: 0.65s;
}
.pages {
  padding: 0.85rem 0 1.7rem;
}
.pages-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem 0.32rem;
}
.pages-list li.active a,
.pages-list li:hover a {
  color: #004EA2;
}
.pages-list li a {
  display: inline-block;
  color: #999999;
  font-size: 0.18rem;
}
.pages-list li:first-child:hover a,
.pages-list li:last-child:hover a {
  background: #004EA2;
  color: #fff;
}
.pages-list li:first-child a,
.pages-list li:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.19);
  color: #fff;
  font-size: 0.16rem;
}
.news-view {
  padding: 1.76rem 0 1.14rem;
  margin: auto;
  width: 1200px;
  max-width: 90%;
}
.news-view-top {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EBEBEB;
  text-align: center;
}
.news-view-top strong {
  display: block;
  line-height: 1.3333;
  margin-bottom: 0.18rem;
  color: #333333;
  font-size: 0.42rem;
  font-weight: normal;
}
.news-view-top p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #999999;
  font-size: 0.16rem;
}
.news-view-top p i {
  display: inline-block;
  margin-right: 0.06rem;
  font-size: 0.2rem;
}
.news-vs {
  padding: 0.33rem 0 1.34rem;
  color: #585858;
  font-size: 0.16rem;
  line-height: 2.25;
}
.news-vs img {
  max-width: 100%;
}
.news-page {
  padding-top: 0.56rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #EEEEEE;
}
.news-page-list p a {
  display: inline-block;
  color: #585858;
  font-size: 0.16rem;
  line-height: 2.5;
}
.news-page-list p a:hover {
  color: #36CBC0;
}
.news-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.43rem;
  height: 0.52rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.26rem;
  background: linear-gradient(to bottom, #34C7C0, #247FC8);
}
.news-back a:hover {
  background: linear-gradient(135deg, #34C7C0, #247FC8);
}
.news-back a i {
  margin-right: 0.12rem;
  display: inline-block;
  font-size: 0.15rem;
}
.business-box {
  padding: 1.3rem 0 1.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-wrap {
  color: #585858;
  font-size: 0.16rem;
  line-height: 2;
}
.business-wrap img {
  max-width: 100%;
}
.safetys {
  padding-top: 0.45rem;
}
.party-tops {
  padding-top: 0.9rem;
}
.report-box {
  padding: 1.34rem 0 1.05rem;
  background-attachment: local;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.report-wrap {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  padding: 0 0.5rem 0.5rem;
}
.report-wrap:before {
  position: absolute;
  left: 0;
  top: 0.37rem;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  border-radius: 0 0 0.06rem 0.06rem;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.1);
}
.report-imgs {
  width: 33.43%;
}
.report-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 131.69%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.12rem;
}
.report-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-hide {
  flex: 1;
  margin-left: 0.68rem;
  height: 5.8rem;
  width: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.report-hide::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
  background-color: #E5E5E5;
}
.report-hide::-webkit-scrollbar-track {
  background-color: #E5E5E5;
}
.report-hide::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #247FC8;
}
.report-info {
  padding-right: 0.28rem;
  color: #585858;
  font-size: 0.16rem;
  line-height: 2;
}
.report-info strong {
  color: #585858;
  font-size: 0.24rem;
  font-weight: normal;
}
.report-info a {
  color: #247FC8;
}
.report-info a:hover {
  text-decoration: underline;
}
.information-box {
  padding: 1.3rem 0 1.4rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.information-box .pages {
  padding-bottom: 0;
}
.information-list li:nth-child(2n+2) a {
  background: #F6F6F6;
}
.information-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
  background: #FFFFFF;
}
.information-list li a:hover strong {
  color: #004EA2;
}
.information-list li a time {
  display: block;
  padding-left: 0.35rem;
  width: 2.04rem;
  box-sizing: border-box;
  color: #666666;
  font-size: 0.16rem;
}
.information-list li a strong {
  margin-right: 0.1rem;
  flex: 1;
  width: 0;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.4;
  font-family: "SourceHanSansSC-Medium";
  font-weight: normal;
  transition: 0.35s;
}
.information-list li a span {
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
  width: 1.16rem;
}
.basic-imgs {
  text-align: center;
}
.basic-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.mtop {
  height: 0.98rem;
}
.posite-boxs {
  background: #F7F7F7;
}
.posite-wraps {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.posite-wraps a {
  display: inline-block;
  color: #333333;
  font-size: 0.2rem;
}
.posite-wraps a:hover {
  color: #36CBC0;
}
.posite-wraps b {
  margin: 0 0.26rem;
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  transform: scale(0.6) rotate(-90deg);
}
.posite-wraps span {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
}
.search-wrap {
  padding: 0.8rem 0 0;
}
.search-form {
  margin: 20px auto;
  position: relative;
  width: 50%;
  max-width: 100%;
  border-bottom: 2px solid #004EA2;
}
.search-form .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.18rem;
  line-height: 0.58rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  color: #333;
  font-size: 0.16rem;
  width: 100%;
  outline: none;
}
.search-form .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search-form .sub {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  color: #004EA2;
  font-size: 0.24rem;
  background: #F9F9F9;
  font-weight: bold;
  transition: 0.4s;
}
.search-form .sub:hover {
  background: #004EA2;
  color: #fff;
}
.search-result {
  text-align: center;
  color: #999;
  font-size: 0.16rem;
}
.search-result b {
  font-weight: normal;
  color: #004EA2;
}
.search-list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.search-list li a {
  display: block;
  padding: 0.3rem;
  background: #F9F9F9;
}
.search-list li a:hover {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.search-list li a:hover .ells {
  color: #004EA2;
}
.search-list li .ells {
  margin-bottom: 0.1rem;
  color: #333;
  font-size: 0.18rem;
  height: 0.55rem;
  transition: 0.38s;
}
.search-list li .ells span {
  color: #004EA2;
}
.littles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.littles span {
  color: #999;
  font-size: 14px;
}
.littles time {
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.home-about {
  padding: 0.86rem 0 1.07rem;
  background-attachment: local;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrap .dynamic-title {
  text-align: center;
}
.about-wrap .dynamic-more {
  display: flex;
  justify-content: center;
}
.about-wrap .dynamic-more a {
  margin: auto;
}
.about-ins {
  margin: 0.48rem auto 0.82rem;
  max-width: 100%;
  width: 10.24rem;
  text-align: center;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.88;
}
.about-list {
  margin-top: 1.34rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.56rem;
}
.about-list li {
  position: relative;
  padding: 0.73rem 0 0.56rem;
  background: #fff;
  border-radius: 0.1rem;
  text-align: center;
}
.about-list li:hover {
  box-shadow: 0 0 20px rgba(38, 38, 38, 0.3);
  transition: 0.4s !important;
}
.about-list li:hover b img {
  transform: rotateY(360deg);
}
.about-list li:hover strong {
  color: #004EA2;
}
.about-list li b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -0.49rem;
  top: -0.49rem;
  width: 0.98rem;
  height: 0.98rem;
  background: #fff;
  border-radius: 50%;
}
.about-list li b img {
  height: 0.64rem;
  transition: all 0.6s;
}
.about-list li strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #3B3B3B;
  font-size: 0.32rem;
  line-height: 1.3;
  font-weight: normal;
  transition: 0.4s;
}
.about-list li p {
  position: relative;
  width: 3.43rem;
  margin: auto;
  max-width: 90%;
  text-align: center;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.2rem;
  min-height: 0.6rem;
}
.about-list li p:before {
  position: absolute;
  left: 50%;
  margin-left: -0.2rem;
  bottom: 0;
  content: "";
  width: 0.4rem;
  height: 1px;
  background: #247FC8;
}
