@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

html {
  font-size: 62.5%;
}
.body_lock {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.flex-row {
  display: flex;
}
.xp_wrap a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.iei_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80011;
  background-color: rgba(0, 0, 0, 0.5);
}
.xp_wrap a:hover {
  color: #254194;
  text-decoration: none;
  outline: none;
}

.xp_wrap a:focus {
  outline: none;
  text-decoration: none;
}

.xp_wrap .clear {
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}

.cell,
.cell2,
.cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}

.xp_wrap .fl {
  float: left;
}

.xp_wrap .fr {
  float: right;
}

.xp_wrap a,
img {
  border: 0px;
}

.xp_wrap br {
  font-family: SimSun;
}

.xp_wrap p {
  margin: 0px;
  padding: 0px;
  line-height: 1.75;
}

i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.xp_wrap br {
  margin: 0px;
  padding: 0px;
}

.xp_wrap .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.xp_wrap input,
select,
textarea {
  font-family: "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important;
  outline: none;
}

.xp_wrap input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.xp_wrap input[type="text"]:disabled {
  background-color: #999;
}

.xp_wrap input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.xp_wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.xp_wrap input:-ms-input-placeholder {
  color: #999;
}

.xp_wrap input::-webkit-input-placeholder {
  color: #999;
}

.xp_wrap input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xp_wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.xp_wrap input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}

.xp_wrap a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}

