@font-face {
  font-family: MontserratRegular;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: D-DIN-PRO;
  src: url("./font/D-DIN-PRO-400-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DingTalk-JinBuTi;
  src: url("./font/DingTalk-JinBuTi.ttf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
.main-center-mini {
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 114rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  /* background: #e7ebf0; */
  padding: 0 160rem;
}
.header-top-box {
  padding-top: 20rem;
}
.header-top-title {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-title h1 {
  color: rgba(87, 93, 108, 0.4);
  display: flex;
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-link {
  display: flex;
  align-items: center;
  color: rgba(87, 93, 108, 0.4);
}
.header-top-link a {
  margin: 0 10rem;
  color: rgba(87, 93, 108, 0.4);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-top-link a:hover {
  color: rgba(87, 93, 108, 0.6);
}
.header-center-box {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-phone-box {
  display: flex;
  align-items: center;
  padding-left: 80rem;
}
.header-phone-img {
  width: 38rem;
}
.header-phone-text {
  font-weight: 400;
  color: #333333;
}
.header-phone-number {
  font-family: Arial;
  font-weight: bold;
  color: #fc7f0b;
}
.header-nav-box {
  display: flex;
}
.header-nav-item {
  padding: 40rem 40rem;
  height: 100%;
  position: relative;
}
.header-nav-item:last-child {
  /* padding-right: 0; */
}
.header-nav-title {
  font-weight: bold;
  color: #292929;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-title:hover {
  color: #3e71e8;
}
.header-center-logo {
  /* width: 192rem; */
  height: 114rem;
}
.header-center-logo img {
  height: 100%;
}
.header-nav-section {
  position: absolute;
  left: 5%;
  top: 100%;
  width: 90%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-item:hover .header-nav-section {
  height: auto;
}
.header-nav-text {
  text-align: center;
  color: #fff;
  padding: 10rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background: #184ea0;
}
.header-nav-text:hover {
  color: #0a4caf;
}
.header-nav-on .header-nav-title {
  color: #0a4caf;
}
.banner-main-box {
  position: relative;
  z-index: 1;
}
.banner-item {
  width: 100%;
  position: relative;
}
.banner-item-bg {
  width: 100%;
}
.banner-item-content {
  position: absolute;
  top: 69.69%;
  left: 0;
  width: 100%;
}
.banner-item-text {
  height: 145rem;
  width: auto;
  margin: 0 auto 0;
}
.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 67rem !important;
  left: auto !important;
  right: 160rem;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 34rem;
  height: 34rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 12rem !important;
  background: url(./../esimg/icon/banner-dot.png) no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  background: url(./../esimg/icon/banner-dot-color.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.header-phone-cont {
  padding-left: 6rem;
}
.apex-box {
  background: #12192c;
}
.apex-box .main-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30rem;
  padding: 5rem 0;
}
.apex-left-box {
  display: flex;
  align-items: center;
}
.apex-left-text {
  color: #fefefe;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.apex-right-box {
  display: flex;
  align-items: center;
}
.apex-right-btn {
  font-weight: 400;
  font-size: 12px;
  color: #fefefe;
  opacity: 0.6;
  margin: 0 20rem;
  position: relative;
}
.apex-right-btn::after {
  content: "";
  position: absolute;
  right: -20rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fefefe;
}
.apex-right-btn:last-child::after {
  display: none;
}
.apex-right-btn:last-child {
  margin-right: 0;
}
.header-wap-show {
  width: 60rem;
  height: 31rem;
  background: url(./../esimg/icon/header-nav.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-box {
  padding: 70rem 0;
}
.index-recommend-slide {
  display: none;
}
.index-recommend-slide-show {
  display: block;
}
.index-recommend-tabs {
  padding-top: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
}
.index-recommend-tab {
  margin: 0 60rem;
  color: #333333;
  padding: 20rem 0;
  position: relative;
  cursor: pointer;
}
.index-recommend-tab:hover,
.index-recommend-active {
  color: #0a4caf;
}
.index-recommend-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20%;
  width: 140%;
  height: 2rem;
  background: #0a4caf;
}
.public-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.public-title-cn {
  position: relative;
  font-weight: bold;
  color: #333333;
  padding: 0 30rem;
}
.public-title-cn::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9rem);
  width: 16rem;
  height: 18rem;
  background: url(./../esimg/icon/title-icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-cn::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 9rem);
  width: 16rem;
  height: 18rem;
  background: url(./../esimg/icon/title-icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-en {
  padding-top: 3rem;
  font-family: Arial;
  font-weight: bold;
  color: #d1d1d2;
}
.index-recommend-swiper {
  /* margin: 0 60rem; */
  padding: 40rem 60rem;
  overflow: hidden;
  position: relative;
}
.index-recommend-item {
  height: 550rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;

  background: #f1f3f9;
  padding: 50rem 25rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, RGBA(240, 242, 249, 0.51), #0a4caf);
}
.index-recommend-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-name {
  margin-top: 42rem;
  padding-top: 36rem;
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-recommend-item:hover .index-recommend-name {
  margin-top: -100rem;
  color: #ffffff;
}
.index-recommend-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 40rem);
  width: 40rem;
  height: 2rem;
  background: #184ea0;
}
.index-recommend-name::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50%);
  width: 40rem;
  height: 2rem;
  background: #fc7f0b;
}
.index-recommend-item:hover .index-recommend-name::before,
.index-recommend-item:hover .index-recommend-name::after {
  display: none;
}
.index-recommend-text {
  display: none;
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20rem 10rem 80rem;
}
.index-recommend-item:hover .index-recommend-text {
  display: block;
}
.index-recommend-text::after {
  content: "";
  position: absolute;
  width: 47rem;
  height: 52rem;
  bottom: 0;
  left: calc(50% - 23.5rem);
  background: url(./../esimg/icon/index-recommend-icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-prev {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  left: 0rem;
  top: calc(50% - 22rem);
  width: 20rem;
  height: 44rem;
  background: url(./../esimg/icon/swiper-prev.png) no-repeat;
  background-size: 100% 100%;
}
.index-recommend-next {
  cursor: pointer;
  position: absolute;
  z-index: 11;
  right: 0rem;
  top: calc(50% - 22rem);
  width: 20rem;
  height: 44rem;
  background: url(./../esimg/icon/swiper-next.png) no-repeat;
  background-size: 100% 100%;
}
.public-btn {
  margin: 0 auto;
  width: 160rem;
  height: 50rem;
  background: #0a4caf;
  border: 1px solid #0a4caf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.public-btn .button__flair:before {
  background-color: #fff;
  border: 1px solid #0a4caf;
  color: #0a4caf;
}
.public-btn:hover span {
  transition: color 0.5s ease-in-out;
  z-index: 2;
  color: #0a4caf;
}
.public-btn-reversed {
  color: #0a4caf;
  background: #fbfdff;
  border: 1px solid #0a4caf;
}
.public-btn-reversed .button__flair:before {
  background-color: #0a4caf;
  border: 1px solid #fbfdff;
  color: #fbfdff;
}
.public-btn-reversed:hover span {
  transition: color 0.5s ease-in-out;
  z-index: 2;
  color: #fbfdff;
}
.index-advantages-box {
  padding: 20rem 0;
}
.index-advantages-content {
  display: flex;
  padding-top: 25rem;
}
.index-advantages-item {
  width: 316rem;
  height: 760rem;
  margin-right: 10rem;
  position: relative;
  transition: all 0.5s;
}
.index-advantages-item-plus {
  width: calc((100% - 10rem * 3 - 316rem * 3));
  margin-right: 10rem;
}
.index-advantages-item-plus::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(./../esimg/img/index-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}
.index-advantages-item:last-child {
  margin-right: 0 !important;
}
.index-advantages-img {
  width: 100%;
  height: 100%;
}
.index-advantages-item .nor {
  display: block;
}
.index-advantages-item .sel {
  display: none;
}
.index-advantages-item-plus .nor {
  display: none;
}
.index-advantages-item-plus .sel {
  display: block;
}
.index-advantages-cont {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-advantages-item-plus .index-advantages-cont {
  align-items: flex-start;
  padding-left: 150rem;
  padding-top: 200rem;
}
.index-advantages-icon {
  width: 80rem;
}
.index-advantages-name {
  font-weight: bold;
  color: #ffffff;
  padding-top: 30rem;
}
.index-advantages-desc {
  display: none;
  padding-top: 30rem;
  width: 608rem;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5;
  -moz-transition: all 0.5;
  -ms-transition: all 0.5;
  -o-transition: all 0.5;
}
.index-advantages-item-plus .index-advantages-desc {
  display: block;
}
.index-about-box {
  display: flex;
  align-items: flex-start;
  padding: 30rem 0;
}
.index-about-img {
  width: 857rem;
}
.index-about-content {
  width: calc(100% - 857rem);
  padding-top: 120rem;
  padding-left: 20rem;
}
.public-title-left {
  align-items: flex-start;
}
.public-title-left .public-title-en {
  padding-left: 30rem;
}
.index-about-name {
  padding-top: 40rem;
  font-weight: bold;
  color: #333333;
}
.index-about-text {
  padding-top: 20rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.index-about-flex {
  display: flex;
  padding-top: 60rem;
}
.index-about-icon {
  width: 58rem;
}
.index-about-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 60rem;
}
.index-about-item .nor {
  display: block;
}
.index-about-item .sel {
  display: none;
}
.index-about-item:hover .nor {
  display: none;
}
.index-about-item:hover .sel {
  display: block;
}
.index-about-by {
  color: #333333;
  padding-top: 5rem;
}
.index-about-text {
  padding-top: 15rem;
  color: #999999;
}
.index-about-btn {
  margin-top: 100rem;
  margin-left: 0;
}
.index-case-box {
  padding: 90rem 0 80rem;
  background: url(./../esimg/img/index-case-box.png) no-repeat;
  background-size: 100% 100%;
}
.public-title-white .public-title-cn {
  color: #ffffff;
}
.index-case-swiper {
  position: relative;
  padding: 60rem 0 100rem;
  overflow: hidden;
}
.index-case-img {
  width: 100%;
  overflow: hidden;
}
.index-case-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-case-slide:hover .index-case-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-case-name {
  width: 100%;
  padding: 30rem;
  text-align: center;
  background: #ffffff;
  color: #333333;
}
.index-case-slide:hover .index-case-name {
  background: #fc7f0b;
  color: #fff;
}
.index-case-pagination,
.product-case-pagination,
.product-recommend-pagination {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 37rem !important;
}
.index-case-pagination .swiper-pagination-bullet,
.product-case-pagination .swiper-pagination-bullet,
.product-recommend-pagination .swiper-pagination-bullet {
  width: 20rem;
  height: 20rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 12rem !important;
  background: url(./../esimg/icon/banner-dot.png) no-repeat;
  background-size: 100% 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-case-pagination .swiper-pagination-bullet-active,
.product-case-pagination .swiper-pagination-bullet-active,
.product-recommend-pagination .swiper-pagination-bullet-active {
  background: url(./../esimg/icon/banner-dot-color.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-news-box {
  padding-top: 60rem;
}
.index-news-content {
  display: flex;
  padding-top: 30rem;
}
.index-news-left {
  width: 1020rem;
  padding-right: 25rem;
}
.index-news-left .index-news-row {
  padding-right: 30rem;
}
.index-news-right {
  width: calc(100% - 1020rem);
}
.index-news-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-types {
  display: flex;
  align-items: center;
}
.index-news-type {
  margin-right: 40rem;
  color: #333333;
  position: relative;
}
.index-news-type::after {
  content: "|";
  position: absolute;
  right: -22rem;
  color: #333333;
}
.index-news-type:last-child::after {
  display: none;
}
.index-news-type-on {
  color: #0a4caf;
}
.index-news-list {
  padding-top: 35rem;
  display: none;
}
.index-news-list-on {
  display: block;
}
.index-news-first {
  display: flex;
  background: #ffffff;
  box-shadow: 6px 2px 37px 1px rgba(190, 190, 191, 0.31);
}

.index-news-img {
  width: 503rem;
}
.index-news-text {
  padding-top: 20rem;
  line-height: 1.8;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-item .index-news-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 100rem;
}
.index-news-first:hover .index-news-text,
.index-news-item:hover .index-news-text {
  color: #0a4caf;
}
.index-news-cont {
  padding: 40rem 40rem 20rem;
  line-height: 1.8;
}
.index-news-date {
  margin-top: 50rem;
  position: relative;
  color: #999999;
  transition: all 0.5s;
}
.index-news-first:hover .index-news-date,
.index-news-item:hover .index-news-date {
  color: #0a4caf;
}
.index-news-date::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 7rem;
  right: 0;
  top: calc(50% - 4rem);
  background: url(./../esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-first:hover .index-news-date::after,
.index-news-item:hover .index-news-date::after {
  background: url(./../esimg/icon/index-news-arr-blue.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-name {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.index-news-first:hover .index-news-name,
.index-news-item:hover .index-news-name,
.index-news-point:hover .index-news-name {
  color: #0a4caf;
}
.index-news-item {
  padding: 30rem 15rem;
  border-bottom: 1px solid #dbdbdd;
}
.index-news-item:last-child {
  border-bottom: none;
}
.index-news-ranks {
  padding-top: 30rem;
}
.index-news-item .index-news-date {
  margin-top: 15rem;
}
.index-news-item .index-news-text {
  padding-top: 10rem;
}
.index-news-card {
  background: #f0f1f8;
  padding: 0 28rem;
  margin-top: 35rem;
}
.index-news-point {
  position: relative;
  padding: 45rem 20rem 45rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.index-news-point:last-child {
  border-bottom: 0;
}
.index-news-point::after {
  content: "";
  position: absolute;
  right: 5rem;
  top: calc(50% - 3.5rem);
  width: 17rem;
  height: 7rem;
  background: url(./../esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-point:hover::after {
  background: url(./../esimg/icon/index-news-arr-blue.svg) no-repeat;
  background-size: 100% 100%;
}
.index-news-decs {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10rem;
  color: #999999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-news-point:hover .index-news-decs {
  color: #0a4caf;
}
.index-ad-img {
  width: 100%;
}
.public-content-box {
  background: url(./../esimg/img/public-content-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 55rem 0 65rem;
}
.public-title-decorate .public-title-cn::before {
  display: none;
}
.public-title-decorate .public-title-cn::after {
  display: none;
}
.content-form-box {
  display: flex;
  flex-wrap: wrap;
}
.content-form-flex {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  margin-top: 20rem;
}
.content-form-flex:nth-child(3),
.content-form-flex:nth-child(7) {
  margin-right: 0;
}
.content-form-input {
  height: 50rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: 1px solid #ffffff;
  padding-left: 20rem;
  color: #fff;
}
.content-form-input.content-form-flex::placeholder {
  color: #fff;
  opacity: 0.7;
}
.content-form-text {
  width: 100%;
  height: 200rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  border: 1px solid #ffffff;
  margin-top: 20rem;
  padding: 20rem;
  color: #fff;
}
.content-form-text::placeholder {
  color: #fff;
  opacity: 0.7;
  font-family: Microsoft YaHei;
}
.content-form-codes-img {
  height: 100%;
}
.content-form-codes {
  display: flex;
  align-items: center;
}
.content-form-codes-text {
  margin-left: 15rem;
  color: #ffffff;
}
.content-form-btn {
  width: 140rem;
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 30rem;
  cursor: pointer;
}
.content-form-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-form-submit {
  color: #ffffff;
  background: #0a4caf;
}
.content-form-reset {
  color: #333333;
  background: #ffffff;
}
.public-footer-box {
  background: #12192c;
  padding: 50rem 0 30rem;
}
.footer-top-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-logo {
  width: 202rem;
  margin-bottom: 30rem;
}
.footer-left-flex {
  display: flex;
  align-items: center;
  margin-bottom: 20rem;
}
.footer-left-phone {
  font-weight: bold;
  padding-left: 15rem;
  color: #f87d0b;
}
.footer-left-text {
  color: #ffffff;
  padding-left: 15rem;
}
.footer-center-first {
  font-weight: 400;
  color: #ffffff;
}
.footer-top-nav {
  margin: 0 50rem;
}
.footer-center-cont {
  padding-top: 30rem;
}
.footer-center-section {
  margin-bottom: 10rem;
  color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-center-section:hover {
  opacity: 0.7;
}
.footer-top-center {
  display: flex;
  align-items: flex-start;
}
.footer-erweima {
  width: 154rem;
}
.footer-erweima-text {
  text-align: center;
  padding-top: 10rem;
  color: #ffffff;
  opacity: 0.5;
}
.footer-center-box {
  display: flex;
  align-items: center;
}
.footer-bottom-box {
  padding-top: 80rem;
  display: flex;
  align-items: center;
}
.footer-bottom-text {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 100rem;
  display: flex;
  align-items: center;
}
.footer-bottom-text img {
  width: 20rem;
  margin-right: 6rem;
}
.footer-bottom-text a,
.footer-bottom-text p {
  color: rgba(255, 255, 255, 0.5);
}
.friendly-box {
  background: #12192c;
  padding: 20rem 0 40rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.friendly-box .main-center {
  display: flex;
  flex-wrap: wrap;
}
.friendly-box p,
.friendly-box a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 15rem;
}
.suspension-box {
  width: 90rem;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-max {
  width: fit-content;
  border-radius: 6px;
  background: #0a4caf;
}
.suspension-content-box {
  width: 90rem;
  height: 90rem;
  /* background: #3e71e8; */
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed rgba(243, 243, 243, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.suspension-content-icon {
  /* position: absolute;
  top: 12px;
  left: 12px; */
  width: 40rem;
  height: 40rem;
  margin: 0 auto;
}
.suspension-content-name {
  text-align: center;
  color: #fff;
  margin-top: 5rem;
}
.suspension-content-box:hover .suspension-content-info {
  min-width: 246rem;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border-radius: 6px;
  border: 1px solid #0a4caf;
  opacity: 0.9;
  /* border-image: linear-gradient(129deg, #046ef7, #53c1fc) 10 10; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.suspension-content-box:hover .suspension-content-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 20rem 0 0 20rem;
}
.suspension-content-by {
  font-weight: 400;
  color: #373737;
}
.suspension-content-decs {
  padding-top: 5rem;
  font-weight: 600;
  color: #0a4caf;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: auto;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.suspension-content-top {
  border-radius: 8px 8px 0px 0px;
}
.suspension-content-bottom {
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  border-bottom: none;
}
.suspension-content-bottom .suspension-content-icon {
  width: 50rem;
  height: 50rem;
}
.suspension-content-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-info {
  width: 120px;
  /* background-color: #3e71e8; */
  display: block;
}
.suspension-content-box:hover {
  /* background-color: #3e71e8; */
}

.suspension-content-box:hover .suspension-content-info img {
  display: block;
}
.suspension-content-info {
  display: none;
  width: 0;
  height: 90rem;
  font-family: arial;
  color: #fff;
  position: absolute;
  top: 0;
  right: 100rem;
  overflow: hidden;
  transition: all 0.3s;
  background: radial-gradient(circle, #ffffff 0%, #f8f9f9 100%);
  border: 1px solid #0a4caf;
  /* border-image: linear-gradient(129deg, #046ef7, #53c1fc) 10 10; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr {
  min-width: 110rem !important;
  width: 110rem !important;
  height: 130rem;

  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.suspension-content-box:hover .suspension-content-qr {
  display: flex;
}

.suspension-content-qr-code {
  width: 80rem;
  height: 80rem;
  /* position: absolute;
  top: 10px;
  left: 16px; */
}
.suspension-content-qr img {
  display: none;
}
.suspension-content-qr-name {
  font-size: 12px;
  /* position: absolute; */
  /* top: 80px; */
  left: 0;
  width: 100%;
  text-align: center;
  color: #050505;
  margin-top: 5rem;
}
.public-banner-box {
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banner-titles {
  position: absolute;
  z-index: 2;
  left: 260rem;
  top: 190rem;
}
.public-banner-title {
  font-weight: bold;
  color: #ffffff;
}
.public-banner-en {
  color: #ffffff;
  padding-top: 5rem;
}
.keyword-box {
  position: absolute;
  z-index: 2;
  left: 160rem;
  bottom: 50rem;
  display: flex;
  align-items: center;
}
.keyword-box p,
.keyword-box a {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10rem;
}
.public-banner-box .keyword-box {
  bottom: 20rem;
}
.page-main-box {
  background: #f7f7f7;
}
.product-main-flex .main-center {
}
.product-left-box {
  width: 350rem;
}
.product-main-flex {
  display: flex;
  align-items: flex-start;
  padding: 40rem 0 60rem;
}
.product-left-titles {
  padding: 25rem 0 25rem 40rem;
  background: #0a4caf;
  position: relative;
}
.product-left-titles::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  background-color: #fc7f0b;
}
.product-left-title {
  color: #fff;
}
.product-left-en {
  font-family: Arial;
  padding-top: 5rem;
  font-weight: 400;
  color: #ffffff;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  padding-top: 20rem;
}
.public-crumbs-box p {
  color: #999999;
}
.public-crumbs-box a {
  margin-right: 20rem;
  position: relative;
  color: #999999;
}
.public-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: -15rem;
}
.public-crumbs-box a:last-child::after {
  content: "";
}
.product-left-first {
  cursor: pointer;
  position: relative;
  color: #333333;
  padding: 30rem 60rem 30rem 40rem;
  background: #fff;
  border-bottom: 1px solid #e7e7e8;
}
.product-left-show-child .product-left-first {
  background: linear-gradient(90deg, #0a4caf 0%, rgba(10, 76, 175, 0.5) 100%);
  color: #fff;
}
.product-left-have-child .product-left-first::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: calc(50% - 5rem);
  width: 19rem;
  height: 9rem;
  background: url(./../esimg/icon/arr-bottom.png) no-repeat;
  background-size: 100% 100%;
}
.product-left-show-child .product-left-open::after {
  background: url(./../esimg/icon/arr-top-white.png) no-repeat;
  background-size: 100% 100%;
}
.product-left-child {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-left-show-child .product-left-child {
  height: auto;
  padding: 20rem 0;
}
.product-left-section {
  padding: 15rem 60rem;
  color: #666666;
  position: relative;
}
.product-left-section-on {
  color: #0a4caf;
}
.product-left-section-on::after {
  content: "";
  position: absolute;
  left: 30rem;
  top: calc(50% - 8rem);
  width: 14rem;
  height: 15rem;
  background: url(./../esimg/icon/product-left-section.png) no-repeat;
  background-size: 100% 100%;
}
.product-list-box {
  width: calc(100% - 350rem - 50rem);
  margin-left: 50rem;
  padding: 40rem 40rem;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.product-list-item {
  width: calc((100% - 60rem) / 3);
  margin-right: 30rem;
  margin-bottom: 30rem;
  position: relative;
  padding: 30rem 25rem;
  height: 400rem;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-item .index-recommend-name {
  margin-top: 20rem;
  padding-top: 16rem;
}
.product-list-item .index-recommend-text {
  padding-bottom: 60rem;
}
.product-list-item:hover .index-recommend-name {
  margin-top: -50rem;
}
.product-content-box {
  width: calc(100% - 350rem);
  padding-left: 50rem;
}
.product-info-box {
  background: #ffffff;
  padding: 35rem 55rem 65rem 25rem;
}
.product-info-title {
  text-align: center;
  padding-bottom: 20rem;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #e7e7e8;
}
.product-header-img {
  width: 640rem;
  margin: 20rem auto;
}
.product-info-titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e8;
}
.product-info-name {
  font-weight: bold;
  color: #ffffff;
  min-width: 180rem;
  padding: 13rem 20rem 13rem 27rem;
  background: #0a4caf;
}
.product-phone-box {
  display: flex;
  align-items: center;
}
.product-phone-cont {
  padding-left: 7rem;
}
.product-phone-text {
  color: #333333;
}
.product-phone-number {
  font-weight: bold;
  color: #fc7f0b;
}
.product-info-parameter {
  padding: 50rem 30rem;
  display: flex;
  flex-wrap: wrap;
}
.product-parameter-text {
  color: #333333;
  padding-bottom: 10rem;
  min-width: 50%;
  padding-right: 30rem;
}
.product-parameter-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-parameter-item {
  width: 260rem;
  margin: 0 50rem;
}
.product-parameter-img {
  width: 100%;
}
.product-parameter-name {
  color: #333333;
  text-align: center;
  padding-top: 20rem;
}
.product-parameter-pivot {
  width: calc((100% - (30rem * 4)) / 5);
  margin-right: 30rem;
}
.product-parameter-pivot:nth-child(5n),
.product-parameter-pivot:last-child {
  margin-right: 0;
}
.product-card-box {
  margin-top: 40rem;
  padding: 40rem;
  background: #fff;
}
.product-case-swiper {
  padding: 40rem 0 90rem;
  overflow: hidden;
  position: relative;
}
.product-case-img {
  width: 100%;
}
.product-recommend-swiper {
  position: relative;
  overflow: hidden;
  padding: 20rem 0 80rem;
}
.product-recommend-swiper .index-recommend-item {
  height: 400rem;
}
.product-recommend-swiper .index-recommend-name {
  margin-top: 22rem;
  padding-top: 16rem;
}
.product-baike-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30rem;
}
.product-baike-link {
  width: calc((100% - 20rem) / 2);
  height: 130rem;
  border: 1px solid #e7e7e8;
  margin-right: 20rem;
  margin-bottom: 20rem;
  padding: 25rem 55rem 0 25rem;
  position: relative;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-baike-link:hover {
  background: #0a4caf;
}
.product-baike-link:nth-child(2n) {
  margin-right: 0;
}
.product-baike-name {
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-baike-link:hover .product-baike-name {
  color: #fff;
}
.product-baike-text {
  color: #999999;
  line-height: 1.8;
  padding-top: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-baike-link:hover .product-baike-text {
  color: #fff;
}
.product-baike-link::after {
  content: "";
  position: absolute;
  right: 30rem;
  top: calc(50% - 4rem);
  width: 18rem;
  height: 8rem;
  background: url(./../esimg/icon/index-news-arr-gary.svg) no-repeat;
  background-size: 100% 100%;
}
.product-baike-link:hover::after {
  background: url(./../esimg/icon/index-news-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.enterprise-advantages-box {
  padding: 80rem 0;
}
.enterprise-advantages-flex {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50rem;
}
.enterprise-advantages-item {
  width: calc((100% - (15rem * 3)) / 4);
  margin-right: 15rem;
  position: relative;
  z-index: 1;
}
.enterprise-advantages-item:nth-child(4n) {
  margin-right: 0;
}
.enterprise-advantages-item:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../esimg/img/enterprise-advantages-item-hover.png) no-repeat;
  background-size: 100% 100%;
}
.enterprise-advantages-item .nor {
  display: block;
}
.enterprise-advantages-item .sel {
  display: none;
}
.enterprise-advantages-item:hover .nor {
  display: none;
}
.enterprise-advantages-item:hover .sel {
  display: block;
}
.enterprise-advantages-img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise-advantages-cont {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.enterprise-advantages-icon {
  width: 57rem;
  margin-top: 150rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.enterprise-advantages-item:hover .enterprise-advantages-icon {
  margin-top: 50rem;
}
.enterprise-advantages-name {
  text-align: center;
  padding-top: 30rem;
  font-weight: bold;
  color: #ffffff;
}
.enterprise-advantages-text {
  padding: 30rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.8;
  display: none;
}
.enterprise-advantages-item:hover .enterprise-advantages-text {
  display: block;
}
.product-parameter-card {
  position: relative;
}
.product-parameter-card-bg {
  width: 100%;
}
.product-card-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.product-card-name {
  padding: 22rem 0;
  text-align: center;
  font-weight: bold;
  color: #0a4caf;
}
.product-card-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30rem;
}
.product-card-text {
  width: 25%;
  position: relative;
  margin-bottom: 20rem;
}
.product-card-text:nth-child(4n - 1) {
  width: 30%;
}
.product-card-text:nth-child(4n) {
  width: 20%;
  text-align: right;
}
.product-card-text span {
  width: fit-content;
  position: relative;
  padding-left: 20rem;
}
.product-card-text span::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  background: #0a4caf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-parameter-tip {
  text-align: center;
  color: #ff0303;
  padding-bottom: 10rem;
}
.product-card-imgs {
  display: flex;
  flex-wrap: wrap;
  padding: 40rem 20rem;
}
.product-card-pivot {
  width: calc((100% - 70rem) / 3);
  margin-right: 35rem;
}
.product-card-pivot:nth-child(3n) {
  margin-right: 0;
}
.case-list-main {
  padding: 40rem 0 80rem;
}
.case-list-box {
  padding: 50rem 0;
  display: flex;
  flex-wrap: wrap;
}
.case-list-item {
  width: calc((100% - 40rem) / 3);
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.case-list-item:nth-child(3n) {
  margin-right: 0;
}
.case-list-img {
  width: 100%;
  overflow: hidden;
}
.case-list-item:hover .case-list-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case-list-img img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-name {
  width: 100%;
  height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10rem;
  background: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list-item:hover .case-list-name {
  color: #ffffff;
  background: #fc7f0b;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-item {
  width: 45rem;
  height: 45rem;
  background: #ffffff;
  border: 1px solid #e0e1e4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #999999;
  margin: 0 4rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.public-pages-item:hover,
.public-pages-on {
  background: #0a4caf;
  color: #fff;
}
.public-pages-num {
  padding-left: 10rem;
  color: #666666;
}
.public-pages-prev {
  background: url(./../esimg/icon/arr-left.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #fff;
}
.public-pages-prev:hover {
  background: url(./../esimg/icon/arr-left-white.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #0a4caf;
}
.public-pages-next {
  background: url(./../esimg/icon/arr-right.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #fff;
}
.public-pages-next:hover {
  background: url(./../esimg/icon/arr-right-white.png) no-repeat center;
  background-size: 7rem 14rem;
  background-color: #0a4caf;
}
.news-types-box {
  padding-top: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e5eb;
}
.news-type-item {
  padding-bottom: 20rem;
  margin: 0 30rem;
  color: #333333;
  position: relative;
}
.news-type-item:hover {
  color: #0a4caf;
}
.news-type-item-on::after {
  content: "";
  position: absolute;
  left: -20%;
  top: calc(100% - 1rem);
  width: calc(100% + 40%);
  height: 2rem;
  background: #0a4caf;
}
.news-list-box {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
.news-item-box {
  display: flex;
  position: relative;
  padding: 30rem 100rem 30rem 60rem;
  margin-bottom: 30rem;
  background: #f7f7f7;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-item-box:hover {
  background: #0a4caf;
}
.news-item-box::after {
  content: "";
  position: absolute;
  right: 58rem;
  top: calc(50% - 12.5rem);
  width: 25rem;
  height: 25rem;
  background: url(./../esimg/icon/news-item-arr.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-box:hover::after {
  background: url(./../esimg/icon/news-item-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.news-item-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 40rem;
  position: relative;
}
.news-item-date::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 25rem);
  width: 1px;
  height: 50rem;
  background: #eeeeee;
}
.news-item-day {
  font-family: Arial;
  font-weight: bold;
  color: #0a4caf;
}
.news-item-box:hover .news-item-day {
  color: #ffffff;
}
.news-item-month {
  color: #999999;
}
.news-item-box:hover .news-item-month {
  color: #ffffff;
}
.news-item-cont {
  width: calc(100% - 120rem);
  padding-left: 40rem;
}
.news-item-name {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-box:hover .news-item-name {
  color: #ffffff;
}
.news-item-text {
  padding-top: 10rem;
  color: #999999;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-box:hover .news-item-text {
  color: #ffffff;
}
.news-main-flex {
  display: flex;
  align-items: flex-start;
  padding: 30rem 0 60rem;
}
.news-main-left {
  width: 1030rem;
}
.news-main-right {
  width: calc(100% - 1030rem);
  padding-left: 30rem;
}
.news-main-title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.news-info-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-info-time,
.news-info-name {
  position: relative;
  color: #999999;
  padding-left: 22rem;
  margin: 0 20rem;
}
.news-info-time::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8rem);
  width: 16rem;
  height: 16rem;
  background: url(./../esimg/icon/news-info-time.png) no-repeat;
  background-size: 100% 100%;
}
.news-info-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8rem);
  width: 16rem;
  height: 16rem;
  background: url(./../esimg/icon/news-info-name.png) no-repeat;
  background-size: 100% 100%;
}
.news-content-box {
  padding-top: 40rem;
  line-height: 1.8;
  color: #333333;
}
.news-content-box p,
.news-content-box span {
  margin-bottom: 20rem;
}
.news-content-box img {
  max-width: 100%;
  margin: 0 auto 20rem;
}
.news-content-box a {
  display: inline-block;
}
.news-ad-img {
  width: 100%;
  margin-top: 30rem;
}
.news-keyword-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-keyword-box p {
  color: #333333;
}
.news-keyword-box a {
  color: #999999;
  margin-right: 8rem;
}
.news-article-box {
  padding-bottom: 35rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: 30rem;
}
.news-btn-left {
  width: 60%;
}
.news-btn-link {
  width: fit-content;
  color: #333333;
  margin-bottom: 10rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-btn-link:hover {
  color: #0a4caf;
}
.news-baike-name {
  font-weight: bold;
  color: #333333;
}
.news-baike-list {
  padding-top: 20rem;
}
.news-baike-item {
  border: 1px solid #e0e1e5;
  padding: 30rem 50rem 30rem 20rem;
  position: relative;
  margin-bottom: 13rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-baike-item:hover {
  background: #164d9f;
}
.news-baike-date {
  color: #999999;
}
.news-baike-item:hover .news-baike-date {
  color: #fff;
}
.news-baike-name {
  color: #333333;
  padding-top: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-baike-item:hover .news-baike-name {
  color: #fff;
}
.news-baike-item::after {
  content: "";
  position: absolute;
  right: 25rem;
  top: calc(50% - 6.5rem);
  width: 6rem;
  height: 13rem;
  background: url(./../esimg/icon/news-arr-gary.png) no-repeat;
  background-size: 100% 100%;
}
.news-baike-item:hover::after {
  background: url(./../esimg/icon/news-arr-white.png) no-repeat;
  background-size: 100% 100%;
}
.contact-main-box {
  background: url(./../esimg/img/contact-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.contact-content-box {
  padding-top: 100rem;
  padding-bottom: 180rem;
  display: flex;
  align-items: flex-start;
}
.contact-content-left {
  width: calc(100% - 900rem);
}
.contact-content-right {
  width: 900rem;
}
.contact-map-img {
  width: 100%;
}
.contact-content-text {
  color: #333333;
}
.contact-content-item {
  padding-top: 60rem;
}
.contact-content-name {
  color: #999999;
}
.contact-content-phone {
  font-weight: bold;
  color: #f87d0b;
  padding-top: 10rem;
}
.contact-content-cont {
  padding-top: 10rem;
  color: #333333;
}
.about-content-box {
  display: flex;
  align-items: flex-start;
  padding-top: 70rem;
  padding-bottom: 85rem;
}
.about-content-img {
  width: 660rem;
}
.about-content-right {
  width: calc(100% - 660rem);
  padding-left: 50rem;
}
.about-content-name {
  font-weight: bold;
  color: #333333;
}
.about-content-en {
  font-family: Arial;
  font-weight: 400;
  color: #333333;
}
.about-content-decs {
  padding-top: 30rem;
  line-height: 1.8;
  color: #666666;
}
.about-content-decs p {
  padding-bottom: 30rem;
}
.about-content-decs p:last-child {
  padding-bottom: 0;
}
.about-swiper-slide {
  position: relative;
  z-index: 1;
}
.about-swiper-img {
  width: 100%;
}
.about-swiper-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60rem;
  color: #ffffff;
  background: #164d9f;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.about-swiper-box {
  position: relative;
  margin-bottom: 80rem;
}
.about-swiper-box .swiper-slide-active .about-swiper-name {
  display: flex;
}
.about-swiper-box .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about-swiper-box .swiper-slide-active::after {
  background: rgba(0, 0, 0, 0);
}
.about-swiper-prev {
  position: absolute;
  z-index: 11;
  left: 260rem;
  top: calc(50% - 30rem);
  width: 60rem;
  height: 60rem;
  background: url(./../esimg/icon/about-swiper-prev.png) no-repeat;
  background-size: 100% 100%;
}
.about-swiper-next {
  position: absolute;
  z-index: 11;
  right: 260rem;
  top: calc(50% - 30rem);
  width: 60rem;
  height: 60rem;
  background: url(./../esimg/icon/about-swiper-next.png) no-repeat;
  background-size: 100% 100%;
}
.about-culture-box {
  padding-bottom: 80rem;
}
.about-culture-main {
  margin-top: 40rem;
  position: relative;
}
.about-culture-bg {
  width: 100%;
}
.about-culture-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.about-culture-cont {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50rem;
  border-right: 1px solid #f0f0f0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-culture-cont:hover {
  background: url(./../esimg/img/about-culture-hover.png) no-repeat;
  background-size: 100% 100%;
}
.about-culture-name {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.about-culture-text {
  text-align: center;
  height: 0;
  overflow: hidden;
  padding: 0 10rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.strength-main-box {
  padding-top: 60rem;
}
.strength-main-box:nth-child(2n) {
  padding-bottom: 80rem;
}
.about-culture-cont:hover .about-culture-text {
  padding-top: 20rem;
  height: auto;
}
.strength-content-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 35rem;
}
.strength-content-item {
  cursor: pointer;
  width: calc((100% - 50rem) / 3);
  height: 310rem;
  overflow: hidden;
  margin-right: 25rem;
  margin-bottom: 35rem;
  position: relative;
}
.strength-content-item:nth-child(3n) {
  margin-right: 0;
}
.strength-content-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.strength-content-item:hover .strength-content-img {
  transform: scale(1.1);
}
.strength-content-name {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 140rem;
  padding-right: 30rem;
  height: 50rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #164d9f;
  padding-left: 20rem;
}
.strength-content-name::after {
  content: "";
  position: absolute;
  right: -31rem;
  top: 0rem;
  width: 0;
  height: 0;
  border-left: 20rem solid transparent;
  border-right: 30rem solid transparent;
  border-top: 50rem solid #164d9f;
}
.strength-popup-box {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.strength-popup-main {
  position: absolute;
  top: 20%;
  width: 40%;
  margin: 0 30%;
}
.strength-popup-img {
  width: 100%;
}
.strength-popup-name {
  position: absolute;
  left: 0;
  top: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60rem;
  background: #ffffff;
}
.strength-popup-close {
  position: absolute;
  right: -60rem;
  top: -40rem;
  width: 27rem;
  height: 29rem;
  background: url(./../esimg/icon/strength-popup-close.png) no-repeat;
  background-size: 100% 100%;
}
.wap-tab-item .nor {
  display: block;
}
.wap-tab-item .sel {
  display: none;
}
.wap-tab-on .nor {
  display: none;
}
.wap-tab-on .sel {
  display: block;
}
.index-recommend-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40rem 0;
}
.index-recommend-list .index-recommend-item {
  width: calc((100% - 160rem) / 3);
  margin-right: 80rem;
  margin-bottom: 40rem;
  position: relative;
}
.index-recommend-list .index-recommend-item:nth-child(3n) {
  margin-right: 0;
}
.index-recommend-list .index-recommend-name {
  margin-top: 30rem;
  padding-top: 20rem;
}
.about-honors-box {
  background: url(./../esimg/img/about-honors-bg.png) no-repeat;
  background-size: 100% 100%;
}
.about-honors-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 100rem 200rem 200rem;
}
.about-honors-item {
  width: calc((100% - 260rem) / 3);
  margin-right: 130rem;
  margin-bottom: 40rem;
}
.about-honors-item:nth-child(3n) {
  margin-right: 0;
}
.about-honors-img {
  width: 100%;
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 30rem; */
    left: 5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
  .header-menu-on::after {
    /* left: 35rem; */
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }
  .header-menu-on::after {
    left: 5%;
    background: url(./../esimg/icon/nav-on.png) no-repeat;
    background-size: 100% 100%;
    width: 91%;
    height: 50rem;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center-mini,
  .main-center {
    width: calc(100% - 80rem);
    margin: 0 auto;
  }
  .banner-item-content {
    top: 66.5%;
  }
  .banner-item-text {
    height: 248rem;
    width: auto;
    margin: 0 auto 0;
  }
  .header-logo-box {
    width: 167rem;
  }
  .header-wap-close {
    position: absolute;
    right: 40rem;
    top: 40rem;
    width: 48rem;
    height: 48rem;
    background: url(./../esimg/icon/icon_close.png) no-repeat;
    background-size: 100% 100%;
  }
  .header-nav-box {
    width: 70vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: #fff;
    flex-direction: column;
    padding-top: 120rem;
  }
  .header-nav-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 30vw;
    left: -30vw;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .header-nav-on .header-nav-title {
    position: relative;
  }
  .header-nav-on .header-nav-title::after {
    content: "·";
    position: absolute;
    left: -20rem;
  }
  .header-nav-item {
    padding: 20rem 40rem;
  }
  .header-nav-on .header-nav-section,
  .header-nav-item:hover .header-nav-section {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    height: auto;
    background: none;
    padding-top: 20rem;
  }
  .header-nav-on .header-nav-text,
  .header-nav-item:hover .header-nav-text {
    color: rgba(37, 43, 58, 0.8);
    text-align: left;
    padding-left: 25rem;
  }
  .header-menu-second-show {
    position: relative;
    height: 100%;
    top: 0;
    left: 10%;
    padding-bottom: 20rem;
  }
  .header-menu-second-show a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 42.5rem;
    background-color: rgba(0, 0, 0, 0);
    padding: 5rem 0;
  }
  .header-menu-second-show a:hover {
    background: none;
  }
  .header-main-box {
    padding: 20rem 30rem;
    height: 110rem;
    margin-top: 0;
    background: #fff;
    position: relative;
  }

  .header-main-right {
    margin-right: 0;
  }

  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
  }
  .header-wap-menu {
    position: relative;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #999;
  }
  .header-wap-menu img {
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 24px;
  }
  .header-menu-fist {
    color: #2f2f2f;
    line-height: 80rem;
    width: 100%;
    text-align: left;
  }
  .header-menu-on {
    color: #3c5057;
    font-weight: bold;
  }
  .header-menu-on::after {
    content: "";
    display: none;
  }
  .header-menu-item:hover .header-menu-second {
    height: 0;
  }
  .header-language-dropdown {
    position: absolute;
    bottom: -110rem;
    right: -10%;
    width: 160%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }
  .header-language-box:hover .header-language-dropdown {
    height: 110rem;
  }
  .header-language-dropdown a {
    text-align: center;
    color: #fff;
    line-height: 55rem;
  }
  .header-language-dropdown a:nth-child(2) {
    margin-top: 0;
  }
  .header-center-logo {
    height: 75rem;
  }
  .index-banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30rem !important;
    left: auto !important;
    right: 0;
  }
  .header-nav-item {
    height: auto;
  }
  .header-nav-on::after {
    display: none;
  }
  .index-recommend-item {
    height: 700rem;
  }
  .index-recommend-tabs {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .public-btn {
    width: 240rem;
    height: 70rem;
  }
  .index-advantages-content {
    display: flex;
    padding-top: 25rem;
    flex-direction: column;
  }
  .index-advantages-item {
    width: calc(100% - 60rem);
    margin: 0 30rem 30rem;
    height: auto;
    position: relative;
    transition: all 0.5s;
  }
  .index-advantages-item-plus {
    width: calc(100% - 60rem);
    margin: 0 30rem 30rem;
  }
  .index-advantages-item-plus .index-advantages-cont {
    align-items: flex-start;
    padding-left: 50rem;
  }
  .index-advantages-item .index-advantages-cont {
    align-items: flex-start;
    padding-left: 50rem;
  }
  .index-advantages-item .index-advantages-desc {
    display: block;
  }
  .index-advantages-cont {
    justify-content: flex-end;
    padding-bottom: 20rem;
  }
  .index-advantages-desc {
    padding-top: 10rem;
    width: 100%;
    padding-right: 30rem;
    opacity: 0.8;
  }
  .index-about-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .index-about-img {
    width: 100%;
  }
  .index-about-content {
    width: 100%;
    padding-top: 60rem;
    padding-left: 0;
  }
  .index-about-flex {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    width: 100%;
  }
  .index-about-item {
    width: calc(50% - 20rem);
    margin-right: 40rem;
    margin-bottom: 30rem;
  }
  .index-about-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-about-icon {
    width: 90rem;
  }
  .index-about-btn {
    margin-top: 100rem;
    margin-left: auto;
  }
  .index-about-box {
    padding-bottom: 80rem;
  }
  .index-news-content {
    flex-direction: column;
  }
  .index-news-left {
    width: 100%;
    padding-right: 0;
  }
  .index-news-left .index-news-row {
    padding-right: 0;
  }
  .index-news-first {
    flex-direction: column;
  }
  .index-news-img {
    width: 100%;
  }
  .index-news-cont {
    padding-bottom: 50rem;
  }
  .index-news-date::after {
    width: 24rem;
    height: 11rem;
    top: calc(50% - 5rem);
  }
  .index-news-item .index-news-text {
    padding-right: 50rem;
  }
  .index-news-right {
    width: 100%;
    margin-top: 60rem;
  }
  .index-ad-img {
    margin-top: 40rem;
  }
  .content-form-flex {
    width: 100%;
    margin-right: 0;
    margin-top: 30rem;
  }
  .content-form-input {
    height: 70rem;
  }
  .content-form-codes {
    width: calc((100% - 40rem) / 2);
  }
  .content-form-codes {
    margin-right: 20rem;
  }
  .content-form-btn {
    width: calc((100% - 20rem) / 2);
    height: 70rem;
    margin-left: 0;
  }
  .content-form-btn:nth-child(1) {
    margin-right: 20rem;
  }
  .content-form-text {
    margin-top: 30rem;
  }
  .footer-bottom-box {
    padding-top: 50rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom-text {
    margin-bottom: 20rem;
    margin-right: 0;
  }
  .wap-tab-box {
    display: flex !important;
    background: #fbfbfb;
    padding: 20rem 0;
  }
  .wap-tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wap-tab-icon {
    width: 50rem;
    height: 50rem;
  }
  .wap-tab-name {
    font-family: Arial;
    font-weight: 400;
    padding-top: 10rem;
    color: #333333;
  }
  .footer-wap-item {
    flex: 1;
  }
  .footer-wap-center {
    flex: 0.5;
  }
  .footer-wap-phone {
    width: 114rem;
    margin: -70rem auto 0;
    animation: bounce1 2s infinite;
    -webkit-animation: bounce1 2s infinite;
  }
  /* 手机底部 */
  @keyframes bounce1 {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0) translateX(0);
      transform: translate3d(0, 0, 0) translateX(0);
      -moz-transform: translate3d(0, 0, 0) translateX(0);
      -ms-transform: translate3d(0, 0, 0) translateX(0);
      -o-transform: translate3d(0, 0, 0) translateX(0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0) translateX(0);
      transform: translate3d(0, -14px, 0) translateX(0);
      -moz-transform: translate3d(0, -14px, 0) translateX(0);
      -ms-transform: translate3d(0, -14px, 0) translateX(0);
      -o-transform: translate3d(0, -14px, 0) translateX(0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -6px, 0) translateX(0);
      transform: translate3d(0, -6px, 0) translateX(0);
      -moz-transform: translate3d(0, -6px, 0) translateX(0);
      -ms-transform: translate3d(0, -6px, 0) translateX(0);
      -o-transform: translate3d(0, -6px, 0) translateX(0);
    }

    90% {
      -webkit-transform: translate3d(0, -1px, 0) translateX(0);
      transform: translate3d(0, -1px, 0) translateX(0);
      -moz-transform: translate3d(0, -1px, 0) translateX(0);
      -ms-transform: translate3d(0, -1px, 0) translateX(0);
      -o-transform: translate3d(0, -1px, 0) translateX(0);
    }
  }
  .public-content-box {
    background: url(./../esimg/img/content-bg-wap.png) no-repeat;
    background-size: 100% 100%;
    padding: 55rem 0 65rem;
  }
  .public-banner-titles {
    position: absolute;
    z-index: 2;
    left: 50rem;
    top: 80rem;
  }
  .product-main-flex {
    flex-direction: column;
  }
  .product-left-box {
    width: 100%;
  }
  .product-list-box {
    width: 100%;
    margin-left: 0;
    padding: 40rem 40rem;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
  }
  .product-list-item {
    width: 100%;
    margin-right: 0;
    height: 650rem;
  }
  .product-content-box {
    width: 100%;
    padding-left: 0;
    margin-top: 100rem;
  }
  .product-info-box {
    background: #ffffff;
    padding: 35rem 30rem 65rem 30rem;
  }
  .product-header-img {
    width: 100%;
    margin: 20rem auto;
  }
  .product-phone-box .header-phone-img {
    width: 68rem;
  }
  .product-parameter-text {
    color: #333333;
    padding-bottom: 20rem;
    min-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .product-recommend-swiper .index-recommend-item {
    height: 680rem;
  }
  .product-baike-link {
    width: 100%;
    height: 190rem;
    margin-right: 0;
    margin-bottom: 30rem;
    padding: 25rem 25rem 0 25rem;
  }
  .product-baike-link::after {
    display: none;
  }
  .enterprise-advantages-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .enterprise-advantages-icon {
    width: 110rem;
    margin-top: 280rem;
  }
  .enterprise-advantages-item:hover .enterprise-advantages-icon {
    margin-top: 190rem;
  }
  .product-parameter-imgs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-parameter-pivot {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    margin-bottom: 30rem;
  }
  .product-parameter-pivot:nth-child(2n) {
    margin-right: 0;
  }
  .product-card-text {
    width: 100% !important;
  }
  .product-card-text:nth-child(4n) {
    width: 100%;
    text-align: left;
  }
  .product-card-main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .public-pages-item {
    width: 70rem;
    height: 70rem;
  }
  .case-list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .news-item-box {
    padding: 30rem 30rem 30rem 30rem;
  }
  .news-item-date {
    padding-right: 20rem;
  }
  .news-item-cont {
    width: calc(100% - 120rem);
    padding-left: 20rem;
  }
  .public-pages-prev {
    background: url(./../esimg/icon/arr-left.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #fff;
  }
  .public-pages-prev:hover {
    background: url(./../esimg/icon/arr-left-white.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #0a4caf;
  }
  .public-pages-next {
    background: url(./../esimg/icon/arr-right.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #fff;
  }
  .public-pages-next:hover {
    background: url(./../esimg/icon/arr-right-white.png) no-repeat center;
    background-size: 12rem 22rem;
    background-color: #0a4caf;
  }
  .news-item-box::after {
    display: none;
  }
  .news-main-flex {
    flex-direction: column;
  }
  .news-main-left {
    width: 100%;
  }
  .news-info-time,
  .news-info-name {
    padding-left: 30rem;
  }
  .news-info-time::after {
    top: calc(50% - 12rem);
    width: 24rem;
    height: 24rem;
  }
  .news-info-name::after {
    top: calc(50% - 12rem);
    width: 24rem;
    height: 24rem;
  }
  .news-main-right {
    width: 100%;
    padding-left: 0;
    margin-top: 90rem;
  }
  .news-baike-item {
    margin-bottom: 20rem;
  }
  .news-btn-box {
    flex-direction: column;
  }
  .news-btn-left {
    width: 100%;
  }
  .news-btn-right {
    width: 100%;
    margin-top: 30rem;
  }
  .public-footer-box {
    padding-bottom: 80rem;
  }
  .contact-content-box {
    flex-direction: column;
  }
  .contact-content-left {
    width: 100%;
  }
  .contact-content-right {
    width: 100%;
    margin-top: 40rem;
  }
  .about-content-box {
    flex-direction: column;
  }
  .about-content-img {
    width: 100%;
  }
  .about-content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 60rem;
  }
  .about-swiper-box {
    padding: 0 30rem;
    overflow: hidden;
  }
  .about-swiper-prev {
    left: 40rem;
    top: calc(50% - 80rem);
  }
  .about-swiper-next {
    right: 40rem;
    top: calc(50% - 80rem);
  }
  .about-swiper-name {
    height: 80rem;
  }
  .about-culture-content {
    padding: 80rem 0 20rem;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .about-culture-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .about-culture-cont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 50rem;
    border-right: none;
  }
  .about-culture-cont:hover {
    background: none;
  }
  .about-culture-text {
    height: auto;
    padding: 20rem 10rem;
  }
  .strength-content-item {
    cursor: pointer;
    width: 100%;
    height: 400rem;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 35rem;
    position: relative;
  }
  .strength-popup-main {
    position: absolute;
    top: 30%;
    width: 80%;
    margin: 0 10%;
  }
  .strength-popup-close {
    position: absolute;
    right: -40rem;
    top: -30rem;
  }
  .strength-popup-name {
    height: 80rem;
  }
  .index-advantages-img {
    height: 600rem;
  }
  .strength-content-name {
    height: 70rem;
  }
  .strength-content-name::after {
    content: "";
    position: absolute;
    right: -41rem;
    top: 0rem;
    width: 0;
    height: 0;
    border-left: 30rem solid transparent;
    border-right: 40rem solid transparent;
    border-top: 70rem solid #164d9f;
  }
  .index-recommend-list .index-recommend-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    height: 750rem;
  }
  .about-honors-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 60rem 80rem 60rem;
    flex-direction: column;
  }
  .about-honors-item {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
}
