@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: 100;
  background: #fff;
}
.header__wrap {
  padding: 0.24rem 5.2083vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.4s;
}
.logo img {
  display: block;
  width: auto;
  height: 0.4rem;
}
.navs {
  display: flex;
  align-items: center;
}
.navs > li {
  position: relative;
  z-index: 2;
  margin-right: 3.125vw;
}
.navs > li:before {
  content: "";
  width: 0;
  height: 2px;
  background: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs > li:hover,
.navs > li.active {
  color: #333333;
}
.navs > li:hover:before,
.navs > li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs > li:last-child {
  margin-right: 0;
}
.navs > li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(-50%) translateY(0);
}
.navs > li > a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.navs > li > a i {
  display: none;
  color: #000;
  transition: 0.16rem;
  transition: 0.3s;
}
.navs__menu {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 0.16rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(20px);
  transition: 0.4s;
  pointer-events: none;
}
.navs__menu--list {
  padding: 0.16rem 0.26rem;
  border-radius: 0.1rem;
  background: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.1);
}
.navs__menu--list li {
  margin-bottom: 0.06rem;
  text-align: center;
}
.navs__menu--list li:last-child {
  margin-bottom: 0;
}
.navs__menu--list li a {
  display: inline-block;
  white-space: nowrap;
  color: #666;
  font-size: 0.16rem;
}
.navs__menu--list li a:hover {
  color: #0A318F;
}
.header__search {
  position: relative;
}
.header__search span {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
  color: #fff;
  font-size: 0.16rem;
  background: #0A318F;
  transition: 0.3s;
}
.header__search:hover .search__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.search__down {
  position: absolute;
  right: -0.4rem;
  top: 100%;
  padding-top: 0.12rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s;
}
.search__down .text {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 1.8rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #000;
  border-radius: 0.2rem;
  background: #fff;
  border: none;
  font-size: 0.16rem;
}
.search__down .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.search__down .sub {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.16rem;
  z-index: 3;
  line-height: 0.4rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: #000;
  transition: 0.4s;
  font-size: 0.18rem;
}
.search__down .sub:hover {
  color: #E60013;
}
.banner__box {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
}
.btext:before {
  position: absolute;
  left: 0.15rem;
  top: -0.15rem;
  z-index: -1;
  content: "";
  width: 0.74rem;
  height: 0.74rem;
  background: url(../images/ellipse.png) center no-repeat;
  background-size: cover;
}
.btext strong {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-weight: normal;
  font-size: 0.54rem;
}
.btext strong:nth-child(2) {
  font-weight: 700;
}
.mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.36rem;
  z-index: 10;
}
.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: 0.06rem;
  content: "";
  width: 2px;
  height: 0.07rem;
  background: #fff;
  animation: mouseDown 1.2s infinite alternate;
}
.mouse p {
  margin-top: 0.12rem;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
}
.banner__bg {
  position: absolute;
  left: 50%;
  margin-left: -1.83rem;
  bottom: 0;
  z-index: 3;
  width: 3.66rem;
  height: 1.26rem;
}
.banner__bg .box1 {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 2.28rem;
  height: 2.12rem;
  background: url(../images/bannerbg1.png) center no-repeat;
  background-size: cover;
  animation: rolate1 10s infinite linear;
}
.banner__bg .box2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.72rem;
  height: 2.28rem;
  background: url(../images/bannerbg2.png) center no-repeat;
  background-size: cover;
  animation: rolate2 14s infinite linear;
}
@keyframes mouseDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0.2;
    transform: translateY(7px);
  }
}
@keyframes rolate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rolate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg) translateX(-0.4rem);
  }
}
.home__news {
  padding: 0.75rem 0 0.8rem;
}
.common__title {
  text-align: center;
}
.common__title strong {
  display: flex;
  justify-content: center;
  line-height: 1.2;
  color: #000;
  font-size: 0.4rem;
  font-weight: 500;
}
.home__news--btn {
  margin: auto;
  margin-top: 0.32rem;
  margin-bottom: 0.45rem;
  border-bottom: 1px solid #DFDFDF;
  width: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__news--btn span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0.22rem 0.18rem;
  margin-right: 2px;
  color: #666666;
  font-size: 0.18rem;
  cursor: pointer;
  line-height: 1.2;
  transition: 0.4s;
}
.home__news--btn span:before {
  content: "";
  width: 0;
  height: 3px;
  background: #E60013;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.home__news--btn span:hover,
.home__news--btn span.active {
  color: #E60013;
}
.home__news--btn span:hover:before,
.home__news--btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.home__news--btn span:before {
  bottom: -1px;
}
.home__news--btn span:last-child {
  margin-right: 0;
}
.home__news--btn span:last-child:after {
  display: none;
}
.home__news--btn span.active {
  font-weight: 700;
}
.home__news--btn span:after {
  position: absolute;
  right: -2px;
  top: 0.07rem;
  content: "";
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 50%;
}
.news__tabs--item {
  display: none;
}
.news__tabs--item:first-child {
  display: block;
}
.news__tabs--wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news__tab--left {
  position: relative;
  width: 48.75%;
}
.news__tab--left:hover figure img {
  transform: scale(1.06);
}
.news__tab--left figure {
  position: relative;
  display: block;
  padding-bottom: 56.98%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__tab--left figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__tab--left figure img {
  transition: 0.68s;
}
.news__fix {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.88rem 0.5rem 0.26rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
  background: linear-gradient(0deg, #0A318F 0%, rgba(10, 49, 143, 0) 100%);
}
.news__fix time {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.news__fix strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__tab--right {
  width: 48.75%;
}
.news__tab--info {
  margin-top: -0.24rem;
  position: relative;
  z-index: 2;
  display: none;
}
.news__tab--info a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F1F5F9;
}
.news__tab--info a:hover .news__tab--imgs figure img {
  transform: scale(1.1);
}
.news__tab--info a:hover .news__tab--fixs strong {
  color: #0A318F;
}
.news__tab--imgs {
  width: 40.855%;
  line-height: 1;
}
.news__tab--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 60.069%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__tab--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__tab--imgs figure img {
  transition: 0.6s;
}
.news__tab--fixs {
  flex: 1;
  padding-left: 0.2rem;
  width: 0;
}
.news__tab--fixs strong {
  display: block;
  margin-bottom: 0.14rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
  font-weight: 500;
  transition: 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__tab--fixs p {
  color: #666666;
  font-size: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__tab--fixs span {
  display: inline-flex;
  align-items: center;
  margin-top: 0.22rem;
  color: #0A318F;
  font-size: 0.16rem;
}
.news__tab--fixs span i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.11rem;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
  background: #0A318F;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}
.news__tab--fixs span i em {
  display: inline-block;
  font-style: normal;
  transform: scale(0.7);
}
.news__tab--list li {
  margin-bottom: 0.94vw;
}
.news__tab--list li:first-child .news__tab--info {
  display: block;
}
.news__tab--list li .news__tabs--top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__tab--list li .news__tabs--top a:hover p {
  color: #0A318F;
}
.news__tab--list li .news__tabs--top a:hover p i {
  color: #0A318F;
}
.news__tab--list li .news__tabs--top a p {
  display: flex;
  align-items: center;
  flex: 1;
  width: 0;
  color: #616161;
  font-size: 0.16rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news__tab--list li .news__tabs--top a p i {
  margin-right: 0.83vw;
  color: #B1B1B1;
  font-size: 12px;
  font-style: normal;
  transition: 0.4s;
  font-weight: bold;
}
.news__tab--list li .news__tabs--top a time {
  display: block;
  line-height: 1.2;
  color: #ACADB0;
  font-size: 0.16rem;
}
.classic-cases {
  padding: 0.8rem 0 0.32rem;
  text-align: center;
}
.classic__btn {
  margin: auto;
  margin-top: 0.32rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.55rem;
  border-bottom: 1px solid #DFDFDF;
}
.classic__btn--list {
  display: flex;
  align-items: center;
}
.classic__btn--list li {
  margin-right: 0.44rem;
  position: relative;
  z-index: 2;
  padding-bottom: 0.16rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8;
  cursor: pointer;
  transition: 0.4s;
}
.classic__btn--list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #E60013;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.classic__btn--list li:hover,
.classic__btn--list li.active {
  color: #E60013;
}
.classic__btn--list li:hover:before,
.classic__btn--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.classic__btn--list li.active {
  font-weight: bold;
}
.classic__btn--list li:before {
  bottom: -1px;
}
.classic__btn--list li:after {
  position: absolute;
  right: -0.22rem;
  margin-right: -3px;
  top: 0.13rem;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D9D9D9;
}
.cases__more a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #666666;
  font-size: 0.18rem;
  padding-bottom: 0.16rem;
}
.cases__more a:before {
  content: "";
  width: 0;
  height: 3px;
  background: #E60013;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.cases__more a:hover,
.cases__more a.active {
  color: #E60013;
}
.cases__more a:hover:before,
.cases__more a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cases__more a:before {
  bottom: -1px;
}
.classic__tab {
  margin-top: 0.45rem;
}
.classic__tab--item {
  display: none;
}
.classic__tab--item:first-child {
  display: block;
}
.classic__swiper {
  padding-bottom: 0.92rem;
}
.classic__swiper .swiper-pagination-line {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: auto;
  bottom: 0.23rem;
  width: 1440px;
  height: 1px;
}
.classic__swiper .swiper-pagination-line .swiper-pagination {
  width: 100%;
  height: 1px;
  background: #E0E0E0;
  z-index: -1;
}
.classic__swiper .swiper-pagination-line .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #E60013;
}
.classic__swiper .swiper-pagination-line .swiperbtns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10.5729vw;
  bottom: -0.23rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #E60013;
  transition: 0.5s;
}
.classic__swiper .swiper-pagination-line .swiperbtns svg {
  cursor: pointer;
}
.classic-slide {
  width: 33.333%;
}
.classic__items {
  position: relative;
  margin-bottom: 0.73vw;
  overflow: hidden;
}
.classic__items:hover figure img {
  transform: scale(1.08);
}
.classic__items:hover .classic__text:before {
  opacity: 0;
  visibility: hidden;
}
.classic__items:hover .classic__text:after {
  bottom: 0;
}
.classic__items:hover .classic__text i {
  right: 0;
  opacity: 0;
  transform: scale(0);
}
.classic__items figure {
  position: relative;
  display: block;
  padding-bottom: 46.129%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.classic__items figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classic__items figure img {
  transition: 0.58s;
}
.classic__text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  box-sizing: border-box;
  padding: 0.2rem 1rem 0.2rem 0.34rem;
  width: 100%;
  text-align: left;
}
.classic__text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
}
.classic__text:after {
  position: absolute;
  left: 0;
  bottom: -1.51rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1.51rem;
  background: url(../images/classcbg.png) center top no-repeat;
  background-size: cover;
  transition: 0.5s;
}
.classic__text strong {
  display: block;
  margin-bottom: 4px;
  line-height: 1.2;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 500;
}
.classic__text p {
  color: #fff;
  font-size: rgba(255, 255, 255, 0.74);
  font-size: 0.16rem;
}
.classic__text i {
  display: block;
  position: absolute;
  right: 0.34rem;
  bottom: 0.28rem;
  z-index: 2;
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
  font-size: 12px;
  transition: 0.4s;
}
.classic__vertical figure {
  padding-bottom: 94.2122%;
}
.business__area {
  position: relative;
  overflow: hidden;
}
.business__title {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 1rem;
  z-index: 2;
}
.business__title strong {
  color: #fff;
}
.business-slide {
  position: relative;
}
.business-slide.swiper-slide-active figure img {
  transform: scale(1);
  transition: 4s;
}
.business-slide.swiper-slide-active .business__text strong,
.business-slide.swiper-slide-active .business__text p,
.business-slide.swiper-slide-active .business__text .common__btns {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.business-slide.swiper-slide-active .business__text p {
  transition-delay: 0.65s;
}
.business-slide.swiper-slide-active .business__text .common__btns {
  transition-delay: 0.8s;
}
.business-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  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-slide figure img {
  transform: scale(1.1);
  transition: 1s 1s;
}
.business__text {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  transform: translateY(-50%);
  width: 1440px;
  text-align: center;
}
.business__text strong {
  display: block;
  margin-bottom: 0.26rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.5s;
}
.business__text p {
  margin: auto;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.18rem;
  line-height: 2;
  height: 0.72rem;
  width: 6.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.5s;
}
.business__text .common__btns {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.68s 0.5s;
}
.business__text .common__btns a {
  margin: auto;
}
.common__btns a {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  box-sizing: border-box;
  width: 1.62rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  background: #fff;
}
.common__btns a:hover span {
  color: #fff;
  transition-delay: 0.15s;
}
.common__btns a:hover:before {
  -webkit-clip-path: inset(0 round 4.25rem);
  clip-path: inset(0 round 4.25rem);
}
.common__btns a:before {
  content: "";
  background: #E60013;
  border-radius: 9999px;
  bottom: -1px;
  box-sizing: border-box;
  clip-path: inset(0.08rem 0.2rem 0.08rem calc(100% - 0.57rem) round 2.25rem);
  left: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.4s, clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.common__btns a span {
  display: inline-block;
  color: #E60013;
  font-size: 0.16rem;
  font-weight: 400;
  transition: 0.3s;
}
.common__btns a i {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 0.34rem;
  height: 0.34rem;
  text-align: center;
  line-height: 0.34rem;
  border-radius: 50%;
}
.business__list {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
}
.business__li {
  display: flex;
  align-items: flex-end;
}
.business__li li {
  margin-right: 2px;
  flex: 1;
  padding: 0.2rem 0;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.business__li li.active,
.business__li li:hover {
  padding: 0.32rem 0;
  background: #0A318F;
  flex: 1.1;
}
.business__li li:last-child {
  margin-right: 0;
}
.business__li li b {
  display: block;
  margin: auto;
  position: relative;
  width: 0.42rem;
  height: 0.46rem;
}
.business__li li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.business__li li p {
  margin-top: 2px;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.achievement {
  padding: 0.72rem 0 1.04rem;
  background: #F7F7F7;
}
.achievement__info {
  margin-top: 0.45rem;
}
.achievement__info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem 0;
  background: #fff;
}
.achievement__info a:hover .achievement__imgs figure img {
  transform: scale(1.04);
}
.achievement__info a:hover .achievement__fix strong {
  color: #E60013;
}
.achievement__imgs {
  margin-left: 0.1rem;
  width: 48.125%;
}
.achievement__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 61.9%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.achievement__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.achievement__imgs figure img {
  transition: 0.68s;
}
.achievement__fix {
  flex: 1;
  padding: 0 3.3854vw 0 3.75vw;
  width: 0;
}
.achievement__fix span {
  display: block;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  color: #E60013;
  font-size: 0.2rem;
  font-weight: 500;
}
.achievement__fix strong {
  display: block;
  color: #000000;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.achievement__fix p {
  margin-top: 2.1875vw;
  border-top: 1px solid #E0E0E0;
  padding-top: 2.2917vw;
  color: #666666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.achievement__fix i {
  display: block;
  margin-top: 2.5vw;
  width: 0.37rem;
  height: 0.37rem;
  text-align: center;
  line-height: 0.37rem;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 0.16rem;
  background: #E60013;
}
.achievement__list {
  margin-top: 0.32rem;
  display: flex;
  flex-wrap: wrap;
}
.achievement__list li {
  margin-right: 2.1333%;
  width: 23.4%;
}
.achievement__list li:nth-child(4n+4) {
  margin-right: 0;
}
.achievement__list li a {
  display: block;
  position: relative;
  height: 2.44rem;
  box-sizing: border-box;
  padding: 0.45rem 0.34rem 0.71rem;
  border-bottom: 0.06rem solid #0A318F;
  background: #fff url(../img/achievementbg.png) center no-repeat;
  background-size: cover;
  transition: 0.5s;
  overflow: hidden;
}
.achievement__list li a:hover {
  background: #0A318F url(../img/achievementbg1.png) right center no-repeat;
}
.achievement__list li a:hover strong {
  margin-top: -0.9rem;
  opacity: 0;
}
.achievement__list li a:hover p {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.achievement__list li a:hover span {
  background: #FFFFFF;
  color: #0A318F;
}
.achievement__list li a strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.5;
  color: #000000;
  font-size: 0.2rem;
  font-weight: 500;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.achievement__list li a p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.88;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.achievement__list li a span {
  display: block;
  position: absolute;
  left: 0.34rem;
  bottom: 0.32rem;
  width: 0.37rem;
  height: 0.37rem;
  text-align: center;
  line-height: 0.37rem;
  background: #D3D3D3;
  color: #fff;
  font-size: 0.16rem;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.4s;
}
.home__about {
  padding: 0.72rem 0 0.9rem;
  position: relative;
  z-index: 2;
}
.home__about--info {
  margin-bottom: 0.5rem;
}
.home__about--text {
  margin: auto;
  margin-top: 0.46rem;
  margin-bottom: 0.54rem;
  width: 11.5rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
}
.common__btns1 {
  text-align: center;
}
.common__btns1 a {
  margin: auto;
  background: #0A318F;
}
.common__btns1 a:hover:before {
  background: #E60013;
}
.common__btns1 a:hover i {
  color: #fff;
}
.common__btns1 a span {
  color: #fff;
}
.common__btns1 a:before {
  background: #fff;
}
.common__btns1 a i {
  color: #0A318F;
}
.home__about--data {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 11.5rem;
}
.about__items {
  text-align: center;
}
.about__items p {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #E60013;
  font-size: 0.24rem;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.about__items p b {
  margin-right: 0.06rem;
  font-size: 0.64rem;
  font-weight: 500;
  font-family: "Oswald-Medium";
}
.about__items span {
  display: block;
  margin-top: 0.1rem;
  text-align: center;
  color: #000000;
  font-size: 0.16rem;
  line-height: 2;
}
.home__about--data1 {
  margin-top: 0.66rem;
  justify-content: center;
}
.home__about--data1 .about__items {
  margin-right: 8.8542vw;
}
.home__about--data1 .about__items p {
  font-weight: 700;
  font-size: 0.4rem;
}
.home__about--data1 .about__items:last-child {
  margin-right: 0;
}
.about__bgs {
  position: absolute;
  left: 0.18rem;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: -1;
}
.about__bgs:before {
  position: absolute;
  left: 50%;
  margin-left: -14.635vw;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 29.27vw;
  height: 11.61vw;
  background: url(../images/logosvg.png) center no-repeat;
  background-size: cover;
}
.about__bgs img {
  display: block;
  width: 100%;
  height: auto;
}
.about-slide {
  width: auto;
}
.about__brand {
  position: relative;
  margin: 0 6.46vw;
  margin-top: 1.1rem;
}
.about__brand > .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about__brand:before,
.about__brand:after {
  position: absolute;
  top: 0;
  z-index: 3;
  content: "";
  width: 3.23rem;
  height: 100%;
}
.about__brand:before {
  left: 0;
  background: linear-gradient(90deg, #FFF 26.86%, rgba(247, 247, 247, 0) 81.39%);
}
.about__brand:after {
  right: 0;
  background: linear-gradient(90deg, #FFF 26.86%, rgba(247, 247, 247, 0) 81.39%);
  transform: rotate(180deg);
}
.about__list {
  display: flex;
}
.about__list li {
  margin-right: 0.2rem;
  padding: 0 0.23rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.66rem;
  border-radius: 6px;
  background: #F7F7F7;
  transition: 0.4s;
}
.about__list li:hover {
  background: #0A318F;
}
.about__list li:hover p {
  color: #fff;
}
.about__list li p {
  color: #848484;
  font-size: 0.16rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  transition: 0.3s;
}
.industry {
  position: relative;
}
.industry__vh {
  position: sticky;
  top: 0;
  height: 100vh;
}
.industry__vh img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.industry__wr {
  position: relative;
}
.industry__text {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.industry__text strong {
  display: block;
  color: #fff;
  font-size: 0.52rem;
  line-height: 0.62rem;
  font-weight: normal;
}
.industry__info {
  padding: 1.5rem 0 2rem;
  margin-top: 50vh;
  position: relative;
}
.industry__imgs {
  margin-bottom: 0.3rem;
  text-align: center;
  line-height: 1;
  opacity: 0;
  transition: 0.5s;
}
.industry__imgs.show {
  opacity: 1;
}
.industry__imgs img {
  display: inline-block;
  width: auto;
  height: 1.67rem;
}
.industry__view {
  margin-top: 0.6rem;
  text-align: center;
}
.industry__view strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 0.42rem;
  color: #333;
  font-size: 0.36rem;
  font-weight: 400;
}
.industry__view p {
  display: flex;
  justify-content: center;
}
.industry__view p span {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  color: #282828;
  font-size: 0.4rem;
  line-height: 2;
}
.industry__view p span:before {
  position: absolute;
  right: -0.25rem;
  top: 50%;
  margin-top: -0.16rem;
  content: "";
  width: 1px;
  height: 0.32rem;
  background: #C3C3C3;
}
.industry__view p span:last-child {
  margin-right: 0;
}
.industry__view p span:last-child:before {
  display: none;
}
.industry__logo {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  display: none;
}
.industry__logo svg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: auto;
}
.industry__logo .industry__imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 1;
  display: none;
  transition: 0s;
}
.industry__logo .industry__imgs img {
  display: inline-block;
  width: auto;
  height: 8.7vw;
}
.department__box {
  padding: 0.6rem 0 0.17rem;
  background: #403F45 url(../img/12.png) center top no-repeat;
  background-size: cover;
}
.department {
  margin: auto;
  width: 12rem;
}
.department__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.department__list li {
  position: relative;
  margin-bottom: 0.38rem;
  margin-right: 0.92rem;
  text-align: center;
}
.department__list li:before {
  position: absolute;
  right: -0.46rem;
  top: 50%;
  margin-top: -0.21rem;
  content: "";
  width: 1px;
  height: 0.41rem;
  background: rgba(255, 255, 255, 0.1);
}
.department__list li p {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 0.24rem;
  font-size: 0.16rem;
}
.department__list li b {
  color: #FFF;
  font-size: 0.18rem;
}
.footer {
  padding: 0.82rem 0 0;
  background: #36353B;
}
.footer__wrap {
  padding: 0 8.4375vw;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.84rem;
}
.footer__left {
  text-align: center;
}
.footer__logo {
  line-height: 1;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.45rem;
}
.footer__eq {
  margin-top: 0.32rem;
}
.footer__eq p {
  margin-bottom: 0.12rem;
  color: #FFFFFF;
  line-height: 0.35rem;
  opacity: 0.52rem;
}
.footer__eq figure img {
  width: 0.96rem;
  height: auto;
}
.links {
  position: relative;
  margin: auto;
  margin-top: 0.4rem;
  width: 1.62rem;
}
.links:hover .link__down {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.links > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.48rem;
  background: #0A318F;
  color: #fff;
  font-size: 0.16rem;
}
.links > a svg {
  margin-left: 0.09rem;
  width: 0.16rem;
  height: auto;
}
.link__down {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0.12rem 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  pointer-events: none;
}
.link__down li a {
  display: inline-block;
  color: #36353B;
  font-size: 0.16rem;
  line-height: 2;
}
.link__down li a:hover {
  color: #0A318F;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  margin-right: 3.9063vw;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.18rem;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.18rem;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.05rem;
  font-size: 0.16rem;
  line-height: 2;
  color: #9B9B9D;
}
.footer__navs--item dd p:hover {
  color: #fff;
}
.footer__copy {
  padding: 0.18rem 0 0.27rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.footer__copy p,
.footer__copy a {
  color: #6B6B6B;
  font-size: 14px;
}
.footer__copy a:hover {
  color: #fff;
}
.title_box strong {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.title_box span {
  display: block;
  min-width: 6px;
}
.title_box span {
  transform: translateY(0.6rem) rotateZ(20deg);
  transition: 0.8s ease calc(0s + var(--tit_span_d));
}
.title_box.articleShow .hr {
  transform: scaleX(1);
}
.title_box.articleShow span {
  transform: translateY(0) rotateZ(0deg);
}
.introduct__box {
  padding: 2.08rem 0 1.82rem;
  background-attachment: local;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.common__title1 strong {
  color: #fff;
}
.introduct__wr {
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introduct__text {
  width: 78%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 2.37;
  text-indent: 32px;
  text-align: justify;
}
.introduct__data--item {
  margin-bottom: 3.125vw;
  text-align: center;
}
.introduct__data--item:last-child {
  margin-bottom: 0;
}
.introduct__data--item p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0.1rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1;
  font-weight: 900;
}
.introduct__data--item p b {
  margin-right: 0.08rem;
  font-size: 0.48rem;
  font-family: "Oswald-Regular";
  font-weight: 500;
}
.introduct__data--item span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.history__box {
  padding: 0.75rem 0 0.6rem;
}
.history__box .common__title strong {
  justify-content: flex-start;
}
.history__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.history__imgs {
  margin-left: 0.16rem;
  position: relative;
  padding-top: 1.2rem;
  top: 0.6rem;
  width: 36.97%;
}
.history__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.history__rights {
  flex: 1;
  width: 0;
  padding-top: 1rem;
  padding-left: 0.24rem;
  display: flex;
  align-items: flex-start;
}
.history__year {
  position: sticky;
  left: 0;
  top: 1.6rem;
}
.history__line {
  height: 33.2292vw;
  position: sticky;
  margin-left: 1.64rem;
  width: 1px;
  background: linear-gradient(90deg, #D3D3D3 0%, rgba(211, 211, 211, 0) 104.99%);
}
.history__line:before {
  position: absolute;
  left: -0.06rem;
  top: -0.13rem;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  background: #0A318F;
}
.history__line span {
  display: block;
  width: 1px;
  height: 20%;
  background: #0A318F !important;
}
.history__year--list {
  position: absolute;
  left: -0.4rem;
  top: 0.8rem;
  transform-origin: bottom;
  transform: rotate(-90deg);
}
.history__year--list li {
  color: #0A318F;
  font-size: 0.64rem;
  line-height: 1;
  font-family: "Oswald-Medium";
  font-weight: 500;
  white-space: nowrap;
  display: none;
  text-align: center;
  width: 3.05rem;
}
.history__year--list li a {
  display: flex;
  justify-content: flex-end;
}
.history__year--list li.active {
  display: block;
}
.history__list {
  margin-left: 3.8021vw;
  position: relative;
  width: 36.9792vw;
  height: 6.35rem;
  overflow: hidden;
}
.history__list:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  pointer-events: none;
}
.history__li {
  height: 1.2rem;
  padding-bottom: 5.15rem;
  overflow: visible;
}
.history__li li {
  height: auto;
  box-sizing: border-box;
  transition: 0.4s;
}
.history__li li:last-child {
  height: 100%;
}
.history__li li.swiper-slide-active {
  opacity: 1;
}
.history__li li.swiper-slide-active strong {
  color: #0A318F;
}
.history__li li strong {
  display: block;
  margin-bottom: 0.1rem;
  line-height: 1.2;
  color: #333;
  font-size: 0.22rem;
  font-weight: normal;
  transition: 0.35s;
}
.history__li li p {
  color: #B8B8B8;
  font-size: 16px;
}
.honors {
  padding: 0 0 1.26rem;
}
.honor__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.56rem;
  background: #F7F7F7 url(../images/honobg.png) center no-repeat;
  background-size: cover;
  border-radius: 2px;
  overflow: hidden;
}
.honor__left {
  display: flex;
  align-items: center;
  height: 5.62rem;
  width: 22.91%;
  background: #0A318F url(../images/honorbg1.png) left top no-repeat;
  background-size: auto 85.4%;
  border-radius: 0 0 1.4rem 0;
}
.honor__tab {
  padding: 0 0.58rem;
}
.honor__tab--item {
  margin-bottom: 0.13rem;
}
.honor__tab--item.active span:before {
  width: 0.31rem;
}
.honor__tab--item span {
  display: block;
  position: relative;
  line-height: 0.5rem;
  font-size: 0.18rem;
  cursor: pointer;
  color: #fff;
}
.honor__subs {
  margin-top: 0.1rem;
}
.honor__subs li {
  line-height: 0.5rem;
  position: relative;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  transition: 0.2s;
}
.honor__subs li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.31rem;
  height: 0.04rem;
  background: #fff;
  width: 0;
  transition: 0.35s;
}
.honor__subs li.active {
  opacity: 1;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.6rem;
}
.honor__subs li.active:before {
  width: 0.31rem;
}
.honor__subs li:last-child {
  font-size: 0.18rem;
  color: #fff;
}
.honor__right {
  padding: 0 0.2rem 0 0.84rem;
  flex: 1;
  width: 0;
}
.honor__itms {
  display: none;
}
.honor__itms:first-child {
  display: block;
}
.honor__fixs {
  height: 3.88rem;
  padding-right: 0.2rem;
  overflow: hidden;
  overflow-y: auto;
}
.honor__fixs::-webkit-scrollbar {
  width: 4px;
  height: 5px;
  border-radius: 3px;
  background-color: #D9D9D9;
}
.honor__fixs::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #D9D9D9;
}
.honor__fixs::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #E60013;
}
.honor__fixs li {
  margin-bottom: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.honor__fixs li:hover p {
  color: #0A318F;
  font-weight: 700;
}
.honor__fixs li p {
  color: #666;
  font-size: 0.16rem;
  width: 45%;
  transition: 0.35s;
}
.honor__fixs li p:first-child {
  position: relative;
  padding-left: 0.33rem;
}
.honor__fixs li p:first-child:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #E60013;
}
.qualificate {
  padding: 0.72rem 0 1.52rem;
  background: #F7F7F7 url(../images/qualificatebg.png) right top no-repeat;
  background-size: auto 90%;
}
.qualificate__wrap {
  margin-top: 0.62rem;
  position: relative;
}
.qualificate__wrap .news__prev.prev {
  left: 6.5104vw;
}
.qualificate__wrap .news__prev.next {
  right: 6.5104vw;
}
.qualificate__swiper {
  margin: auto;
  width: 11.52rem;
}
.qualificate-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.9rem;
  text-align: center;
  height: auto;
}
.qualificate-slide figure {
  position: relative;
  display: inline-block;
  padding: 0.4rem 0.3rem;
  max-width: 100%;
  background: #fff;
  box-sizing: border-box;
  background: url(../images/qualificates.png) center no-repeat;
  background-size: 100% 100%;
}
.qualificate-slide figure img {
  display: inline-block;
  max-width: 90%;
  max-height: 3.5rem;
}
.qualificate-slide p {
  color: #333;
  font-size: 0.18rem;
  text-align: center;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 30.2%;
  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: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}
.ptext.articleShow strong:before {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.25s;
}
.ptext strong {
  display: inline-flex;
  padding: 0 0.24rem;
  align-items: center;
  position: relative;
  z-index: 2;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  font-size: 0.48rem;
}
.ptext strong:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  background: url(../images/ellipse.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: 0.77s;
}
.posite {
  position: absolute;
  right: 50%;
  margin-right: -720px;
  bottom: 0.36rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
.posite span,
.posite a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.posite span {
  margin-left: 0.14rem;
}
.posite b {
  display: inline-block;
  margin: 0 0.12rem;
  font-weight: normal;
}
.posite a:hover {
  color: #E60013;
}
.leval__menu--list {
  display: flex;
}
.leval__menu--list li {
  margin-right: 0.85rem;
  position: relative;
  z-index: 2;
}
.leval__menu--list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #E60013;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval__menu--list li:hover,
.leval__menu--list li.active {
  color: #E60013;
}
.leval__menu--list li:hover:before,
.leval__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval__menu--list li:hover a,
.leval__menu--list li.active a {
  color: #E60013;
  font-weight: 700;
}
.leval__menu--list li:last-child {
  margin-right: 0;
}
.leval__menu--list li a {
  display: block;
  position: relative;
  line-height: 0.75rem;
  color: #666666;
  font-size: 0.18rem;
}
.news__box {
  padding: 0.53rem 0 1.46rem;
  background: #F7F7F7;
}
.news__info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__info a:hover .news__imgs figure img {
  transform: scale(1.08);
}
.news__info a:hover .news__rights strong {
  color: #E60013;
}
.news__imgs {
  width: 31.944%;
}
.news__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.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__rights {
  padding-left: 4.27vw;
  width: 0;
  flex: 1;
}
.news__rights time {
  display: block;
  margin-bottom: 1.57vw;
  line-height: 1.2;
  color: #393939;
  font-size: 0.18rem;
}
.news__rights strong {
  display: block;
  margin-bottom: 1.36vw;
  line-height: 1.1;
  color: #333;
  font-size: 0.28rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.news__rights p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news__rights span {
  display: block;
  margin-top: 2.08vw;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.34rem;
  background: #E60013;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.news__wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.42rem;
  margin-top: 2.5vw;
  border-top: 1px solid #E0E0E0;
}
.news__lefts {
  padding-right: 3.33vw;
  border-right: 1px solid #E0E0E0;
  box-sizing: border-box;
  width: 69.44%;
}
.news__lists {
  margin-bottom: 0.6rem;
}
.news__lists li {
  border-bottom: 1px solid #E0E0E0;
}
.news__lists li:first-child a {
  padding-top: 1.56vw;
}
.news__lists li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.13vw 0 2.97vw;
}
.news__lists li a:hover .news__content strong {
  color: #E60013;
}
.news__time {
  margin-right: 4.58vw;
  text-align: center;
}
.news__time b {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #454545;
  font-size: 0.48rem;
  font-family: "Oswald-Regular";
  font-weight: 500;
}
.news__time time {
  display: block;
  line-height: 1;
  color: #393939;
  font-size: 16px;
}
.news__content {
  flex: 1;
  width: 0;
}
.news__content strong {
  display: block;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #333;
  font-size: 0.2rem;
  font-weight: 500;
  transition: 0.4s;
}
.news__content p {
  color: #666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pageList .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageList .pagination li {
  margin-right: 0.1rem;
}
.pageList .pagination li:last-child {
  margin-right: 0;
}
.pageList .pagination li a,
.pageList .pagination li.active {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  text-align: center;
  line-height: 0.42rem;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.19rem;
}
.pageList .pagination li.prev a,
.pageList .pagination li.prev span {
  border: none;
}
.pageList .pagination li.prev a:hover {
  background: none;
  color: #0A318F;
}
.pageList .pagination li.active,
.pageList .pagination li:hover a {
  color: #fff;
  background: #0A318F;
  border-color: #0A318F;
}
.pageList .pagination li.disabled {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.19rem;
  width: 0.42rem;
  height: 0.42rem;
}
.cooperate__news {
  padding-left: 3.3333vw;
  padding-top: 0.16rem;
  width: 0;
  flex: 1;
}
.cooperate__title {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.2rem;
  font-weight: 400;
}
.cooperate__list li {
  margin-bottom: 4.1667vw;
}
.cooperate__list li figure {
  position: relative;
  display: block;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.cooperate__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cooperate__list li figure img {
  transition: 0.65s;
}
.cooperate__list li:hover figure img {
  transform: scale(1.06);
}
.cooperate__list li:hover strong {
  color: #E60013;
}
.cooperate__list li strong {
  display: block;
  padding: 0.17rem 0.3rem 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 0.24rem;
  text-align: center;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lazy {
  background: url(../images/loading.gif) center no-repeat;
  background-size: 0.4rem auto;
}
.news__view {
  padding: 0.75rem 0 0.73rem;
  background: #F7F7F7;
}
.news__v {
  padding: 0 0.66rem;
  background: #fff;
}
.news__top {
  padding: 0.8rem 0 0.48rem;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
}
.news__title strong {
  display: block;
  line-height: 1.4;
  color: #333333;
  font-size: 0.32rem;
  font-weight: 500;
}
.news__tages {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news__tag {
  display: flex;
}
.news__tag span {
  display: inline-block;
  margin-right: 0.2rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.news__tag span:last-child {
  margin-right: 0;
}
.news__share {
  padding-left: 3.75vw;
  display: flex;
  align-items: center;
}
.news__share span {
  display: inline-block;
  margin-right: 0.1rem;
  color: #666666;
  font-size: 0.16rem;
}
.news__share a {
  display: inline-block;
  padding: 0 !important;
  margin-right: 0.17rem !important;
  color: #5D5D5D;
  background: none !important;
  font-size: 0.2rem !important;
}
.news__share a:hover {
  color: #E60013;
}
.news__back {
  position: absolute;
  right: 0;
  top: 0.85rem;
}
.news__back a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.24rem;
  height: 0.47rem;
  text-align: center;
  border-radius: 4px;
  background: #E60013;
  color: #fff;
  font-size: 0.16rem;
}
.news__back a:hover {
  background: #0A318F;
}
.news__back a i {
  display: inline-block;
  margin-right: 0.12rem;
  font-size: 0.24rem;
  font-style: normal;
}
.news__contents {
  padding-top: 0.48rem;
  padding-bottom: 1.2rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.news__contents img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.news__hot {
  position: relative;
  padding: 0.76rem 0.8rem;
  margin-top: 0.64rem;
  background: #fff;
}
.news-slide {
  margin-bottom: 0;
}
.news__prev {
  position: absolute;
  top: 50%;
  margin-top: -0.34rem;
  width: 0.67rem;
  height: 0.67rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.67rem;
  cursor: pointer;
  transition: 0.4s;
  color: #848484;
  font-size: 0.2rem;
  font-weight: bold;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.25);
}
.news__prev:hover {
  background: #E60013;
  color: #fff;
}
.news__prev.prev {
  left: -0.34rem;
}
.news__prev.next {
  right: -0.34rem;
}
.pinfo {
  margin: auto;
  margin-top: 0.56rem;
  width: 6.4rem;
}
.pinfo p {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0px 0px 26.4px rgba(0, 0, 0, 0.37);
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 2;
}
.business__banner figure {
  padding-bottom: 100vh;
}
.research {
  padding: 0.56rem 0 0.8rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.research__wrap {
  padding: 0.85rem 0.66rem 0.52rem;
  box-sizing: border-box;
  background: #fff;
}
.research__tt {
  margin-bottom: 0.52rem;
  color: #333333;
  font-size: 0.32rem;
  font-weight: 500;
}
.research__info {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-indent: 0.3rem;
}
.research__info p {
  margin-bottom: 0.1rem;
}
.businee__wr {
  padding: 0.83rem 5.2083vw 0.7rem;
}
.business__table {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.business__table img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.business__table table {
  width: 100%;
}
.business__table table thead tr th {
  background: #E6E7E9;
  height: 0.51rem;
  text-indent: center;
  color: #000000;
  font-size: 0.14rem;
  font-weight: normal;
}
.business__table table tbody tr:nth-child(1) td {
  font-weight: bold;
  color: #000000;
}
.business__table table tbody tr:nth-child(1) td:nth-child(1),
.business__table table tbody tr:nth-child(1) td:nth-child(2) {
  font-weight: normal;
  writing-mode: vertical-rl;
}
.business__table table tbody tr td {
  color: #666;
  line-height: 1.6;
  height: 0.34rem;
  text-align: center;
  font-size: 0.14rem;
  background: #E6E7E9;
}
.classic__case {
  padding-top: 0.72rem;
}
.claasic__list {
  margin-top: 0.56rem;
  margin-bottom: 0.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.claasic__list li {
  margin-right: 1.6%;
  position: relative;
  width: 23.8%;
}
.claasic__list li:nth-child(4n+4) {
  margin-right: 0;
}
.claasic__list li:hover figure img {
  transform: scale(1.06);
}
.claasic__list li figure {
  position: relative;
  display: block;
  padding-bottom: 94.43%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.claasic__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.claasic__list li figure img {
  transition: 0.68s;
}
.claasic__list li strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.05rem 0.2rem 0.2rem;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71));
  transition: 0.3s;
}
.leval__menu--list1 {
  justify-content: center;
}
.leval__menu--list1 li {
  margin-right: 3.0208vw;
}
.leval__menu--list1 li:last-child {
  margin-right: 0;
}
.cases__box {
  padding: 0.58rem 0 0.75rem;
  background: #F7F7F7;
}
.cases__list {
  padding-bottom: 0.54rem;
}
.cases__list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cases__list li .classic__vertical {
  width: 49.44%;
}
.cases__list li .cases__right {
  width: 49.44%;
}
.cases__list li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.load__more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.load__more img {
  display: inline-block;
  width: 0.4rem;
  height: auto;
}
.load__more span {
  display: inline-block;
  margin-left: 0.16rem;
  color: #000000;
  font-size: 0.18rem;
}
.team__box {
  padding: 0.85rem 0 1.38rem;
  background: #F7F7F7;
}
.team__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.team__menu {
  width: 2.16rem;
  position: sticky;
  margin-top: 0.36rem;
}
.team__menu {
  border-left: 1px solid #EAEAEA;
  padding-bottom: 1.6rem;
}
.team__menu--item {
  margin-bottom: 0.4rem;
}
.team__menu--item:last-child {
  margin-bottom: 0;
}
.team__menu--item.active .team__name {
  color: #0A318F;
}
.team__menu--item.active .team__name:before {
  transform: scaleY(1);
}
.team__menu--item.active .team__menu--list {
  display: block;
}
.team__name {
  display: block;
  padding-left: 0.26rem;
  position: relative;
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.55rem;
  cursor: pointer;
}
.team__name:before {
  position: absolute;
  left: -1px;
  top: 0;
  content: "";
  width: 0.04rem;
  height: 0.7rem;
  background: #0A318F;
  transition: 0.4s;
  transform-origin: center;
  transform: scaleY(0);
}
.team__menu--list {
  display: none;
}
.team__menu--list li {
  position: relative;
}
.team__menu--list li:hover a,
.team__menu--list li.active a {
  color: #0A318F;
}
.team__menu--list li a {
  display: inline-block;
  padding-left: 0.26rem;
  line-height: 0.5rem;
  color: #666666;
  font-size: 0.16rem;
}
.team__right {
  width: 0;
  flex: 1;
}
.team__li li {
  margin-bottom: 0.34rem;
  padding: 0.22rem 0.28rem 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff url(../images/team__bg.png) right top no-repeat;
  background-size: 4.39rem auto;
  border-bottom: 0.06rem solid #0A318F;
}
.team__li li:hover .team__imgs figure img {
  transform: scale(1.06);
}
.team__li li:hover .team__title strong {
  color: #0A318F;
}
.team__imgs {
  width: 2.7rem;
}
.team__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 125.278%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__imgs figure img {
  transition: 0.68s;
}
.team__info {
  padding: 0.12rem 0 0 2.9167vw;
  width: 0;
  flex: 1;
}
.team__title {
  margin-bottom: 0.33rem;
}
.team__title strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #000000;
  font-size: 0.32rem;
  font-weight: 700;
  transition: 0.4s;
}
.team__title p {
  color: #666666;
  font-size: 0.16rem;
}
.team__texts {
  padding: 0.19rem 0.26rem 0.19rem 0.35rem;
  background: url(../images/team-bgs.png) center no-repeat;
  background-size: cover;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.news__lefts1 {
  width: 100%;
  padding: 0;
  margin-top: 0.33rem;
  border: none;
}
.news__lefts1 .news__lists li:first-child {
  border-top: none;
}
.news__lefts1 .news__lists li:first-child a {
  padding-top: 0;
}
.achievement__info1 {
  margin-top: 0;
}
.achievement__btn {
  display: flex;
  justify-content: center;
  padding: 0.46rem 0;
}
.achievement__btn--list {
  display: inline-flex;
  padding: 0 0.19rem;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
}
.achievement__btn--list li {
  margin-right: 0.45rem;
  position: relative;
}
.achievement__btn--list li:last-child {
  margin-right: 0;
}
.achievement__btn--list li:last-child:before {
  display: none;
}
.achievement__btn--list li:before {
  position: absolute;
  right: -0.22rem;
  top: 0.13rem;
  content: "";
  width: 5px;
  height: 5px;
  background: #D9D9D9;
  border-radius: 50%;
}
.achievement__btn--list li a {
  display: block;
  padding-bottom: 0.2rem;
  line-height: 1.8;
  color: #666;
  font-size: 0.18rem;
}
.achievement__btn--list li a:hover {
  color: #E60013;
}
.achievement__item {
  position: relative;
  z-index: 3;
  padding: 1.12rem 0 1.32rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.achievement__item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(10, 49, 143, 0) 0%, #0A318F 54.73%);
}
.achievement__item:after {
  position: absolute;
  right: 5.7292vw;
  top: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/achievementbgs.png) right center no-repeat;
  background-size: auto 100%;
}
.achievement__item:nth-child(2n+2) .achievement__wrs {
  flex-direction: row-reverse;
}
.achievement__item:nth-child(2n+2) .achievement__wrs .business__text {
  text-align: left;
}
.achievement__item:nth-child(2n+2):before {
  background: linear-gradient(to left, rgba(10, 49, 143, 0) 0%, #0A318F 54.73%);
}
.achievement__item:nth-child(2n+2):after {
  right: auto;
  left: 5.7292vw;
  background-position: left center;
}
.achievement__wrs {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.achievement__wrs .business__text {
  position: relative;
  top: 0;
  transform: translateY(0);
  left: 0;
  text-align: left;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  width: 4rem;
}
.achievement__wrs .business__text strong,
.achievement__wrs .business__text p,
.achievement__wrs .business__text .common__btns {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.achievement__wrs .business__text .common__btns a {
  margin: 0;
}
.achievement__wrs .business__text strong {
  margin-bottom: 0.22rem;
  font-size: 0.4rem;
}
.achievement__wrs .business__text p {
  width: auto;
  height: auto;
  font-size: 0.16rem;
}
.achievement__li {
  width: 51.25%;
}
.achievement__li li {
  margin-bottom: 3.9583vw;
}
.achievement__li li:last-child {
  margin-bottom: 0;
}
.achievement__li li strong {
  display: block;
  position: relative;
  margin-bottom: 0.12rem;
  line-height: 1.5;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 500;
}
.achievement__li li strong:before {
  position: absolute;
  left: -0.34rem;
  top: 0.1rem;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background: #fff;
  border-radius: 50%;
}
.achievement__li li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.achievement__view {
  padding: 0.7rem 0 1.12rem;
  background: #F7F7F7;
}
.research__list {
  padding-bottom: 0.68rem;
}
.research__list li {
  margin-bottom: 0.28rem;
}
.research__list li a {
  display: block;
  padding: 0.55rem 0.68rem 0.56rem;
  background: #fff;
}
.research__list li a:hover strong {
  color: #0A318F;
}
.research__list li a strong {
  display: block;
  position: relative;
  margin-bottom: 0.18rem;
  line-height: 1.2;
  color: #333;
  font-size: 0.2rem;
  font-weight: 500;
  transition: 0.4s;
}
.research__list li a strong:before {
  position: absolute;
  left: -0.32rem;
  top: 0.08rem;
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #0A318F;
}
.research__list li a p {
  width: 11.87rem;
  max-width: 100%;
  color: #666666;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.join__List {
  padding-bottom: 0.38rem;
}
.join__List li {
  margin-bottom: 0.42rem;
  background: #fff;
  border-radius: 0.1rem;
  border: 1px solid rgba(25, 174, 191, 0.27);
  box-shadow: 0px 0px 12.9px 0px rgba(0, 0, 0, 0.11);
}
.join__List li.active .join__tops {
  background: #0A318F;
}
.join__List li.active .join__tops strong {
  color: #fff;
}
.join__List li.active .join__tops p span {
  color: #fff;
}
.join__List li.active .join__tops .join__arrow {
  background: #fff;
}
.join__List li.active .join__tops .join__arrow svg {
  stroke: #0A318F;
}
.join__tops {
  padding: 0.32rem 0.6rem 0.37rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.1rem 0.1rem 0 0;
  transition: 0.4s;
}
.join__tops strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  transition: 0.35s;
}
.join__tops p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.join__tops p span {
  display: inline-flex;
  margin-right: 0.54rem;
  color: #666666;
  font-size: 0.16rem;
  transition: 0.35s;
}
.join__tops p span:last-child {
  margin-right: 0;
}
.join__arrow {
  position: absolute;
  right: 0.76rem;
  top: 50%;
  margin-top: -0.16rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A318F;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  transition: 0.35s;
}
.join__arrow svg {
  width: 0.22rem;
  stroke: #fff;
  transition: 0.35s;
}
.join__infos {
  padding: 0.46rem 0.6rem 0.66rem;
  display: none;
}
.join__wr {
  display: flex;
  justify-content: space-between;
}
.join__items {
  width: 46.515%;
}
.join__items strong {
  display: block;
  line-height: 1.2;
  color: #000000;
  font-size: 0.2rem;
}
.join__texts {
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 2;
}
.join__email {
  margin-top: 0.35rem;
}
.join__email a {
  display: inline-flex;
  color: #E60013;
  font-size: 0.16rem;
  text-decoration: underline;
}
.mechanism {
  padding: 1rem 0 1.1rem;
}
.mechanism__imgs {
  margin: auto;
  margin-top: 0.7rem;
  width: 10.68rem;
  text-align: center;
}
.mechanism__imgs img {
  max-width: 100%;
  display: inline-block;
  width: auto;
  height: auto;
}
.contact__box {
  padding: 0.6rem 0 1rem;
}
.contact__box .common__title strong {
  padding-left: 0.24rem;
  justify-content: flex-start;
  border-left: 0.06rem solid #0A318F;
}
.contact__list {
  margin-top: 0.5rem;
}
.contact__item {
  margin-bottom: 0.6rem;
}
.contact__item strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #333;
  font-size: 0.24rem;
  line-height: 1.2;
  font-weight: normal;
}
.contact__item p {
  color: #333;
  font-size: 0.16rem;
}
.conact__maps img {
  width: 100%;
  height: auto;
}
