@font-face {
  font-family: SourceHanSerifCN-Regular;
  src: url("/escss/font/SourceHanSerifCN-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: "Microsoft YaHei";
}
/* ç‰ˆå¿ƒ 1400 */
.main-center {
  width: 72.92%;
  margin: 0 auto;
}

.header-main-box {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 50rem;
}
.header-info-box {
  position: relative;
}

.header-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0 8px;
}
.header-info-box .header-main-top {
  border-bottom: 1px solid #b2b2b2;
}
.header-top-left {
  color: #ffffff;
  opacity: 0.4;
  padding-left: 16rem;
  display: flex;
}
.header-info-box .header-top-left {
  color: #b2b2b2;
  opacity: 1;
}
.header-top-right {
  display: flex;
  align-items: center;
}
.header-top-right a {
  padding: 0 20rem;
  color: #ffffff;
  opacity: 0.6;
  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;
}
.header-info-box .header-top-right a {
  color: #b2b2b2;
  opacity: 1;
}
.header-top-right a:hover {
  opacity: 1;
}
.header-top-right a::after {
  content: "|";
  position: absolute;
  right: 0;
}
.header-top-right a:last-child:after {
  content: "";
}
.header-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-info-box .header-main-nav {
  padding: 20rem 0;
}
.header-logo-box {
  width: 200rem;
}
.header-info-box .header-logo-box {
  width: 157rem;
}
.header-logo-box img {
  width: 100%;
}
.header-menu {
  display: flex;
}
.header-menu-box {
  display: flex;
  /* margin-left: 350rem; */
}
.header-menu-item {
  position: relative;
  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: #212121;
  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-menu-on .header-menu-fist {
  color: #0686d8;
}
.header-menu-item:hover .header-menu-fist {
  font-weight: 600;
}
.header-info-box .header-menu-item:hover .header-menu-fist {
  font-weight: 400;
  color: #0686d8;
}

.header-menu-second {
  position: absolute;
  top: 40rem;
  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(60, 80, 87, 1);
}
.header-main-right {
  display: flex;
  align-items: center;
  margin-right: 15rem;
}
.header-right-icon {
  width: 30rem;
}
.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: 45%;
  left: 0;
  width: 100%;
}
.banner-item-title {
  font-family: SourceHanSerifCN-Regular;
  font-weight: bold;
  font-size: 50rem;
  color: #fff;
  padding-left: 13.45%;
}
.banner-item-text {
  font-family: SourceHanSerifCN-Regular;
  font-weight: bold;
  color: #fff;
  padding-left: 13.45%;
  padding-top: 24rem;
}
.header-menu {
  display: flex;
}
.header-menu-phone {
  color: #ffffff;
  padding-left: 40rem;
  font-family: SourceHanSerifCN-Regular;
}
.header-info-box .header-menu-phone {
  color: #212121;
}
.banner-item-line {
  width: 43%;
  height: 1px;
  background: #ffffff;
  opacity: 0.5;
  margin-top: 30rem;
}
.index-banner-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 13%;
  /* justify-content: center; */
  bottom: 48rem !important;
  height: 40px;
}
.index-banner-pagination .swiper-pagination-bullet {
  background: none;
  font-size: 24px;
  font-weight: bold;
  color: #d2d2d2;
  padding: 0 35rem;
  font-family: SourceHanSerifCN-Regular;
  height: 40px;
  position: relative;
  display: flex;
  align-items: self-end;
  justify-content: center;
  opacity: 1;
}
.index-banner-pagination .swiper-pagination-bullet-active {
  font-size: 40px;
  line-height: 40px;
  color: #f09340;
}

.index-service-box {
  padding-top: 85rem;
  padding-bottom: 95rem;
}

.suspension-box {
  width: 70px;
  position: fixed;
  right: 0.7%;
  top: 44%;
  z-index: 999;
}
.suspension-content-box {
  width: 60px;
  height: 60px;
  background: #2262fb;
  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: #ff8e2a;
  /* background-color: rgb(115, 189, 214); */
  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: rgb(115, 189, 214); */
  background-color: #ff8e2a;
  display: block;
}
.suspension-content-box:hover {
  /* background-color: rgb(115, 189, 214); */
  background-color: #ff8e2a;
}

