@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fontShow {
  background-image: -webkit-linear-gradient(top, #1671B1, #BFCFEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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: 100;
  transition: 0.4s;
}
.header.scrollHide {
  top: -1.5rem;
}
.header.scrolltops .header__wrap {
  padding: 0.14rem 11.875vw 0.14rem 6.1458vw;
  background: #F8F9FA;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header.scrolltops .logo img {
  height: 0.4rem;
}
.header.scrolltops .navs > li > a {
  color: #1A2530;
}
.header.scrolltops .navs > li:hover > a,
.header.scrolltops .navs > li.active > a {
  color: #1671B1;
}
.header.scrolltops .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header.scrolltops .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.innerbg .header__wrap {
  padding: 0.22rem 11.9792vw 0.22rem 6.0938vw;
  background: #F8F9FA;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.innerbg .navs > li > a {
  color: #1A2530;
}
.innerbg .navs > li:hover > a,
.innerbg .navs > li.active > a {
  color: #1671B1;
}
.innerbg .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.logo {
  line-height: 0;
  position: relative;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
  transition: 0.35s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.34rem 6.1458vw;
  padding-right: 11.875vw;
  transition: 0.3s;
}
.navs {
  display: flex;
  align-items: center;
}
.navs > li {
  margin-right: 0.56rem;
  position: relative;
  z-index: 2;
}
.navs > li:before {
  content: "";
  width: 0;
  height: 1px;
  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:last-child {
  margin-right: 0;
}
.navs > li > a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.banner {
  position: relative;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide.swiper-slide-active .btext small,
.banner-slide.swiper-slide-active .btext strong,
.banner-slide.swiper-slide-active .btext p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.banner-slide.swiper-slide-active .btext strong {
  transition-delay: 0.25s;
}
.banner-slide.swiper-slide-active .btext p {
  transition-delay: 0.5s;
}
.banner-slide a {
  display: block;
}
.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;
}
.btext {
  position: absolute;
  left: 6.0417vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 6rem;
}
.btext small {
  display: block;
  font-size: 5.2083vw;
  line-height: 1;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  background-image: -webkit-linear-gradient(top, #1671B1, #BFCFEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.btext strong {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #fff;
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "HarmonyOS_Sans_SC_Bold";
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.btext p {
  color: #fff;
  font-size: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.5s;
}
.mouse__down {
  position: absolute;
  right: 7.2396vw;
  bottom: 0.56rem;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  z-index: 3;
}
.mouse__down:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/static/addons/cms/images/mouse.png) center no-repeat;
  background-size: cover;
}
@keyframes mouseDonw {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(3px);
    opacity: 0.1;
  }
}
.mouse__wr {
  text-align: center;
}
.mouse__wr i {
  display: inline-block;
  font-size: 0.25rem;
  background-image: -webkit-linear-gradient(top, #1671B1, #BFCFEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.mouse__wr img {
  display: inline-block;
  width: auto;
  height: 0.25rem;
  line-height: 1;
  animation: mouseDonw 1s infinite linear alternate;
}
.mouse__wr p {
  margin-top: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.banner__numble {
  position: absolute;
  left: 6.0938vw;
  bottom: 4.8958vw;
  z-index: 3;
  display: flex;
  align-items: center;
}
.banner__numble b {
  display: inline-block;
  color: #AAD3FF;
  font-size: 14px;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
}
.banner__numble .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0.11rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.banner__numble .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 11.3542vw;
  height: 1px;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.banner__numble .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #AAD3FF;
  transition: 1s;
}
.banner__numble .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  right: 0;
  top: -2px;
  content: "";
  width: 1px;
  height: 5px;
  background: #BBDCFF;
  z-index: 2;
}
.banner__numble .swiper-pagination .swiper-pagination-bullet:last-child:after {
  display: none;
}
.banner__numble .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  transition: 3s;
}
.home__about {
  padding: 0.94rem 0 1rem;
  position: relative;
  z-index: 2;
}
.home__about:before {
  position: absolute;
  left: 39.9479vw;
  top: 0;
  z-index: -2;
  content: "";
  width: 27.5521vw;
  height: 21.8229vw;
  background: url(/static/addons/cms/images/about1.png) center no-repeat;
  background-size: cover;
}
.home__about:after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 12.8646vw;
  height: 21.8229vw;
  background: url(/static/addons/cms/images/about2.png) center bottom no-repeat;
  background-size: cover;
}
.home__about--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__about--left {
  width: 38.2%;
}
.about__ico {
  display: flex;
}
.about__ico li {
  margin-right: 0.26rem;
  text-align: center;
}
.about__ico li:hover b {
  transform: translateY(-6px);
}
.about__ico li b {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.94rem;
  height: 0.93rem;
  background: url(/static/addons/cms/images/aboutbg.png) center no-repeat;
  background-size: 100% auto;
  transition: 0.4s;
}
.about__ico li b img {
  display: inline-block;
  width: 0.3rem;
  height: auto;
}
.about__ico li p {
  margin-top: 0.18rem;
  line-height: 1.1;
  color: #686D72;
  font-size: 0.16rem;
}
.home__about--info {
  margin-top: 4.3229vw;
}
.home__about__title {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
  font-weight: normal;
}
.home__about--text {
  margin-top: 0.3rem;
  color: #686D72;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.about__more {
  margin-top: 0.4rem;
}
.about__more a {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.55rem;
  background: #DA251D;
  color: #fff;
  font-size: 0.15rem;
  transition: 0.4s;
}
.about__more a:hover {
  transform: rotate(45deg);
}
.home__about--imgs {
  position: relative;
  width: 42.77%;
}
.home__about--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 120.766%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.home__about--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__about--data {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  box-sizing: border-box;
  padding: 18.4375vw 2.6042vw 0.44rem;
  width: 100%;
  background: linear-gradient(to bottom, rgba(179, 218, 255, 0), #005ea2);
}
.home__about--data p {
  line-height: 1.2;
  color: #fff;
  font-size: 0.48rem;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  font-weight: lighter;
}
.home__about--data p b {
  font-weight: normal;
}
.home__about--data span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #fff;
}
.about__en {
  position: absolute;
  left: 23.2813vw;
  bottom: 0.72rem;
  line-height: 1.1;
  color: rgba(178, 189, 195, 0.2);
  font-size: 6.6667vw;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  text-transform: uppercase;
}
.product__center {
  padding: 1.05rem 0 0.6rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.product__tt {
  margin-bottom: 0.6rem;
}
.product__tt h3 {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #fff;
  font-size: 0.4rem;
  font-weight: 500;
}
.product__tt p {
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
}
.product__swiper .swiper-pagination {
  position: relative;
  margin-top: 0.6rem;
  bottom: auto;
  line-height: 1;
}
.product__swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.03rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.05rem;
  background: #C3CED6;
  opacity: 1;
  transition: 0.3s;
}
.product__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.22rem;
  background: #1671B1;
}
.product-slide {
  padding: 0.52rem 0;
  width: 3.54rem;
  background: #fff;
  text-align: center;
}
.product-slide:hover .product__imgs img {
  transform: scale(1.08);
}
.product__top strong {
  display: block;
  margin-bottom: 4px;
  line-height: 1.2;
  color: #27394C;
  font-size: 0.24rem;
  font-weight: 400;
}
.product__top small {
  display: block;
  line-height: 1.2;
  color: #686D72;
  font-size: 0.16rem;
}
.product__imgs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 14.5833vw;
}
.product__imgs img {
  max-width: 80%;
  max-height: 70%;
  display: inline-block;
  transition: 0.65s;
}
.product__btns {
  display: flex;
  justify-content: center;
}
.product__btns a {
  display: inline-block;
  margin-right: 0.14rem;
  width: 1.09rem;
  height: 0.42rem;
  border: 1px solid rgba(39, 57, 76, 0.5);
  text-align: center;
  line-height: 0.42rem;
  color: #27394C;
  font-size: 0.16rem;
  border-radius: 0.05rem;
}
.product__btns a:last-child {
  margin-right: 0;
}
.product__btns a:first-child,
.product__btns a:hover {
  background: #DA251D;
  color: #fff;
  border-color: #DA251D;
}
.application {
  padding: 1rem 0 1.2rem;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #DDE3EA, #FEFEFE, #CFDDEC);
}
.application:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 3.8rem;
  height: 4.48rem;
  background: url(/static/addons/cms/img/applicatebg.png) center no-repeat;
  background-size: cover;
}
.applicate__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.applicate__left {
  padding-top: 0.88rem;
  width: 39.56%;
}
.applicate__text strong {
  display: block;
  margin-bottom: 0.3rem;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 500;
}
.applicate__text p {
  color: #686D72;
  font-size: 0.2rem;
  line-height: 0.35rem;
}
.applicate__en {
  margin-top: 0.4rem;
  line-height: 1;
  color: rgba(178, 189, 195, 0.3);
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  font-size: 6.1667vw;
  white-space: nowrap;
  text-transform: uppercase;
}
.applicate__data {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.applicate__data--item {
  display: flex;
  align-items: center;
}
.numbles {
  display: flex;
  align-items: center;
  color: #DA251D;
  line-height: 1;
  font-size: 0.64rem;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  font-weight: normal;
}
.numbles b {
  font-weight: normal;
}
.applicate__in {
  margin-left: 0.1rem;
  padding-top: 0.14rem;
  position: relative;
}
.applicate__in:before,
.applicate__in:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #DA251D;
}
.applicate__in:after {
  right: 0.11rem;
}
.applicate__in strong {
  display: block;
  line-height: 1.2;
  color: #27394C;
  font-size: 0.2rem;
  font-weight: 500;
}
.applicate__in small {
  display: block;
  color: #B2BDC3;
  font-size: 12px;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.application__right {
  position: relative;
  width: 46.24%;
}
.application__right:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -56.89%;
  margin-top: -54.13%;
  content: "";
  width: 112.38%;
  height: 108.26%;
  background: url(/static/addons/cms/img/arlcel.png) center no-repeat;
  background-size: 100% 100%;
}
.application__img img {
  display: block;
  width: 100%;
  height: auto;
}
.applicate__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24.25%;
  margin-top: -24.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48.5%;
  height: 48.5%;
  border: 0.1rem solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