/*loading*/
@-webkit-keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes an_01 {
  0% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes ksan {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ksan_01 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@keyframes an_01 {
  0% {
    transform: translate(-1%, 1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-1%, 1%);
  }
}
@-webkit-keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
@keyframes an_02 {
  0% {
    transform: translate(0%, -1%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -1%);
  }
}
/*common*/
html {
  height: auto !important;
}

.xpqg_body {
  height: auto !important;
  min-height: 100vh;
}

.xpgq_mainfr {
  width: 100%;
  overflow: hidden;
}

.xp_wrap {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.xp_wrap_in {
  margin: 0px 10%;
}

.xp_wrap_c {
  width: 74.674%;
  margin: 0px auto;
  padding: 0px;
}

.w_wap {
  display: none !important;
}

.xpqg_body header {
  background-color: #fff;
}

.hx_banner {
  overflow: hidden;
  position: relative;
  background-color: #00081d;
}
.hx_banner__pic {
  width: 100%;
}
.hx_banner__pic img {
  width: 100%;
}
picture {
  position: relative;
}
picture div {
  position: absolute;
  left: 13%;
  top: -500%;
  color: #fff;
}
picture>div>h1 {
  font-size: 0.56rem;
}
picture>div>p {
  font-size: 0.34rem;
}
.iei_wrapper1 {
  width: 100%;
  padding: 0.8rem 0 0.2rem 0;
}
.iei_section_title {
  text-align: center;
  color: #000;
  margin-bottom: 0.2rem;
  line-height: 1.6;
}
.iei_section_tip {
  text-align: center;
  color: #000;
  margin-bottom: 0.8rem;
  line-height: 1.6;
  /* font-family: "Microsoft YaHei"; */
}
.iei_wrapper2 {
  width: 100%;
  background-color: #ECF4FF;
  padding: 0.8rem 0 0.8rem 0;
}
.iei_section_ylqz {
  width: 100%;
  overflow: hidden;
  background-image: url(../images/yuanlao_banner.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 6.6rem;
}
.iei_section_ylqz h3 {
    color: #006EEB;;
    width: 90%;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
    margin: 0.2rem auto;
    text-align: center;
    /* border-bottom: 1px solid #006EEB; */
}
.iei_section_ylqz_content {
    /* display: flex; */
    position: relative;
    color: #000;
    width: 100%;
    height: 100%;
}
.iei_section_ylqz_right_content1 {
    width: 30%;
    height: 100%;
    position: absolute;
}
.iei_section_ylqz_right_content1>p {
    display: inline-block;
    writing-mode: vertical-lr;
    font-size: 0.18rem;
    margin-top: 15%;
    position: absolute;
}
.iei_section_ylqz_right_content1>p:first-child {
    font-size: 0.22rem;
    margin-left: 11%;
}
.iei_section_ylqz_right_content1>p.iei_section_ylqz_right_content1_content {
    left: 24%;
}
.iei_section_ylqz_right_content1_content2 {
    position: absolute;
    left: 44%;
    top: 16%;
    font-size: 0.15rem;
    width: 23%;
    text-align: center;
    line-height: 0.25rem;
}
.iei_section_ylqz_right_content1_content2 :first-child {
    margin-bottom: 0.05rem;
}
.iei_section_ylqz_right_content1_content2 :last-child {
    margin-top: 0.1rem;
}
.iei_section_ylqz_right_content2 {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 12%;
}
.iei_section_ylqz_right_content2_title {
    font-size: 0.22rem;
    letter-spacing: 0.03rem;
}
.iei_section_ylqz_right_content2_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.16rem;
    width: 100%;
}
.iei_section_ylqz_right_content2_list li {
    width: 50%;
    margin-top: 0.04rem;
}
.iei_section_ylqz_right_content1_content3 {
    position: absolute;
    left: 73%;
    top: 16%;
    font-size: 0.15rem;
    width: 23%;
    text-align: center;
}
.iei_section_ylqz_right_content1_content3 p:first-child {
    margin-bottom: 0.45rem;
}
.iei_section_ylqz_right_content1_content3 p:last-child {
    margin-top: 0.1rem;
}
.iei_section_ylqz_right_content3 {
    width: 30%;
    height: 100%;
    position: absolute;
    left: 78%;
    top: 2%;
}
.iei_section_ylqz_right_content3_content {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
}
.iei_section_ylqz_right_content3_title {
    font-size: 0.22rem;
    margin-top: 0.3rem;
    width: 30%;

}
.iei_section_ylqz_right_content3_list {
    margin-top: 6%;
}
.iei_section_ylqz_right_content3_list p {
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.2rem;
}
.iei_section_ylqz_right_footer {
    position: absolute;
    top: 54%;
    display: flex;
    width: 100%;
    height: 20%;
}
.iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_tip {
    width: 9%;
    height: 100%;
    font-size: 0.22rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
    text-align: center;
}
.iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_container {
    width: 72%;
    font-size: 0.16rem;
    margin: 0.2% auto;
}
.iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_container p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_container p:last-child{
    margin-top: 2%;
}
.iei_solution2_footer {
    width: 25%;
    color: #fff;
    background-color: #006EEB;
    border-radius: 0.6rem;
    margin: 0.3rem auto 0;
    overflow: hidden;
    text-align: center;
    line-height: 2;
}
.iei_section_line {
    text-align: center;
    font-size: .2rem;
    margin-top: 0.3rem;
}
.iei_section_line img {
    width: 0.5rem;
    margin-bottom: 0.3rem;
}
.iei_wrapper2 .iei_section_tip {
    text-align: start;
}

.iei_wrapper3 {
    width: 100%;
    padding: 0.8rem 0 0.8rem 0;
}
.iei_wrapper4 {
    width: 100%;
    padding: 0.4rem 0 1rem 0;
    background-image: url(../images/anli_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.iei_wrapper4 .iei_solution_list_container {
    margin-top: 0.6rem;
}
.iei_solution4_item {
    width: 30%;
    transition: all 0.5s ease-out;
    background-color: #fff;
    border-radius: 0.3rem;
}
.iei_solution4_item .iei_solution_title {
    text-align: center;
    width: 80%;
    line-height: 1.6;
    margin-top: 0.2rem;
}
.iei_solution4_item .iei_solution_desc {
    width: 80%;
    margin: 0.2rem auto;
    line-height: 1.6;
    color: #000;
}
.iei_round_card_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.iei_round_card_item {
  width: 24%;
  text-align: center;
}
.iei_round_card_item .iei_round_img {
  width: 80%;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 0.1rem;
  margin: 0 auto;
}
.iei_round_card_item img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.iei_round_card_item:hover img {
  transform: scale(1.03);
}
.iei_round_data_meta {
  margin-top: 0.3rem;
  color: #000;
  line-height: 1.6;
}

.iei_solution_list_container .iei_solution_download_button {
  display: block;
  color: #fff;
  width: 2rem;
  height: 0.55rem;
  font-size: 0.2rem;
  border-radius: 6px;
  text-align: center;
  line-height: 0.55rem;
  margin: 0.5rem auto 0 auto;
  background: linear-gradient(to bottom, #8498d7, #5b6ba7);
}
.iei_solution_list_container .iei_solution_download_button:hover {
  color: #fff !important;
  opacity: 0.9;
}
.iei_solution_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.iei_solution_item {
  width: 24%;
  position: relative;
  padding: 2% 1%;
  border-radius: 12px;
  overflow: hidden;

  box-sizing: border-box;
  color: #fff;
  transition: all 0.5s ease-out;
}
.iei_solution2_item{
   padding: 3% 2.4% 0; 
}
.iei_solution2_item>h3>img {
  width: 0.3rem;
  margin-right: 5px;
  margin-bottom: 0;
}
.iei_solution2_item>h3 {
  height: 0.6rem;
  line-height: 0.6rem;
  color: #000;
}
.iei_solution2_item ol {
  list-style-type: none; /* 移除默认的数字或字母 */
  padding-left: 20px; /* 添加左侧内边距 */
}
.iei_solution2_item li {
    position: relative; /* 设置相对定位 */
    padding-left: 20px; /* 添加左侧内边距 */
}
.iei_solution2_item li::before {
    content: ""; /* 使用空内容 */
    display: inline-block; /* 显示为行内块元素 */
    width: 6px; /* 设置宽度 */
    height: 6px; /* 设置高度 */
    background-color: black; /* 设置背景颜色为黑色 */
    margin-right: 10px; /* 添加右侧内边距 */
}
.iei_solution3_item {
  width: 48%;
  padding: 0 1%;
  position: relative;
  transition: all 0.5s ease-out;
  margin: 0.2rem 0;
}
.iei_solution3_item:hover {
  transform: translateY(-15px);
}
.iei_solution3_item .iei_solution_item_inner {
    flex-direction: row;
    background: linear-gradient(180deg, #ebf5ff, #ffffff);
    border-radius: 0.3rem;
    border: 2px solid #b2d0f0;
    box-shadow: 25px 25px 29px rgba(223, 223, 223, 0.6) /* 水平偏移，垂直偏移，模糊半径，颜色（带不透明度） */,
                -25px 25px 29px rgba(223, 223, 223, 0.6); /* 为模拟120度角度添加额外阴影 */
    padding: 0;
    transform: none;
    padding-left: 1.3rem;
    line-height: 1.6;
    margin-top: 0.16rem;
}
.iei_solution3_item .iei_solution_title {
  width: 1.5rem;
  position: absolute;
  background-image: url(../images/tip.png);
  background-repeat: no-repeat;
  background-size: 0.95rem 2.2rem;
  height: 2.2rem;
  background-position: 50% -0.04rem;
  color: #fff;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-bottom: 0.5rem;
  padding-right: 0.08rem;
}
.iei_solution3_item .iei_solution_desc {
    list-style-type: none; /* 移除默认的数字或字母 */
    padding: 0.2rem 0.2rem 0.2rem 0;
}
.iei_solution3_item .iei_solution_desc li {
    position: relative; /* 设置相对定位 */
}
.iei_solution3_item .iei_solution_desc li::before {
    content: ""; /* 使用空内容 */
    display: inline-block; /* 显示为行内块元素 */
    width: 6px; /* 设置宽度 */
    height: 6px; /* 设置高度 */
    background-color: black; /* 设置背景颜色为黑色 */
    margin-right: 10px; /* 添加右侧内边距 */
}
.iei_wrapper3 .iei_section_title {
    margin-bottom: 0.8rem;
}

.iei_solution_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}
.iei_solution_item_inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-15px);
  padding-top: 15px;

}
.iei_solution_item:hover {
  transform: translateY(-15px);
}
.iei_solution4_item:hover {
  transform: translateY(-15px);
}
.iei_solution_item .icon {
  margin-bottom: 0.5rem;
  width: 1.4rem;
  height: 1.5rem;
}
.iei_solution_item .iei_solution_item_shadow {
  width: 100%;
  height: 85%;
  position: absolute;
  top: 1rem;
  border-radius: 0.3rem;
  box-shadow:
  0 4px 6px -2px rgba(0, 0, 0, 0.05), /* 较浅的顶部阴影 */
    0 8px 12px -4px rgba(0, 0, 0, 0.1), /* 稍微向下一点的阴影 */
    0 12px 18px -6px rgba(0, 0, 0, 0.15), /* 再往下，阴影稍微加重 */
    0 10px 10px -5px rgba(0, 0, 0, 0.2); /* 更短的底部阴影 */
}
.iei_solution_item .iei_solution_title {
  width: 85%;
  text-align: center;
  background: #006EEB;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.iei_solution_item .iei_solution_desc {
  width: 85%;
  line-height: 1.6;
  margin: 0.1rem 0 0;
  color: #000;
}

/* 相关产品 */
.iei_product_list_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.iei_product_item {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 3.95rem;
  height: 3.95rem;
  padding-top: 42%;
  overflow: hidden;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: all 0.5s ease-out;
}
.iei_product_item::before {
  content: "";
  width: 3.95rem;
  height: 3.95rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.iei_product_item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.iei_product_item .iei_product_img {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  left: 0%;
  top: 0%;
}
.iei_product_item .iei_product_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iei_product_name {
  line-height: 1.2;
  position: relative;
}
.iei_product_desc {
  position: relative;
}
.iei_product_list_container .swiper-pagination-bullet-active {
  background-color: #36399e;
}
@media screen and (min-width: 1921px) {
  .xp_wrap_c {
    margin: 0px auto;
    width: 1430px;
  }
}
@media screen and (max-width: 1366px) {
  .xp_wrap_c {
    max-width: 1000px;
    width: 88%;
    margin: 0px auto;
  }


}
@media screen and (max-width: 960px) {
  .iei_solution3_item .iei_solution_title{
    background-size: 50% 2.8rem;
    height: 2.8rem;
  }
  .iei_solution3_item .iei_solution_item_inner{
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  picture div {
    width: 100%;
    text-align: center;
    left: 0;
    top: 5rem;
  }
  picture>div>h1 {
    font-size: 1rem;
  }
  picture>div>p {
    font-size: 0.5rem;
  }

  .xp_wrap_in {
    margin: 0px 20px;
  }
  .xp_wrap_c {
    margin: 0px auto;
    width: calc(100% - 40px);
  }
  .xp_wrap_in {
    margin: 0px 10px;
  }
  .w_pc {
    display: none !important;
  }
  .w_wap {
    display: block !important;
  }
  /* banner */
  .hx_banner__content .c {
    padding: 1.6rem 0px 5.3rem;
  }
  .iei_round_card_item {
    width: 70%;
    margin-bottom: 0.4rem;
  }
  .iei_solution_item {
    width: 95%;
    margin-bottom: 0.15rem;
  }
  .iei_product_item {
    width: 4.8rem;
    height: 4.8rem;
  }
  .iei_product_item::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .iei_solution_list_container .iei_solution_download_button {
    width: 2.4rem;
    height: 0.65rem;
    font-size: 0.26rem;
    line-height: 0.65rem;
  }
}
@media screen and (max-width: 640px) {
  picture div {
    width: 100%;
    text-align: center;
    left: 0;
    top: 2.4rem;
  }
  picture>div>h1 {
    font-size: 0.4rem;
  }
  picture>div>p {
    font-size: 0.20rem;
  }
  .iei_solution_item_inner{
    padding-bottom: 30px;
  }
  .iei_solution3_item {
    width: 98%;
  }
  .iei_solution4_item {
    width: 98%;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
  }

    .iei_section_ylqz {
        height: 3.3rem;
    }
    .iei_section_ylqz h3 {
        font-size: 0.15rem;
        height: 0.4rem;
        line-height: 0.4rem;
        margin: 0.1rem auto;
    }
    .iei_section_ylqz_right_content1>p {
        font-size: 0.08rem;
        margin-top: 17%;
    }
    .iei_section_ylqz_right_content1>p:first-child {
        font-size: 0.11rem;
    }
    .iei_section_ylqz_right_content1_content2 {
        font-size: 0.08rem;
        line-height: 0.125rem;
    }
    .iei_section_ylqz_right_content1_content2 :first-child {
        margin-bottom: 0.025rem;
    }
    .iei_section_ylqz_right_content1_content2 :last-child {
        margin-top: 0.05rem;
    }
    .iei_section_ylqz_right_content2_title {
        font-size: 0.11rem;
        letter-spacing: 0.015rem;
    }
    .iei_section_ylqz_right_content2_list {
        font-size: 0.08rem;
    }
    .iei_section_ylqz_right_content2_list li {
        margin-top: 0.02rem;
    }
    .iei_section_ylqz_right_content1_content3 {
        font-size: 0.08rem;
    }
    .iei_section_ylqz_right_content1_content3 p:first-child {
        margin-bottom: 0.18rem;
    }
    .iei_section_ylqz_right_content1_content3 p:last-child {
        margin-top: 0.05rem;
    }
    .iei_section_ylqz_right_content3_title {
        font-size: 0.11rem;
        margin-top: 0.15rem;
    
    }
    .iei_section_ylqz_right_content3_list p {
        font-size: 0.08rem;
        line-height: 0.1rem;
    }
    .iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_tip {
        font-size: 0.11rem;
        line-height: 0.14rem;
        margin-top: 0.05rem;
    }
    .iei_section_ylqz_right_footer .iei_section_ylqz_right_footer_container {
        font-size: 0.08rem;
    }
    .iei_section_tip {
        margin-bottom: 0.4rem;
    }
    .iei_wrapper2 {
        padding: 0.4rem 0;
    }
    .iei_solution2_footer {
        width: 60%;
    }
    .iei_wrapper3 .iei_section_title {
        margin-bottom: 0.1rem;
    }
}
@keyframes zhuanquan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}