@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;
  height: 0.8rem;
  background: #fff;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.logo {
  display: block;
  line-height: 1;
  z-index: 4;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.62rem;
}
.header-info {
  display: flex;
  align-items: center;
}
.navs {
  display: flex;
  gap: 0 0.35rem;
}
.navs > li {
  position: relative;
}
.navs > li:hover a,
.navs > li.active a {
  color: #1C3564;
}
.navs > li:hover .menu-down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateY(0);
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #3D3D3D;
  font-size: 0.16rem;
  line-height: 0.8rem;
}
.menu-down {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  padding: 0.26rem 0.47rem 0.25rem 0.28rem;
  background: #fff;
  border-radius: 0.05rem;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  pointer-events: visible;
  transition: 0.38s;
}
.menu-down li {
  margin-bottom: 0.12rem;
}
.menu-down li:last-child {
  margin-bottom: 0;
}
.menu-down li a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #5C7184;
  font-size: 0.13rem;
  line-height: 0.2rem;
}
.menu-down li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1C3564;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.menu-down li a:hover,
.menu-down li a.active {
  color: #1C3564;
}
.menu-down li a:hover:before,
.menu-down li a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.search-btn {
  margin-left: 0.35rem;
  color: #1C3564;
  font-size: 0.18rem;
  cursor: pointer;
}
.mtop {
  height: 0.8rem;
}
.header-search {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  display: none;
}
.searchs {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.05rem;
  margin-top: -0.23rem;
  width: 6.1rem;
}
.searchs .text {
  box-sizing: border-box;
  padding-left: 0.48rem;
  width: 100%;
  height: 100%;
  border: 1px solid #8D8B8B;
  background: #fff;
  border-radius: 0.23rem;
  height: 0.45rem;
  color: #767676;
  font-size: 0.16rem;
  transition: 0.3s;
}
.searchs .text:focus {
  border-color: #1C3564;
}
.searchs .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.searchs .val {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  padding: 0 0.16rem;
  color: #1C3564;
  font-size: 0.16rem;
  line-height: 0.45rem;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}