.applicate__logo img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.applicate__items {
  position: absolute;
  z-index: 3;
  text-align: center;
  box-sizing: border-box;
}
.applicate__items strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
}
.applicate__items small {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.applicate__items1 {
  padding-left: 10%;
  left: 0;
  top: 17.74%;
  width: 50%;
}
.applicate__items2 {
  padding-right: 10%;
  width: 50%;
  right: 0;
  top: 17.74%;
}
.applicate__items3 {
  padding-left: 10%;
  left: 0;
  bottom: 17.74%;
  width: 50%;
}
.applicate__items4 {
  padding-right: 10%;
  right: 0;
  bottom: 17.74%;
  width: 50%;
}
.news__dynaic {
  padding: 1.06rem 0 1.36rem;
}
.news__title {
  display: block;
  line-height: 1.1;
  color: #000000;
  font-size: 0.4rem;
  font-weight: 500;
}
.dynamic__wrap {
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dynamic__info {
  width: 47.026%;
}
.dynamic__info figure {
  position: relative;
  display: block;
  padding-bottom: 56.617%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.dynamic__info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic__info figure img {
  transition: 0.65s;
}
.dynamic__info:hover figure img {
  transform: scale(1.1);
}
.dynamic__info:hover .dynamic__texts strong {
  color: #1671B1;
}
.dynamic__info:hover .dynamic__texts i {
  background: #DA251D;
  color: #fff;
  border-color: #DA251D;
}
.dynamic__time {
  padding: 0.2rem 0;
  margin-bottom: 0.44rem;
  border-bottom: 1px solid #CEDBE5;
}
.dynamic__time time {
  display: block;
  line-height: 1.2;
  color: #1671B1;
  font-size: 0.16rem;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.dynamic__texts strong {
  display: block;
  margin-bottom: 0.15rem;
  line-height: 0.35rem;
  color: #1A2531;
  font-size: 0.24rem;
  font-weight: 500;
  transition: 0.4s;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.dynamic__texts p {
  color: #686D72;
  font-size: 0.16rem;
  line-height: 0.3rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dynamic__texts i {
  display: inline-block;
  margin-top: 0.21rem;
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #89949F;
  border-radius: 50%;
  text-align: center;
  line-height: 0.43rem;
  color: #89949F;
  font-size: 12px;
  font-style: normal;
  font-weight: lighter;
  transition: 0.4s;
}
.dynamic__list {
  width: 47.026%;
}
.dynamic__list li {
  border-top: 1px solid #CEDBE5;
}
.dynamic__list li a {
  display: flex;
  align-items: flex-start;
  padding: 0.4rem 0 0.56rem;
}
.dynamic__list li a:hover .dynamic__texts strong {
  color: #1671B1;
}
.dynamic__list li a:hover .dynamic__texts i {
  border-color: #DA251D;
  background: #DA251D;
  color: #fff;
}
.dynamic__list li a .dynamic__texts {
  width: 0;
  flex: 1;
}
.dynamic__tt {
  width: 12.5vw;
  color: #1671B1;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
  line-height: 1;
}
.footer {
  background: #EFF3F8;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
}
.footer__left {
  flex: 1;
  padding: 5.9896vw 0 3.9063vw;
}
.footer__navs {
  display: flex;
}
.footer__navs--item {
  width: 1.37rem;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.13rem;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #27394C;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.footer__navs--item dt a:hover {
  color: #1671B1;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p a {
  display: inline-block;
  line-height: 0.35rem;
  font-size: 14px;
  color: #686D72;
}
.footer__navs--item dd p a:hover {
  color: #1671B1;
}
.footer__copy {
  margin-top: 4.8958vw;
}
.footer__copy p,
.footer__copy a {
  color: #686D72;
  font-size: 14px;
  line-height: 25px;
}
.footer__add {
  padding: 0.5rem 0 5.2083vw 5.9896vw;
  position: relative;
  z-index: 2;
  border-left: 1px solid #CEDBE5;
}
.footer__add:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 20.2083vw;
  height: 11.8229vw;
  background: url(/static/addons/cms/images/footerbg.png) center no-repeat;
  background-size: cover;
}
.footer__logo {
  margin-bottom: 3.125vw;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.64rem;
}
.footer__eq {
  display: flex;
  align-items: flex-end;
}
.footer__eq figure {
  display: block;
  line-height: 1;
  width: 1.27rem;
}
.footer__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.eq__in {
  margin-left: 0.26rem;
  color: #686D72;
  font-size: 14px;
  line-height: 20px;
}
.footer__hotline {
  margin-top: 2.5vw;
}
.footer__hotline p {
  margin-bottom: 0.12rem;
  color: #27394C;
  font-size: 14px;
  line-height: 24px;
}
.footer__hotline b {
  color: #DA251D;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.footer__email {
  margin-top: 0.1rem;
  color: #686D72;
  font-size: 14px;
  line-height: 25px;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 20.8333%;
  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: 11.9792vw;
  top: 60%;
  transform: translateY(-50%);
  z-index: 3;
}
.ptext small {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1;
  font-size: 0.64rem;
  background-image: -webkit-linear-gradient(top, #1671B1, #BFCFEB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.ptext strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}
.leavl__menu {
  padding: 0 11.9792vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.75rem;
  background: #1671B1;
}
.leavl__menu--list {
  display: flex;
}
.leavl__menu--list li {
  position: relative;
  z-index: 3;
  margin-right: 0.35rem;
}
.leavl__menu--list li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leavl__menu--list li:hover,
.leavl__menu--list li.active {
  color: #fff;
}
.leavl__menu--list li:hover:before,
.leavl__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leavl__menu--list li:last-child {
  margin-right: 0;
}
.leavl__menu--list li a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
}
.posite {
  display: flex;
  align-items: center;
}
.posite span,
.posite a {
  display: inline-block;
  color: #fff;
  opacity: 0.5;
  font-size: 16px;
}
.posite a:hover {
  opacity: 1;
}
.posite img {
  display: inline-block;
  margin: 0 6px;
  width: 5px;
}
.introduct__box {
  padding: 0.76rem 0 1.54rem;
  position: relative;
  z-index: 2;
}
.introduct__box:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 18.3333vw;
  height: 17.8125vw;
  background: url(/static/addons/cms/images/aboufixs.png) center no-repeat;
  background-size: cover;
}
.introduct__box:before {
  position: absolute;
  right: 0;
  bottom: -13.4167vw;
  z-index: -1;
  content: "";
  width: 28.5938vw;
  height: 41.9792vw;
  background: url(/static/addons/cms/images/introducts.png) center no-repeat;
  background-size: cover;
}
.introduct__wrap {
  margin: auto;
  width: 1200px;
}
.introduct__logo {
  margin-bottom: 0.45rem;
  text-align: center;
}
.introduct__logo img {
  display: inline-block;
  max-height: 100%;
  height: 1.5rem;
}
.introduct__info {
  color: #686D72;
  font-size: 16px;
  line-height: 0.35rem;
  text-indent: 32px;
}
.introduct__info p img {
  margin-left: -32px;
}
.introduct__info img {
  width: auto;
  max-width: 100%;
}
.honor__box {
  padding: 0.64rem 11.9792vw 1.23rem;
}
.honor__title {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1;
  color: #000000;
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.nonor__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.nonor__list li {
  margin-right: 1.01333%;
  margin-bottom: 0.15rem;
  padding: 2.6042vw 2.8125vw;
  box-sizing: border-box;
  width: 24.24%;
  background: #F3F3F3;
}
.nonor__list li:nth-child(4n+4) {
  margin-right: 0;
}
.nonor__list li:hover figure img {
  transform: scale(1.06);
}
.nonor__list li figure {
  position: relative;
  height: 1.74rem;
  text-align: center;
}
.nonor__list li figure img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.58s;
}
.honor__text {
  margin-top: 0.33rem;
  padding: 0 0.22rem;
  position: relative;
  text-align: center;
}
.honor__text:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.21rem;
  content: "";
  width: 0.26rem;
  height: 0.42rem;
  background: url(/static/addons/cms/images/honor1.png) center no-repeat;
  background-size: cover;
}
.honor__text:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.21rem;
  content: "";
  width: 0.26rem;
  height: 0.42rem;
  background: url(/static/addons/cms/images/honor2.png) center no-repeat;
  background-size: cover;
}
.honor__text strong {
  display: block;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #1A2531;
  font-size: 16px;
  font-weight: 500;
}
.honor__text time {
  display: block;
  line-height: 1;
  color: #B2BDC3;
  font-size: 14px;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.page__list ul {
  display: flex;
  justify-content: center;
}
.page__list ul li {
  margin-right: 0.07rem;
}
.page__list ul li:last-child {
  margin-right: 0;
}
.page__list ul li a,
.page__list ul li span {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: center;
  background: #F8F9FA;
  border-radius: 0.05rem;
  color: #6E93B5;
  font-size: 0.16rem;
}
.page__list ul li a:hover,
.page__list ul li span {
  background: #1671B1;
  color: #fff;
}
.page__list ul li.disabled span {
  background: #F8F9FA;
  color: #6E93B5;
}
.download__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.download__list li {
  margin-right: 2.6%;
  margin-bottom: 0.4rem;
  position: relative;
  z-index: 2;
  padding: 0.28rem 0.3rem 0.34rem;
  box-sizing: border-box;
  width: 31.6%;
  border: 1px solid #DEE4EC;
  box-shadow: 0 4px 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  background: #fff;
}
.download__list li:before {
  position: absolute;
  left: 7.9167vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 16.6667vw;
  height: 11.9792vw;
  background: url(/static/addons/cms/images/download.png) center no-repeat;
  background-size: cover;
}
.download__list li:nth-child(3n+3) {
  margin-right: 0;
}
.download__list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.download__list li a:hover .download__imgs figure img {
  transform: scale(1.06);
}
.download__list li a:hover .download__info span {
  margin-top: 0.14rem;
  height: 0.34rem;
}
.download__info b {
  display: block;
  margin-bottom: 0.2rem;
  width: 0.35rem;
  height: 0.41rem;
  background: url(/static/addons/cms/images/pdf.png) center no-repeat;
  background-size: cover;
}
.download__info time,
.download__info small {
  display: block;
  color: #1671B1;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.download__info strong {
  display: block;
  color: #27394C;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-weight: normal;
}
.download__info span {
  display: block;
  margin-top: 0.14rem;
  margin-top: 0;
  width: 0.9rem;
  height: 0.34rem;
  height: 0;
  overflow: hidden;
  text-align: center;
  line-height: 0.34rem;
  background: #DA251D;
  border-radius: 0.05rem;
  color: #fff;
  font-size: 0.14rem;
  transition: 0.38s;
}
.download__imgs {
  width: 45%;
}
.download__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 136.21%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
  border: 1px solid #DEE4EC;
}
.download__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download__imgs figure img {
  transition: 0.68s;
}
.news__box {
  padding: 0.65rem 11.9792vw 1.24rem;
}
.news__info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.32rem 0.32rem;
  border: 1px solid #DEE4EC;
  background: #F8F9FA;
  box-shadow: 0 4px 0.1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
}
.news__info a:hover .news__imgs figure img {
  transform: scale(1.07);
}
.news__info a:hover .news__fixs strong {
  color: #1671B1;
}
.news__info a:hover .news__fixs span {
  background: #DA251D;
  color: #fff;
  border-color: #DA251D;
}
.news__imgs {
  width: 44.08%;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.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__fixs {
  flex: 1;
  padding: 0 5.3125vw 0 4.5833vw;
  width: 0;
}
.news__fixs time {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #1671B1;
  font-size: 0.4rem;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.news__fixs strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #1A2531;
  font-size: 0.24rem;
  line-height: 0.35rem;
  font-weight: 500;
  transition: 0.4s;
}
.news__fixs p {
  color: #686D72;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.news__fixs span {
  display: block;
  margin-top: 0.42rem;
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #89949F;
  border-radius: 50%;
  text-align: center;
  line-height: 0.43rem;
  color: #89949F;
  font-size: 12px;
  font-weight: lighter;
  transition: 0.4s;
}
.news__list {
  margin-bottom: 0.64rem;
}
.news__list li {
  border-bottom: 1px solid #CEDBE5;
}
.news__list li a {
  display: flex;
  align-items: flex-start;
  padding: 3.125vw 0 2.2917vw;
}
.news__list li a:hover .news__images figure img {
  transform: scale(1.08);
}
.news__list li a:hover .dynamic__texts strong {
  color: #1671B1;
}
.news__list li a:hover .dynamic__texts i {
  background: #DA251D;
  border-color: #DA251D;
  color: #fff;
}
.news__list li a time {
  display: block;
  line-height: 1.4;
  color: #1671B1;
  font-size: 0.4rem;
  width: 15.625vw;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.news__list li a .dynamic__texts {
  flex: 1;
  margin-left: 4.1667vw;
  padding-right: 3.6458vw;
  width: 0;
}
.news__list li a .dynamic__texts strong {
  font-size: 0.24rem;
}
.news__list li a .dynamic__texts p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news__images {
  width: 3.45rem;
  line-height: 1;
}
.news__images figure {
  position: relative;
  display: block;
  padding-bottom: 60.869%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.1rem;
}
.news__images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__images figure img {
  transition: 0.68s;
}
.news__view {
  margin: auto;
  margin-top: 1.1rem;
  padding: 0.82rem 0 0.9rem;
  position: relative;
  width: 1150px;
}
.news__tops {
  padding-bottom: 0.34rem;
  position: relative;
  border-bottom: 1px solid #CEDBE5;
}
.news__tops strong {
  display: block;
  margin-bottom: 0.18rem;
  width: 8rem;
  color: #1A2530;
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-weight: 500;
}
.news__tops p {
  color: #686D72;
  font-size: 14px;
  line-height: 1.8;
}
.news__tops time {
  display: block;
  position: absolute;
  right: 0;
  top: 0.35rem;
  color: #1671B1;
  font-size: 0.4rem;
  font-weight: normal;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.news__content {
  padding: 0.27rem 0 7.2917vw;
  color: #1A2531;
  font-size: 16px;
}
.news__content img {
  width: auto;
  max-width: 100%;
}
.news__pages {
  border-top: 1px solid #CEDBE5;
}
.news__pages a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.26rem 0;
}
.news__pages a:hover i {
  background: #DA251D;
  color: #fff;
}
.news__pages a p {
  margin-right: 0.12rem;
  color: #333333;
  font-size: 0.18rem;
  width: 0;
  flex: 1;
}
.news__pages a i {
  width: 0.42rem;
  height: 0.42rem;
  text-align: center;
  line-height: 0.42rem;
  color: #fff;
  background: #D9D9D9;
  font-size: 12px;
  border-radius: 50%;
  transition: 0.35s;
}
.news__pages a i em {
  display: block;
  transform: scale(0.5);
  transition: 0.35s;
}
.news__shares {
  position: absolute;
  right: 50%;
  margin-right: 575px;
  transform: translateX(-6.7708vw);
  top: 0.82rem;
  z-index: 3;
}
.news__shares.flexs {
  position: fixed;
}
.news__shares a {
  display: block;
  margin-bottom: 0.07rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #E2E6EE;
  background: #F8F9FA;
  text-align: center;
  line-height: 0.48rem;
  color: #728CB9;
  font-size: 0.18rem;
  border-radius: 50%;
}
.news__shares a:hover {
  background: #1671B1;
  border-color: #1671B1;
  color: #fff;
}
.contact__box {
  display: flex;
  justify-content: space-between;
}
.contact__left {
  flex: 1;
  padding: 5.2083vw 11.9792vw 0.4rem 11.9792vw;
  position: relative;
  z-index: 2;
  width: 0;
}
.contact__left .honor__title {
  margin-bottom: 0.6rem;
}
.contact__left:before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 33.4896vw;
  height: 22.3958vw;
  background: url(/static/addons/cms/images/contacts.png) center no-repeat;
  background-size: cover;
}
.contact__address {
  flex: 1;
}
.contact__address li {
  margin-bottom: 1.875vw;
  display: flex;
  align-items: flex-start;
}
.contact__address li b {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  background: linear-gradient(to bottom, #1671B1, #BFCFEBD9);
  font-weight: normal;
}
.contact__fixs {
  flex: 1;
  margin-left: 0.32rem;
  width: 0;
}
.contact__fixs span {
  display: block;
  margin-bottom: 0.05rem;
  color: #27394C;
  font-size: 0.16rem;
  line-height: 1.1;
}
.contact__fixs p {
  color: #838383;
  font-size: 0.16rem;
}
.tels {
  color: #1671B1;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-weight: normal;
  font-family: tahoma,"BaiJamjuree-Bold"; font-weight: bold;
}
.contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact__eq {
  margin-top: 0.45rem;
  text-align: center;
}
.contact__eq figure {
  display: block;
  margin: auto;
  margin-bottom: 0.2rem;
  line-height: 1;
  width: 1.27rem;
}
.contact__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.contact__eq p {
  color: #686D72;
  font-size: 14px;
  line-height: 20px;
}
.map {
  width: 37.8125vw;
  height: 41.6667vw;
}
.bm_bottomLeftOverlay {
  display: none !important;
}
.product__box {
  padding: 0.88rem 11.9792vw 7.8125vw;
  display: flex;
}
.product__class {
  width: 2.2rem;
}
.product__classtt {
  padding: 0.34rem 0 0.2rem;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.2;
  background: #1671B1 url(../images/probg.png) 104% 10% no-repeat;
  background-size: 70% auto;
  text-align: center;
  overflow: hidden;
}
.product__items {
  margin-top: -1px;
  border: 1px solid #D3DCE7;
}
.product__items.active .product__name,
.product__items:hover .product__name {
  background: #364B5A;
}
.product__items.active .product__name a span,
.product__items:hover .product__name a span {
  color: #fff;
  font-size: 700;
}
.product__items.active .product__name a .arrow,
.product__items:hover .product__name a .arrow {
  color: #fff;
}
.product__items.active .product__name a .more:before,
.product__items:hover .product__name a .more:before,
.product__items.active .product__name a .more:after,
.product__items:hover .product__name a .more:after {
  background: #fff;
}
.product__items.active .product__li {
  display: block;
}
.product__items.active .product__name a .more:after {
  transform: translateY(5px);
  opacity: 0;
}
.product__name a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.13rem;
  height: 0.6rem;
}
.product__name a span {
  display: block;
  color: #000000;
  font-size: 0.16rem;
  transition: 0.3s;
}
.product__name a .arrow {
  display: inline-block;
  color: #B2BDC3;
  font-size: 0.12rem;
  line-height: 1;
  font-style: normal;
  transition: 0.3s;
}
.product__name a .more {
  display: block;
  position: relative;
  width: 0.09rem;
  height: 0.09rem;
}
.product__name a .more:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #B2BDC3;
  border-radius: 2px;
  transition: 0.3s;
}
.product__name a .more:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  content: "";
  width: 2px;
  height: 100%;
  background: #B2BDC3;
  border-radius: 2px;
  transition: 0.3s;
}
.product__li {
  padding: 0 0.13rem 0.1rem;
  margin-top: -0.1rem;
  background: #364B5A;
  display: none;
}
.product__li li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.14rem;
  line-height: 2;
}
.product__li li a i {
  display: inline-block;
  color: #B2BDC3;
  font-size: 0.12rem;
}
.product__fxs {
  flex: 1;
  margin-left: 0.18rem;
  width: 0;
}
.product__fxs table {
  width: 100%;
  border-collapse: collapse;
}
.product__fxs table thead tr th {
  height: 0.73rem;
  background: #EFF1F3;
  border: 1px solid #DEE4EC;
  text-align: center;
  color: #27394C;
  font-size: 0.16rem;
  font-weight: normal;
}
.product__fxs table thead tr th:first-child {
  width: 1.86rem;
}
.product__fxs table .tbody tr:first-child td {
  background: #8C9EB1;
}
.product__fxs table tbody tr td {
  border: 1px solid #DEE4EC;
  padding: 0.1rem;
  color: #000;
  font-size: 0.16rem;
  text-align: center;
  line-height: 1.2;
}
.product__fxs table tbody tr td:first-child {
  padding: 0;
}
.product__fxs table tbody.tbody tr td {
  padding: 0;
}
.model__tt {
  padding: 0.1rem;
  padding-left: 1.0417vw;
  text-align: left;
  min-width: 1.53rem;
  box-sizing: border-box;
}
.filter__item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.12rem;
  min-width: 1.5rem;
  height: 0.38rem;
}
.filter__item:last-child {
  background: linear-gradient(to right, #1671B1, #DCECF8D9);
}
.filter__item:last-child span {
  color: #27394C;
}
.filter__item:last-child b {
  display: block;
  position: absolute;
  right: 0.18rem;
  top: 50%;
  margin-top: -0.08rem;
  width: 0.16rem;
  height: 0.16rem;
  background: #DA251D;
  line-height: 0.16rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  font-weight: normal;
  border-radius: 50%;
}
.filter__item span {
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
}
.filter__item i {
  display: inline-block;
  margin-right: 0.08rem;
  color: #FFFFFF;
  font-size: 0.12rem;
  font-style: normal;
}
.filter__data {
  padding: 0.09rem 0.18rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filter__data b,
.filter__data .num {
  display: block;
  width: auto;
  padding: 0;
  height: 0.21rem;
  line-height: 0.21rem;
  width: 0.8rem;
  background: #fff;
  color: #27394C;
  font-size: 0.14rem;
  font-weight: normal;
  text-align: center;
  border: none;
}
.filter__data i {
  display: inline-block;
  margin: 3px 0;
  width: 5px;
  height: 10px;
  background: url(/static/addons/cms/images/arrow3.png) center no-repeat;
  background-size: cover;
}
.filter__data1 {
  display: block;
}
.model {
  min-height: 0.68rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.model label {
  display: flex;
  align-items: center;
  height: 100%;
}
.model .cheks {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 3;
  margin: 0;
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #DEE4EC;
}
.model__name {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0.12rem;
}
.model__name i {
  display: inline-block;
  margin-right: 3px;
  width: 0.19rem;
  height: 0.2rem;
  background: url(/static/addons/cms/images/pdf1.png) center no-repeat;
  background-size: cover;
}
.model__name span {
  display: block;
  color: #27394C;
  font-size: 0.14rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
}
.product__box1s {
  display: block;
}
.product__posites {
  padding-bottom: 0.3rem;
  position: relative;
  z-index: 3;
  width: 100%;
}
.product__posites:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #1671B1, #FFFFFFD9);
}
.product__posites .posite span,
.product__posites .posite a {
  color: #686D72;
  opacity: 1;
}
.product__posites .posite span:last-child {
  color: #1671B1;
}
.ability {
  margin-top: 0.28rem;
}
.ability table {
  width: 100%;
  border-collapse: collapse;
}
.ability table thead tr th {
  border: 1px solid #DDDDDD;
}
.ability table thead tr th:first-child {
  width: 2.17rem;
}
.ability table thead tr th .product__classtt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 0.32rem;
  height: 1.1rem;
  font-weight: normal;
}
.ability table thead tr th .model .model__name {
  padding: 0 0.26rem;
  display: block;
  text-align: left;
}
.ability table tbody tr td {
  color: #27394C;
  font-size: 0.16rem;
  border: 1px solid #DDDDDD;
  height: 0.82rem;
  text-align: center;
}
.ability table tbody tr td:first-child {
  padding: 0 0.3rem;
  background: #27394C;
  font-weight: 700;
  background: #F9F9F9;
  text-align: left;
}
.ability table tbody tr td .model__tt {
  width: auto;
  max-width: none;
}
