@font-face {
  font-family: Arial;
  src: url("./font/Arial.ttf");
  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%;
}
.header-info-box {
  position: relative;
}

.header-main-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20rem 0;
}
.header-info-box .header-main-top {
  border-bottom: 1px solid #b2b2b2;
}
.header-top-left {
  color: #3b404b;
  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: #3b404b;
  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: #3b404b;
  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: 157rem;
}
.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: #252b3a;
  line-height: 34rem;
  /* padding: 0 5rem; */
  margin: 0 20rem;
  width: 100rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.header-info-box .header-menu-fist {
  color: #212121;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-menu-on .header-menu-fist {
  color: #027fff;
  /* background: rgba(2, 127, 255, 0.1); */
}
.header-menu-on .header-menu-fist::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: skew(-30deg);
  background-color: rgba(2, 127, 255, 0.1);
}
.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(2, 127, 255, 0.4);
}
.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-start;
  padding-right: 13%;
  /* justify-content: center; */
  bottom: 27% !important;
  left: 13.5% !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: #027fff;
}

.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: linear-gradient(90deg, #55b9ff 0%, #027fff 100%);
  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: #027fff;
  /* 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: #027fff;
  display: block;
}
.suspension-content-box:hover {
  /* background-color: rgb(115, 189, 214); */
  background-color: #027fff;
}