.search-close {
  position: absolute;
  right: -0.3rem;
  top: 50%;
  margin-top: -0.09rem;
  cursor: pointer;
  color: #1C3564;
  font-size: 0.18rem;
  line-height: 1;
  transition: 0.35s;
}
.search-close:hover {
  transform: rotate(180deg);
}
.banner {
  position: relative;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  line-height: 1;
  bottom: 0.17rem;
  gap: 0 0.08rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.12rem;
  height: 0.12rem;
  transition: 0.3s;
  background: #D8D8D8;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1C3564;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 42.7%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio {
  padding: 1.4rem 0 1rem;
}
.common-title {
  display: block;
  text-align: center;
  color: #1C3564;
  font-size: 0.36rem;
  line-height: 1.1;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
}
.portfolio-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.38rem 0.36rem;
}
.portfolio-list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0.42rem 0.42rem;
  height: 3.45rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  box-shadow: 0 0.08rem 0.12rem rgba(0, 0, 0, 0.08);
}
.portfolio-list li a:hover .portfolio-info strong {
  color: #1C3564;
}
.portfolio-info {
  width: 5.28rem;
  max-width: 100%;
}
.portfolio-info strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1.1;
  color: #2A2A32;
  font-size: 0.22rem;
  font-weight: normal;
  font-family: "SourceHanSans-Medium";
}
.portfolio-info p {
  color: #2A2A32;
  font-size: 0.14rem;
  line-height: 0.26rem;
}
.portfolio-more {
  display: inline-flex;
  padding: 0 0.3rem;
  align-items: center;
  height: 0.64rem;
  border-radius: 0.32rem;
  background: #1C3564;
}
.portfolio-more span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
}
.portfolio-more i {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 0.13rem;
  color: #fff;
}
.about-bg {
  padding: 0.71rem 0 0.48rem;
  background: #1C3564;
  margin-top: 1rem;
}
.about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-imgs {
  width: 50.625%;
}
.about-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 77.31%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.17rem;
}
.about-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-infos {
  margin-right: 5.31%;
  width: 36.875%;
}
.about-text {
  margin-bottom: 0.24rem;
}
.about-text strong {
  display: block;
  color: #FFFFFF;
  font-size: 0.4rem;
  line-height: 0.64rem;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
}
.about-text p {
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.about-more a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.23rem;
  height: 0.54rem;
  background: #fff;
  border-radius: 0.08rem;
}
.about-more a:hover {
  background: #005FAF;
}
.about-more a:hover span,
.about-more a:hover i {
  color: #fff;
}
.about-more a span {
  display: inline-block;
  color: #1C3564;
  font-size: 0.16rem;
  font-family: "SourceHanSans-Bold";
  transition: 0.3s;
}
.about-more a i {
  display: inline-block;
  margin-left: 0.07rem;
  color: #1C3564;
  font-size: 0.12rem;
  font-style: normal;
  transition: 0.3s;
}
.subscribe {
  position: relative;
  z-index: 2;
  padding: 1.1rem 0 0.95rem;
}
.subscribe:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 5rem;
  background: #F4F4F4;
}
.subscribe-form {
  box-sizing: border-box;
  margin: auto;
  width: 7.96rem;
  max-width: 90%;
  padding: 0.5rem 0.4rem;
  margin-top: 0.9rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.25);
}
.subscribe-row {
  display: flex;
  gap: 0 0.08rem;
}
.subscribe-item {
  margin-bottom: 0.3rem;
  flex: 1;
}
.subscribe-item .text {
  padding: 0;
  border: none;
  border-bottom: 1px solid #1C3564;
  padding-bottom: 0.1rem;
  background: none;
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.2rem;
  color: #1c3564;
  transition: 0.3s;
}
.subscribe-item .text:focus {
  border-bottom-color: #005FAF;
}
.subscribe-item .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.subscribe-item .text::-webkit-input-placeholder {
  color: rgba(28, 53, 100, 0.5);
}
.subscribe-sub {
  margin-top: 0.3rem;
  text-align: center;
}
.subscribe-sub .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.4rem;
  border: none;
  color: #fff;
  font-size: 0.14rem;
  cursor: pointer;
  border-radius: 0.05rem;
  width: 100%;
  background: #1C3564;
}
.subscribe-select {
  position: relative;
}
.select-default {
  padding: 0 0.15rem 0 0.1rem;
  height: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #005FAF;
  border-radius: 0.05rem;
  cursor: pointer;
}
.select-default span {
  display: inline-block;
  color: #005FAF;
  font-size: 0.14rem;
}
.select-default i {
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  color: #005FAF;
  transform: scale(0.7);
}
.subscribe-hide {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 0;
  margin-top: -1px;
  z-index: 3;
  width: 100%;
  display: none;
}
.subscribe-li {
  padding: 0.15rem 0.1rem;
  border: 1px solid #005FAF;
  background: #fff;
  border-radius: 0.05rem;
}
.subscribe-li li {
  margin-bottom: 0.1rem;
}
.subscribe-li li:last-child {
  margin-bottom: 0;
}
.subscribe-li li span {
  display: inline-block;
  color: #005FAF;
  font-size: 0.14rem;
  line-height: 0.2rem;
  cursor: pointer;
}
.submit-success {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -2.32rem;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.32rem 0.24rem 0.24rem;
  width: 4.64rem;
  background: #fff;
  border-radius: 0.16rem;
  z-index: 99;
  box-shadow: 0 0.03rem 0.08rem rgba(0, 0, 0, 0.16);
}
.success-info {
  margin-bottom: 0.32rem;
}
.success-info strong {
  display: flex;
  align-items: center;
  margin-bottom: 0.16rem;
  color: #000000;
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: normal;
}
.success-info strong i {
  display: inline-block;
  margin-right: 0.16rem;
  color: #1C3564;
  font-size: 0.32rem;
}
.success-info p {
  color: #787878;
  font-size: 0.16rem;
  line-height: 1.4;
}
.submit-btn {
  display: flex;
  justify-content: flex-end;
}
.submit-btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  background: #1C3564;
  color: #fff;
  font-size: 0.16rem;
  cursor: pointer;
}
.footer {
  padding: 0.7rem 0 1.05rem;
  background: #F0F3F5;
}
.footer-logo {
  margin-bottom: 0.11rem;
  line-height: 1;
}
.footer-logo img {
  display: inline-flex;
  width: 0.75rem;
  height: auto;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-precision {
  width: 3.3rem;
}
.footer-precision strong {
  display: block;
  margin-bottom: 0.11rem;
  color: #5C7184;
  font-size: 0.18rem;
  line-height: 0.2rem;
  font-family: "SourceHanSans-Bold";
  font-weight: normal;
}
.footer-precision p {
  color: #5C7184;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.shares {
  display: flex;
  margin-top: 0.12rem;
}
.shares li {
  margin-right: 0.12rem;
  line-height: 1;
  transition: 0.3s;
}
.shares li:hover {
  transform: translateY(-0.05rem);
}
.shares li img {
  display: block;
  width: 0.43rem;
  height: auto;
}
.footer-right {
  display: flex;
  align-items: flex-start;
  gap: 0 0.9rem;
}
.footer-navs {
  display: block;
}
.footer-navs dt {
  display: block;
  margin-bottom: 0.16rem;
}
.footer-navs dt a {
  display: inline-block;
  color: #1D242A;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
}
.footer-navs dd {
  display: block;
}
.footer-navs dd p {
  margin-bottom: 0.12rem;
  max-width: 3.4rem;
}
.footer-navs dd p a {
  display: inline-flex;
  align-items: flex-start;
  color: #5C7184;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.footer-navs dd p a:hover {
  color: #005FAF;
}
.footer-navs dd p a:hover i {
  color: #005FAF;
}
.footer-navs dd p a i {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  color: #5C7184;
  font-size: 0.16rem;
  font-style: normal;
  transition: 0.28s;
}
.footer-navs dd p a span {
  display: block;
  flex: 1;
  transition: 0.28s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 42.7%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct {
  padding: 0.98rem 0 1.4rem;
}
.introduct-infos {
  margin-top: 0.65rem;
  color: #5C7184;
  font-size: 0.2rem;
  line-height: 0.34rem;
  text-indent: 0.4rem;
  text-align: justify;
}
.applicate-box {
  padding: 0.66rem 0;
  background: #1C3564;
}
.applicate-box .common-title {
  color: #fff;
}
.applicate-list {
  margin-top: 0.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.42rem 1.16rem;
}
.applicate-list li:hover figure img {
  transform: scale(1.08);
}
.applicate-list li figure {
  position: relative;
  display: block;
  padding-bottom: 57.21%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.applicate-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicate-list li figure img {
  transition: 0.68s;
}
.applicate-list li strong {
  display: block;
  margin-top: 0.12rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.28rem;
  font-family: "SourceHanSans-Medium";
  font-weight: normal;
  text-align: center;
}
.history {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  box-shadow: 0 0.08rem 0.12rem rgba(0, 0, 0, 0.08);
}
.histroy-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.52rem;
  box-sizing: border-box;
  width: 39.16%;
  height: 6.7rem;
  background: #1C3564;
}
.histroy-title .common-title {
  color: #fff;
}
.history-hide {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0.47rem 0;
  margin-left: 2rem;
  width: 5.6rem;
  position: relative;
}
.history-swiper {
  margin: 0;
  display: flex;
  height: 4.5rem;
}
.history-swiper.middles .swiper-wrapper {
  justify-content: center;
}
.history-swiper .swiper-wrapper {
  height: auto;
}
.history-prev {
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  z-index: 3;
  line-height: 1;
  color: #EAEAEA;
  font-size: 0.24rem;
  cursor: pointer;
  transition: 0.35s;
}
.history-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.history-prev:hover {
  color: #1C3564;
}
.history-prev.prev {
  top: 0;
}
.history-prev.next {
  bottom: 0;
}
.history-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
.history-slide strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #1D242A;
  font-size: 0.28rem;
  line-height: 0.32rem;
  font-weight: normal;
  font-family: "SourceHanSans-Bold";
}
.history-infos {
  color: #5C7184;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.history-infos p {
  position: relative;
  margin-bottom: 0.1rem;
  padding-left: 0.13rem;
}
.history-infos p:last-child {
  margin-bottom: 0;
}
.history-infos p:before {
  position: absolute;
  left: 0;
  top: 0.11rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #C0272D;
}
.global {
  padding: 1.36rem 0 0.74rem;
}
.global-tab {
  margin-top: 0.68rem;
}
.global-map {
  position: relative;
  width: 96%;
  margin: auto;
}
.global-map figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-map figure img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.global-item {
  display: none;
}
.global-item:first-child {
  display: block;
}
.global-dit {
  position: absolute;
  z-index: 3;
  left: 80.87%;
  top: 58%;
  display: flex;
  align-items: center;
  padding-left: 0.16rem;
}
.global-dit:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background: #C0272D;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.global-dit span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.1rem;
  padding-right: 0.05rem;
  height: 0.27rem;
  border: 2px solid #C0272D;
  border-radius: 0.07rem;
  color: #000000;
  font-size: 0.18rem;
  background: #fff;
  white-space: nowrap;
}
.global-btns {
  display: flex;
  justify-content: center;
  gap: 0 0.09rem;
  margin-top: 0.16rem;
}
.global-btns span {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0.14rem 0 0.07rem;
  height: 0.27rem;
  box-sizing: border-box;
  border-radius: 0.07rem;
  border: 2px solid #FF7300;
  color: #000000;
  font-size: 0.16rem;
  line-height: 1.1;
  cursor: pointer;
  transition: 0.3s;
}
.global-btns span:hover,
.global-btns span.active {
  color: #C0272D;
  border-color: #C0272D;
}
.global-btns span:hover:before,
.global-btns span.active:before {
  background: #C0272D;
}
.global-btns span:before {
  position: absolute;
  right: 0.06rem;
  top: 50%;
  margin-top: -0.025rem;
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  background: #FF7300;
  transition: 0.3s;
}
.product-titles {
  position: absolute;
  left: 50%;
  margin-left: -640px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.product-titles strong {
  display: block;
  position: relative;
  padding-left: 0.34rem;
  color: #1C3564;
  font-size: 0.64rem;
  line-height: 1.1;
  font-family: "SourceHanSans-Medium";
  font-weight: normal;
}
.product-titles strong:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.34rem;
  content: "";
  width: 0.18rem;
  height: 0.68rem;
  background: #1C3564;
  transition: 0s !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.product-menu {
  height: 0.66rem;
  border-bottom: 1px solid #D4D5DF;
  background: #F0F3F5;
}
.product-menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0 1.2rem;
}
.product-menu-list li {
  position: relative;
  z-index: 2;
}
.product-menu-list li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #1C3564;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.product-menu-list li:hover,
.product-menu-list li.active {
  color: #1C3564;
}
.product-menu-list li:hover:before,
.product-menu-list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.product-menu-list li:hover a,
.product-menu-list li.active a {
  color: #1C3564;
}
.product-menu-list li a {
  display: inline-block;
  position: relative;
  color: #8D8B8B;
  font-size: 0.18rem;
  line-height: 1;
}
.product {
  padding: 0.38rem 0 0;
}
.product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-btns {
  display: flex;
  gap: 0 0.18rem;
}
.product-btns a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.1rem;
  height: 0.29rem;
  color: #767676;
  font-size: 0.14rem;
  border: 1px solid #AEAEAE;
  border-radius: 0.06rem;
}
.product-btns a:hover,
.product-btns a:last-child {
  background: #1C3564;
  border-color: #1C3564;
  color: #fff;
}
.product-search {
  position: relative;
}
.product-search .text {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 0.08rem;
  width: 2.04rem;
  border: 1px solid #ADB6BD;
  background: #fff;
  color: #ADB6BD;
  font-size: 0.14rem;
  line-height: 0.2rem;
  height: 0.32rem;
  border-radius: 0.08rem;
}
.product-search .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.product-search .text::-webkit-input-placeholder {
  color: #ADB6BD;
}
.product-search .sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.32rem;
  line-height: 0.32rem;
  color: #1C3564;
  border: none;
  background: none;
  font-size: 0.18rem;
  cursor: pointer;
}
.product-search .sub:hover {
  font-weight: bold;
}
.product-tabs {
  margin-top: 0.14rem;
}
.product-tabs table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.product-tabs table thead tr th {
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 0.5rem;
  background: #1C3564;
  color: #fff;
  font-size: 0.14rem;
  font-weight: normal;
  font-family: "SourceHanSans-Medium";
  border-right: 1px solid #FFFFFF;
}
.product-tabs table thead tr th:hover i,
.product-tabs table thead tr th:focus i {
  transform: rotate(180deg) scale(0.6);
}
.product-tabs table thead tr th:hover .menu-downs,
.product-tabs table thead tr th:focus .menu-downs {
  display: block;
}
.product-tabs table thead tr th:first-child {
  width: 0.33rem;
}
.product-tabs table thead tr th .checks input[type="checkbox"]:checked + span {
  background: #fff;
  border-color: #fff;
}
.product-tabs table thead tr th i {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.12rem;
  transform: scale(0.6);
  transition: 0.3s;
}
.product-tabs table tbody tr:nth-child(2n+2) td {
  background: #F0F3F5;
}
.product-tabs table tbody tr td {
  border-right: 1px solid #D8D8D8;
  height: 0.5rem;
  color: #000000;
  font-size: 0.14rem;
  text-align: center;
}
.product-tabs table tbody tr td .check-item span {
  box-sizing: border-box;
  background: none;
  border: 2px solid #DFDFDF;
}
.product-tabs table tbody tr td .check-item span:before {
  background: url(../images/check2.svg) center no-repeat;
  background-size: cover;
}
.product-tabs table tbody tr td:last-child {
  border-right: none;
}
.product-tabs table tbody tr td .pdfs {
  display: inline-block;
  width: 0.15rem;
  height: 0.2rem;
  background: url(../images/pdfs.svg) center no-repeat;
  background-size: cover;
}
.menu-downs {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  background: #fff;
  white-space: nowrap;
  padding: 0.29rem 0 0.28rem 0.26rem;
  border-radius: 0.05rem;
  border: 1px solid #005FAF;
  min-width: 100%;
  box-sizing: border-box;
  display: none;
}
.menu-downs label {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-right: 0.3rem;
  text-align: left;
  flex-wrap: nowrap;
  color: #005FAF;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
}
.menu-downs label:last-child {
  margin-bottom: 0;
}
.menu-downs .checks {
  margin: 0;
  margin-right: 0.1rem;
}
.menu-downs .checks span {
  background: none;
  border: 0.02rem solid #DFDFDF;
  box-sizing: border-box;
}
.menu-downs .checks input[type="checkbox"]:checked + span {
  border-color: #005FAF !important;
}
.menu-downs .checks input[type="checkbox"]:checked + span:before {
  transform: scale(0.9);
}
.menu-hide {
  max-height: 1.1rem;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-hide::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  border-radius: 3px;
  background-color: transparent;
}
.menu-hide::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: transparent;
}
.menu-hide::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #D8D8D8;
}
.checks {
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
  margin: auto;
}
.checks span {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.checks span:before {
  position: absolute;
  left: 50%;
  margin-left: -0.035rem;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  width: 0.07rem;
  height: 0.06rem;
  background: url(../images/check1.svg) center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}
.checks input {
  position: absolute;
  margin: 0;
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.checks input[type="checkbox"]:checked + span {
  background: #1C3564;
  border-color: #1C3564;
}
.checks input[type="checkbox"]:checked + span:before {
  opacity: 1;
  transform: scale(1);
}
.back-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.35rem;
  line-height: 1;
}
.back-top span {
  display: inline-flex;
  align-items: center;
  color: #000000;
  font-size: 0.14rem;
  cursor: pointer;
  transition: 0.3s;
}
.back-top span:hover {
  color: #1C3564;
}
.back-top span:hover i {
  color: #1C3564;
}
.back-top span i {
  display: inline-block;
  margin-right: 0.06rem;
  font-style: normal;
  font-size: 0.12rem;
  color: #3D3D3D;
  transition: 0.3s;
}
.contacts {
  margin-top: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0.4rem;
  border: 1px solid #D4D5DF;
  border-radius: 0.3rem;
}
.contacts-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.1rem 0 0.14rem;
  width: 38%;
}
.contacts-tops strong {
  margin-bottom: 0.24rem;
  display: block;
  color: #2A2A32;
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: normal;
}
.contact-address p {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.18rem 0;
  padding-left: 0.34rem;
  color: #2A2A32;
  font-size: 0.14rem;
  line-height: 0.18rem;
  border-bottom: 1px solid #D4D5DF;
}
.contact-address p:hover {
  color: #1C3564;
}
.contact-address p:first-child {
  padding-top: 0;
  padding-bottom: 0.1rem;
}
.contact-address p:first-child i {
  top: 0;
}
.contact-address p:last-child {
  border-bottom: none;
}
.contact-address p:last-child i {
  left: 2px;
  font-size: 0.12rem;
}
.contact-address p i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.18rem;
  margin-right: 0.1rem;
  color: #1C3564;
  font-size: 0.24rem;
  font-style: normal;
}
.contact-share a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  border: 1px solid #1C3564;
  color: #2A2A32;
  font-size: 0.16rem;
  font-family: "SourceHanSans-Medium";
  border-radius: 0.25rem;
}
.contact-share a:hover {
  background: #1C3564;
  color: #fff;
}
.contact-share a:hover i {
  color: #fff;
}
.contact-share a i {
  display: inline-block;
  margin-right: 0.07rem;
  color: #2A2A32;
  font-size: 0.15rem;
}
.contact-imgs {
  width: 52.5%;
}
.contact-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 66.666%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.3rem;
}
.contact-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
