@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);
}
.iei_play_video_dialog {
  width: 12rem;
  height: 9rem;
  max-width: 90%;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.2%;
}
.iei_play_video_dialog video {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  object-fit: contain;
  background-color: #000;
}
.iei_play_video_dialog .iei_icon_close {
  position: absolute;
  right: -0.26rem;
  top: -0.26rem;
  width: 0.52rem;
  height: 0.52rem;
  background-image: url("../imgs/close.png");
  background-size: cover;
  cursor: pointer;
}

.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%;
}
.hx_banner__content {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.hx_banner__content .c {
  width: 100%;
  overflow: hidden;
  padding: 2.53rem 0px 2.72rem;
}
.hx_banner__content .slogan {
  height: 2.25rem;
}
.hx_banner__content .slogan img {
  height: 100%;
}
.hx_banner__content .more-btn__wrapper {
  padding-top: 0.85rem;
  padding-left: 0.2rem;
}
.hx_banner__content .more-btn__wrapper a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.76rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: #2d6cde;
}
.hx_banner__content .more-btn__wrapper a:hover {
  opacity: 0.8;
}
.hx_banner__content .more-btn__wrapper a:hover * {
  color: #fff;
}
.hx_banner__content .more-btn__wrapper a .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
  background-image: url("../imgs/icon_1.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.hx_section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.hx_section__title {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.hx_section__title.white {
  color: #fff;
}
.iei_wrapper1 {
  width: 100%;
  background-image: url(../imgs/box1_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4.5%;
  margin-bottom: 1rem;
}
.iei_wrapper2 {
  width: 100%;
  padding-bottom: 1rem;
  overflow: hidden;
}
.iei_wrapper3 {
  width: 100%;
  background-image: url(../imgs/box2_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1rem 0 0.8rem 0;
  background-size: cover;
}
.iei_section_title {
  text-align: center;
  color: #000;
  margin-bottom: 0.7rem;
}
/* 科学家眼中的人工智能 */
.iei_wrapper1_video_box {
  position: relative;
  width: 100%;
  z-index: 10;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.iei_wrapper1_video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
}
.iei_wrapper1_video_poster img {
  width: 100%;
}
.iei_wrapper1_video_poster:hover .iei_play_button::after {
  animation: zhuanquan 1s linear infinite;
}
.iei_play_button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.54rem;
  height: 1.54rem;
  background-image: url("../imgs/play-btn2.png");
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center center;
  cursor: pointer;
}
.iei_play_button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.54rem;
  height: 1.54rem;
  margin: -0.77rem 0 0 -0.77rem;
  background-image: url("../imgs/play-btn1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.iei_play_button:hover::after {
  animation: zhuanquan 1s linear infinite;
}
.iei_wrapper1_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
}
.iei_wrapper1_video_desc {
  position: relative;
  transform: translateY(-0.5rem);
  z-index: 9;
  width: 100%;
  height: 3rem;
  background-image: url("../imgs/bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
}
.iei_wrapper1_video_desc p {
  color: #fff;
}
/* 浪潮信息，以计算之力，为科学家助力。 */
.iei_wrapper1_section_title {
  text-align: center;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 0.7rem;
}
.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;
}

/* 智话 AI */
.iei_video_list {
  width: 185%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0 !important;
  margin-top: 0.4rem;
  transition: all 0.5s ease-out;
}
.iei_video_list.show {
  margin-top: 0rem;
  opacity: 1 !important;
}
.iei_video_list .iei_video_list_arrow_button {
  position: absolute;
  left: 63.5%;
  bottom: 0.09rem;
  z-index: 100;
  display: flex;
}
.iei_video_list .iei_video_list_arrow_button > a {
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 0.1rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: none;
}

.iei_video_list .iei_video_list_arrow_button > a.iei_video_list_prev_btn {
  background-image: url("../imgs/icon-1.png");
}
.iei_video_list .iei_video_list_arrow_button > a.iei_video_list_next_btn {
  background-image: url("../imgs/icon-1.png");
  transform: rotate(180deg);
}
.iei_video_list .iei_video_list_arrow_button > a.iei_video_list_prev_btn:hover {
  background-image: url("../imgs/icon-2.png");
  transform: rotate(180deg);
}
.iei_video_list .iei_video_list_arrow_button > a.iei_video_list_next_btn:hover {
  background-image: url("../imgs/icon-2.png");
  transform: rotate(0deg);
}
.iei_video_list .swiper-pagination {
  bottom: -0.4rem !important;
  display: none;
}
.iei_video_list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #36399e;
}
.iei_video_item {
  text-align: center;
}
.iei_video_cover {
  cursor: pointer;
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}
.iei_video_cover img {
  width: 100%;
  transition: all 0.5s ease-out;
}
.iei_video_cover:hover img {
  transform: scale(1.02);
}
.iei_video_cover:hover .iei_play_button::after {
  animation: zhuanquan 1s linear infinite;
}
.iei_video_title {
  cursor: pointer;
}

/* 解决方案 */
.iei_solution_list_container {
  margin-bottom: 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-between;
  flex-wrap: wrap;
}
.iei_solution_item {
  width: 24%;
  position: relative;
  padding: 6% 4.3%;
  border-radius: 12px;
  overflow: hidden;

  box-sizing: border-box;
  color: #fff;
  transition: all 0.5s ease-out;
}
.iei_solution_item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}
.iei_solution_item:nth-child(1):before {
  background: linear-gradient(to bottom, #71afec, #2d437f);
}
.iei_solution_item:nth-child(2):before {
  background: linear-gradient(to bottom, #a28ee8, #2a2668);
}
.iei_solution_item:nth-child(3):before {
  background: linear-gradient(to bottom, #7193e7, #212a6c);
}
.iei_solution_item:nth-child(4):before {
  background: linear-gradient(to bottom, #92a8eb, #292f6c);
}
.iei_solution_item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iei_solution_item:hover {
  transform: translateY(-15px);
}
.iei_solution_item .icon {
  margin-bottom: 15%;
}
.iei_solution_item .iei_solution_title {
  text-align: center;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 28%;
}
.iei_solution_item .iei_solution_desc {
  line-height: 1.6;
  height: 10em;
}

/* 相关产品 */
.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: 767px) {
  .iei_play_video_dialog {
    height: 6rem;
  }
  .iei_section_title {
    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_wrapper1_video_desc {
    height: auto;
    padding: 12% 6% 12% 6%;
  }
  .iei_round_card_item {
    width: 70%;
  }
  .iei_round_card_item {
    margin-bottom: 0.4rem;
  }
  .iei_solution_item {
    width: 49%;
    margin-bottom: 0.15rem;
  }
  .iei_product_item {
    width: 4.8rem;
    height: 4.8rem;
  }
  .iei_product_item::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .iei_wrapper1_video_desc p {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .iei_wrapper1_video_desc p span {
    display: block;
    font-size: 0.3rem;
  }
  .iei_video_list {
    width: 95%;
  }
  .iei_video_list .swiper-pagination {
    display: block;
  }
  .iei_video_list .iei_video_list_arrow_button {
    display: none;
  }
  .iei_solution_list_container .iei_solution_download_button {
    width: 2.4rem;
    height: 0.65rem;
    font-size: 0.26rem;
    line-height: 0.65rem;
  }
}
@keyframes zhuanquan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