.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;
}
.index-title-img {
  height: 55px;
  margin: 0 auto;
}
.index-service-list {
  display: flex;
  flex-wrap: wrap;
}
.index-service-item {
  width: calc((100% - 48rem) / 3);
  margin-right: 24rem;
  margin-top: 42rem;
  background: linear-gradient(0deg, #f4f7f9 0%, #ffffff 100%);
  border: 1px solid rgba(95, 176, 229, 0.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-service-item:nth-child(3n) {
  margin-right: 0;
}
.index-service-item:hover {
  background: url(/esimg/img/index-service-itembg.png) no-repeat;
  background-size: 100% 100%;
}
.index-service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-service-icon {
  width: 150rem;
  height: 150rem;
}
.index-service-text {
  padding-left: 32rem;
}
.index-service-title {
  font-weight: bold;
  color: #212121;
}
.index-service-p {
  font-weight: 400;
  color: #848484;
  padding-top: 10rem;
  text-transform: uppercase;
}
.index-service-bottom {
  display: flex;
  justify-content: space-between;
  padding: 28rem 0 46rem 32rem;
}
.index-service-slogen {
  color: #848484;
}
.index-service-btn {
  margin-right: calc(75rem - 20rem);
  opacity: 0;
}
.index-service-item:hover .index-service-btn {
  opacity: 1;
}
.index-case-box {
  width: 100%;
  padding: 93rem 0;
  background: url(/esimg/img/index-case-pcbg.png) no-repeat;
  background-size: 100% 100%;
}
.index-case-nav {
  margin-top: 45rem;
  display: flex;
}
.index-case-title {
  flex: 1;
  color: #262626;
  text-align: center;
  padding-bottom: 8rem;
  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;
}
.index-case-title:hover {
  color: #2262fb;
}
.index-case-on {
  position: relative;
  color: #2262fb;
}
.index-case-on::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 8rem;
  background: #79aeff;
}
.index-case-list {
  display: flex;
  flex-wrap: wrap;
}
.index-case-item {
  width: calc((100% - 50rem) / 3);
  margin-right: 25rem;
  margin-top: 50rem;
}
.index-case-item:nth-child(3n) {
  margin-right: 0;
}
.index-case-imgs {
  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;
  overflow: hidden;
}
.index-case-imgs 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-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28rem;
  padding: 28rem 25rem 0;
}
.index-case-name {
  width: 280rem;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-case-type {
  color: #262626;
}
.index-case-item:hover .index-case-imgs::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/esimg/icon/icon-play.png) no-repeat center center;
  background-size: 52rem 52rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-reason-box {
  display: flex;
  width: calc(100% - 372rem);
  margin: 0 auto;
}
.index-reason-box {
  padding-top: 91rem;
}
.index-reason-main {
  width: 62%;
}
.index-system-main {
  width: 38%;
  margin-top: 68rem;
}
.index-reason-title {
  height: 55px;
  margin-left: 75rem;
}
.index-reason-content {
  width: 100%;
  min-height: 700px;
  background: url(/esimg/img/reason-pc-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.index-reason-item {
  display: flex;
  align-items: center;
  padding-left: 77rem;
  margin-bottom: 66rem;
}
.index-reason-item:last-child {
  margin-bottom: 0;
}
.index-reason-number {
  font-family: SourceHanSerifCN-Regular;
  color: #fff;
}
.index-reason-cont {
  padding-left: 16rem;
}
.index-reason-name {
  font-weight: bold;
  color: #ffffff;
}
.index-reason-text {
  color: #ffffff;
  /* padding-top: 10rem; */
}
.index-system-title {
  height: 55px;
  margin-left: 35%;
}
.index-system-content {
  margin-top: 25rem;
  background: url(/esimg/img/system-pc-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.index-system-item {
  margin-bottom: 45rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 90rem;
}
.index-system-name {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}
.index-system-text {
  color: #ffffff;
  text-align: right;
}
.index-system-icon {
  width: 60rem;
  height: 60rem;
  margin-left: 40rem;
}
.index-trivia-box {
  width: 100%;
  padding-top: 87rem;
  position: relative;
  z-index: 11;
}
.index-trivia-item {
  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-trivia-item img {
  width: 100%;
}
.index-trivia-cont {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 24rem;
  left: 0;
  padding: 0 20rem;
  text-align: center;
  color: #ffffff;
  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-trivia-item:hover .index-trivia-cont {
  opacity: 1;
}
.index-trivia-item:hover::after {
  opacity: 0;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 114rem;
  background: linear-gradient(180deg, rgba(12, 63, 155, 0), rgba(12, 63, 155, 1));
}
.index-trivia-item:hover::after {
  opacity: 1;
}
.index-trivia-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
.index-trivia-prev {
  width: 54rem;
  height: 54rem;
  background: url(/esimg/icon/l_arrow.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.index-trivia-next {
  width: 54rem;
  height: 54rem;
  background: url(/esimg/icon/r_arrow.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.index-trivia-more {
  margin: 0 14rem;
  width: 180rem;
  height: 54rem;
  background: #2262fb;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.index-trivia-btns {
  margin-top: 30rem;
}
.index-trivia-swiper {
  margin-top: 50rem;
}
.index-about-box {
  margin-top: -190rem;
  padding-top: 280rem;
  width: 100%;
  background: url(/esimg/img/index-about-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 1000px;
}
.index-about-content {
  padding-top: 36rem;
  padding-bottom: 10rem;
  color: #212121;
}
.index-about-content p {
  text-align: center;
  color: #212121;
}
.index-process-box {
  padding-top: 84rem;
}
.index-process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60rem 0;
}
.index-process-item {
  display: flex;
  align-items: center;
  padding-bottom: 75rem;
  position: relative;
}
.index-process-icon {
  width: 72rem;
  height: 72rem;
}
.index-process-cont {
  margin-left: 23rem;
  width: 140rem;
}
.index-process-title {
  font-weight: bold;
  color: #2f2f2f;
  padding-bottom: 10rem;
}
.index-process-line {
  margin: 0 72rem 0 102rem;
  width: 120rem;
  height: 10rem;
  background: url(/esimg/icon/you.png) no-repeat;
  background-size: 100% 100%;
}
.index-process-item:nth-of-type(n + 3) .index-process-line {
  background: url(/esimg/icon/zuo.png) no-repeat;
  background-size: 100% 100%;
}
.index-process-item:nth-child(3n) .index-process-line {
  display: none;
}
.index-process-item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 31rem;
  bottom: 10rem;
  width: 10rem;
  height: 55rem;
  background: url(/esimg/icon/xia.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-box {
  display: flex;
  width: 100%;
  background: url(/esimg/img/index-xwbg2.png) no-repeat;
  background-size: 100% 100%;
  min-height: 700rem;
}
.index-news-left {
  width: 566rem;
  height: 100%;
  background: url(/esimg/img/index-xwbg1.png) no-repeat;
  background-size: 100% 100%;
  min-height: 700rem;
  padding-left: 260rem;
  padding-top: 110rem;
}
.index-news-right {
  width: calc(100% - 566rem);
  padding-left: 56rem;
  padding-right: 260rem;
}
.index-news-title {
  height: 55px;
}
.index-news-types {
  padding-top: 120rem;
}
.index-news-type {
  color: #ffffff;
  margin-bottom: 40rem;
  cursor: pointer;
  padding-right: 110rem;
  width: fit-content;
}
.index-news-on {
  position: relative;
}
.index-news-on::after {
  content: "";
  position: absolute;
  top: calc(50% - 7.5rem);
  right: 0;
  width: 57rem;
  height: 15rem;
  background: url(/esimg/icon/icon-more-white.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-content {
  display: flex;
  flex-wrap: wrap;
  padding: 100rem 0 60rem;
}
.index-news-item {
  width: calc((100% - 38rem) / 2);
  margin-right: 38rem;
  margin-bottom: 38rem;
  /* height: 260px; */
  background: #ffffff;
  padding: 47rem 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-news-item:nth-child(2n) {
  margin-right: 0;
}
.index-news-item:hover {
  background: url(/esimg/img/index-news-xwbg3.png);
  background-size: 100% 100%;
}
.index-news-day {
  font-weight: bold;
  color: #296bf8;
}
.index-news-month {
  color: #296bf8;
}
.index-news-name {
  margin-top: 30rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news-item:hover .index-news-name {
  color: #296bf8;
}
.index-news-text {
  padding-top: 20rem;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-baike-box {
  padding: 90rem 0 80rem;
}
.index-baike-top {
  display: flex;
  justify-content: space-between;
}
.index-baike-title {
  height: 55px;
}
.index-baike-top .index-case-nav {
  width: 60%;
  margin-top: 0;
}

.index-baike-top .index-case-on::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 20rem;
  left: 20%;
  width: 60%;
  height: 8rem;
  background: #79aeff;
}
.index-baike-list {
  padding-top: 30rem;
}
.index-baike-content {
  display: flex;
  flex-wrap: nowrap;
}
.index-baike-content .index-news-item {
  width: calc((100% - 38rem) / 3);
  background: linear-gradient(0deg, #f4f7f9 0%, #ffffff 100%);
  border: 1px solid rgba(95, 176, 229, 0.3);
  margin-right: 23rem !important;
  position: relative;
}
.index-baike-content .index-news-item:nth-child(3n) {
  margin-right: 0 !important;
}
.index-baike-content .index-news-item:hover {
  background: url(/esimg/img/index-news-xwbg3.png);
  background-size: 100% 100%;
}
.index-baike-content .index-news-item:hover::after {
  content: "";
  position: absolute;
  right: 35rem;
  top: 52rem;
  background: url(/esimg/icon/icon-more-blue.png) no-repeat;
  background-size: 100% 100%;
  width: 58rem;
  height: 16rem;
}
.index-contact-box {
  width: 100%;
  /* min-height: 1000rem; */
  background: url(/esimg/img/index-contact-bg.png) no-repeat bottom;
  background-size: 100% 479rem;
}
.index-contact-card {
  width: 100%;
  padding: 30rem 60rem 40rem;
  background: #0068d6;
  display: flex;
  justify-content: space-between;
  margin-top: 35rem;
}
.index-contact-item {
  width: 320rem;
}
.index-contact-entitle {
  font-weight: SourceHanSerifCN-Regular;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 100;
  opacity: 0.6;
}
.index-contact-title {
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 40rem;
}
.index-contact-address {
  color: #ffffff;
  line-height: 1.6;
}
.index-contact-phone {
  color: #fff;
  font-weight: bold;
  font-weight: SourceHanSerifCN-Regular;
}
.index-contact-email {
  color: #fff;
  font-weight: SourceHanSerifCN-Regular;
}
.public-message-form {
  width: 100%;
  padding: 58rem 60rem 63rem;
  display: flex;
  flex-wrap: wrap;
}
.public-message-input {
  width: calc(50% - 10rem);
  height: 50rem;
  background: #ffffff;
  border: 1px solid #ecf2fa;
  padding-left: 20rem;
  color: #6c6f77;
  margin-bottom: 20rem;
}
.public-message-input:first-child {
  margin-right: 20rem;
}
.public-message-input-long {
  width: 100%;
  height: 120rem;
  padding-top: 10rem;
}
input::input-placeholder,
textarea::input-placeholder {
  color: #6c6f77;
  opacity: 0.6;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c6f77;
  opacity: 0.6;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c6f77;
  opacity: 0.6;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6c6f77;
  opacity: 0.6;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #6c6f77;
  opacity: 0.6;
}
.public-message-input-code {
  width: 30%;
  position: relative;
}
.public-message-row {
  width: 100%;
  display: flex;
  position: relative;
}
.public-message-btn {
  width: calc(20% - 30rem);
  height: 50rem;
  background: #ff8e2a;
  color: #fff;
}
.public-message-code {
  width: 123rem;
  height: 50rem;
  background: #2f2f2f;
  margin-left: calc(-123rem - 20rem);
  position: relative;
  z-index: 11;
  margin-right: 20rem;
}
.public-message-code img {
  width: 100%;
  height: 100%;
}
.public-message-slogan {
  position: absolute;
  right: 0;
  line-height: 1;
  top: calc(50% - 12rem);
  right: 0;
  color: #0068d6;
  letter-spacing: 0.5em;
  font-weight: 600;
  font-family: SourceHanSerifCN-Regular;
}
.public-footer-box {
  width: 100%;
  background: #11141b;
  padding-top: 80rem;
}
.public-footer-main {
  display: flex;
  justify-content: space-between;
}
.public-footer-left {
}
.public-footer-logo {
  width: 117rem;
  height: 50rem;
}
.public-footer-name {
  margin-top: 27rem;
  color: #8b8b8b;
}
.public-footer-phone {
  font-weight: bold;
  color: #0068d6;
  font-family: SourceHanSerifCN-Regular;
}
.public-footer-address {
  color: #ffffff;
  padding-top: 5rem;
  opacity: 0.8;
}
.footer-qrcode {
  width: 138rem;
  height: 138rem;
}
.public-footer-center {
  display: flex;
}
.public-footer-nav {
  width: 120rem;
  margin-left: 50rem;
}
.public-footer-title {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
}
.public-footer-title:hover {
  opacity: 1;
}
.public-footer-ul {
  padding-top: 40rem;
}
.public-footer-li {
  font-size: 14px !important;
  line-height: 2;
  color: #606060;
  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-li:hover {
  color: #fff;
}
.public-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 95rem;
  padding-bottom: 44rem;
}
.public-footer-copy {
  display: flex;
}
.public-footer-company {
  color: #606060;
}
.public-footer-record {
  display: flex;
  align-items: center;
  color: #606060;
  padding-left: 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;
}
.public-footer-record img {
  margin-right: 4px;
}
.public-footer-network {
  color: #606060;
  display: flex;
}
.public-footer-network a {
  color: #606060;
  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-record:hover,
.public-footer-network a:hover {
  color: #fff;
}
.public-friendlink-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #262626;
  width: 100%;
  padding: 0 10rem;
  min-height: 40rem;
  background-color: #fff;
}
.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-hot-box {
  display: flex;
  z-index: 11;
  position: absolute;
  bottom: 48rem;
  left: 13.54%;
  color: #d2d2d2;
}
.index-hot-box a,
.index-hot-box p {
  padding-right: 10rem;
  color: #d2d2d2;
  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-hot-box a:hover {
  color: #fff;
}
.public-banner-box {
  width: 100%;
  position: relative;
}
.public-banner-box .index-hot-box {
  bottom: 30rem;
}
.public-banner-box img {
  width: 100%;
}
.news-title-box {
  width: 100%;
  padding: 80rem 0 0rem;
}
.news-list-box {
  padding: 40rem;
}
.news-list-item {
  width: 100%;
  display: flex;
  background: linear-gradient(0deg, #f4f7f9 0%, #ffffff 100%);
  border: 1px solid rgba(95, 176, 229, 0.3);
  height: 150rem;
  margin-bottom: 20rem;
  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;
}
.news-list-item:hover {
  background: url(/esimg/img/index-news-xwbg3.png);
  background-size: 100% 100%;
}
.news-item-left {
  width: 150rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-item-day {
  font-weight: bold;
  color: #296bf8;
}
.news-item-month {
  color: #296bf8;
}
.news-list-right {
  width: calc(100% - 150rem);
  height: 100%;
  padding-right: 150rem;
  position: relative;
}
.news-list-right::after {
  content: "";
  display: none;
  position: absolute;
  right: calc(75rem - 29rem);
  top: calc(50% - 8rem);
  background: url(/esimg/icon/icon-more-blue.png) no-repeat;
  background-size: 100% 100%;
  width: 58rem;
  height: 16rem;
}
.news-list-item:hover .news-list-right::after {
  display: block;
}
.news-item-title {
  margin-top: 30rem;
  font-weight: bold;
  color: #000000;
}
.news-item-text {
  padding-top: 20rem;
  color: #828282;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.public-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999999;
}
.public-page-btn {
  min-width: 90rem;
  padding: 10rem 20rem;
  background-color: #edf1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  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-page-btn:hover {
  color: #fff;
  background-color: #296bf8;
}
.public-page-num {
  min-width: 50rem;
  padding: 10rem 20rem;
  background-color: #edf1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  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-page-num:hover {
  color: #fff;
  background-color: #296bf8;
}
.public-page-on {
  color: #fff;
  background-color: #296bf8;
}
.public-case-box {
  padding: 80rem 0;
}
.public-case-swiper {
  overflow: hidden;
}
.public-case-swiper .index-case-item {
  width: 100%;
  margin-right: 0;
}
.news-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80rem;
}
.news-top-row .news-title-box {
  margin: 0;
  width: auto;
  padding: 0;
}
.news-top-row .index-case-nav {
  width: 50%;
  height: 35rem;
  margin-top: 0;
}
.news-cont-box {
  display: flex;
  margin-top: 50rem;
}
.news-cont-main {
  width: 70%;
  margin-right: 20rem;
  background: #f6f7f9;
  padding: 50rem;
}
.news-cont-title {
  font-weight: bold;
}
.news-cont-baike {
  width: calc(100% - 70% - 20rem);
  background: #f6f7f9;
}
.news-cont-sources {
  display: flex;
  margin-top: 10rem;
}
.news-cont-source {
  padding-right: 50rem;
}
.news-cont-source:last-child {
  padding-right: 0;
}
.news-cont-content {
  font-size: 14px;
  padding: 20rem 0;
}
.news-cont-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10rem;
}
.news-cont-content p a {
  display: inline-block;
}
.news-cont-keyword {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #848484;
}
.news-cont-keyword p,
.news-cont-keyword a {
  font-size: 14px;
  padding-right: 10rem;
  color: #848484;
}
.news-cont-ad {
  width: 100%;
  margin-top: 50rem;
}
.news-cont-ad img {
  width: 100%;
}
.news-cont-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 20rem;
}
.news-cont-turning {
  margin-bottom: 5rem;
  display: flex;
  font-weight: bold;
}
.news-cont-turning a {
  font-weight: 400;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
.news-cont-turning a:hover {
  color: #2262fb;
}
.news-cont-return {
  width: 100rem;
  height: 40rem;
  background: #2262fb;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.news-cont-baikeimg {
  width: 100%;
}
.news-baike-list {
  /* padding: 20rem 0; */
}
.news-baike-item {
  width: 100%;
  padding: 20rem;
}
.news-baike-item:hover {
  background: url(/esimg/img/index-service-itembg.png) no-repeat;
  background-size: 100% 100%;
}
.news-baike-title {
  color: #000000;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-baike-item:hover .news-baike-title {
  color: #0068d6;
}
.news-baike-p {
  margin-top: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-baike-item .sel {
  display: none;
}
.news-baike-item .nor {
  display: block;
}
.news-baike-item:hover .sel {
  display: block;
}
.news-baike-item:hover .nor {
  display: none;
}
.news-baike-icon {
  margin-top: 10rem;
}
.news-baike-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
.news-list-main .index-case-on::after {
  left: 30%;
  width: 40%;
}
.news-list-main .index-news-box {
  margin-top: 40rem;
}
.news-list-main .index-news-left {
  width: 30%;
  height: 100%;
  background: url(/esimg/img/index-xwbg1.png) no-repeat;
  background-size: 100% 100%;
  min-height: 700rem;
  padding-left: 60rem;
  padding-top: 60rem;
}
.news-list-main .index-news-right {
  width: calc(100% - 30%);
  padding-left: 56rem;
  padding-right: 60rem;
}
.news-list-main .index-news-content {
  padding: 50rem 0 0;
}
.index-news-content .public-page-box {
  width: 100%;
  justify-content: flex-end;
}
.index-news-types {
  padding-top: 40rem;
}
.news-list-main .index-news-item {
  width: calc((100% - 20rem) / 2);
  display: flex;
  align-items: center;
  padding: 20rem 20rem 20rem 10rem;
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.index-news-item:nth-child(2n) {
  margin-right: 0;
}
.index-news-dates {
  width: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index-news-cont {
  width: calc(100% - 80rem);
}
.index-news-cont .index-news-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.index-news-cont .index-news-text {
  padding-top: 10rem;
}
.case-list-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80rem;
}
.case-list-main {
  padding-bottom: 60rem;
}
.case-top-box {
  margin-top: 50rem;
  display: flex;
}
.case-top-left {
  width: 70%;
  background: #f6f7f9;
  padding: 50rem;
}
.case-top-title {
  width: 100%;
  padding-right: 20rem;
  font-weight: bold;
}
.case-top-text {
  padding: 20rem 0;
  line-height: 1.6;
}
.case-top-right {
  width: 30%;
  background: #edf0f4;
  padding: 50rem;
}
.case-type-box {
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
.case-type-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0068d6;
}
.case-type-row {
  display: flex;
  padding-top: 20rem;
}
.case-type-name {
  color: #a3a3a3;
}
.case-type-cont {
}
.case-top-phone {
  height: 54rem;
  margin-top: 20rem;
}
.case-img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50rem;
}
.case-img-list p {
  display: flex;
  flex-wrap: wrap;
}
.case-img-list img,
.case-img-list p img {
  width: calc(50% - 20rem);
  margin-right: 40rem;
  margin-bottom: 40rem;
}
.case-img-list img:nth-child(2n),
.case-img-list p img:nth-child(2n) {
  margin-right: 0;
}
.trivia-list-main .index-case-on::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40%;
  width: 20%;
  height: 8rem;
  background: #79aeff;
}
.trivia-list-main .index-case-item:hover .index-case-imgs::after {
  display: none;
}
.trivia-list-main .index-case-item:hover .index-case-imgs 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);
}
.customer-cont-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50rem 0 30rem;
}
.customer-cont-item {
  width: calc((100% - 160rem) / 4);
  margin-right: 40rem;
  margin-bottom: 40rem;
}
.customer-cont-item:nth-child(4n) {
  margin-right: 0;
}
.customer-item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #eeeef9;
}
.customer-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;
}
.customer-cont-item:hover .customer-item-img img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.customer-item-name {
  text-align: center;
  padding: 0 10rem;
  margin-top: 15rem;
}
.customer-list-title {
  text-align: center;
  padding-top: 100rem;
  line-height: 1.6;
}
.contact-main-box {
  margin-top: 100rem;
  margin-bottom: 60rem;
}
.contatc-content-box {
  width: 100%;
  background: #f6f7f9;
  display: flex;
  align-items: center;
  margin-top: 40rem;
  height: 550px;
}
.contatc-content-left {
  width: 50%;
  padding: 0 50rem 0;
}
.contatc-content-right {
  width: 50%;
  height: 100%;
}
.contatc-content-cont {
  padding-left: 70rem;
}
.contatc-hotline-num {
  font-family: SourceHanSerifCN-Regular;
  color: #2262fb;
  font-weight: bold;
  margin-top: 30rem;
}
.contatc-hotline-name {
  color: #989898;
  margin-top: 15rem;
  margin-bottom: 20rem;
}
.contatc-cont-info {
  color: #212121;
  padding: 10rem 0;
}
.contatc-content-right img {
  height: 100%;
}
#map-iframe {
  width: 100%;
  height: 550px;
}
.public-crumbs-box {
  width: 100%;
  height: 60rem;
  background: #f6f7f9;
}
.public-crumbs-main {
  display: flex;
  height: 100%;
  align-items: center;
  color: #848484;
}
.public-crumbs-main p {
  color: #848484;
}
.public-crumbs-main a {
  color: #848484;
  padding-right: 20rem;
  position: relative;
}
.public-crumbs-main a::after {
  content: ">";
  position: absolute;
  right: 6rem;
}
.public-crumbs-main a:last-child::after {
  display: none;
}
.product-list-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15%;
  margin-top: 40rem;
}

.product-nav-item {
  width: 180rem;
  height: 54px;
  color: #212121;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.product-nav-item:hover {
  color: #2262fb;
}
.product-nav-on {
  background: #2262fb;
  color: #fff;
}
.product-list-img {
  margin-top: 40rem;
  width: 100%;
}
.product-list-content {
  padding: 77rem 60rem 0;
  display: flex;
}
.product-list-icon {
  width: 150rem;
  height: 150rem;
  margin-right: 66rem;
}
.product-list-cont {
}
.product-list-name {
  font-weight: bold;
  color: #2262fb;
}
.product-list-area {
  font-weight: bold;
  color: #2262fb;
  margin-top: 74rem;
}
.product-list-text {
  padding-top: 22rem;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
  line-height: 1.6;
}

.product-process-box {
  padding-bottom: 45rem;
}
.product-process-content {
  padding-top: 60rem;
  display: flex;
  flex-wrap: wrap;
}
.product-process-item {
  width: calc((100% - 590rem) / 3);
  margin-right: 295rem;
  margin-bottom: 75rem;
  display: flex;
  position: relative;
}
.product-process-item::after {
  content: "";
  position: absolute;
  right: -223rem;
  top: calc(50% - 5rem);
  background: url(/esimg/icon/product-process-you.png) no-repeat;
  background-size: 100% 100%;
  width: 121rem;
  height: 10rem;
}

.product-process-item:nth-child(3):after {
  content: "";
  position: absolute;
  left: 32rem;
  top: calc(100% + 10rem);
  background: url(/esimg/icon/product-process-xia.png) no-repeat;
  background-size: 100% 100%;
  width: 11rem;
  height: 55rem;
}
.product-process-item:nth-child(n + 4):after {
  content: "";
  position: absolute;
  right: -223rem;
  top: calc(50% - 5rem);
  background: url(/esimg/icon/product-process-zuo.png) no-repeat;
  background-size: 100% 100%;
  width: 121rem;
  height: 10rem;
}
.product-process-item:last-child::after {
  display: none;
}
.product-process-item:nth-child(3n) {
  margin-right: 0;
}
.product-process-icon {
  width: 72rem;
  height: 72rem;
}
.product-process-icont {
  padding-left: 30rem;
}
.product-process-name {
  font-weight: bold;
  color: #2f2f2f;
}
.product-process-text {
  font-weight: 400;
  padding-top: 5rem;
  color: rgba(97, 97, 97, 0.8);
}
.product-reason-box {
  width: 100%;
  background: url(/esimg/img/n_liyou_bg.png) no-repeat;
  background-size: 100% 100%;
}
.product-reason-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120rem;
}
.product-reason-item {
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding-top: 80rem;
}
.product-reason-title {
  height: 89rem;
}
.product-baike-box {
  padding-bottom: 0;
}
.about-info-main {
  /* padding-bottom: 75rem; */
  background: url(/esimg/img/about-bg-nei.png) no-repeat;
  background-size: 100% 100%;
}
.about-content-box {
  padding-top: 65rem;
}
.about-content-title {
  text-align: center;
  font-weight: bold;
  color: #212121;
}
.about-content-en {
  padding-top: 6rem;
  color: #616161;
  text-align: center;
}
.about-content-cont {
  padding-top: 48rem;
  color: #212121;
}
.about-content-cont p {
  text-align: center;
  padding-bottom: 40rem;
}
.about-content-cont p:last-child {
  padding-bottom: 0;
}
.about-idea-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 55rem;
}
.about-idea-item {
  width: calc((100% - 114rem) / 4);
  margin-right: 38rem;
  margin-bottom: 38rem;
  min-height: 180px;
  background: #ffffff;
  box-shadow: 2px 8px 49px 0px #d8e5ff;
  border-radius: 3px;
  padding: 14px 10px;
}
.about-idea-item:nth-child(4n) {
  margin-right: 0;
}
.about-idea-name {
  height: 40px;
  background: #0068d6;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about-idea-text {
  padding: 30rem 38rem 0;
}
.about-idea-text {
  font-weight: 400;
  color: #212121;
  text-align: center;
}
.news-cont-updown {
  width: 80%;
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
  .main-center {
    width: 85%;
    margin: 0 auto;
  }
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }

  .business-item-text {
    top: 35rem;
    left: 30rem;
    width: 60%;
  }
  .business-item-title {
    padding-bottom: 25rem;
  }
  .business-item-p {
    padding-top: 20rem;
  }
  .public-footer-nav {
    width: 160rem;
    margin-left: 30rem;
  }
  .index-reason-name {
    font-size: 24px !important;
  }
  .index-reason-text {
    font-size: 18px !important;
  }
  .index-reason-number {
    font-size: 32px !important;
  }
  .index-news-day {
    font-size: 36px !important;
  }
  .index-news-month {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .header-menu-fist {
    width: 120rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .header-menu-fist {
    width: 130rem;
    padding-top: 7rem;
    font-size: 13px;
  }

  .business-item-text {
    position: absolute;
    top: 20rem;
    left: 50rem;
    width: 55%;
  }
  .business-item-p {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .main-center {
    width: calc(100% - 50rem);
    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: 20rem;
  }
  .header-info-box {
    position: relative;
    margin-top: 0;
    padding-top: 20rem;
    padding-bottom: 20rem;
    box-shadow: rgb(42, 84, 255) 0px -2px 18px -2px;
  }
  .header-main-box .header-menu-phone {
    color: #fff;
  }

  .header-main-right {
    margin-right: 0;
    display: flex !important;
  }
  .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;
  }
  .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-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 {
    padding-right: 0;
    justify-content: center;
  }
  .index-banner-pagination .swiper-pagination-bullet {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .index-banner-pagination .swiper-pagination-bullet-active {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  .index-service-item {
    width: calc((100% - 13px) / 2);
    margin-right: 13px;
    margin-top: 13px;
    background: url(/esimg/img/index-service-itembg.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-service-item:nth-child(2n-1) {
    margin-right: 13px;
  }
  .index-service-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-service-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 20rem 20rem;
  }
  .index-service-icon {
    width: 120rem;
    height: 120rem;
  }
  .index-service-text {
    padding-left: 12rem;
  }
  .index-case-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    /* flex-direction: row; */
  }
  .index-case-title:nth-child(2) {
    flex: 1.5;
  }
  .index-case-item {
    width: 100%;
    margin-right: 25rem !important;
    margin-top: 50rem;
  }
  .index-case-row {
    justify-content: center;
    padding: 28rem 25rem 0;
  }
  .index-case-name {
    width: 260rem;
  }
  .index-case-type {
    width: 150rem;
    text-align: right;
  }
  .index-reason-box {
    display: flex;
    flex-direction: column;
  }
  .index-reason-main {
    width: 100%;
  }
  .index-reason-box {
    display: flex;
    width: calc(100% - 50rem);
    margin: 0 auto;
  }
  .index-reason-content {
    min-height: auto;
    padding: 100rem 0;
  }
  .index-reason-item {
    display: flex;
    align-items: flex-start;
    padding-left: 27rem;
    margin-bottom: 36rem;
  }
  .index-system-content {
    margin-top: 25rem;
    background: url(/esimg/img/system-pc-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .index-system-main {
    width: 100%;
    margin-top: 68rem;
  }
  .index-system-title {
    height: 55px;
    margin: 0 auto;
  }
  .index-system-content {
    margin-top: 25rem;
    min-height: auto;
    padding: 100rem 0;
  }
  .index-case-btn {
    width: 180rem;
    height: 40px;
    margin: 0 auto;
    background: #2262fb;
    border-radius: 3px;
    font-weight: 400;
    color: #ffffff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 40rem;
  }
  .index-trivia-box {
    width: calc(100% - 50rem);
    margin: 0 25rem;
  }
  .index-about-box {
    background: url(/esimg/img/index-about-wapbg.png) no-repeat;
    background-size: 100% 100%;
    min-height: auto;
    margin-top: -140rem;
    padding-top: 200rem;
  }
  .index-process-line {
    display: none;
  }
  .index-process-item {
    padding-bottom: 75rem;

    width: 50%;
  }
  .index-process-cont {
    margin-left: 23rem;
    width: auto;
    padding-right: 50rem;
  }
  .index-process-item:nth-child(3)::after {
    display: none;
  }
  .index-process-title {
    padding-bottom: 0;
  }
  .index-news-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: url(/esimg/img/index-news-xwbg2sj.png) no-repeat;
    background-size: 100% 100%;
    min-height: auto;
  }
  .index-news-left {
    width: 100%;
    height: 100%;
    background: none;
    background-size: 100% 100%;
    min-height: auto;
    padding-left: 0;
    padding-top: 110rem;
  }
  .index-news-title {
    margin: 0 auto;
  }
  .index-news-types {
    padding-top: 45rem;
    display: flex;
  }
  .index-news-type {
    color: #262626;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 0;
    width: fit-content;
    flex: 1;
    text-align: center;
  }
  .index-news-on {
    color: #2262fb;
  }
  .index-news-on::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 20%;
    width: 60%;
    height: 8rem;
    background: #79aeff;
    opacity: 0.6;
  }
  .index-news-right {
    width: 100%;
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .index-news-content {
    display: flex;

    flex-wrap: nowrap;
    padding: 40rem 0 60rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    width: 100%;
  }
  .index-news-item {
    width: 500rem;
    margin-right: 20rem;
    margin-bottom: 0;
    height: auto;
    background: #ffffff;
    padding: 47rem 40rem;
  }
  .index-news-item:nth-child(2n) {
    margin-right: 20rem;
  }
  .index-news-text {
    padding-top: 20rem;
    display: block;
  }
  .index-baike-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .index-baike-title {
    height: 40px;
  }
  .index-baike-top .index-case-nav {
    width: 100%;
    margin-top: 38rem;
  }
  .index-baike-top .index-case-on::after {
    bottom: 0;
  }
  .index-baike-content {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    width: 100%;
  }
  .index-contact-card {
    width: 100%;
    padding: 30rem 50rem 40rem;
    background: #0068d6;
    display: flex;
    justify-content: space-between;
    margin-top: 35rem;
    flex-direction: column;
  }
  .index-contact-item {
    width: 100%;
    display: flex;
    margin-bottom: 50rem;
    align-items: flex-end;
  }
  .index-contact-item:last-child {
    margin-bottom: 0;
  }
  .index-contact-name {
    width: 40%;
    margin-right: 20rem;
  }
  .index-contact-address {
    width: 60%;
  }
  .index-contact-title {
    color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .index-contact-box {
    background: url(/esimg/img/index-contact-wapbg.png) no-repeat bottom;
    background-size: 100% 519rem;
  }
  .public-message-slogan {
    position: absolute;
    right: 0;
    line-height: 1;
    top: 100%;
    font-size: 24rem;
  }
  .public-message-input-code {
    width: 50%;
  }
  .public-message-btn {
    width: 50%;
  }
  .public-message-form {
    padding: 38rem 40rem 73rem;
  }
  .public-footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 65rem;
    padding-bottom: 65rem;
    flex-direction: column;
  }
  .public-footer-network {
    padding-top: 10rem;
  }
  .footer-wap-tabs {
    display: flex !important;
    width: 100%;
    background-color: #0068d6;
  }
  .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: #fff;
    text-align: center;
    padding-top: 4rem;
  }
  .footer-wap-on p {
    /* color: #2c52cf; */
  }
  /* æ‰‹æœºåº•éƒ¨ */
  @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: 74rem !important;
    height: 74rem !important;
    margin-top: -100%;
    animation: bounce1 2s infinite;
  }
  .news-list-right {
    /* width: 100%; */
    padding: 0 20rem;
  }
  .news-list-right::after {
    opacity: 0;
  }
  .news-list-item {
    height: 180rem;
  }
  .news-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-item-text {
    padding-top: 10rem;
    -webkit-line-clamp: 5;
  }
  .public-case-swiper .index-case-item {
    width: 100%;
    margin-right: 0 !important;
  }
  .news-cont-main {
    width: 100%;
  }
  .news-cont-sources {
    display: flex;
    margin-top: 20rem;
    flex-direction: column;
  }
  .news-cont-btns {
    flex-direction: column;
  }
  .public-case-swiper .index-case-row {
    justify-content: space-between;
  }
  .news-list-main .index-news-left {
    width: 100%;
    height: 100%;
    background: none;
    background-size: 100% 100%;
    min-height: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .news-list-main .index-news-box {
    background: none;
    margin-top: 0;
  }
  .news-list-main .index-news-right {
    width: 100%;
    padding: 0;
  }
  .news-list-main .index-news-content {
    padding: 50rem 0 0;
    flex-wrap: wrap;
    padding: 40rem 0 60rem;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .news-list-main .index-news-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40rem 20rem 40rem 10rem;
    margin-right: 20rem;
    margin-bottom: 20rem;
    background: linear-gradient(0deg, #f4f7f9 0%, #ffffff 100%);
    border: 1px solid rgba(95, 176, 229, 0.3);
  }
  .news-list-main .index-news-item:hover {
    background: url(/esimg/img/index-news-xwbg3.png);
    background-size: 100% 100%;
  }
  .index-news-content .public-page-box {
    width: 100%;
    justify-content: center;
  }
  .index-news-dates {
    width: 140rem;
  }
  .index-news-cont {
    width: calc(100% - 140rem);
  }
  .case-list-main .index-case-item {
    margin-right: 0 !important;
  }
  .case-list-main .index-case-row {
    justify-content: space-between;
  }
  .case-top-box {
    flex-direction: column;
  }
  .case-top-left {
    width: 100%;
    background: #f6f7f9;
    padding: 50rem;
  }
  .case-top-right {
    width: 100%;
    background: #edf0f4;
    padding: 50rem;
    position: relative;
  }
  .case-top-phone {
    height: 54rem;
    margin-top: 0;
    position: absolute;
    right: 50rem;
    top: 50rem;
  }
  .case-img-list {
    padding: 40rem 0 0;
  }
  .case-img-list img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  .case-list-main {
    padding-bottom: 0;
  }
  .trivia-list-main .index-case-row {
    justify-content: space-between;
    padding: 28rem 25rem 0;
  }
  .trivia-list-main .index-case-item {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 50rem;
  }
  .customer-cont-item {
    width: calc((100% - 20rem) / 2);
    margin-right: 20rem;
    margin-bottom: 40rem;
  }
  .customer-cont-item:nth-child(2n) {
    margin-right: 0;
  }
  .trivia-list-main .index-case-title:nth-child(2) {
    flex: 1;
  }
  .contatc-content-box {
    width: 100%;
    margin-top: 40rem;
    margin-bottom: 40rem;
    height: auto;
    flex-direction: column;
  }
  .contatc-content-left {
    width: 100%;
    padding: 50rem 30rem 0;
  }
  .contatc-content-hot {
    height: 55rem;
  }
  .contatc-content-right {
    width: 100%;
    height: 100%;
    margin-top: 40rem;
  }
  .contatc-content-right img {
    height: auto;
    width: 100%;
  }
  #map-iframe-wap {
    width: 100%;
    height: 200px;
  }
  .contact-main-box {
    margin-top: 100rem;
  }
  .product-list-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    justify-content: flex-start;
  }
  .product-nav-item {
    width: calc((100% - 40rem) / 3);
    height: 44px;
    margin-right: 20rem;
  }
  .product-nav-item:nth-child(3n) {
    margin-right: 0;
  }
  .product-list-img {
    margin-top: 20rem;
  }
  .product-list-content {
    padding: 27rem 0 0;
    display: flex;
    flex-direction: column;
  }
  .product-process-content {
    flex-direction: column;
  }
  .product-process-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 65rem;
  }
  .product-process-item:after,
  .product-process-item:nth-child(3):after,
  .product-process-item:nth-child(n + 3):after {
    content: "";
    position: absolute;
    left: 32rem;
    top: calc(100% + 5rem);
    background: url(/esimg/icon/product-process-xia.png) no-repeat;
    background-size: 100% 100%;
    width: 11rem;
    height: 55rem;
  }
  .product-reason-box .product-reason-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 80rem;
  }
  .product-reason-title {
    height: 89rem !important;
  }
  .about-info-main {
    background: none;
  }
  .about-content-cont p {
    text-align: left;
  }
  .about-idea-item {
    width: calc((100% - 20rem) / 2);
    margin-right: 20rem;
    margin-bottom: 38rem;
    min-height: 180px;
    background: #ffffff;
    box-shadow: 2px 8px 49px 0px #d8e5ff;
    border-radius: 3px;
    padding: 14px 10px;
  }
  .about-idea-item:nth-child(2n-1) {
    margin-right: 20rem;
  }
  .about-idea-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-idea-text {
    padding: 30rem 0 0;
  }
  .about-idea-content {
    justify-content: flex-start;
  }
  .news-cont-content p {
    line-height: 1.6;
  }
  .news-cont-updown {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .index-title-img {
    height: 30px;
  }
  .index-trivia-prev {
    width: 40px;
    height: 40px;
  }
  .index-trivia-next {
    width: 40px;
    height: 40px;
  }
  .index-trivia-more {
    margin: 0 20rem;
    width: 180rem;
    height: 40px;
  }
  .index-trivia-swiper {
    margin-top: 40rem;
  }
  .index-contact-card {
    padding: 50rem 40rem;
  }
  .public-message-input {
    height: 40px;
  }
  .public-message-code {
    height: 40px;
  }
  .public-message-btn {
    height: 40px;
  }
  .public-message-input-long {
    height: 80px;
  }
  .public-footer-logo {
    width: auto;
    height: 40px;
  }
  .index-system-main .index-system-title {
    height: 40px;
  }
  .index-news-title {
    height: 30px;
  }
  .news-item-text {
    -webkit-line-clamp: 2;
  }
  .index-contact-address {
    font-size: 14px;
  }
  .public-footer-address {
    width: 120%;
  }
  .news-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80rem;
    flex-direction: column;
  }
  .news-top-row .index-case-nav {
    width: 100%;
    height: auto;
    margin-top: 40rem;
  }
  .index-case-title {
    font-size: 16px;
  }
  .news-cont-return {
    margin-top: 10rem;
    width: 90px;
    height: 30px;
  }
  .index-contact-entitle {
    font-size: 14px;
  }
  .news-cont-title {
    font-size: 18px;
  }
  .case-top-phone {
    height: 30px;
    margin-top: 0;
    position: absolute;
    right: 40rem;
    top: 40rem;
  }
  .contatc-content-hot {
    height: 40px;
  }
  .index-reason-number {
    font-size: 28px;
  }
  .index-process-cont {
    padding-right: 20rem;
  }
}