.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-hot-box {
  display: flex;
  z-index: 11;
  position: absolute;
  bottom: 40rem;
  left: 13.54%;
  color: #3b404b;
}
.index-hot-box a,
.index-hot-box p {
  padding-right: 10rem;
  color: #3b404b;
  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: #3b404b;
}
.index-operations-box {
  padding: 100rem 0;
}
.public-title {
  font-weight: bold;
  color: #252b3a;
  text-align: center;
}
.public-title-slogan {
  color: rgba(87, 93, 108, 0.4);
  padding-top: 16rem;
  text-align: center;
}
.index-operations-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.index-operations-item {
  width: calc((100% - 60rem) / 3);
  margin-right: 30rem;
  padding: 35rem 40rem;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee3e9;
  display: flex;
  margin-bottom: 30rem;
  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-operations-item:nth-child(3n) {
  margin-right: 0;
}
.index-operations-item:hover {
  background: rgba(2, 127, 255, 0.04);
  border-radius: 8px;
  border: 1px solid #027fff;
}
.index-operations-on {
  background: rgba(2, 127, 255, 0.04);
  border-radius: 8px;
  border: 1px solid #027fff;
}
.index-operations-icon {
  width: 64rem;
  height: 80rem;
}
.index-operations-text {
  padding-left: 40rem;
}
.index-operations-types {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10rem;
}
.index-operations-name {
  color: #252b3a;
  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-operations-item:hover .index-operations-name {
  color: #027fff;
}
.index-operations-on .index-operations-name {
  color: #027fff;
}
.index-operations-type {
  /* 原来设计稿的颜色color: #575d6c; */
  color: #3b404b;
  padding-right: 10rem;
  padding-bottom: 6rem;
}
.index-banner-bottom {
  width: 70rem;
}
.tit {
  font-size: 15px;
  color: #fff;
  text-align: left;
}
.timer {
  width: 60rem;
  height: 4px;
  background: rgba(87, 93, 108, 0.13);
  position: relative;
}
.process {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 4px;
  background: #027fff;
  width: 0;
}
.index-why-box {
  width: 100%;
  padding: 100rem 0;
  background: url(./../esimg/img/bg_why.png) no-repeat;
  background-size: 100% 100%;
}
.index-why-main {
  margin-top: 35rem;
  position: relative;
}
.index-why-bg {
  width: 100%;
}
.index-why-name {
  position: absolute;
  left: 16%;
  top: 6.2%;
  color: #fff;
  font-weight: bold;
}
.index-why-ordinary {
  color: #333333;
  font-weight: bold;
  position: absolute;
  left: 67%;
  top: 6.2%;
}
.index-why-goods {
  position: absolute;
  left: 4.3%;
  top: 21%;
}
.index-why-good {
  display: flex;
}

.index-why-num {
  position: relative;
  color: #027fff;
  font-family: Arial;
  font-weight: bold;
  padding-bottom: 90rem;
  line-height: 1;
}
.index-why-num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10rem;
  width: 1px;
  height: 70rem;
  border-left: 1px dashed #027fff;
  opacity: 0.8;
}
.index-why-good:last-child .index-why-num::after {
  display: none;
}
.index-why-cont {
  padding-left: 20rem;
}
.index-why-ptitle {
  color: #252b3a;
  line-height: 1;
}
.index-why-p {
  color: #3b404b;
  padding-top: 10rem;
  width: 550rem;
}
.index-why-others {
  position: absolute;
  left: 67%;
  top: 21%;
}
.index-why-other {
  padding-bottom: 55rem;
}
.index-why-otitle {
  position: relative;
  color: #252b3a;
}
.index-why-otitle::after {
  content: "";
  position: absolute;
  top: calc(50% - 9rem);
  left: -30rem;
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/icon_cha.png) no-repeat;
  background-size: 100% 100%;
}
.index-why-o {
  padding-top: 10rem;
  color: #3b404b;
  width: 400rem;
}
.index-process-box {
  padding: 100rem 0;
}
.index-process-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.index-process-item {
  width: calc((100% - 100rem) / 6);
  margin-right: 20rem;
  height: 248rem;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
  box-shadow: 0px 4px 10px 0px rgba(191, 197, 213, 0.2);
  border-radius: 12px;
  border: 1px solid #ffffff;
  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-process-item:nth-child(6n) {
  margin-right: 0;
}
.index-process-item:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
.index-process-icon {
  width: 56rem;
  height: 52rem;
  position: absolute;
  top: 20rem;
  right: 15rem;
}
.index-process-cont {
  padding-top: 100rem;
}
.index-process-name {
  padding-left: 30rem;
  font-weight: bold;
  color: #252b3a;
  position: relative;
  margin-bottom: 14rem;
}
.index-process-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 10rem);
  background: url(./../esimg/icon/title_xiushi.png) no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 20rem;
}
.index-process-text {
  padding-left: 30rem;
  color: rgba(87, 93, 108, 0.8);
  position: relative;
  margin-bottom: 5px;
}
.index-process-text::after {
  content: "";
  position: absolute;
  left: 20rem;
  top: calc(50% - 2px);
  width: 3px;
  height: 3px;
  background: #3b404b;
  opacity: 0.6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.index-area-box {
  width: 100%;
  padding-top: 100rem;
  background: #e4f0fc;
}
.index-area-types {
  position: relative;
  margin-top: 40rem;
  width: 100%;
  height: 60rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 21%, #ffffff 79%, rgba(255, 255, 255, 0) 100%);
  border-radius: 30px;
}
.index-area-swiper {
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.index-area-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(60rem - 12rem);
  margin: 6rem 0;
  color: #252b3a;
  cursor: pointer;
}
.index-area-swiper .swiper-slide-thumb-active {
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
  border-radius: 30px;
  color: #fff;
}
.index-area-imgs {
  overflow: hidden;
  margin: 80rem 80rem 0;
}
.index-area-imgs .swiper-slide img {
  width: 100%;
}
.index-area-prev {
  position: absolute;
  left: 80rem;
  top: calc(50% - 8px);
  background: url(./../esimg/icon/area_left_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 16px;
  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-area-prev:hover {
  background: url(./../esimg/icon/area_right_sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-area-next {
  position: absolute;
  right: 80rem;
  top: calc(50% - 8px);
  background: url(./../esimg/icon/area_right_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 16px;
  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-area-next:hover {
  background: url(./../esimg/icon/area_left_sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-about-box {
  padding: 100rem 0;
  background: url(./../esimg/img/bg_duorongduo.png) no-repeat;
  background-size: 100% 100%;
}
.index-partner-main {
  position: relative;
}
.index-partner-swiper {
  overflow: hidden;
  padding-top: 40rem;
}
.index-partner-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 24px 0px #eff3f8;
  border-radius: 12px;
  padding: 40rem 40rem 70rem 100rem;
  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-partner-item:hover {
  background: #f1f8ff;
  border-radius: 12px;
  border: 1px solid #027fff;
}
.index-partner-item::after {
  content: "";
  top: 30rem;
  left: 35rem;
  position: absolute;
  width: 56rem;
  height: 52rem;
  background: url(./../esimg/icon/icon_zxgt.png) no-repeat;
  background-size: 100% 100%;
}
.index-partner-item::before {
  content: "";
  position: absolute;
  left: 100rem;
  bottom: 30rem;
  width: 22rem;
  height: 12rem;
  background: url(./../esimg/icon/btn_arr_nor2.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-partner-item:hover::before {
  background: url(./../esimg/icon/btn_arr_sel2.png) no-repeat;
  background-size: 100% 100%;
}
.index-partner-name {
  font-weight: bold;
  color: #252b3a;
  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-partner-item:hover .index-partner-name {
  color: #027fff;
}
.index-partner-text {
  padding-top: 15rem;
  color: rgba(87, 93, 108, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.info-baike-item .index-partner-text {
  padding-top: 5rem;
}
.index-partner-prev {
  position: absolute;
  left: -50rem;
  top: calc(50% - 8px);
  background: url(./../esimg/icon/area_left_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 16px;
  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-partner-prev:hover {
  background: url(./../esimg/icon/area_right_sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-partner-next {
  position: absolute;
  right: -50rem;
  top: calc(50% - 8px);
  background: url(./../esimg/icon/area_right_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 16px;
  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-partner-next:hover {
  background: url(./../esimg/icon/area_left_sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-about-main {
  padding-top: 200rem;
}
.index-about-content {
  padding: 0 100rem;
  text-align: center;
  color: #3b404b;
  padding-top: 40rem;
}
.public-btn {
  width: 160rem;
  height: 48px;
  color: #fff;
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40rem;
}
.index-news-box {
  padding: 100rem 0;
}
.index-news-rows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news-types {
  display: flex;
}
.index-news-type {
  width: 160rem;
  height: 48px;
  cursor: pointer;
  color: #252b3a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-news-on {
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
  border-radius: 30px;
  color: #fff;
}
.index-news-content {
  padding-top: 50rem;
  display: flex;
  align-items: self-start;
}
.index-news-view {
  width: 33%;
  padding-top: 10rem;
}
.index-news-view img {
  width: 100%;
}
.index-news-list {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
}
.index-news-item {
  width: calc((100% - 40rem) / 2);
  margin-left: 20rem;
  margin-bottom: 20rem;
  padding: 40rem 40rem 30rem;
  background: url(./../esimg/img/news-card_nor.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-news-item:hover {
  background: url(./../esimg/img/news-card_sel.png) no-repeat;
  background-size: 100% 100%;
}
.index-news-name {
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-news-text {
  padding-top: 16rem;
  color: rgba(87, 93, 108, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index-news-date {
  padding-top: 20rem;
  color: rgba(87, 93, 108, 0.4);
}
.index-contact-box {
  padding: 30rem 0;
  background: linear-gradient(90deg, #55b9ff 0%, #027fff 100%);
}
.index-contact-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-contact-title {
  color: #fff;
}
.index-contact-p {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 10rem;
}
.index-contact-form {
  display: flex;
}
.index-content-row {
  display: flex;
  justify-content: space-between;
  width: 841rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #ffffff;
}
.index-content-row input {
  width: calc((100% - 2px) / 3);
  height: 50rem;
  padding-left: 15rem;
  color: #ffffff;
  background: none;
}
.index-content-row input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.index-contact-line {
  width: 1px;
  height: 30rem;
  margin: 10rem 0;
  background: #ffffff;
  opacity: 0.4;
}
.index-content-btn {
  padding-left: 10rem;
}
.index-content-btn input {
  width: 160rem;
  height: 50rem;
  background: #ffffff;
  border-radius: 4px;
  color: #027fff;
}
.public-footer-box {
  width: 100%;
  background: #252931;
}
.public-footer-top {
  display: flex;
  justify-content: space-between;
  padding: 32rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-top-item {
  display: flex;
}
.footer-top-cont {
  padding-left: 10rem;
}
.footer-item-icon {
  width: 44rem;
  height: 44rem;
}
.footer-top-name {
  color: rgba(255, 255, 255, 0.4);
}
.footer-top-text {
  padding-top: 4rem;
  color: #fff;
}
.footer-center-box {
  display: flex;
  justify-content: space-between;
  padding: 40rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-center-qrcode {
  width: 124rem;
  height: 124rem;
}
.footer-center-nav {
  padding-right: 128rem;
}
.footer-center-left {
  display: flex;
}
.footer-center-first {
  color: #ffffff;
}
.footer-center-ul {
  display: flex;
}
.footer-center-li {
  padding-top: 5rem;
}
.footer-center-li a {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 14rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.footer-center-li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-center-ul .footer-center-li:nth-child(2) {
  padding-left: 40rem;
}
.footer-bottom-box {
  display: flex;
  justify-content: space-between;
  padding: 20rem 0;
}
.footer-bottom-box p {
  color: rgba(255, 255, 255, 0.4);
  display: flex;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
}
.footer-bottom-row img {
  width: 14px;
  height: 14px;
  margin-right: 5rem;
}
.footer-bottom-row a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 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;
}
.footer-bottom-row a img {
  margin-right: 5rem;
}
.footer-bottom-row a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-wap-info {
  max-width: 70%;
}
.footer-wap-info p {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 20rem;
}
.public-banenr-box {
  width: 100%;
  position: relative;
}
.public-banner-img {
  width: 100%;
}
.public-banenr-box .index-hot-box {
  bottom: 20rem;
}
.public-crumbs-box {
  padding-top: 20rem;
  display: flex;
  align-items: center;
  color: #3b404b;
}
.public-crumbs-box a {
  position: relative;
  padding-right: 20rem;
}
.public-crumbs-name {
  color: #3b404b;
  position: relative;
  padding-left: 26rem;
}
.public-crumbs-name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16rem;
  height: 20rem;
  background: url(./../esimg/icon/icon_local.png) no-repeat;
  background-size: 100% 100%;
}
.public-crumbs-box a::after {
  content: ">";
  position: absolute;
  right: 4rem;
  top: 0;
}
.public-crumbs-box a:last-child::after {
  content: "";
}
.prodcut-type-box {
  padding-top: 20rem;
  display: flex;
}
.prodcut-type-item {
  padding: 9rem 20rem;
  display: flex;
  align-items: center;
  color: #3b404b;
}
.prodcut-type-item img {
  width: 20rem;
  height: 20rem;
  margin-right: 6px;
}
.product-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prodcut-type-on {
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
  border-radius: 30px;
  color: #fff;
}
.product-info-box {
  padding: 80rem 0 50rem;
}
.product-info-main {
  margin-top: 50rem;
  background: #f7faff;
  padding: 80rem 80rem 80rem 66rem;
  display: flex;
}
.product-info-img {
  width: 570rem;
}
.product-info-content {
  width: calc(100% - 570rem);
  padding-right: 80rem;
  position: relative;
}
.product-info-cont {
  position: relative;
  padding-left: 14rem;
  margin-bottom: 24rem;
}
.product-info-cont::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  top: 10rem;
  left: 0;
  background-color: #027fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.product-info-cont:last-child {
  margin-bottom: 0;
}
.product-info-title {
  color: #252b3a;
  font-weight: bold;
}
.product-info-text {
  color: #3b404b;
  opacity: 0.8;
  padding-top: 6rem;
}
.product-advantage-box {
  padding: 50rem 0 100rem;
}
.product-advantage-content {
  width: 100%;
  margin-top: 50rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.product-advantage-prev {
  position: absolute;
  left: -30rem;
  top: calc(50% - 8rem);
  background: url(./../esimg/icon/area_left_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 20rem;
  height: 32rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-advantage-prev:hover {
  background: url(./../esimg/icon/area_right_sel.png) no-repeat;
  background-size: 100% 100%;
}
.product-advantage-next {
  position: absolute;
  right: -30rem;
  top: calc(50% - 8rem);
  background: url(./../esimg/icon/area_right_nor.png) no-repeat;
  background-size: 100% 100%;
  width: 20rem;
  height: 32rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-advantage-next:hover {
  background: url(./../esimg/icon/area_left_sel.png) no-repeat;
  background-size: 100% 100%;
}
.product-advantage-cont {
  position: relative;
}
.product-advantage-on {
}
.product-advantage-cont .product-advantage-small {
  opacity: 1;
}
.product-advantage-cont .product-advantage-show {
  opacity: 0;
}
.product-advantage-name {
  position: absolute;
  left: 0;
  bottom: 60rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.product-advantage-title {
  color: #ffffff;
}
.product-advantage-text {
  margin-top: 20rem;
  color: #fff;
}
.product-advantage-text-box {
  position: absolute;
  left: 60rem;
  bottom: 120rem;
}

.product-advantage-on {
}

.product-advantage-small {
  position: absolute;
  right: 0;
  top: 0;
  width: 280rem;
}
.product-advantage-small img {
  width: 100%;
  height: 500rem;
}
.product-advantage-show {
  width: 100%;
}
.product-advantage-show img {
  width: 100%;
  height: 500rem;
}
.swiper-slide-next .product-advantage-small {
  left: 0;
  top: 0;
}
.product-advantage-on .product-advantage-small,
.swiper-slide-active .product-advantage-small {
  opacity: 0;
}
.product-advantage-on .product-advantage-show,
.swiper-slide-active .product-advantage-show {
  opacity: 1;
}
.product-advantage-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30rem;
}
.product-advantage-pagination {
  bottom: 0 !important;
}
.about-info-box {
  padding: 120rem 0 100rem;
}
.about-info-box {
  width: 100%;
  background: url(./../esimg/img/bg_duorongduo_about.png) no-repeat;
  background-size: 100% 100%;
}
.about-info-text {
  margin-top: 40rem;
  text-align: center;
  color: #3b404b;
  line-height: 1.6;
}
.about-idea-box {
  padding: 100rem 0;
  background: #f0f6ff;
}
.about-to-contact {
  width: 100%;
}
.about-to-contact img {
  width: 100%;
}
.about-idea-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50rem;
}
.about-idea-item {
  position: relative;
  width: calc((100% - 60rem) / 4);
  height: 385rem;
  margin-right: 20rem;
  margin-bottom: 20rem;
  padding: 60rem 50rem 50rem;
  background: #ffffff;
  border-radius: 8px;
  background: url(./../esimg/img/about-card_sel2.png) none;
  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;
}
.about-idea-item:nth-child(4n) {
  margin-right: 0;
}
.about-idea-item:hover {
  background: url(./../esimg/img/about-card_sel2.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;
}
.about-idea-name {
  font-weight: bold;
  text-align: center;
  color: #252b3a;
  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-idea-types {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13rem;
  justify-content: center;
}
.about-idea-type {
  padding: 7rem;
  color: #3b404b;
  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;
}
.about-idea-icon {
  position: absolute;
  left: 0;
  bottom: 55rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-idea-icon img {
  width: 112rem;
  height: 112rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-idea-icon .nor {
  display: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-idea-icon .sel {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-idea-item:hover .nor {
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-idea-item:hover .sel {
  display: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about-idea-item:hover .about-idea-name {
  color: #fff;
}
.about-idea-item:hover .about-idea-type {
  color: #fff;
}
.contact-info-box {
  padding: 100rem 0;
}
.contact-info-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.contact-info-item {
  width: calc((100% - 60rem) / 3);
  margin-right: 30rem;
  margin-bottom: 30rem;
  background: #f5faff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 35rem;
  border: 1px solid #f5faff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-info-item:nth-child(3n) {
  margin-right: 0;
}
.contact-info-item:hover {
  border: 1px solid #48b9ef;
}

.contact-info-icon {
  width: 92rem;
  height: 92rem;
}
.contact-info-icon2 {
  width: 87rem;
  height: 92rem;
}
.contact-info-icon3 {
  width: 92rem;
  height: 81rem;
}
.contact-info-icon4 {
  width: 92rem;
  height: 80rem;
}
.contact-info-icon5 {
  width: 74rem;
  height: 86rem;
}

.contact-info-name {
  color: #828282;
  padding-top: 20rem;
}
.contact-info-cont {
  color: #000000;
  padding-top: 10rem;
  font-weight: bold;
  text-align: center;
}
.contact-cont-box {
  display: flex;
}
.contact-cont-left {
  width: 50%;
  padding: 30rem 40rem;
  background: linear-gradient(90deg, #55b9ff 0%, #027fff 100%);
}
.contact-cont-form {
  width: 100%;
  margin-top: 30rem;
}
.contact-cont-form input {
  width: 100%;
  height: 50rem;
  padding-left: 15rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #ffffff;
  margin-bottom: 22px;
}
.contact-cont-form input::placeholder,
.contact-cont-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-cont-form textarea {
  width: 100%;
  height: 150rem;
  padding-top: 15rem;
  padding-left: 15rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 1px solid #ffffff;
  margin-bottom: 22px;
}
.contact-cont-form .index-content-btn {
  padding-left: 0;
}
.contact-cont-form .index-content-btn input {
  background: #fff;
  width: 200rem;
  padding-left: 0;
  color: #252b3a;
  cursor: pointer;
}
.contact-cont-right {
  width: 50%;
}
#map-iframe {
  width: 100%;
  height: 100%;
}
#map-iframe2 {
  width: 100%;
  height: 100%;
}
.customers-content-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50rem;
}
.customers-content-item {
  width: calc((100% - 90rem) / 4);
  margin-right: 30rem;
  margin-bottom: 30rem;
  background: #f5faff;
  border-radius: 5px;
  border: 2px solid #f5faff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.customers-content-item:nth-child(4n) {
  margin-right: 0;
}
.customers-content-img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}
.customers-content-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20rem;
  min-height: 40rem;
  color: #828282;
}
.customers-content-item:hover {
  background: #48b9ef;
  border: 2px solid #48b9ef;
}
.customers-content-item:hover .customers-content-text {
  color: #fff;
}
.public-page-box {
  margin-top: 50rem;
  display: flex;
  justify-content: center;
}
.public-page-name {
  width: 100rem;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5faff;
  color: #828282;
  margin: 0 6rem;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.public-page-name:hover {
  color: #fff;
  background: #48b9ef;
}
.public-page-number {
  width: 50rem;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5faff;
  color: #828282;
  border-radius: 2px;
  margin: 0 6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.public-page-number:hover {
  color: #fff;
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
}
.public-page-on {
  color: #fff;
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
}
.customers-classify-box {
  width: fit-content;
  display: flex;
  border-radius: 30px;
  background-color: #f5faff;
  margin: 30rem auto 0;
}
.customers-classify-item {
  width: 150rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(60rem - 12rem);
  margin: 6rem 0;
  color: #252b3a;
  cursor: pointer;
}
.customers-classify-on {
  background: linear-gradient(90deg, #65d6ff 0%, #027fff 100%);
  border-radius: 30px;
  color: #fff;
}
.customers-reviews-item {
  margin-bottom: 20rem;
}
.reviews-info-main {
  display: flex;
  width: 100%;
  margin-top: 50rem;
  align-items: flex-start;
}
.reviews-info-left {
  width: 70%;
  border: 2px solid #f5faff;
  padding: 40rem 50rem;
}
.reviews-info-right {
  width: 30%;
  padding-left: 20rem;
}

.reviews-info-title {
  color: #252b3a;
}
.reviews-info-row {
  display: flex;
  width: 100%;
  padding: 20rem 0 10rem;
  border-bottom: 1px solid #e2e2e2;
}
.news-cont-source {
  position: relative;
  padding-left: 26rem;
  margin-right: 40rem;
}
.news-cont-source:nth-child(1)::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/news_date_icon.png) no-repeat;
  background-size: 100% 100%;
}
.news-cont-source:nth-child(2)::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 20rem;
  height: 20rem;
  background: url(./../esimg/icon/news_author_icon.png) no-repeat;
  background-size: 100% 100%;
}
.news-cont-box {
  color: #3b404b;
  padding: 20rem 0;
  line-height: 1.6;
}
.news-cont-box img,
.news-cont-box video {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.news-cont-box p,
.news-cont-box a {
  color: #3b404b;
  line-height: 1.6;
  padding-bottom: 20rem;
}
.news-cont-box p a {
  display: -webkit-inline-box;
}
.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: #027fff;
}
.news-cont-return {
  width: 100rem;
  height: 40rem;
  background: #027fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  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;
}
.news-cont-return:hover {
  opacity: 0.8;
}
.info-right-baike {
  border: 2px solid #f5faff;
}
.info-baike-item {
  width: 100%;
  padding: 20rem 20rem 0 20rem;
}
.info-baike-item img {
  width: 100%;
  margin-bottom: 10rem;
}
.index-partner-cont {
  padding: 0 0 20rem;
  border-bottom: 1px dashed #c8d5e3;
}
.info-baike-item:last-child .index-partner-cont {
  border-bottom: 1px dashed #fff;
}
.info-baike-item:hover .index-partner-name {
  color: #027fff;
  opacity: 0.9;
}
.news-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 24px 0px #eff3f8;
  border-radius: 12px;
  padding: 40rem 100rem 40rem 40rem;
  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: #f1f8ff;
  border-radius: 12px;
  border: 1px solid #027fff;
}
.news-list-item::after {
  content: "";
  position: absolute;
  right: inherit;
  top: calc(50% - 30rem);
  right: 40rem;
  width: 60rem;
  height: 60rem;
  background: url(./../esimg/icon/news_item_icon.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;
}
.news-list-item:hover::after {
  background: url(./../esimg/icon/news_item_icon_hover.png) no-repeat;
  background-size: 100% 100%;
}
.news-list-dates {
  width: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(216, 216, 216, 0.5);
}
.news-list-day {
  font-size: 40rem;
  font-weight: bold;
}
.news-list-cont {
  width: calc(100% - 130rem);
  padding-left: 20rem;
}
.public-friendlink-box {
  display: flex;
  align-items: center;
  color: #262626;
  width: 100%;
  padding: 10rem 10rem;
  min-height: 40rem;
  background-color: #fff;
  flex-wrap: wrap;
}
.public-friendlink-box p,
.public-friendlink-box a {
  color: #262626;
  margin-right: 15rem;
  margin: 10rem 10rem 0 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;
}
.public-friendlink-box a:hover {
  color: #000000;
}

@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .main-center {
    width: 85%;
    margin: 0 auto;
  }
  .header-menu-fist {
    width: 110rem;
    padding-top: 4rem;
  }
}
@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;
  }
}
@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 {
    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: 60rem;
    height: 44rem;
    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;
  }

  .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: #3b404b;
    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: 74rem !important;
    height: 74rem !important;
    margin-top: -100%;
    animation: bounce1 2s infinite;
  }
  .index-operations-item {
    width: 100%;
    margin-right: 0;
  }
  .index-banner-pagination {
    left: 25rem !important;
    justify-content: flex-start;
    bottom: 20% !important;
  }
  .index-process-item {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
    height: 350rem;
    margin-bottom: 35rem;
  }
  .index-process-item:nth-child(2n-1) {
    margin-right: 30rem;
  }
  .index-process-item:nth-child(2n) {
    margin-right: 0;
  }
  .index-process-item:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-why-goods-wap {
    width: 100%;
    height: 1105rem;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(97, 124, 151, 0.1);
    border-radius: 20px;
    position: relative;
    margin-top: 40rem;
  }
  .index-why-goods-wap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100rem;
    background: url(./../esimg/icon/top_sel.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-why-goods-wap::before {
    content: "";
    position: absolute;
    z-index: 111;
    top: -20rem;
    right: 10rem;
    width: 110rem;
    height: 110rem;
    background: url(./../esimg/icon/why-goods-wap-good.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-why-goods-name {
    position: relative;
    z-index: 111;
    padding: 20rem 0 0 62rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 0px 30px rgba(97, 124, 151, 0.1);
  }
  .index-why-goods {
    top: 15%;
  }
  .index-why-good {
    margin-bottom: 20px;
  }
  .index-why-num::after {
    height: 90rem;
  }
  .index-why-other-wap {
    width: 100%;
    height: 718rem;
    background: #f7fbff;
    border-radius: 20px;
    position: relative;
    margin-top: 50rem;
  }
  .index-why-other-wap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100rem;
    background: linear-gradient(90deg, #d9e2eb 0%, #fbfdff 100%);
    border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -ms-border-radius: 20px 20px 0px 0px;
    -o-border-radius: 20px 20px 0px 0px;
  }
  .index-why-other-wap::before {
    content: "";
    position: absolute;
    z-index: 111;
    top: -20rem;
    right: 10rem;
    width: 110rem;
    height: 110rem;
    background: url(./../esimg/icon/why-goods-wap-other.png) no-repeat;
    background-size: 100% 100%;
  }
  .index-why-other-name {
    position: relative;
    z-index: 111;
    padding: 20rem 0 0 62rem;
    font-weight: bold;
    color: #333333;
  }
  .index-why-others {
    position: absolute;
    left: 13.3%;
    top: 21%;
  }
  .index-why-o {
    width: 500rem;
  }
  .index-why-other {
    padding-bottom: 25rem;
  }
  .index-area-types {
    position: relative;
    margin-top: 40rem;
    width: 100%;
    height: 60rem;
  }
  .index-area-swiper {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
  .index-area-prev {
    left: 0;
  }
  .index-area-next {
    right: 0;
  }
  .index-area-imgs {
    overflow: hidden;
    margin: 80rem 0 0;
  }
  .index-partner-prev {
    position: absolute;
    left: -30rem;
    top: calc(50% - 8px);
  }

  .index-partner-next {
    position: absolute;
    right: -30rem;
    top: calc(50% - 8px);
  }
  .index-about-content {
    padding: 0 0;
    text-align: center;
    color: #3b404b;
    padding-top: 40rem;
  }
  .index-news-rows {
    flex-direction: column;
  }
  .index-news-types {
    margin-top: 40rem;
    width: 100%;
  }
  .index-news-type {
    width: 25%;
    height: 38px;
  }
  .index-news-content {
    flex-direction: column;
  }
  .index-news-view {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20rem;
  }
  .index-news-list {
    width: 100%;
  }
  .index-news-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20rem;
    padding: 40rem 40rem 30rem;
  }
  .index-about-box {
    background: url(./../esimg/img/bg_duorongduo_wap.png);
    background-position: bottom center; /* å›¾ç‰‡å®šä½åœ¨åº•éƒ¨å±…ä¸­ */
    background-repeat: no-repeat; /* ä¸é‡å¤èƒŒæ™¯å›¾ç‰‡ */
    background-size: 100% auto; /* èƒŒæ™¯å›¾ç‰‡è¦†ç›–æ•´ä¸ªå…ƒç´ ï¼Œä¿æŒæ¯”ä¾‹ */
    background-color: #f7fcff;
    padding-bottom: 350rem;
  }
  .index-contact-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-contact-form {
    display: flex;
    flex-direction: column;
  }
  .index-content-row {
    width: 100%;
    flex-direction: column;
    margin-top: 40rem;
    border: none;
    background: none;
  }
  .index-contact-right {
    width: 100%;
  }
  .index-content-btn {
    padding-left: 0;
  }
  .index-content-btn input {
    width: 100%;
    height: 50rem;
    background: #ffffff;
    border-radius: 4px;
    color: #027fff;
    margin-top: 20rem;
  }
  .index-content-row input {
    width: 100%;
    height: 50rem;
    padding-left: 15rem;
    color: #ffffff;
    background: none;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid #ffffff;
  }
  .index-contact-line {
    height: 6rem;
    background: none;
  }
  .footer-bottom-box {
    flex-direction: column;
  }
  .footer-bottom-row {
    display: flex;
    flex-direction: column;
  }
  .footer-bottom-box p,
  .footer-bottom-box a {
    margin-bottom: 16rem;
    display: flex;
  }

  .product-info-main {
    flex-direction: column;
    margin-top: 60rem;
  }
  .product-info-content {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .product-info-img {
    width: 100%;
    margin-top: 30rem;
  }
  .prodcut-type-box {
    padding-top: 20rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .prodcut-type-item {
    margin: 0 10rem 20rem;
  }
  .product-advantage-show img {
    width: 100%;
    height: auto;
  }
  .product-advantage-text-box {
    height: 60rem;
    width: 85%;
  }
  .product-advantage-small {
    display: none;
  }
  .about-idea-item {
    position: relative;
    width: 100%;
    height: 385rem;
    margin-right: 0;
  }
  .contact-info-item {
    width: calc((100% - 30rem) / 2);
    margin-right: 30rem;
  }
  .contact-info-item:nth-child(2n) {
    margin-right: 0;
  }
  .contact-info-item:nth-child(2n-1) {
    margin-right: 30rem;
  }
  .contact-cont-box {
    display: flex;
    flex-direction: column;
  }
  .contact-cont-left {
    width: 100%;
  }
  .contact-cont-right {
    width: 100%;
    height: 400rem;
  }
}
@media screen and (max-width: 450px) {
  .main-center {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .index-operations-icon {
    width: 48px;
    height: 60px;
  }
  .index-banner-pagination {
    left: 25px !important;
  }
  .index-process-icon {
    width: 40.5px;
    height: auto;
  }
  .index-area-types {
    position: relative;
    margin-top: 40rem;
    width: 100%;
    height: 40px;
  }
  .index-area-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(40px - 12rem);
  }
  .public-btn {
    width: 120px;
    height: 38px;
  }
  .index-content-row input {
    height: 44px;
  }
  .index-content-btn input {
    height: 38px;
  }
  .footer-center-qrcode {
    width: 86.6px;
    height: 86.6px;
  }
  .footer-wap-phone {
    width: 54px !important;
    height: 54px !important;
  }
  .product-info-main {
    flex-direction: column;
    margin-top: 40rem;
  }
  .prodcut-type-item {
    font-size: 14px;
  }
  .prodcut-type-item img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
