@font-face {
  font-family: MontserratRegular;
  src: url("./font/Rany-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* 版心 */
.main-center {
  width: 83.35%;
  margin: 0 auto;
}
/* 内页版心 */
.main-info-center {
  width: 72.95%;
  margin: 0 auto;
}

.header-main-box {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  padding: 22rem 160rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(223, 228, 223, 0.3);
}
.header-info-box {
  background: #fff;
  position: relative !important;
}

.header-logo-box {
  width: 138rem;
}
.header-logo-box img {
  width: 100%;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu-box {
  display: flex;
  /* margin-left: 350rem; */
}
.header-menu-item {
  position: relative;
  height: 82rem;
  display: flex;
  align-items: center;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.header-menu-fist {
  font-weight: 400;
  color: #ffffff;
  line-height: 34rem;
  /* padding: 0 5rem; */
  margin: 0 20rem;
  width: 100rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.header-info-box .header-menu-fist {
  color: #333333;
}
.header-menu-item:hover .header-menu-fist {
  font-weight: 600;
}
.header-menu-on::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: calc(50% - 25rem);
  width: 50rem;
  height: 5rem;
  background: #ffffff;
  opacity: 1;
}
.header-info-box .header-menu-on::after {
  background: #1b54f2;
  width: 70rem;
  left: calc(50% - 35rem);
}
.header-menu-second {
  position: absolute;
  top: 100%;
  left: -5%;
  width: 110%;
  height: 0;
  overflow: hidden;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.header-menu-second a {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 42.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.header-menu-item:hover .header-menu-second {
  height: auto;
}
.header-menu-second a:hover {
  background: rgba(247, 104, 12, 0.8);
}
.header-main-right {
  display: flex;
  align-items: center;
  margin-right: 15rem;
}
.header-right-icon {
  width: 30rem;
}
.header-language-box {
  position: relative;
  padding: 10rem 0 10rem 12rem;
  cursor: pointer;
}
.header-language-on {
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-right: 18rem;
}
.header-language-on::after {
  content: "";
  position: absolute;
  top: calc(50% - 2.5rem);
  right: 0;
  background: url(../esimg/icon/xiala.png) no-repeat;
  background-size: 100% 100%;
  width: 10rem;
  height: 5rem;
}
.header-language-dropdown {
  position: absolute;
  bottom: -90rem;
  right: -10%;
  width: 160%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.header-language-box:hover .header-language-dropdown {
  height: 90rem;
}
.header-language-dropdown a {
  text-align: center;
  color: #fff;
  line-height: 42.5rem;
}
.header-language-dropdown a:nth-child(2) {
  margin-top: 5rem;
}
.header-language-dropdown a:hover {
  background: rgba(60, 80, 87, 1);
}
.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-start;
  left: 160rem !important;
  bottom: 80rem !important;
}
.index-banner-pagination .swiper-pagination-bullet {
  width: 60rem;
  height: 2px;
  background: #ffffff;
  opacity: 0.7;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  width: 60rem;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.public-friendlink-box {
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
  padding: 0 10rem;
  min-height: 40rem;
  background-color: #fff;
  flex-wrap: wrap;
  line-height: 2;
}
.public-friendlink-box p,
.public-friendlink-box a {
  color: #262626;
  margin-right: 15rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-friendlink-box a:hover {
  color: #000000;
}
.index-service-box {
  width: 100%;
  background: #3c5057;
  padding-bottom: 10rem;
  position: relative;
}
.index-service-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #203137;
}

.suspension-box {
  width: 70px;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-box {
  width: 60px;
  height: 60px;
  background: #1b54f2;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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: 36px;
  height: 36px;
}
.suspension-content-box:hover .suspension-content-info {
  width: 280px;
  background-color: #f7680c;
  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 {
  margin-left: -60px;
  height: 60px;
  display: flex;
  align-items: center;
}
.suspension-content-info {
  display: block;
  width: 0;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 80px;
  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-other {
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  border-bottom: none;
}
.suspension-content-box:hover .suspension-content-qr {
  width: 120px;
  background-color: #f7680c;
  display: block;
}
.suspension-content-box:hover {
  background-color: #f7680c;
}

.suspension-content-box:hover .suspension-content-qr img {
  display: block;
}
.suspension-content-qr {
  display: none;
  width: 0;
  height: 120px;
  line-height: 60px;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  position: absolute;
  padding: 0 0 0 60px;
  top: 0;
  right: 70px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.suspension-content-qr-code {
  width: 88px;
  height: 88px;
  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;
}
.header-phone-box {
  display: flex;
  position: relative;
  padding-left: 35rem;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  margin-left: 40rem;
}
.header-phone-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23rem;
  height: 23rem;
  background: url(./../esimg/icon/header-phone.png) no-repeat;
  background-size: 100% 100%;
}
.header-info-box .header-phone-box {
  background: #1b54f2;
  padding: 10rem 10rem 10rem 45rem;
}
.header-info-box .header-phone-box::after {
  position: absolute;
  left: 10rem;
  top: calc(50% - 11rem);
}
.banner-keyword-box {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 11;
  left: 8.325%;
  bottom: 17rem;
}
.public-info-banner .banner-keyword-box {
  left: 13.525%;
}
.banner-keyword-box p,
.banner-keyword-box a {
  color: #ffffff;
  padding-right: 5rem;
}
.public-crumbs-box {
  display: flex;
  align-items: center;
  padding: 15rem 0;
}
.public-crumbs-box p {
  color: #999999;
}
.public-crumbs-box a {
  color: #999999;
  position: relative;
  margin-right: 20rem;
}
.public-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: -15rem;
}
.public-crumbs-box a:last-child:after {
  content: "";
}
.index-design-box {
  background: url(./../esimg/img/index-design-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.index-design-left {
  width: 50%;
  padding-left: 160rem;
}
.index-design-num {
  font-family: Rany;
  font-weight: bold;
  font-size: 200px;
  color: #030303;
  text-stroke: 4px #1b53f1;
  -webkit-text-stroke: 4px #1b53f1;
  padding-top: 100rem;
  line-height: 1;
}
.index-design-name {
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  padding-top: 60rem;
}
.index-design-ul {
  padding-top: 100rem;
}
.index-design-li {
  padding-left: 36rem;
  position: relative;
  color: #ffffff;
  margin-bottom: 25rem;
}
.index-design-li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f7680c;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 4px);
}
.index-design-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.index-design-item {
  width: 33.33%;
  aspect-ratio: 1 / 1;
  background: #242424;
  position: relative;
  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-design-item:nth-child(2n) {
  background: #111111;
}
.index-design-item:hover {
  background: #1b54f2;
}
.index-design-icon {
  position: absolute;
  left: 37rem;
  top: 26rem;
  width: 101rem;
  height: 101rem;
  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-design-item .nor {
  display: block;
  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-design-item .sel {
  display: none;
  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-design-item:hover .nor {
  display: none;
  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-design-item:hover .sel {
  display: block;
  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-design-text {
  position: absolute;
  left: 37rem;
  bottom: 36rem;
}
.index-design-title {
  color: #ffffff;
}
.index-design-en {
  color: #ffffff;
  margin-top: 10rem;
  text-transform: uppercase;
}
.index-design-info {
  opacity: 0;
}
.index-design-mores {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-design-more {
  width: 140rem;
  height: 50rem;
  border: 1px solid #f8731d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fefefe;
  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-design-mores:hover .index-design-more {
  border: 1px solid #fff;
}
.index-case-box {
  padding: 60rem 0 70rem;
}
.index-case-top {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
}
.public-title-box {
  display: flex;
  align-items: flex-end;
}
.public-title-name {
  font-weight: bold;
  color: #333333;
}
.public-title-en {
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  padding-left: 10rem;
  padding-right: 20rem;
  position: relative;
}
.public-title-en::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 8rem);
  width: 17rem;
  height: 16rem;
  background: url(./../esimg/icon/public-title-icon.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-types {
  display: flex;
}
.index-case-type {
  margin-left: 15rem;
  color: #333333;
  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-on,
.index-case-type:hover {
  color: #0245f4;
}
.index-case-content {
  display: flex;
  flex-wrap: wrap;
  padding: 40rem 0 50rem;
}
.index-case-item {
  position: relative;
  width: 33.33%;
  position: relative;
  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-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-33deg, #1b54f2 0%, #446dda 100%);
  opacity: 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;
}
.index-case-item:hover::after {
  opacity: 1;
}
.index-case-item::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: calc(50% - 15.5rem);
  bottom: 26.5%;
  width: 31rem;
  height: 31rem;
  background: url(./../esimg/icon/index-case-icon.png) no-repeat;
  background-size: 100% 100%;
  opacity: 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;
}
.index-case-item:hover::before {
  opacity: 1;
}
.index-case-img {
  width: 100%;
}
.index-case-name {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 40%;
  width: 100%;
  padding: 20rem;
  text-align: center;
  color: #fff;
  opacity: 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;
}
.index-case-item:hover .index-case-name {
  opacity: 1;
}
.index-case-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn {
  width: 140rem;
  height: 50rem;
  background: #1b54f2;
  border: 1px solid #1b54f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.public-btn:hover {
  background: none;
  color: #1b54f2;
}
.index-about-box {
  width: 100%;
  position: relative;
}
.index-about-bg {
  width: 100%;
}
.index-about-content {
  position: absolute;
  left: 55.75%;
  top: 9.1%;
  width: 600rem;
}
.public-title-white {
  color: #fff;
}
.index-about-cont {
  color: #ffffff;
  padding-top: 50rem;
}
.index-about-cont p {
  padding-bottom: 30rem;
}
.index-about-btns {
  margin-top: 40rem;
}
.index-branddesign-box {
  padding: 70rem 0;
  background: #f6f6f6;
}
.index-branddesign-title {
  display: flex;
  font-weight: bold;
  color: #333333;
  align-items: self-end;
  justify-content: center;
}
.index-branddesign-title span {
  color: #0245f4;
  font-weight: bold;
  font-size: 50rem;
  line-height: 1;
}
.index-branddesign-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60rem;
}
.index-branddesign-item {
  position: relative;
  width: calc(50% - 9rem);
  height: 320rem;
  margin-right: 18rem;
  background: url(./../esimg/img/index-branddesign-item.png) no-repeat;
  background-size: 100% 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-branddesign-item:nth-child(1),
.index-branddesign-item:nth-child(2) {
  margin-bottom: 15rem;
}
.index-branddesign-item:nth-child(2n) {
  margin-right: 0;
}
.index-branddesign-item:hover {
  background: url(./../esimg/img/index-branddesign-item-on.png) no-repeat;
  background-size: 100% 100%;
}
.index-branddesign-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 151rem;
  height: 130rem;
}
.index-branddesign-item .nor {
  display: block;
}
.index-branddesign-item .sel {
  display: none;
}
.index-branddesign-item:hover .nor {
  display: none;
}
.index-branddesign-item:hover .sel {
  display: block;
}
.index-branddesign-name {
  padding-left: 45rem;
  padding-top: 68rem;
}
.index-branddesign-namech {
  font-weight: bold;
  color: #0245f4;
  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-branddesign-nameen {
  font-weight: bold;
  color: #999999;
  padding-top: 8rem;
  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-branddesign-item:hover .index-branddesign-namech,
.index-branddesign-item:hover .index-branddesign-nameen {
  color: #ffffff;
}
.index-branddesign-text {
  padding: 35rem 67rem 50rem 45rem;
  color: #000000;
  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-branddesign-item:hover .index-branddesign-text {
  color: #ffffff;
}
.index-news-box {
  padding: 70rem 0 55rem;
}
.index-news-types {
  display: flex;
}
.index-news-type {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  background: #ededed;
  width: 140rem;
  height: 50rem;
  margin-left: 16rem;
  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-on {
  color: #ffffff;
  background: #1b54f2;
}
.index-news-type:hover {
  color: #ffffff;
  background: #1b54f2;
}
.index-news-main {
  padding-top: 30rem;
  display: flex;
}
.index-news-left {
  width: 50%;
  padding-right: 20rem;
}
.index-news-itemplus {
  width: 100%;
}
.index-news-img {
  width: 100%;
}

.index-news-title {
  color: #333333;
  margin-top: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 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;
}
.index-news-text {
  color: #999999;
  margin-top: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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-right {
  padding-left: 30rem;
  width: 50%;
}
.index-news-item {
  padding-left: 30rem;
  padding-bottom: 20rem;
  border-bottom: 1px solid #ededed;
}
.index-news-item:hover .index-news-title {
  color: #1b54f2;
}
.index-news-item:hover .index-news-text {
  color: #1b54f2;
}
.index-news-itemplus:hover .index-news-title {
  color: #1b54f2;
}
.index-news-itemplus:hover .index-news-text {
  color: #1b54f2;
}
.index-baike-box {
  padding: 55rem 0 35rem;
}
.index-baike-content {
  margin-top: 30rem;
  display: flex;
  flex-wrap: wrap;
}
.index-baike-item {
  width: 50%;
  padding: 55rem 60rem 45rem 40rem;
  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-baike-item:nth-child(1) {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.index-baike-item:nth-child(2) {
  border-bottom: 1px solid #ededed;
}
.index-baike-item:nth-child(3) {
  border-right: 1px solid #ededed;
}
.index-baike-item:hover {
  background: #1b54f2;
}
.index-baike-name {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 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;
}
.index-baike-item:hover .index-baike-name {
  color: #ffffff;
}
.index-baike-text {
  color: #999999;
  padding-top: 15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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-baike-item:hover .index-baike-text {
  color: #ffffff;
}
.index-baike-date {
  color: #999999;
  padding-top: 40rem;
  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-baike-item:hover .index-baike-date {
  color: #ffffff;
}
.message-main-box {
  position: relative;
}
.message-content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.message-main-bg {
  width: 100%;
}
.message-title {
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100rem;
}
.message-title-text {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27rem;
  text-align: center;
}
.message-from {
  margin-top: 45rem;
}
.message-from-row {
  display: flex;
  justify-content: space-between;
}
.message-from input {
  width: 48%;
  height: 58rem;
  background: #ffffff;
  padding-left: 15rem;
  margin-bottom: 20rem;
}
.message-from .public-btn {
  width: 140rem !important;
  height: 50rem !important;
  background: #1b54f2 !important;
  border: 1px solid #1b54f2;
  padding-left: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff;
  margin-bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.message-from textarea {
  width: 100%;
  height: 174rem;
  padding-top: 20rem;
  padding-left: 15rem;
  background: #ffffff;
}
.message-from-btns {
  display: flex;
  justify-content: flex-end;
  margin-top: 28rem;
}
.message-from-codes {
  display: flex;
  position: relative;
}
.message-from-codes input {
  width: 270rem;
  height: 50rem;
  background: #ffffff;
  margin-right: 20rem;
  margin-bottom: 0;
}
.message-from-code {
  position: absolute;
  right: 20rem;
  top: 0;
  /* height: 100%; */
  height: 50rem;
}
.message-from-code img {
  height: 100%;
}
.public-footer-box {
  width: 100%;
  background: #020923;
}
.public-footer-main {
  display: flex;
  justify-content: space-between;
  padding: 30rem 0;
}
.public-footer-logo {
  width: 153rem;
}
.public-footer-nav {
  display: flex;
}
.public-footer-ul {
  padding-left: 27rem;
  margin-right: 40rem;
}
.public-footer-name {
  color: #fff;
  position: relative;
}
.public-footer-name::after {
  content: "";
  position: absolute;
  left: -20rem;
  top: calc(50% - 6rem);
  width: 17rem;
  height: 16rem;
  background: url(./../esimg/icon/footer-nav-icon.png) no-repeat;
  background-size: 100% 100%;
}
.public-footer-li {
  margin-top: 15rem;
}
.public-footer-double {
  color: #f4f5f6;
  opacity: 0.3;
  margin-bottom: 10rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-footer-double:hover {
  opacity: 0.7;
}
.public-footer-content {
  display: flex;
  position: relative;
}
.public-footer-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 58rem;
  max-width: 290rem;
}
.public-footer-cont:last-child {
  margin-right: 0;
}
.footer-cont-name {
  color: #f4f5f6;
}
.footer-cont-info {
  margin-top: 10rem;
  font-family: Rany;
  font-weight: bold;
  color: #f7680c;
  text-align: right;
}
.footer-cont-copy {
  color: #f4f5f6;
  margin-top: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-cont-copy p,
.footer-cont-copy a {
  color: #f4f5f6;
  display: flex;
  margin-bottom: 5px;
}
.footer-cont-copy a img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.footer-qrcode {
  width: 121rem;
  height: 121rem;
}
.footer-qrcode-text {
  text-align: center;
  margin-top: 22rem;
  width: 100%;
}
.public-info-banner {
  width: 100%;
  position: relative;
}
.public-info-banner img {
  width: 100%;
}
.projuct-main-box {
  padding: 60rem 0;
}
.index--title-en {
  text-align: center;
  margin-top: 15rem;
  font-family: Arial;
  font-weight: 400;
  color: #333333;
}
.projuct-type-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* justify-content: center; */
  padding-top: 80rem;
}
.projuct-type-name {
  width: 150rem;
  height: 46rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background: #fff;
  margin: 0 10rem;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.projuct-type-name:first-child {
  margin-left: 0;
}
.projuct-type-name:hover {
  background: #1b54f2;
  color: #fff;
}
.projuct-type-on {
  background: #1b54f2;
  color: #fff;
}
.projuct-content-box {
  display: flex;
  margin-top: 48rem;
  align-items: center;
}
.projuct-content-left {
  position: relative;
  z-index: 2;
  width: calc(100% - 1050rem);
  padding-left: 13.525%;
}
.projuct-content-right {
  width: 1050rem;
  position: relative;
  z-index: 1;
}
.projuct-content-right img {
  width: 100%;
}
.projuct-content-text {
  padding-top: 35rem;
  color: #333333;
  line-height: 2;
  width: 550rem;
}
.projuct-content-cont {
  margin-top: 50rem;
  width: 832px;
  padding: 55rem 0 93rem 41rem;
  background: #1b54f2;
  margin-left: -40rem;
}
.projuct-content-p {
  color: #ffffff;
  padding-bottom: 30rem;
}
.case-recommend-box {
  width: 100%;
  position: relative;
  margin-top: 50rem;
}
.case-recommend-swiper {
  overflow: hidden;
}
.case-recommend-prev {
  position: absolute;
  left: -50rem;
  top: calc(50% - 20rem);
  background: url(./../esimg/icon/arr-left-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 20rem;
  height: 39rem;
  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-recommend-prev:hover {
  background: url(./../esimg/icon/arr-left-sel.png) no-repeat;
  background-size: 100% 100%;
}
.case-recommend-next {
  position: absolute;
  right: -50rem;
  top: calc(50% - 20rem);
  background: url(./../esimg/icon/arr-right-nor.png) no-repeat;
  background-size: 100% 100%;
  width: 20rem;
  height: 39rem;
  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-recommend-next:hover {
  background: url(./../esimg/icon/arr-right-sel.png) no-repeat;
  background-size: 100% 100%;
}
.public-pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-pages-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12rem;
  min-width: 38rem;
  height: 38rem;
  color: #1b54f2;
  background: #eef1f9;
  margin: 0 5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.public-pages-item:hover {
  color: #fefefe;
  background: #1b54f2;
}
.public-pages-on {
  color: #fefefe;
  background: #1b54f2;
}
.case-top-box {
  display: flex;
  margin-bottom: 30rem;
}
.case-top-left {
  width: 70%;
}
.case-top-right {
  width: 30%;
}
.case-top-title {
  padding-top: 30rem;
  color: #333;
}
.case-top-content {
  width: 80%;
  padding-top: 20rem;
  color: #000000;
  line-height: 1.8;
}
.case-top-synopsis {
  padding-top: 30rem;
}
.case-top-synopsis p {
  color: #000000;
  margin-bottom: 15rem;
}
.case-content-box {
  width: 100%;
  padding-top: 40rem;
  padding-bottom: 20rem;
  background: #f7fbff;
}
.case-content-box img,
.case-content-box video {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.case-menu-box {
  margin-top: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-menu-btn {
  display: flex;
  align-items: center;
  margin: 0 40rem;
}
.case-menu-btn img {
  width: 30rem;
  height: 30rem;
  margin: 0 10rem;
  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-menu-btn .nor {
  display: block;
}
.case-menu-btn .sel {
  display: none;
}
.case-menu-btn:hover .nor {
  display: none;
}
.case-menu-btn:hover .sel {
  display: block;
}
.case-menu-btn p {
  color: #2f2f2f;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.case-menu-btn:hover p {
  color: #1b54f2;
}
.case-menu-click {
  border: 1px solid #1789fa;
  color: #1b54f2;
  width: 138rem;
  height: 38px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 18rem;
  -webkit-border-radius: 18rem;
  -moz-border-radius: 18rem;
  -ms-border-radius: 18rem;
  -o-border-radius: 18rem;
}
.case-menu-click:hover {
  background: #1b54f2;
  color: #fff;
}
.partner-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-top-right {
  display: flex;
  align-items: center;
}
.partner-top-right img {
  width: 36rem;
  height: 36rem;
}
.partner-top-phone {
  padding-left: 10rem;
}
.partner-phone-name {
  color: #979797;
}
.partner-phone-number {
  font-weight: bold;
  font-family: arial;
  color: #1b54f2;
}
.partner-list-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40rem;
}
.partner-list-item {
  width: calc((100% - 60rem) / 4);
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.partner-list-item:nth-child(4n) {
  margin-right: 0;
}
.partner-list-item img {
  width: 100%;
  border: 1px solid #e1e7f4;
}
.partner-item-name {
  color: #333;
  text-align: center;
  padding: 10rem 20rem;
}
.reviews-list-box {
  padding-top: 50rem;
}
.reviews-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 30rem 60rem 30rem 40rem;
  margin-bottom: 30rem;
  background: #fff;
  box-shadow: 0px 0px 20px 10px #fafafc;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.reviews-item-box:hover {
  background: #1b54f2;
}

.reviews-item-left {
  width: 100rem;
  height: 100rem;
  background: url(./../esimg/icon/reviews-left-icon1.png) no-repeat;
  background-size: 100% 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;
}
.reviews-item-box:hover .reviews-item-left {
  background: url(./../esimg/icon/reviews-left-icon2.png) no-repeat;
  background-size: 100% 100%;
}
.reviews-item-center {
  width: calc(100% - 200rem);
}
.reviews-item-name {
  margin-bottom: 20rem;
}
.reviews-item-keyword {
  margin-bottom: 10rem;
}
.reviews-item-cont {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.reviews-item-right {
  width: 43rem;
  height: 43rem;
  background: url(./../esimg/icon/reviews-right-icon1.png) no-repeat;
  background-size: 100% 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;
}
.reviews-item-box:hover .reviews-item-right {
  background: url(./../esimg/icon/reviews-right-icon2.png) no-repeat;
  background-size: 100% 100%;
}
.reviews-item-box:hover .reviews-item-name {
  color: #fff;
}
.reviews-item-box:hover .reviews-item-keyword {
  color: #fff;
}
.reviews-item-box:hover .reviews-item-cont {
  color: #fff;
}
.about-title-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-main-box {
  padding: 58rem 0 72rem;
}
.about-main-content {
  display: flex;
  margin-top: 50rem;
}
.about-main-left {
  width: calc(100% - 774rem);
  padding-right: 33rem;
}
.about-main-right {
  width: 774rem;
}
.about-main-right img {
  width: 100%;
}
.about-main-name {
  font-weight: 400;
  color: #333333;
}
.about-name-en {
  font-family: Arial;
  font-weight: 400;
  color: #c0bfbf;
}
.about-main-text {
  font-weight: 400;
  color: #333333;
  margin-top: 48rem;
}
.about-main-text p {
  line-height: 1.8;
  padding-bottom: 20rem;
}
.about-main-text p:last-child {
  padding-bottom: 0;
}
.about-project-box {
  background: url(../esimg/img/about-product-bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 65rem 0;
}
.about-project-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48rem;
}
.about-project-item {
  width: calc((100% - 75rem) / 4);
  height: 280rem;
  margin-right: 25rem;
  margin-bottom: 34rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 6px 35px 0px rgba(171, 217, 255, 0.65);
  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;
}
.about-project-item:nth-child(4n) {
  margin-right: 0;
}
.about-project-item:hover {
  background: #1b54f2;
}
.about-project-item img {
  width: 100rem;
  height: 100rem;
}
.about-project-item .nor {
  display: block;
}
.about-project-item .sel {
  display: none;
}
.about-project-item:hover .nor {
  display: none;
}
.about-project-item:hover .sel {
  display: block;
}
.about-project-name {
  color: #333333;
  padding-top: 52rem;
}
.about-project-item:hover .about-project-name {
  color: #ffffff;
}
.about-project-en {
  font-family: Arial;
  font-weight: 400;
  color: #333333;
  margin-top: 7rem;
}
.about-project-item:hover .about-project-en {
  color: #ffffff;
}
.about-reason-box {
  padding: 72rem 0 90rem;
}
.about-reason-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 44rem;
}
.about-reason-item {
  width: calc((100% - 75rem) / 4);
  margin-right: 25rem;
  min-height: 490rem;
  background: #f2f5fc;
  position: relative;
  padding: 24rem 50rem 0 40rem;
  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-reason-item:nth-child(4n) {
  margin-right: 0;
}
.about-reason-item:hover {
  background: #0245f4;
}
.about-reason-icon {
  width: 70rem;
  height: 70rem;
}
.about-reason-item .nor {
  display: block;
}
.about-reason-item .sel {
  display: none;
}
.about-reason-item:hover .nor {
  display: none;
}
.about-reason-item:hover .sel {
  display: block;
}
.about-reason-number {
  width: 230rem;
  height: 180rem;
  position: absolute;
  right: 0;
  top: 37rem;
}
.about-reason-name {
  padding-top: 50rem;
  font-weight: bold;
}
.about-reason-item:hover .about-reason-name {
  color: #ffffff;
}
.about-reason-en {
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  padding-top: 8rem;
}
.about-reason-item:hover .about-reason-en {
  color: #ffffff;
}
.about-reason-text {
  padding-top: 26rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.about-reason-item:hover .about-reason-text {
  color: #ffffff;
}
.about-culture-box {
  padding: 60rem 0 180rem;
  background: url(./../esimg/img/about-reason-bg.png) no-repeat;
  width: 100%;
}
.about-culture-swiper {
  overflow: hidden;
}
.about-culture-box .public-title-name,
.about-culture-box .index--title-en {
  color: #fff;
}
.about-culture-main {
  position: relative;
  margin-top: 60rem;
}
.about-culture-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}
.about-culture-main .swiper-slide-active {
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
}
.about-culture-icon {
  width: 60rem;
  height: 60rem;
}
.about-culture-name {
  font-weight: bold;
  margin-top: 15rem;
  color: #ffffff;
}
.about-culture-en {
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
}
.about-culture-cont {
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 30rem;
}
.about-culture-prev {
  position: absolute;
  top: calc(50% - 18rem);
  left: -40rem;
  width: 20rem;
  height: 37rem;
  background: url(./../esimg/icon/about-culture-prev.png) no-repeat;
  background-size: 100% 100%;
}
.about-culture-next {
  position: absolute;
  top: calc(50% - 18rem);
  right: -40rem;
  width: 20rem;
  height: 37rem;
  background: url(./../esimg/icon/about-culture-next.png) no-repeat;
  background-size: 100% 100%;
}
.newlist-top-title {
  margin-left: 100rem;
}
.news-list-hot {
  display: flex;
  margin-top: 50rem;
}
.news-hot-left {
  width: 30%;
}
.news-hot-right {
  width: 70%;
  padding-left: 40rem;
}
.news-hot-left .news-hot-cont {
  position: relative;
  padding: 35rem 100rem 43rem 30rem;
}
.news-hot-left:hover .news-hot-cont {
  background: #1b54f2;
}
.news-hot-cont {
  position: relative;
  border: 1px solid #e1e7f4;
  padding: 32rem 150rem 20rem 41rem;
  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-hot-cont:hover {
  background: #1b54f2;
}
.news-hot-cont::after {
  content: "";
  position: absolute;
  right: 8%;
  top: calc(50% - 21rem);
  width: 43rem;
  height: 43rem;
  background: url(./../esimg/icon/news-right-nor.png);
  background-size: 100% 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;
}
.news-hot-left:hover .news-hot-cont::after {
  content: "";
  background: url(./../esimg/icon/news-right-sel.png);
  background-size: 100% 100%;
}
.news-hot-cont:hover::after {
  content: "";
  background: url(./../esimg/icon/news-right-sel.png);
  background-size: 100% 100%;
}
.news-hot-left-img {
  width: 100%;
  height: 256rem;
  overflow: hidden;
}
.news-hot-left-img img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.news-hot-left:hover .news-hot-left-img img {
  transform: scale(1.05);
}
.news-hot-title {
  color: #333333;
}
.news-hot-cont:hover .news-hot-title,
.news-hot-left:hover .news-hot-title {
  color: #fff;
}
.news-hot-time {
  line-height: 1;
  padding: 15rem 0;
}
.news-hot-cont:hover .news-hot-time,
.news-hot-left:hover .news-hot-time {
  color: #fff;
}
.news-hot-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示两行 */
  color: #999999;
}
.news-hot-cont:hover .news-hot-text,
.news-hot-left:hover .news-hot-text {
  color: rgba(255, 255, 255, 0.7);
}
.news-hot-type {
  color: #999999;
  margin-top: 20rem;
}
.news-hot-cont:hover .news-hot-type,
.news-hot-left:hover .news-hot-type {
  color: rgba(255, 255, 255, 0.7);
}
.news-hot-right .news-hot-cont {
  margin-bottom: 35rem;
}
.news-hot-right .news-hot-cont:last-child {
  margin-bottom: 0;
}
.news-list-main {
  padding: 50rem 0;
}
.news-list-item {
  display: flex;
  align-items: center;
}
.news-item-img {
  width: 25%;
  max-height: 400rem;
  overflow: hidden;
}
.news-item-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;
}
.news-hot-cont:hover .news-item-img img {
  transform: scale(1.05);
}
.news-item-cont {
  width: calc(100% - 25%);
  padding: 0 40rem;
}
.news-list-main .news-hot-cont {
  margin-bottom: 30rem;
}
.new-info-box {
  display: flex;
  padding: 50rem 0;
}
.new-info-left {
  width: 70%;
}
.new-info-right {
  width: 30%;
}
.new-info-title {
  color: #333333;
}
.news-intel-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
}
.news-intel-item {
  width: 25%;
  margin-top: 20rem;
  padding-bottom: 10rem;
  color: #909090;
}
.new-info-content {
  padding: 20rem 0;
}
.new-info-content p {
  margin-bottom: 20rem;
  line-height: 1.6;
}
.new-info-content p a {
  display: inline-block;
}
.new-info-content a {
  display: flex;
}
.news-keyword-box {
  display: flex;
  align-items: center;
}
.news-keyword-box p {
  color: #909090;
  font-weight: bold;
}

.news-keyword-box a {
  color: #909090;
  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-keyword-box a:hover {
  color: #252525;
}
.news-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20rem;
  border: 1px solid #e1e7f4;
  border-radius: 20px;
  position: relative;
  padding: 10rem 20rem;
}
.news-btn-box a {
  color: #666666;
  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-box a:hover {
  color: #1b54f2;
}
.new-info-right {
  padding-left: 30rem;
}
.new-info-list {
  margin-top: 20rem;
}
.new-info-item {
  position: relative;
  top: 0px;
  margin-bottom: 20rem;
  padding: 48rem 25rem 32rem 33rem;
  border: 1px solid #e6e6f1;
  background: url(../esimg/icon/d48.png) no-repeat;
  background-position: 32rem 20rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.new-info-item:hover {
  border: 1px solid #1b54f2;
}
.new-info-item-title {
  padding-bottom: 10rem;
  color: #333;
}
.new-info-item:hover .new-info-item-title {
  color: #1b54f2;
}
.new-info-item-date {
  color: #b6b6b6;
}
.new-info-item-dec {
  padding-top: 5rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示两行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-main-box {
  margin-top: 60rem;
  width: 100%;
  border: 1px solid #e6e6f1;
  padding: 50rem;
  display: flex;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
}
.contact-main-title {
  color: #4e4e4e;
  margin-bottom: 35rem;
}
.contact-main-item {
  display: flex;
  align-items: center;
  margin-bottom: 40rem;
}
.contact-main-item img {
  width: 45rem;
  height: 45rem;
}
.contact-main-decs {
  padding-left: 20rem;
}
.contact-main-left {
  width: 40%;
}
.contact-main-right {
  width: 60%;
}
.contact-map-box {
  padding-left: 30rem;
}
.contact-map-box iframe {
  width: 100%;
  height: 500rem;
}
.contact-group-main {
  display: flex;
  border-bottom: 1px solid #e1e7f4;
  padding: 20rem 0;
}
.contact-group-main:last-child {
  border-bottom: 0px;
}
.contact-group-content {
}
.contact-group-cont {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 20rem;
}
.contact-group-text {
  padding-left: 10rem;
}
.contact-group-left {
  width: 30%;
}
.contact-group-content {
  width: 70%;
}
.contact-group-box {
  width: 100%;
}
.contact-group-content {
  display: flex;
  flex-wrap: wrap;
}
.contact-group-cont img {
  width: 40rem;
}
@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%;
  }
  .business-item-text {
    top: 35rem;
    left: 30rem;
    width: 60%;
  }
  .business-item-title {
    padding-bottom: 25rem;
  }
  .business-item-p {
    padding-top: 20rem;
  }
  .public-footer-cont {
    margin-left: 0;
    margin-right: 40rem;
  }
  .public-footer-main {
    padding: 30rem 0;
  }
  .public-footer-ul {
    padding-left: 27rem;
    margin-right: 10rem;
    width: 150rem;
  }
}
@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: 1199px) {
  .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;
  }
  .business-item-text {
    position: absolute;
    top: 20rem;
    left: 50rem;
    width: 55%;
  }
  .business-item-p {
    font-size: 12px;
  }
  .public-footer-cont {
    /* padding-right: 10rem; */
  }
  .footer-cont-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 35rem);
    margin: 0 auto;
  }
  .main-info-center {
    width: calc(100% - 35rem);
    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-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .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: 0 25rem;
    margin-top: 0rem;
  }
  .header-main-right {
    margin-right: 0;
  }
  .header-wap-show {
    background: url(./../esimg/icon/sj_nav.png) no-repeat;
    background-size: 100% 100%;
    width: 61rem;
    height: 61rem;
    margin-left: 20rem;
  }
  .header-menu-box {
    flex-direction: column;
    position: absolute;
    width: 80%;
    right: 0;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  .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;
  }
  .index-banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0 !important;
    bottom: 40rem !important;
  }
  .index-design-box {
    flex-direction: column;
  }
  .index-design-left {
    width: 100%;
  }
  .index-design-right {
    width: 100%;
  }
  .index-design-item {
    width: 50%;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
  }
  .index-case-name {
    top: 20%;
    font-size: 14px !important;
  }
  .index-case-item::before {
    bottom: 16.5%;
  }
  .index-about-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 20rem;
  }
  .index-about-content .public-title-white {
    color: #333333;
  }
  .index-about-content .public-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .index-about-cont {
    color: #333333;
  }
  .index-about-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-branddesign-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20rem;
  }
  .index-case-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .index-news-types {
    margin-top: 20rem;
  }
  .index-news-main {
    padding-top: 30rem;
    flex-direction: column;
  }
  .index-news-left {
    width: 100%;
    padding-right: 0;
  }
  .index-news-right {
    padding-left: 0;
  }
  .index-news-item {
    padding-left: 0;
    padding-bottom: 20rem;
    border-bottom: 1px solid #ededed;
  }
  .index-news-itemplus {
    margin-bottom: 20rem;
    padding-bottom: 20rem;
    border-bottom: 1px solid #ededed;
  }
  .message-from-codes input {
    width: 450rem;
    height: 40px;
    background: #ffffff;
    margin-right: 20rem;
    margin-bottom: 0;
  }
  .message-from-code {
    height: 40px;
  }
  .message-from-codes {
    width: 100%;
  }
  .footer-wap-tabs {
    display: flex !important;
    width: 100%;
    background-color: #fff;
  }
  .footer-wap-item {
    width: 21%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20rem 0;
  }
  .footer-wap-item:nth-child(3) {
    width: 16%;
  }
  .footer-wap-item img {
    width: 50rem;
    height: 50rem;
  }
  .footer-wap-item .nor {
    display: block;
  }
  .footer-wap-item .sel {
    display: none;
  }
  .footer-wap-on .nor {
    display: none;
  }
  .footer-wap-on .sel {
    display: block;
  }
  .footer-wap-item p {
    font-family: Arial;
    font-weight: 400;
    color: #575d6c;
    text-align: center;
    padding-top: 4rem;
  }
  .footer-wap-on p {
    /* color: #2c52cf; */
  }
  .footer-wap-on p {
    color: #027fff;
  }
  /* 手机底部 */
  @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);
    }
  }
  .footer-wap-phone {
    width: 100rem !important;
    height: 100rem !important;
    margin-top: -100%;
    animation: bounce1 2s infinite;
  }
  .public-footer-content {
    display: flex;
    flex-direction: column;
  }
  .public-footer-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
  .footer-cont-info {
    text-align: left;
  }
  .footer-cont-copy {
    align-items: flex-start;
  }
  .public-footer-qrcode {
    position: absolute;
    right: 0;
    top: -70rem;
    width: fit-content;
    align-items: center;
  }
  .public-footer-main {
    padding-bottom: 70rem;
  }
  .projuct-content-box {
    flex-direction: column;
  }
  .projuct-content-left {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20rem;
  }
  .projuct-content-text {
    width: 100%;
  }
  .case-recommend-prev {
    left: -25rem;
  }
  .case-recommend-next {
    right: -25rem;
  }
  .case-top-box {
    display: flex;
    flex-direction: column;
  }
  .case-top-left {
    width: 100%;
  }
  .case-top-content {
    width: 100%;
  }
  .case-top-right {
    width: 100%;
    margin-top: 40rem;
  }
  .partner-list-item {
    width: calc((100% - 20rem) / 2);
    margin-right: 20rem;
    margin-bottom: 20rem;
  }
  .partner-list-item:nth-child(2n) {
    margin-right: 0;
  }
  .reviews-item-cont {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .about-main-content {
    flex-direction: column;
  }
  .about-main-left {
    width: 100%;
    padding-right: 0;
  }
  .about-main-text {
    margin-top: 30rem;
  }
  .about-main-right {
    width: 100%;
    margin-top: 30rem;
  }
  .about-project-item {
    width: calc((100% - 25rem) / 2);
  }
  .about-project-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-reason-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
    min-height: 490rem;
    padding: 24rem 50rem 0 40rem;
  }
  .about-culture-main {
    margin-top: 50rem;
    width: 70%;
  }
  .about-culture-prev {
    left: -50rem;
  }
  .about-culture-next {
    right: -50rem;
  }
  .news-list-hot {
    flex-direction: column;
  }
  .news-hot-left {
    width: 100%;
    margin-bottom: 35rem;
  }
  .news-hot-left-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .news-hot-right {
    width: 100%;
    padding-left: 0;
  }
  .newlist-top-title {
    margin-left: 0;
  }
  .news-hot-cont {
    padding: 20rem 20rem 20rem 20rem;
  }
  .news-list-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .news-hot-cont::after {
    display: none !important;
  }
  .news-item-img {
    width: 100%;
    height: auto;
  }
  .news-item-cont {
    width: 100%;
    padding: 30rem 0;
  }
  .new-info-box {
    flex-direction: column;
  }
  .new-info-left {
    width: 100%;
  }
  .new-info-right {
    width: 100%;
    margin-top: 60rem;
    padding-left: 0;
  }
  .news-intel-item {
    width: 33%;
  }
  .news-intel-box {
    align-items: flex-start;
  }
  .contact-main-box {
    flex-direction: column;
    padding: 50rem 20rem;
  }
  .contact-main-left {
    width: 100%;
  }
  .contact-main-right {
    width: 100%;
  }
  .contact-map-box {
    padding-left: 0;
  }
  .contact-group-main {
    flex-direction: column;
  }
  .contact-group-left {
    width: 100%;
  }
  .contact-group-content {
    width: 100%;
  }
  .contact-group-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .contact-group-cont {
    width: 100%;
  }
  .header-menu-item:hover {
    flex-direction: column;
    height: auto;
  }
  .header-menu-item:hover .header-menu-second {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header-menu-second a {
    color: #2f2f2f;
    text-align: left;
    width: 100%;
    line-height: 60rem;
    background-color: transparent;
  }
  .header-menu-item {
    flex-direction: column;
    height: auto;
    padding-left: 20rem;
  }
  .contact-map-box iframe {
    width: 100%;
    height: 700rem;
  }
  .projuct-content-cont {
    margin-top: 50rem;
    /* width: 100%; */
    padding: 55rem 0 35rem 41rem;
  }
  .projuct-content-box {
    overflow-x: hidden;
  }
  .message-from .public-btn {
    width: 260rem !important;
  }
}
@media screen and (max-width: 450px) {
  .main-center {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .main-info-center {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .font-size-40 {
    font-size: 24px;
    line-height: 1.4;
  }
  .font-size-30 {
    font-size: 20px;
    line-height: 1.4;
  }
  .font-size-20 {
    font-size: 16px;
    line-height: 1.4;
  }
  .public-btn {
    min-height: 40px !important;
    width: 120px !important;
  }
  .index-about-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .public-consult-right {
    width: 130px;
    height: 40px;
  }
  .about-airline-top {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30rem 0;
    flex-wrap: wrap;
  }
  .about-airline-opction {
    padding: 7rem 0 7rem 40rem;
  }
  .about-airline-opction::after {
    top: 11rem;
  }
  .about-airline-item {
    width: 50%;
  }
  .about-honor-img {
    padding: 50rem 0 0;
  }
  .index-about-swiper {
    padding: 20rem 0 70rem;
    overflow: hidden;
    position: relative;
  }
  .history-item-cont:nth-child(2n) {
    position: absolute;
    top: -40rem;
    left: 19.9%;
    width: 70%;
    height: calc(97% + 40rem);
    padding-left: 15px;
  }
  .history-item-cont:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: calc(16px);
    left: 2px;
    height: calc(100% + 15rem - 24px - 15px);
    width: 2px;
    background-color: #4b7a6a;
  }
  .history-item-cont:nth-child(2n)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -5px;
    width: 12px;
    height: 12px;
    background: #3c5057;
    border: 2px solid #019cdc;
  }
  .swiper-about-btns {
    position: absolute;
    z-index: 11;
    top: calc(50% - 55rem);
    left: 20rem;
    width: calc(100% - 40rem);
    display: flex;
    justify-content: space-between;
  }
  .history-item-p::after {
    top: 8px;
  }
  .history-item-p {
    width: 80%;
    line-height: 1.6;
    padding-bottom: 25rem;
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    color: #ffffff;
  }
  .index-news-type {
    width: 110px;
    height: 36px;
  }
  .about-culture-main {
    margin-top: 50rem;
    width: 70%;
  }
}
