@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family:
    "Microsoft YaHei-Light", "Microsoft YaHei", "Helvetica Neue", Helvetica,
    Arial, sans-serif; */
  outline: none;
}

html {
  scroll-behavior: smooth;
  /* 基准字号：16px是海外网页标准，iPad/电脑阅读最舒适 */
  font-size: 16px;
  /* 禁用移动端缩放（仅针对iPad/电脑，避免误触缩放） */
  touch-action: manipulation;
}
body {
  position: relative;
  /* 字体14px，行高1.75。 
    Roboto-Regular：Google 官方字体，安卓设备原生支持，海外科技类网站首选
    Roboto：没有 Roboto-Regular 细分版本，就用通用的 Roboto 字体；
    Helvetica Neue：苹果设备（Mac/iPad）原生字体
    Helvetica：Helvetica Neue 的兼容版，覆盖老旧苹果设备
    Tahoma：Windows 系统经典无衬线字体，适配 Windows 电脑
    Arial：几乎所有系统（Windows/Mac/Linux）都内置的通用无衬线字体，终极兜底前的保障；
    sans-serif：最终兜底：浏览器默认的无衬线字体族，确保无论什么设备都不会显示衬线字体（避免风格混乱）
  */
  font:
    14px/1.75 Roboto-Regular,
    Roboto,
    Helvetica Neue,
    Helvetica,
    Tahoma,
    Arial,
    sans-serif;

  /* 核心样式：适配英文阅读 */
  font-size: 1rem; /* 正文16px，与基准一致 */
  line-height: 1.2; /* 英文行高黄金值1.5，电脑/iPad长文本不拥挤 */
  font-weight: 400; /* 常规字重，避免过细/过粗 */
  color: #2d3748; /* 海外主流浅黑（比纯黑#000柔和，符合欧美审美） */
  -webkit-font-smoothing: antialiased; /* 苹果设备（iPad/Mac）抗锯齿 */
  -moz-osx-font-smoothing: grayscale; /* 火狐浏览器优化 */
  text-rendering: optimizeLegibility; /* 提升英文连字/字符间距可读性 */
}

ul,
li,
ol {
  list-style: none outside none;
}

fieldset,
img {
  border: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
em,
i {
  font-style: normal;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol li,
form {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
table.layout {
  table-layout: fixed;
  word-wrap: break-word;
}
table,
tr,
td,
th {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
textarea {
  resize: vertical;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.cf:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.hide {
  display: none;
}
.wzy {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrap {
  width: 90%;
  margin: 0 auto;
}

.text_white {
  color: #fff !important;
}
.text-c {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  border-bottom: 0.0625rem solid rgba(100, 100, 100, 0.1);
}
.top_tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0rem 0rem 0.625rem 0rem #ddd;
  height: 3.125rem;
  background: linear-gradient(90deg, #4c49ff 0%, #419aff 100%);
  color: #fff;
  padding: 0 2%;
}
.top_tip > a {
  color: #fff;
}
.top_tip_text {
  flex: 1;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_tip_text img {
  max-width: 3.125rem;
  margin: 0rem 0.625rem;
}
.top_tip_text a {
  font-weight: 600;
  display: inline-block;
  margin-left: 1.25rem;
  cursor: pointer;
  color: #fff;
  border: 0.0625rem solid #ddd;
  border-radius: 0.3125rem;
  padding: 1px 5px;
  font-size: 0.9375rem;
}

#closeTip {
  display: inline-block;
  width: 3.125rem;
  font-size: 1.875rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 100%;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 4.5rem; */
  height: fit-content;
  background: #fff;
}
main {
  position: relative;
  margin-top: 4.5rem;
  overflow: hidden;
}
header {
  margin: 0 auto;
}
header .logo {
  height: 3.75rem;
}
header .logo a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
header .logo img {
  height: 48px;
}
.mobile_nav {
  display: none;
}
.nav_menu {
  display: none;
}

.header-nav .layui-nav {
  background: none;
  padding: 0;
}
.header-nav .layui-nav .layui-nav-item {
  line-height: 3.125rem;
  margin: 0 0.625rem;
}
.header-nav .layui-nav .layui-nav-item p {
  padding: 0 1.5625rem;
  position: relative;
}
/*.header-nav .layui-nav .layui-this:after,.header-nav .layui-nav-bar,.header-nav .layui-nav-tree .layui-nav-itemed:after{display: none;}*/
.header-nav .layui-nav .layui-nav-item:after {
  height: 0.125rem;
}
.header-nav .layui-nav .layui-nav-item a {
  font-size: 14px;
  padding: 0;
  color: #191919;
}
.header-nav .layui-nav .layui-nav-item.layui-this > a {
  font-weight: 500;
  color: #206cee;
  box-sizing: border-box;
}
/*.header-nav .layui-nav .layui-nav-item.layui-this p a:after{position: absolute;content: '';bottom: 0;left: 50%;width: 100%;height: .25rem;background: #fff;transform: translateX(-50%);}*/
.header-nav .layui-nav .layui-nav-item.layui-this p a {
  font-weight: 500;
  color: #666;
  box-sizing: border-box;
}
.header-nav .layui-nav .layui-nav-more {
  /* display: none; */
  right: unset;
}
.header-nav .layui-nav .layui-nav-child {
  top: 4.5rem;
  background: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 0.625rem 1.875rem rgba(51, 51, 51, 0.15);
}
.header-nav .layui-nav .layui-nav-child dd {
  line-height: 2.8125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.header-nav .layui-nav .layui-nav-child dd:last-child {
  border-bottom: none;
}
.header-nav .layui-nav .layui-nav-child a {
  color: #333;
  padding: 0 2.1875rem;
  font-size: 0.875rem;
  text-align: center;
}
.header-nav .layui-nav .layui-nav-child a:hover {
  padding: 0 2.8125rem 0 1.5625rem;
}
.header-nav .layui-nav-child dd.layui-this {
  background: none;
}
.header-nav .layui-nav .layui-nav-child dd.layui-this a,
.header-nav .layui-nav .layui-nav-child a:hover {
  background: #206cee;
  color: #fff;
}
.header-nav .layui-nav .layui-nav-bar {
  height: 0.125rem;
  top: auto !important;
  bottom: 0;
}
.console {
  display: flex;
  align-items: center;
}
.console a {
  color: #206cee;
  font-size: 1rem;
  margin-right: 0.625rem;
}
.lang {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  line-height: 1.25rem;
}
.lang a {
  border: 0.0625rem solid #979797;
  color: #979797;
  display: block;
  font-size: 0.75rem;
  width: 1.5625rem;
  text-align: center;
}
.lang a.active {
  background: #206cee;
  color: #fff;
  border: 0.0625rem solid #206cee;
}
.lang a:first-child {
  border-radius: 0.1875rem 0 0 0.1875rem;
  border-right: 0;
}
.lang a:last-child {
  border-radius: 0 0.1875rem 0.1875rem 0;
  border-left: 0;
}

.banner {
  height: 37.5rem;
}
.banner .swiper-slide {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.banner .content {
  margin-top: 8%;
}
.banner .content .title {
  font-size: 3rem;
  color: #000;
  margin-bottom: 3.125rem;
  font-weight: 600;
  text-align: center;
  white-space: pre-wrap;
}
.banner .content .button {
  display: flex;
  justify-content: center;
}
.banner .content .button a {
  display: inline-block;
  padding: 0 1.875rem;
  box-sizing: content-box;
  text-align: center;
  font-size: 16px;
  border-radius: 0.3125rem;
  margin-right: 16px;
  cursor: pointer;
}
.banner .content .button a.layui-border-blue {
  background: none;
}
.banner .content .button a:last-child {
  margin-right: 0;
}
.banner .content .button .btn-pc {
  display: block;
}
.banner .content .button .btn-mobile {
  display: none;
}

.banner .dh {
  position: absolute;
  bottom: 10%;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}
.banner .dh .wrap {
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: space-between;
}
.banner .dh .wrap dl {
  padding: 1.875rem;
  text-align: center;
}
.banner .dh .wrap dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}
.banner .dh .wrap dl dd {
  color: #4c5462;
  font-size: 1rem;
}

.m-title {
  text-align: center;
  margin: 5rem 0 3.125rem;
}
.m-title b {
  line-height: 4.0625rem;
  font-size: 2.875rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: block;
  white-space: pre-wrap;
}
.m-title p {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #888;
}

.product_and_case {
  margin-bottom: 4.375rem;
}
.product_and_case .content {
}
.product_and_case .content li {
  float: left;
  position: relative;
}
.product_and_case .content li:nth-child(1) {
}
.product_and_case .content li:nth-child(2) {
  float: right;
}
.product_and_case .content li:nth-child(3) {
  float: left;
  margin: 1rem 0 0 1.25rem;
}
.product_and_case .content li:nth-child(4) {
  float: right;
  margin-top: 1rem;
}
.product_and_case .content li .content {
  position: absolute;
  width: 80%;
  top: 30%;
  left: 10%;
}
.product_and_case .content li .content .title {
  font-size: 2rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center;
}
.product_and_case .content li .content .title a {
  color: #fff;
}

.application_scenarios {
  background: #052538;
  overflow: hidden;
}
.application_scenarios .content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.application_scenarios .content li {
  margin-bottom: 1.25rem;
  width: 32%;
}
.application_scenarios .content li p {
  line-height: 4.375rem;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
}

.PriceZone {
  background: #f9fbff;
  overflow: hidden;
}
.PriceZone .content {
  margin: 3.75rem auto;
  display: grid;
  grid: auto-flow/repeat(auto-fill, calc(100% / 3));
  box-shadow: 0 0 0.5rem 0 rgba(37, 38, 94, 0.1);
  border-radius: 0.25rem;
  background: #fff;
  box-sizing: border-box;
}
.PriceZone .gpu-item {
  height: 10.3125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.875rem;
  border-bottom: 0.0625rem solid #e1e6f0;
  border-right: 0.0625rem solid #e1e6f0;
}

.PriceZone .gpu-item:first-of-type {
  border-top-left-radius: 0.25rem;
}

.PriceZone .gpu-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
}

.PriceZone .gpu-item:nth-of-type(3) {
  border-top-right-radius: 0.25rem;
}

.PriceZone .gpu-item:nth-last-child(3) {
  border-bottom-left-radius: 0.25rem;
}

.PriceZone .gpu-item:hover {
  background: #f8fafe;
}

.PriceZone .gpu-item:hover .name {
  color: #3760f4;
}

.PriceZone .gpu-item .name {
  font-size: 1.125rem;
  font-weight: 700;
}

.PriceZone .gpu-item .computing {
  color: #666;
}

.PriceZone .gpu-item .price .unit {
  color: #ff502e;
}

.PriceZone .gpu-item .price .text {
  color: #ff502e;
  font-size: 1.5rem;
}

.PriceZone .gpu-item .price .d-tag {
  margin-left: 0.625rem;
  font-size: 0.75rem;
  display: inline-block;
  width: 4rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUCAYAAAA9djs/AAAAAXNSR0IArs4c6QAAA1RJREFUWEfdWDtrFVEQ/iYBRQVFsBK0t7IRhPwDCwsJ2BuQ/IKI6dJrqYKCndZREQtF0N5SkRgCeUisrO5NbrJ394zMvu7ZOa+9F7QwsOxj9pyd75uZb+aG4Pnj35tncbS9iDy7BVNcBeECDJ8uX+VmQXtRP6jvfXb71eD6enO9bfSbnjXs2aB5xAbIhkA2AIrjPczRMtn4mXkevz4vIRuugYuLrc3BGvUS0E4EuLLYtJntPu4QoG806QES8+MKtICHsfffawlg3juFnxuPUIzugM2EGC/WFAGWo8FXI3t4M8ZhoiKts43cUBUAkwNjifYQKMbdPLcCVAItI7//8Rmyw6XqTeWcN4LaS9nKjohlT67v5OHsGVCCPgCyA0nxSWlGMrgiYP/TXWSDp2CuIx8hoDQFc7o2pdZH9kgkl/NtATo+BMajCrSjASpLlJ1KwRtufofJ65qv06gTTStCXhHzRdtXn9OIaFdbWw9MAeSjySFR7wpZ19mEfhHvflhCMXqudpnc/jMNCJSMAJTI5kfVYTKlnR7B6DzyALA1gHfevYHJbwYJ8GZrHxGMCKE3iyQ7CqDIAFFtASpnzt3Wq9drIUxE3S4T4u23O2BzuTcBIeedkglEtFFoASbqLBEWsAJcCPDtbz9zuI/XuNMpHA348WII0BnQHIA5VGcCSPSwOQs91sjQCGF5lr4qF/VZho3yKABTn8trASoA5WhQ2DrRV0dswD6d8bTGSIYQf33s5rPNUgM2JDTBiGnnNMCA852S8/V5JaQaXDMHNP56J8N20YD42xN2JzfFiXeyswHJdWwOSNlDc0Aqwil7YDJs8dCGS0CviEcI8q73CWKfjPAAmLLPJzTgpVsC5Qf6THXT1m+gJHQJReq1GlLtF3SJTGkn3O6pAaoXOhqh7bNEPCCCTo2rQVQTott2UANoCyfPX5lRA3QJ+AjQJPRR+WmzpI8G6Kyo8gjgRVpYXZ9RA2aJuK7nVMRT9lbmI5NhQEMID2hh9V7Z3GfrAqkMSNkt51su+2RIgMSoblg6QcRg8xDvj+/T2pppCNgF86XOJPh/zgFbmJ9foesr6zZWyYAbAOSn8IQEp++nIprqHCn7X5kDBiDsg/EFTK9x4twruras/jMC/AF2WumhqKorQAAAAABJRU5ErkJggg==);
  border-radius: 0.625rem 0.125rem 0.625rem 0.125rem;
}

.CosmicIsland {
}
.CosmicIsland .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.375rem;
}
.CosmicIsland .content li {
  width: 22%;
}
.CosmicIsland .content li .img {
  display: flex;
  justify-content: center;
}
.CosmicIsland .content li .title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0.625rem 0;
}
.CosmicIsland .content li .ms {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #4c5462;
}

.CustomerFeedback {
  background: #f9fbff;
  overflow: hidden;
}
.CustomerFeedback .content {
  margin-bottom: 5rem;
}
.CustomerFeedbackSwiperBox {
  position: relative;
}
.CustomerFeedbackSwiper {
  overflow: hidden;
}
.CustomerFeedbackSwiper .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 0.9375rem;
  padding: 1.875rem 1.875rem 5rem;
  margin-top: 6.25rem;
}
.CustomerFeedbackSwiper .swiper-slide .img {
  margin-top: -5rem;
}
.CustomerFeedbackSwiper .swiper-slide .img img {
  border-radius: 50%;
  width: 6.25rem;
  display: inline-block;
}
.CustomerFeedbackSwiper .swiper-slide .name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.625rem 0;
}
.CustomerFeedbackSwiper .swiper-slide .rule {
  color: #206cee;
  font-size: 1rem;
}
.CustomerFeedbackSwiper .swiper-slide .ms {
  line-height: 1.875rem;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.CustomerFeedbackSwiperBox .layui-icon {
  background: none;
  font-size: 32px;
  border: 0.0625rem solid #dadfea;
  border-radius: 50%;
  height: 3.125rem;
  width: 3.125rem;
  color: rgb(205, 207, 211);
  line-height: 3.125rem;
  text-align: center;
  top: 15.625rem;
}
.CustomerFeedbackSwiperBox .layui-icon-left {
  left: -5rem;
}
.CustomerFeedbackSwiperBox .layui-icon-right {
  right: -5rem;
}

.Partners {
  background: #f9fbff;
  overflow: hidden;
}
.Partners .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.Partners .content li {
  width: 18%;
  margin-bottom: 1.875rem;
  height: 4.375rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.Partners .content li img {
  max-width: 100%;
  max-height: 100%;
}

.index_news {
  background: #fcfcfc;
  overflow: hidden;
}
.index_news .content {
  display: flex;
}
.index_news .content li {
  width: 30%;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
  margin-right: 5%;
}
.index_news .content li:last-child {
  margin-right: 0;
}
.index_news .content li img {
  height: 15.3125rem;
  width: 100%;
}
.index_news .content li .txt {
  padding: 1.25rem;
}
.index_news .content li .txt .title {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  line-height: 1.875rem;
}
.index_news .content li .txt .title a {
  font-size: 1rem;
}
.index_news .content li .txt .ms {
  margin: 0.625rem 0 1.25rem;
  height: 2.5rem;
  line-height: 1.25rem;
}
.index_news .content li .txt .more {
  border-top: 0.125rem solid #ddd;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
}
.index_news .content li .txt .more a {
  color: #888;
  font-size: 0.875rem;
}
.index_news .more_b {
  background: #fff;
  line-height: 2.8125rem;
  border: 0.125rem solid #206cee;
  margin: 4.375rem auto;
  text-align: center;
  border-radius: 0.3125rem;
  width: 9.375rem;
  transition: 0.3s;
}
.index_news .more_b a {
  color: #206cee;
  display: block;
  transition: 0.3s;
}
.index_news .more_b:hover {
  background: #206cee;
}
.index_news .more_b:hover a {
  color: #fff;
}

.IndexNews {
}
.news_list .layui-tab .layui-tab-title {
  display: flex;
  justify-content: center;
  border-bottom-width: 0.125rem;
  height: auto;
}
.news_list .layui-tab .layui-tab-title li {
  padding: 0 1.25rem;
  font-size: 1.25rem;
  margin: 0 6.25rem;
  line-height: 3.125rem;
}
.news_list .layui-tab .layui-tab-title .layui-this:after {
  top: auto;
  bottom: -0.125rem;
}
.news_list .layui-tab-content {
  padding: 1.875rem 0;
}
.news_list .layui-tab-content .layui-tab-item.layui-show {
  display: flex !important;
}

.news_item {
  justify-content: space-between;
  flex-flow: row wrap;
}
.news_item li {
  width: 30%;
  background: #fff;
  margin-bottom: 32px;
}
.news_item li img {
  width: 100%;
  height: 15.625rem;
}
.news_item li .title {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: bold;
  overflow: hidden;
  display: block;
  margin: 0.625rem 0;
}
.news_item li p {
  line-height: 1.25rem;
  color: #797f8b;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  height: 3.75rem;
}
.news_item li div {
  color: #4c5462;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item li div span {
  background: #e5efff;
  padding: 0.125rem 0.625rem;
  color: #206cee;
}

.index_about {
  background: url("../images/11636.jpg") center no-repeat #f6f6f6;
  overflow: hidden;
}
.index_about .title {
  font-size: 3rem;
  font-weight: lighter;
  margin-top: 4.375rem;
}
.index_about .title:after {
  margin-top: 2.3125rem;
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-color: #0070ff;
  margin-bottom: 35px;
}
.index_about .layui-tab {
  position: relative;
}
.index_about .layui-tab-title {
  position: absolute;
  z-index: 77;
  bottom: 1.875rem;
  border: none;
  height: auto;
  width: 34.375rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.index_about .layui-tab-title:after {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem dashed #949494;
  width: 70%;
  top: 36%;
  left: 15%;
}
.index_about .layui-tab-title li {
  padding: 1.25rem 2.5rem;
  border: 0.0625rem solid transparent;
  position: relative;
  z-index: 2;
}
.index_about .layui-tab-title li .ripple {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.index_about .layui-tab-title li .ripple span {
  animation: ripple 1.5s ease-out infinite;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  background: #0070ff;
}
.index_about .layui-tab-title li .ripple:after {
  content: "";
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}
.index_about .layui-tab-title li .ripple span:nth-child(1) {
}
.index_about .layui-tab-title li .ripple span:nth-child(2) {
  animation-delay: 0.5s;
}
.index_about .layui-tab-title li .ripple span:nth-child(3) {
  animation-delay: 1s;
}
.index_about .layui-tab-title li .ripple span:nth-child(4) {
  animation-delay: 1.5s;
}
.index_about .layui-tab-title li.layui-this {
  background: #fff;
  border: 0.0625rem solid #0070ff;
}
.index_about .layui-tab-title li.layui-this:after {
  display: none;
}

.index_about .layui-tab-content {
  padding: 0;
}
.index_about .layui-tab-item {
  justify-content: space-between;
}
.index_about .layui-tab-item.layui-show {
  display: flex !important;
}
.index_about .layui-tab-item .text {
  font-size: 1.25rem;
  word-break: break-word;
  font-weight: 300;
  line-height: 2.1875rem;
  width: 45%;
}
.index_about .layui-tab-item .img {
  flex: 1;
  height: 31.25rem;
  display: flex;
  align-items: end;
}
.index_about .layui-tab-item .img img {
  max-width: 100%;
}

@keyframes ripple {
  from {
    width: 0.9375rem;
    height: 0.9375rem;
    left: 1.5625rem;
    top: 1.4375rem;
    opacity: 1;
    border: 0.375rem solid #0070ff;
  }
  to {
    width: 4rem;
    height: 4rem;
    left: 0;
    top: 0;
    opacity: 0;
    border: 0.0625rem solid #0070ff;
  }
}

footer {
  background: #191b1f;
  overflow: hidden;
}
.footer_box {
  margin: 5rem auto 1.875rem;
  display: flex;
  justify-content: space-between;
}

.footer_top {
  border-bottom: 0.0625rem solid #474b4f;
  margin: 1.875rem auto;
  display: flex;
  justify-content: space-between;
  height: 5rem;
  line-height: 5rem;
  align-items: center;
}
.footer_top .footer_share {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.footer_top .footer_share a {
  margin: 0 0.625rem;
}
.footer_top .footer_share .wx {
  position: relative;
}
.footer_top .footer_share .wx_lx {
  display: none;
  width: 9.375rem;
  position: absolute;
  max-width: none;
  right: 2.5rem;
  top: -3.125rem;
}
.footer_top .footer_share .wx:hover .wx_lx {
  display: block;
}
.footer_logo {
}

.footer_left {
  width: 40%;
}
.footer_left .top img {
  height: 48px;
}
.footer_left .top p {
  font-size: 0.875rem;
  color: #8b8e91;
  margin: 0.625rem 0 1.875rem;
}
.footer_left .media {
  margin: 1.25rem 0;
}
.footer_left .media b {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.footer_left .media ul {
  display: flex;
  justify-content: space-between;
}
.footer_left .media ul li {
  color: #8b8e91;
  font-size: 0.75rem;
  text-align: center;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.footer_left .media ul li img {
  display: inline-block;
}

.footer_left .media ul li .scanCode {
  display: none;
  position: absolute;
  top: -6.875rem;
  max-width: unset;
  left: -1.625rem;
  background: #fff;
  transform: scale(1.2);
  z-index: 99;
}
.footer_left .media ul li:hover .scanCode {
  display: block;
}

.footer_left .media ul li p {
  margin-top: 0.625rem;
}

.footer_center {
  display: flex;
  justify-content: space-between;
  width: 30%;
}
.footer_center dl {
  float: left;
}
.footer_center dl dt {
  margin-bottom: 0.9375rem;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #fff;
}
.footer_center dl dd {
  line-height: normal;
  margin-bottom: 10px;
}
.footer_center dl dd a {
  font-size: 0.875rem;
  color: #8b8e91;
}
.footer_center dl dd a:hover {
  color: #3090f0;
}

.footer_right {
}
.footer_right b {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 1.875rem;
}
.footer_right ul {
  display: flex;
  justify-content: space-between;
}
.footer_right ul li {
  text-align: center;
  margin-right: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer_right ul li:last-child {
  margin-right: 0;
}
.footer_right ul li img {
  /* max-width: 7.1875rem; */
  width: 7.1875rem;
  display: block;
  box-sizing: border-box;
  padding: 0.3125rem;
  background: #fff;
}
.footer_right ul li p {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.footer_contact {
  color: #fff;
  width: 30%;
}
.footer_contact .item {
  display: flex;
}
.footer_contact .item .img-box {
  margin-right: 0.625rem;
  display: flex;
  align-items: center;
}
.footer_contact .item:nth-child(1) span {
  font-size: 2.375rem;
  font-weight: bold;
}
.footer_contact .item:nth-child(2) {
  margin: 1.25rem 0;
}

.footer_bottom {
  color: #7c7e82;
  text-align: center;
  margin: 1.25rem auto;
  line-height: 1.875rem;
}
.footer_bottom img {
  display: inline-block;
}
.footer_bottom a {
  color: #7c7e82;
}

.GPUCloudServerBanner .text {
  text-align: center;
}
.GPUCloudServerBanner .text .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.GPUCloudServerBanner .text .ms {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 37.5rem;
}

.case_banner {
  height: 37.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.case_banner .text {
}
.case_banner .text .title {
  font-size: 2.5rem;
  white-space: pre-wrap;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.case_banner .text .ms {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 37.5rem;
}

.case_list .cate_title {
  text-align: center;
  font-size: 2.875rem;
  font-weight: bold;
  margin: 5rem auto;
}
.case_list .content {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4.375rem;
  justify-content: center;
}
.case_list .content li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.875rem;
  position: relative;
  height: 28.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case_list .content li img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.case_list .content li:nth-child(3n) {
  margin-right: 0;
}
.case_list .content li .txt {
  width: 80%;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.case_list .content li .txt .title {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  margin-bottom: 3.125rem;
}
.case_list .content li .txt .more {
  border: 0.0625rem solid #fff;
  padding: 0 1.25rem;
  color: #fff;
  line-height: 2.1875rem;
  display: inline-block;
  border-radius: 0.3125rem;
}
.case_list .content li .txt .more:hover {
  border: 0.0625rem solid #206cee;
  background: #206cee;
}

.form_message {
  background: #f5f6fa;
  overflow: hidden;
  text-align: center;
}
.form_message .title {
  text-align: center;
  padding: 6.25rem 0;
  font-size: 2.875rem;
  color: #222;
}
.form_message ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.form_message li {
  width: 48%;
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 1.25rem;
}
.form_message li p {
  line-height: 2.1875rem;
  font-weight: 500;
  text-align: left;
}
.form_message li input {
  background: #fafafc;
  border: 0.0625rem solid #e0e1e6;
  line-height: 3rem;
}
.form_message li input::-webkit-input-placeholder {
  color: #999;
  font-size: 1.125rem;
}
.form_message button {
  width: 23.75rem;
  margin: 3.125rem auto 9.375rem;
  line-height: 3.75rem;
  height: 3.75rem;
  font-size: 1.25rem;
  background: #206cee;
}

.ny_banner {
  height: 24.125rem;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
}
.ny_banner .text {
  text-align: center;
}
.ny_banner .title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
}
.ny_banner .ms {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1.25rem;
}

/* 关于我们页面 */

.about_title {
  font-size: 3rem;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 3.125rem 0;
}
.about_us {
  margin-bottom: 5rem;
}
.about_us .content {
  font-size: 20px;
  color: #4c5462;
  text-align: left;
  text-align: start;
  line-height: 3.125rem;
}
.about_us .content p {
  text-indent: 2em;
  word-break: break-word;
  line-height: 30px;
}
.about_us .content .left {
  width: 33%;
}
.about_us .content .left > ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about_us .content .left > ul > li {
  border-bottom: 0.0625rem solid #e8ebf1;
}
.about_us .content .left > ul > li .text {
  display: flex;
  justify-content: space-between;
}
.about_us .content .left > ul > li .text b {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0070ff;
  line-height: 2.25rem;
}
.about_us .content .left > ul > li p {
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
  line-height: 2.25rem;
}

.about_us .content .right {
  width: 60%;
  background: url("../images/46.jpg") bottom right no-repeat;
}
.about_us .content .right .t1 {
  height: 1.875rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1.375rem;
  text-align: left;
}
.about_us .content .right .text {
  font-size: 1.25rem;
  font-weight: 300;
  color: #111111;
  line-height: 2rem;
}
/* 团队介绍 */
.about_team {
  background: linear-gradient(180deg, #ffffff 0%, #e5efff 100%);
}
.about_team .about_team_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 80%; */
  width: 90%;
  margin: auto;
}
.about_team .about_team_main .about_team_img {
  width: 30%;
}
.about_team .about_team_main .text {
  width: 65%;
}
.about_team .about_team_main .text .username {
  color: #206cee;
  font-size: 2.5rem;
}
.about_team .about_team_main .text .desc {
  color: #7a7d82;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}
.about_team .about_team_main .text .line {
  width: 2.5rem;
  height: 0.5rem;
  background: #206cee;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
.about_team .about_team_main .text .info {
  color: #7a7d83;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
  word-break: break-word;
}
.memberList {
  margin-top: 3.125rem;
}
.memberList .memberList_main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.memberList .memberList_main .member_item {
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.125rem;
}
.memberList .memberList_main .member_item img {
}
.memberList .memberList_main .member_item .member_name {
  font-size: 1.25rem;
  color: #000;
  margin: 0.625rem auto;
}
.memberList .memberList_main .member_item .member_name span {
  font-size: 0.875rem;
  color: #5f636a;
  margin-left: 0.625rem;
}
.memberList .memberList_main .member_item .member_info {
  width: 90%;
  text-align: left;
  text-align: start;
  word-break: break-word;
  color: #7a7d83;
  font-size: 14px;
  line-height: 1.3;
}

.wenhua {
}
.wenhua .content {
  height: 43.75rem;
  background: url("../images/business-office-sky-cityscape-tourism.jpg")
    no-repeat;
  display: flex;
  justify-content: space-between;
}
.wenhua .content li {
  width: 50%;
}
.wenhua .content li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.wenhua .content li:hover {
  background: rgba(0, 112, 255, 0.3);
}
.wenhua .content li .title {
  font-size: 3.125rem;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.wenhua .content li .ms {
  font-size: 1.125rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 1.875rem;
}

.honor {
  margin-bottom: 4.375rem;
}
.honor .swiper-container {
}
.honor .swiper-container .title {
  font-size: 1rem;
  line-height: 3.125rem;
  text-align: center;
}
.honor .swiper-container .img-box img {
  max-width: 100%;
}
.history .content {
  margin: 5rem auto;
}

.about_contact {
  height: 23.5rem;
  background: url("../images/11604.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_contact a {
  line-height: 3.75rem;
  display: block;
  background: #206cee;
  color: #fff;
  font-size: 1.25rem;
  width: 15.625rem;
  text-align: center;
}

.side-always {
  position: fixed;
  width: 3.75rem;
  z-index: 9999;
  right: 0;
  top: 45%;
}
.side-always li {
  width: 100%;
  height: 3.75rem; /*background-color: #efeeed;*/
  background-color: #3090f0;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0.0625rem;
  position: relative;
  cursor: pointer;
}
.side-always li:last-child {
  margin-bottom: 0;
}
.side-always li:hover {
  background-color: #3090f0;
}
.side-always li * {
  display: none;
}
.side-always li:hover * {
  display: block;
}
.side-always li .tel-box {
  position: absolute;
  right: 3.8125rem;
  bottom: 0;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  background: #3090f0;
}
.side-always li .tel-box a {
  font-size: 1.125rem;
  color: #fff;
  border-bottom: 0.0625rem solid #fff;
}
.side-always li .tel-box a:last-child {
  border-bottom: none;
}
.side-always li img {
  position: absolute;
  right: 3.8125rem;
  bottom: 0;
  max-width: 12.5rem;
}
.side-always li.tel {
  background-image: url("../images/tel2.png");
}
.side-always li.ewm {
  background-image: url("../images/ewm2.png");
}
.side-always li.qq {
  background-image: url("../images/qq2.png");
}
.side-always li.top {
  background-image: url("../images/to_top2.png");
}

.news_box {
  margin: 3.125rem auto;
}
.news_box .wrap {
  display: flex;
  justify-content: space-between;
}
.news_box .wrap .left {
  width: 70%;
}
.news_box .wrap .right {
  width: 25%;
}

.new_list li .jy-box168:hover div {
  color: #fff;
}
.new_list li {
  height: 12.5rem;
  display: flex;
  margin-bottom: 1.25rem;
  justify-content: space-between;
  box-shadow: 0rem 0rem 0.3125rem 0rem #eee;
}
.new_list li .img {
  width: 45%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_list li .img a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_list li .img img {
  max-width: 100%;
  max-height: 11.875rem;
  /* width: 100%;
    height: 100%; */
}
.new_list li .text {
  width: 55%;
  padding: 0 2.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.new_list li .text .time {
  font-size: 1rem;
}
.new_list li .text .title {
  font-size: 1.375rem;
}
.new_list li:hover {
  background: rgba(0, 112, 255, 0.9);
  cursor: pointer;
}
.new_list li:hover .text {
  color: #fff;
}

/* .new_list li .text:hover {
    background-color: #0070ff;
    color: #fff;
    cursor: pointer;
} */
.new_list li .text:hover .more {
  border: 0.0625rem solid #fff;
}
.new_list li .text:hover .title a {
  color: #fff;
}
.new_list li .more {
  background: #0070ff;
  text-align: center;
  line-height: 2.5rem;
  display: inline-block;
  width: 9.375rem;
  border: 0.0625rem solid #0070ff;
}
.new_list li .more a {
  color: #fff;
  font-size: 0.875rem;
  display: block;
}

.new_hot {
  background: #f5f6fa;
  padding: 1.875rem;
  box-sizing: border-box;
}
.new_hot .cate {
  font-size: 1.375rem;
}
.new_hot .content {
  margin-top: 2.1875rem;
}
.new_hot .content li {
  border-bottom: 0.0625rem solid #e8ebf1;
  margin-bottom: 0.625rem;
  padding-top: 0.625rem;
}
.new_hot .content li .time {
  margin-bottom: 0.25rem;
}
.new_hot .content li .title {
  font-size: 1rem;
  line-height: 1.5625rem;
  padding-bottom: 0.625rem;
}
.new_hot .content li:hover {
  cursor: pointer;
}
.new_hot .content li:hover .title a {
  color: #206cee;
}

.pages .statistics {
  display: none;
}
.pagination {
  text-align: center;
  margin: 0 0 4.375rem;
}
.pagination li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.625rem;
  background: #fff;
  line-height: 2.5rem;
}
.pagination li a,
.pagination li span {
  display: block;
}
.pagination li.disabled {
  background: #ccc;
  color: #fff;
}
.pagination li.active,
.pagination li:hover {
  background: #206cee;
  color: #fff;
}
.pagination li.active a,
.pagination li:hover a {
  color: #fff;
}
.pagination li.prev,
.pagination li.next {
  background: none;
}

.news_detail {
  margin: 3.125rem auto;
}
.news_detail .wrap {
  display: flex;
  justify-content: space-between;
}
.news_detail .wrap .left {
  width: 72%;
}
.news_detail .wrap .right {
  width: 25%;
}
.news_detail .content_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.news_detail .content_box .time {
  font-size: 0.875rem;
  text-align: center;
  color: #7d7d7d;
  border-bottom: 0.0625rem solid #ebebeb;
  padding: 1.25rem 0;
}
.news_detail .content_box .content {
  margin-bottom: 3.125rem;
  font-size: 1rem;
  padding: 1.25rem;
  line-height: 1.875rem;
}

.page_xg {
  padding: 1.875rem 3.125rem;
  background: #f5f6fa;
  display: flex;
  justify-content: space-between;
}
.page_xg li b {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.page_xg li p a:hover {
  color: #206cee;
}

.contact_us .top {
  display: flex;
  justify-content: space-between;
  margin: 3.125rem 0;
}
.contact_us .left {
  width: 35%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact_us .top .left li {
  border-bottom: 0.0625rem solid #cccfd4;
}
.contact_us .top .left li .number {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin: 1.25rem 0;
}
.contact_us .top .right {
  width: 60%;
}
.contact_us .top .right img {
  max-width: 100%;
  max-height: 100%;
}

.bottom-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 4.375rem;
}
.bottom-box > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 14.5625rem;
  border: 0.0625rem solid #dcdcdc;
  padding: 0.625rem;
  justify-content: space-around;
}
.bottom-box .title {
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.bottom-box .people {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}
.bottom-box .pnumber {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}

.OverseasData .box1 {
  background: rgb(250, 250, 250);
  overflow: hidden;
}
.OverseasData .box1 .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.OverseasData .box1 .content li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  width: 13.75rem;
  padding: 1.25rem;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(0, 0, 0, 0.1);
}
.OverseasData .box1 .content li img {
  width: 100%;
  height: 8.125rem;
  margin-bottom: 1.25rem;
}
.OverseasData .box1 .content li p {
  line-height: 1.875rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
}

.OverseasData .box2 .content .right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 50%;
}
.OverseasData .box2 .content .right li {
  color: #fff;
  margin-bottom: 1.25rem;
}
.OverseasData .box2 .content .right li b {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  display: block;
}
.OverseasData .box2 .content .right li p {
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.5625rem;
}

.OverseasData .box3 {
  background: #f8fcff;
  overflow: hidden;
}
.OverseasData .box3 .content {
  margin-bottom: 6.25rem;
}

.gpu {
  padding: 3.125rem 0;
  background: #f9fbff;
}
.gpu h1 {
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.8125rem;
}
.gpu .box {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
}
.gpu .gpu-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item {
  position: relative;
  width: 32%;
  padding: 1.875rem 0;
  background: url("../images/ssbg.jpg") no-repeat;
  border: 0.0625rem solid #eee;
}
.gpu .gpu-wrap .top {
  margin-bottom: 1.875rem;
}
.gpu .gpu-wrap .gpu-item-box {
  padding-left: 2.5rem;
  border-bottom: 0.0625rem solid #ccc;
  padding-bottom: 1.25rem;
}
.gpu .gpu-wrap .gpu-item-cs {
  display: flex;
  flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item-cs .gg {
  width: 50%;
  border-bottom: 0.0625rem solid #ccc;
  padding: 1.25rem 0 1.25rem 2.5rem;
}
.gpu .gpu-wrap .gpu-item-ms {
  padding: 1.25rem 2.5rem;
}
.gpu .gpu-wrap .gpu-item .btn {
  width: 100%;
  text-align: center;
  border-top: 0.0625rem dashed #ccc;
  padding: 1.25rem 0;
}
.gpu .gpu-wrap .gpu-item .btn button {
  cursor: pointer;
  border: none;
  background-image: linear-gradient(90deg, #00a9ff 1%, #0070ff 100%);
  border-radius: 1.625rem;
  color: #fff;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 16.1875rem;
}
.gpu .gpu-wrap .gpu-item .btn button a {
  color: #fff;
}
.gpu .gpu-wrap .gpu-item .top h3 {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.gpu .gpu-wrap .gpu-item .top p {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 2rem;
  font-weight: 400;
}
.gpu .gpu-wrap .gpu-item ul {
  display: flex;
  flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item li {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  width: 50%;
}
.gpu .gpu-wrap .gpu-item li .right {
  width: 75%;
}
.gpu .gpu-wrap .gpu-item .title-comm {
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.gpu .gpu-wrap .gpu-item .comm {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 400;
}
.gpu .gpu-wrap .gpu-item:hover {
  cursor: pointer;
}

.gpu .gpu-wrap .gpu-item:after {
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 6.25rem;
  background: #000;
  top: 0;
  background: linear-gradient(to bottom, rgb(232, 244, 254), transparent);
  z-index: -1;
}
.gpu .gpu-wrap .gpu-item:hover:after {
  background: linear-gradient(to bottom, rgb(173, 208, 254), transparent);
}
.gpu .gpu-wrap .gpu-item:nth-child(1) {
  background-position: 8% 30%;
}
.gpu .gpu-wrap .gpu-item:nth-child(2) {
  background-position: center 30%;
}
.gpu .gpu-wrap .gpu-item:nth-child(3) {
  background-position: 98% 30%;
}

.ComputingPowerRental .box2 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.125rem auto;
}
.ComputingPowerRental .box2 .content .item {
  margin-bottom: 3.125rem;
  width: 33%;
  padding: 0 4.375rem;
  position: relative;
}
.ComputingPowerRental .box2 .content .item .index {
  font-size: 3rem;
  color: #0070ff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.ComputingPowerRental .box2 .content .item .title {
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 0.3125rem;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.ComputingPowerRental .box2 .content .item .des {
  font-size: 1.125rem;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5625rem;
  font-weight: 400;
}
.ComputingPowerRental .box2 .content .item .jt {
  position: absolute;
  top: 1.5625rem;
  right: -3.4375rem;
  width: 7.5rem;
  height: 0.9375rem;
}
.ComputingPowerRental .box2 .content .item .jt img {
  width: 7.5rem;
  height: 100%;
}

.page_xg {
  padding: 1.875rem 3.125rem;
  background: #f5f6fa;
  display: flex;
  justify-content: space-between;
}
.page_xg li {
  width: 48%;
}
.page_xg li b {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.page_xg li p a {
  display: block;
}
.page_xg li p a:hover {
  color: #206cee;
}

.ComputingPowerRental .box3 {
  padding: 6.25rem 0;
  background: #f9fbff;
}
.ComputingPowerRental .box3 h1 {
  text-align: center;
  font-size: 3rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.ComputingPowerRental .box3 p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.ComputingPowerRental .box3 .content {
  margin-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ComputingPowerRental .box3 .content h3 {
  text-align: center;
  font-size: 1.5rem;
  height: 4.125rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.ComputingPowerRental .box3 .content .item {
  margin-bottom: 1.875rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 1.875rem;
  box-shadow: 0 0 0.3125rem 0.0625rem rgba(200, 200, 200, 0.5);
  box-sizing: border-box;
}
.ComputingPowerRental .box3 .content .item .left {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ComputingPowerRental .box3 .content .item .left img {
  max-width: 100%;
  max-height: 100%;
}
.ComputingPowerRental .box3 .content .item .right {
  width: 70%;
}
.ComputingPowerRental .box3 .content .item .right .txt {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.ComputingPowerRental .box3 .content .item .right .des {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 400;
  min-height: 3.125rem;
}

.lrbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lrbox .img {
  width: 50%;
}
.lrbox .text {
  width: 45%;
  line-height: 2.1875rem;
  color: #666;
  font-size: 1.25rem;
  white-space: pre-line;
}
.lrf {
  flex-direction: row-reverse;
}

.HostHosting .box1 .content {
  margin-bottom: 3.125rem;
}
.HostHosting .box3 {
  background: rgb(248, 250, 255);
  overflow: hidden;
}

.HostHosting .box3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
.HostHosting .box3 .content .img {
  width: 40%;
}
.HostHosting .box3 .content .text {
  width: 55%;
  line-height: 0;
}
.HostHosting .box3 .content .text p {
  line-height: 2.1875rem;
  margin-bottom: 1.25rem;
}

.HostHosting .box4 {
  display: flex;
  align-items: center;
  background: url("../images/hhbg1.png") no-repeat;
  height: 20rem;
  color: #fff;
}
.HostHosting .box4 b {
  font-size: 2.5rem;
}
.HostHosting .box4 p {
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

.ServerRental .box1 {
  background: rgb(250, 250, 250);
  overflow: hidden;
}
.ServerRental .box1 .content {
  margin-bottom: 6.25rem;
}

.ServerRental .box2 {
}
.ServerRental .box2 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ServerRental .box2 .content .layui-tab-title {
  border-bottom: none;
}
.ServerRental .box2 .content .layui-tab-title li {
  font-size: 1.25rem;
  margin: 0 1.875rem;
}
.ServerRental .box2 .content .layui-tab-title li.layui-this {
  color: #206cee;
}
.ServerRental .box2 .content .layui-tab-title li.layui-this:after {
  border-bottom: 0.1875rem solid #206cee;
}
.ServerRental .box2 .content .layui-tab-content {
  background: #f4f7fa;
  box-shadow: 0 0 0.625rem #dfe3ed;
  box-sizing: border-box;
  padding: 3.125rem;
  margin: 3.125rem 0;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item {
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate {
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto 1.875rem;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate li {
  text-align: center;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate li img {
  display: inline-block;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate li p {
  white-space: pre-wrap;
  text-align: center;
  font-size: 1.25rem;
  color: #666;
  margin-top: 0.625rem;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item table {
  width: 100%;
  line-height: 3.125rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item table thead th {
  background: #eef1f9;
}
.ServerRental
  .box2
  .content
  .layui-tab-content
  .layui-tab-item
  table
  tbody
  tr
  td {
  background: #fbfcff;
}
.ServerRental
  .box2
  .content
  .layui-tab-content
  .layui-tab-item
  table
  tbody
  tr:nth-child(2n)
  td {
  background: #f6f7f9;
}

.CloudBackupMaintenance .box1 .content {
  display: flex;
  justify-content: space-between;
  margin: 6.25rem auto;
}
.CloudBackupMaintenance .box1 .content li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem;
  width: 13.75rem;
  padding: 1.25rem;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(200, 200, 200, 0.3);
}
.CloudBackupMaintenance .box1 .content li img {
  width: 100%;
  height: 8.125rem;
  margin-bottom: 1.25rem;
}
.CloudBackupMaintenance .box1 .content li p {
  line-height: 1.875rem;
  font-size: 1.25rem;
  text-align: center;
  color: #666;
}

.CloudSecurity .box1 {
  margin-bottom: 6.25rem;
}
.solution_base_bg {
  background: url("../images/hpbg1.jpg") fixed;
  overflow: hidden;
}
.solution_base_bg .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
  align-items: center;
}
.solution_base_bg .content .img img {
  width: 100%;
}
.solution_base_bg .content .text {
  color: #fff;
  white-space: inherit;
}
.solution_base_bg .content .text li {
  margin-bottom: 32px;
}
.solution_base_bg .content .text li p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.CloudSecurity .box3 .content {
  margin-bottom: 6.25rem;
}
.CloudSecurity .box3 .content .text {
  line-height: 3.125rem;
}
.MonitoringOperations .box1 .content {
  margin-bottom: 6.25rem;
}
.MonitoringOperations .box1 .content .img {
  width: 40%;
}
.MonitoringOperations .box1 .content .text {
  font-size: 0.9375rem;
  width: 55%;
  line-height: 1.875rem;
}

.DefenseControl .ms {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #222;
}
.DefenseControl .content {
  margin: 3.125rem auto 6.25rem;
}
.DefenseControl .content .text {
  width: 60%;
  line-height: 1.875rem;
  font-size: 1rem;
  white-space: normal;
}
.DefenseControl .content .text p {
  margin-bottom: 0.625rem;
}

.full_screen_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.full_screen_section b {
  font-size: 2.875rem;
  display: block;
  margin-bottom: 1.25rem;
}
.full_screen_section p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  white-space: pre-line;
}

.InternetOfThings .box1 {
  height: 45rem;
  background: url("../images/iotb1.jpg");
}
.InternetOfThings .box2 {
  height: 45rem;
  background: url("../images/iotb2.jpg");
}

.product_box {
  box-sizing: border-box;
  margin: 3.125rem 0;
}
.product_box .content {
  width: 100%;
  margin-bottom: 4.375rem;
}
.product_box .class {
  display: flex;
}
.product_box .class .item {
  background: #f5f6fa;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  cursor: pointer;
  border: 0.0625rem solid #f5f6fa;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  transition: all 0.5s;
  margin-right: 1.25rem;
}
.product_box .class .item a {
  display: block;
  padding: 0.9375rem 4.375rem;
}
.product_box .class .active,
.product .class .item:hover {
  transform: none;
  color: #fff;
  background-color: #0070ff;
  cursor: pointer;
}
.product_box .class .active a,
.product .class .item:hover a {
  color: #fff;
}

.product_box li {
  position: relative;
  background: #ffffff;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  border: 0.125rem solid #f9f9f9;
  padding: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.25rem;
  border-bottom: 0.625rem solid transparent;
}

.product_box li:hover {
  border: 0.125rem solid #006ffd;
  border-bottom: 0.625rem solid #006ffd;
}

.product_box li .img {
  width: 25%;
}
.product_box li .img img {
  max-width: 100%;
}
.product_box li .text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  color: #111;
}
.product_box li .text .model {
  font-size: 3rem;
  font-weight: bold;
}
.product_box li .text .title {
  font-size: 1.5625rem;
  font-weight: 400;
  margin: 0.625rem 0;
}
.product_box li .text .description {
  font-size: 0.875rem;
}
.product_box li .text .icon_box {
  border-radius: 50%;
  background: #006ffd;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  visibility: hidden;
}
.product_box li .text .icon_box img {
  width: 2.5rem;
  height: 2.5rem;
}
.product_box li:hover .text .icon_box {
  visibility: visible;
}

.product_box li .lastChild > .lastChild > .jy-img16 {
  display: block;
  margin-top: 2.6875rem;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("../images/2248.png");
}

.production-details {
}
.production-details .top {
  background-image: url("../images/c0fa8572a1343a549aa4d0474b5225d81de179b324473-7VvTDh_fw1200.jpg");
  overflow: hidden;
  background-attachment: fixed;
}
.production-details .top .wrap {
  display: flex;
  margin: 3.125rem auto;
  justify-content: space-between;
}
.production-details .top .wrap .img {
  width: 45%;
}
.production-details .top .wrap .img img {
  max-width: 100%;
}
.production-details .top .wrap .wz {
  width: 55%;
  color: #111;
}
.production-details .top .wrap .wz .model {
  font-size: 3rem;
  font-weight: bold;
}
.production-details .top .wrap .wz .title {
  font-size: 2.25rem;
  font-weight: 400;
}
.production-details .content {
  line-height: 2.1875rem;
  padding: 1.875rem;
}

.GPUCloudServer .box1 {
  background: #f5f6fa;
  overflow: hidden;
}
.GPUCloudServer .box1 .m-title p {
  color: #000;
}

.GPUCloudServer .box1 .content {
  margin: 3.125rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.GPUCloudServer .box1 .content h3 {
  text-align: center;
  font-size: 1.5rem;
  height: 4.125rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.GPUCloudServer .box1 .content .item {
  margin-bottom: 1.875rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  padding: 1.875rem;
  box-sizing: border-box;
}
.GPUCloudServer .box1 .content .item .left {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.GPUCloudServer .box1 .content .item .left img {
  max-width: 100%;
  max-height: 100%;
}
.GPUCloudServer .box1 .content .item .right {
  width: 70%;
}
.GPUCloudServer .box1 .content .item .right .txt {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.GPUCloudServer .box1 .content .item .right .des {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  line-height: 1.5rem;
  font-weight: 400;
  min-height: 3.125rem;
}

.GPUCloudServer .box2 .content .layui-tab-title {
  display: flex;
  justify-content: center;
  height: auto;
}
.GPUCloudServer .box2 .content .layui-tab-title li {
  font-size: 24px;
  padding: 0 22px;
  margin: 0 32px;
  line-height: 64px;
  height: 64px;
}
.GPUCloudServer .box2 .content .layui-tab-title li.layui-this:after {
  height: 65.6px;
}
.GPUCloudServer .box2 .content .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2.5rem;
}
.GPUCloudServer .box2 .content .content-wrap .left {
  width: 42.5rem;
  height: 25rem;
}
.GPUCloudServer .box2 .content .content-wrap .left img {
  width: 100%;
  height: 100%;
}
.GPUCloudServer .box2 .content .content-wrap .right {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: space-around;
  padding-left: 3.125rem;
}
.GPUCloudServer .box2 .content .content-wrap .right .title {
  font-size: 1.25rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 600;
}
.GPUCloudServer .box2 .content .content-wrap .right .des {
  font-size: 1rem;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.GPUCloudServer .box3 {
  padding: 6.25rem 0;
}
.GPUCloudServer .box3 .content {
  display: flex;
  height: 23.625rem;
}
.GPUCloudServer .box3 .content .left img {
  max-width: none;
}
.GPUCloudServer .box3 .content .right {
  background: #f5f6fa;
  margin: 2.5rem 0;
  position: relative;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
}
.GPUCloudServer .box3 .content .right h3 {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.625rem;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.GPUCloudServer .box3 .content .right p {
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 1.625rem;
  font-weight: 400;
}
.GPUCloudServer .box3 .content .right .icon-left {
  position: absolute;
  background: url(../images/left.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  bottom: -1.375rem;
  right: 15.625rem;
}
.GPUCloudServer .box3 .content .right .icon-right {
  position: absolute;
  bottom: -1.375rem;
  right: 9.375rem;
  background: url(../images/right.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}
.GPUCloudServer .box3 .content .right .icon-left,
.GPUCloudServer .box3 .content .right .icon-right:hover {
  cursor: pointer;
}

.GPUCloudServer .box3 .content .model_case {
  position: relative;
  overflow: hidden;
}
.GPUCloudServer .box3 .content .model_case .swiper-button {
}
.GPUCloudServer .box3 .content .model_case .swiper-button .swiper-button-prev {
  position: absolute;
  background: url(../images/left.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  top: auto;
  bottom: 17.6px;
  left: auto;
  right: 15.625rem;
}
.GPUCloudServer .box3 .content .model_case .swiper-button .swiper-button-next {
  position: absolute;
  bottom: 17.6px;
  top: auto;
  left: auto;
  right: 9.375rem;
  background: url(../images/right.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.z-banner {
  position: relative;
}
.z-banner .img {
  width: 100%;
}
.z-banner .img img {
  width: 100%;
}
.z-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 67.5rem;
}
.z-banner .content h1 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 4.0625rem;
  margin-bottom: 2.25rem;
}
.z-banner .content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.875rem;
  margin-bottom: 3.125rem;
}
.z-banner .content .tags_banner_title {
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.z-banner .content a {
  padding: 0.875rem 3.3125rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
  background: rgba(48, 144, 240, 1);
  border-radius: 0.25rem;
}

.tags_list {
  margin-top: 1.25rem;
  position: relative;
  min-height: 50rem;
}
.tags_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -0.3125rem 3.125rem;
}
.tags_list ul .h3 {
  margin: 0 0.3125rem 0.625rem;
}
.tags_list ul li {
  margin: 0 0.3125rem 0.625rem;
  font-size: 0.75rem;
  padding: 0.1875rem 0.9375rem;
  border: 0.0625rem solid #999a9c;
  border-radius: 1.1875rem;
  display: inline-block;
  line-height: 1.5625rem;
  cursor: pointer;
}
.tags_list ul li a {
  color: #999;
  font-size: 0.75rem;
}
.tags_list ul li:hover {
  border-color: #3090f0;
}
.tags_list ul li:hover a {
  color: #3090f0;
}
.tags_list ul li:hover p {
  color: #3090f0;
}
.tags_list ul li.active {
  border-color: #3090f0;
  color: #3090f0;
}

.tags_index {
  position: absolute;
  left: -5%;
  display: flex;
  flex-direction: column;
}
.tags_index li {
  margin-top: 8px;
}
.tags_index li a.this {
  color: #3090f0;
}
.tags_index.hx {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0;
}

.GPUCloudServer {
  background: rgb(249, 251, 255);
  overflow: hidden;
}
.GPUCloudServer .layui-form {
  background: #fff;
  padding: 1.875rem 0.625rem;
  margin: 1.875rem 0;
  border: 0.0625rem solid #eee;
  border-radius: 0.3125rem;
}
.GPUCloudServer .layui-form .layui-form-label {
  width: 7.5rem;
  color: #666;
  font-size: 0.875rem;
}
.GPUCloudServer .layui-form .layui-input-block {
  margin-left: 8.125rem;
}
.GPUCloudServer .layui-form .radio-list {
  border: 0.0625rem solid #ccc;
  display: inline-flex;
}
.GPUCloudServer .layui-form .radio-list .layui-form-radio {
  border-right: 0.0625rem solid #ccc;
}
.GPUCloudServer .layui-form .radio-list .layui-form-radio:nth-last-child(2) {
  border-right: none;
}
.GPUCloudServer .layui-form .radio-list .layui-badge {
  font-size: 0.875rem;
  line-height: 2.375rem;
  padding: 0 1.25rem;
  height: auto;
  border-radius: 0;
}
.GPUCloudServer .layui-form .radio-list .layui-form-radioed .layui-badge {
  background: #206cee;
  color: #fff;
}

.two_region {
  margin-top: 0.625rem;
}

#GPUList .gpu-item {
  margin-bottom: 1.875rem;
}
#laypage {
  display: flex;
  justify-content: center;
}

.NewsBanner {
}
.NewsBanner {
  height: 24.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.NewsBanner .text {
  text-align: center;
}
.NewsBanner .text .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.NewsBanner .text .ms {
  font-size: 1.25rem;
  line-height: 1.875rem;
  width: 37.5rem;
}

.news_box2 {
  background: rgb(249, 251, 255);
  overflow: hidden;
}
.news_box2 .news_item li {
  padding: 1.25rem;
}
.news_item li img {
  height: 13.75rem;
}

.hot_news {
  display: flex;
  padding: 1.875rem;
  background: #fff;
  border-radius: 0.3125rem;
  width: 89.75rem;
  margin: -12.5rem auto 5rem;
  box-shadow: 0 0.25rem 0.5rem 0 #e0e5ed;
}
.NewSwiperLeft {
  overflow: hidden;
  width: 40%;
}
.NewSwiperLeft .swiper-wrapper {
  height: 18.75rem;
}
.NewSwiperLeft .swiper-wrapper .swiper-slide {
  height: 100% !important;
}
.NewSwiperLeft .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.NewSwiperRight {
  width: 60%;
}
.NewSwiperRight .swiper-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.NewSwiperRight .swiper-wrapper .swiper-slide {
  width: 100% !important;
  padding: 0 1.875rem;
  height: calc(100% / 3);
  display: flex;
  align-items: center;
}
.NewSwiperRight .swiper-wrapper .swiper-slide a {
  font-size: 1.25rem;
}
.NewSwiperRight .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: #f9fbff;
  position: relative;
}
.NewSwiperRight .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  left: -2.5rem;
  border-style: solid;
  border-width: 1.25rem;
  border-color: transparent #fff transparent transparent;
}

.new_list .jy-flex .jy-box168:hover div {
  color: #fff;
}

.new_hot .jy-box7 li:hover {
  cursor: pointer;
}

.new_list .jy-flex {
  display: flex;
  margin-bottom: 1.25rem;
}
.new_list .jy-flex .img {
  height: 18.75rem;
  width: 30rem;
}

.new_list .jy-flex img {
  width: 100%;
  height: 100%;
}

.new_list .jy-flex .jy-box168:hover {
  background-color: #0070ff;
  color: #fff;
  cursor: pointer;
}
.new_list .jy-flex .jy-box168:hover .more {
  border: 0.0625rem solid #fff;
}
.new_list .jy-flex .jy-box168:hover .jy-text23 a {
  color: #fff;
}

.new_list .jy-flex .more {
  background: #0070ff;
  text-align: center;
  line-height: 3.125rem;
  display: inline-block;
  width: 9.375rem;
  border: 0.0625rem solid #0070ff;
}
.new_list .jy-flex .more a {
  color: #fff;
  font-size: 0.875rem;
  display: block;
}

.corporatenews .jy-box5 > .left > div {
  background-color: #fff;
}

.corporatenews .jy-box5 .item .left {
  width: 75%;
}
.corporatenews .jy-box5 .item .left .wrap {
  height: 17.8125rem;
}
.corporatenews .jy-box5 .item .left .wrap img {
  width: 100%;
  height: 100%;
}

.corporatenews .jy-box5 > div > .left:hover {
  background-color: #0070ff;
  color: #fff;
  cursor: pointer;
}

.corporatenews .jy-box5 > div > .left {
  height: 17.8125rem;
  box-sizing: border-box;
  /* padding-right: 7.375rem; */
}

.corporatenews .jy-box5 > .left > div:hover {
  color: #fff;
  cursor: pointer;
}
.corporatenews .jy-box5 .item .right {
  margin-left: 1.875rem;
  width: 25%;
}
.example-pagination-block + .example-pagination-block {
  margin-top: 0.625rem;
}

.example-pagination-block .example-demonstration {
  margin-bottom: 1rem;
}

.news_box {
  margin-bottom: 4.375rem;
}
.new_hot .jy-box7 li {
  border-bottom: 0.0625rem solid #e8ebf1;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.new_hot .jy-box7 li .time {
  margin-bottom: 0.25rem;
}
.new_hot .jy-box7 li .title {
}

.news_detail {
}
.news_detail .news_banner {
  height: 25rem;
}
.news_detail .news_banner img {
  width: 100%;
  height: 100%;
}
.news_detail .big-text {
  margin-bottom: 3.125rem;
  line-height: 1.875rem;
}
.news_detail .w {
  display: flex;
  justify-content: space-between;
  margin: 48px auto;
}
.news_detail .left {
  width: 70%;
}
.news_detail .right {
  width: 25%;
}

.hot_product {
  margin-bottom: 48px;
}
.hot_product_list {
  margin-top: 32px;
}
.hot_product_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.hot_product_list li .img {
  width: 40%;
}
.hot_product_list li .text {
  width: 55%;
}
.hot_product_list li .text .title {
  font-size: 16px;
  font-weight: bold;
}
.hot_product_list li .text .ms {
  font-size: 16px;
  margin-top: 16px;
}

.page_xg {
  padding: 1.875rem 3.125rem;
  background: #f5f6fa;
  display: flex;
  justify-content: space-between;
}
.page_xg li b {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  display: block;
}
.page_xg li p a:hover {
  color: #206cee;
}

.bread {
  width: 120rem;
  height: 3.4375rem;
  border-radius: 0rem 0rem 0rem 0rem;
  opacity: 1;
  box-sizing: border-box;
  padding-left: 13.125rem;
  margin-top: 5.125rem;
  line-height: 3.4375rem;
  color: #999;
  background-color: #fff;
}
.clc:hover {
  cursor: pointer;
}

.footer_info {
  color: #7c7e82;
  text-align: center;
}
.footer_info a {
  color: #7c7e82;
}

.rongyu {
  position: relative;
  overflow: hidden;
}

.z-banner {
  position: relative;
}
.z-banner .img {
  width: 100%;
}
.z-banner .img img {
  width: 100%;
}
.z-banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 67.5rem;
}
.z-banner .content h1 {
  font-size: 3.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 4.0625rem;
  margin-bottom: 2.25rem;
}
.z-banner .content p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.875rem;
  margin-bottom: 3.125rem;
}
.z-banner .content .tags_banner_title {
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.z-banner .content a {
  padding: 0.875rem 3.3125rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.75rem;
  background: rgba(48, 144, 240, 1);
  border-radius: 0.25rem;
}

.tags_list {
  margin-top: 1.25rem;
  position: relative;
  min-height: 50rem;
}
.tags_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -0.3125rem 3.125rem;
}
.tags_list ul .h3 {
  margin: 0 0.3125rem 0.625rem;
}
.tags_list ul li {
  margin: 0 0.3125rem 0.625rem;
  font-size: 0.75rem;
  padding: 0.1875rem 0.9375rem;
  border: 0.0625rem solid #999a9c;
  border-radius: 1.1875rem;
  display: inline-block;
  line-height: 1.5625rem;
  cursor: pointer;
}
.tags_list ul li a {
  color: #999;
  font-size: 0.75rem;
}
.tags_list ul li:hover {
  border-color: #3090f0;
}
.tags_list ul li:hover a {
  color: #3090f0;
}
.tags_list ul li:hover p {
  color: #3090f0;
}
.tags_list ul li.active {
  border-color: #3090f0;
  color: #3090f0;
}

.tags_index {
  position: absolute;
  left: -5%;
  display: flex;
  flex-direction: column;
}
.tags_index li {
  margin-top: 8px;
}
.tags_index li a.this {
  color: #3090f0;
}
.tags_index.hx {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0;
}

.production .jy-img11 .w {
  display: flex;
  justify-content: center;
  align-items: center;
}
.production .jy-img11 .top {
  display: flex;
  margin: 4.375rem 0;
  width: 100%;
  justify-content: space-between;
}
.production .jy-img11 .top .top-left-img {
  width: 45%;
}
.production .jy-img11 .top .top-wz {
  width: 55%;
}

.computational_map {
  background: #f8fcff;
  overflow: hidden;
  display: none;
}
.computational_map h3 {
  font-size: 3.5rem;
  text-align: center;
  margin: 3.125rem 0 1.875rem;
}
.computational_map .des {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
}
.computational_map .content {
}
.computational_map .content a {
  text-align: center;
  display: flex;
  justify-content: center;
}
.computational_map .content img {
  width: 80%;
}

.bgStyle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* btnStyle */
.btnWrap {
  display: flex;
}
.btnStyle {
  display: inline-block;
  min-width: 7.5rem;
  border: 0.0625rem solid #e6e6e6;
  color: #666666;
  line-height: 2.5rem;
  margin-right: 0.75rem;
  text-align: center;
}
.btnStyle:last-child {
  margin-right: 0;
}
/* .btnStyle span{margin-left: .375rem;} */

/* prodList */
.prodList {
  margin: 1.875rem auto;
}
.prodList ul {
  display: flex;
  flex-flow: row wrap;
}
.prodList li {
  width: 32%;
  margin: 0 2% 2.5% 0;
  background: #ffffff;
  box-sizing: border-box;
  padding: 21.28px;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(228, 228, 228, 0.6);
}
.prodList li:nth-child(3n) {
  margin-right: 0;
}
.prodList li .pic {
  height: 0;
  padding-bottom: 61.16%;
  position: relative;
  overflow: hidden;
}
.prodList li .pic .bgStyle {
  background-size: contain;
  left: 1%;
  width: 98%;
}
.prodList li .pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prodList li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.prodList li .text {
  padding: 19.2px 0 0;
}
.prodList li .text .title {
  padding-bottom: 11.2px;
  position: relative;
  border-bottom: 0.0625rem solid #d8d8d8;
  color: #111111;
}
.prodList li .text .title a {
  font-size: 1.5rem;
  display: block;
}
.prodList li .text .title::before {
  content: "";
  width: 53.28px;
  height: 0.0625rem;
  background: #111111;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  transition: all 1s linear;
}
.prodList li .text .desc {
  color: #666666;
  line-height: 1.5625rem;
  height: 3.125rem;
  overflow: hidden;
  margin: 11.2px 0 16px;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.prodList li:hover {
  box-shadow: 0 0 0.9375rem rgba(4, 14, 60, 0.11);
}
.prodList li:hover .text .title {
  color: #014ba7;
}
.prodList li:hover .text .title:before {
  background: #014ba7;
  width: 100%;
}

.nyContent {
  margin: 1.875rem auto;
}
.body_parentid_10 {
  background: #f7f9fe;
}

/* contProduct */
.contProduct .top {
  margin-bottom: 21.28px;
  background: #ffffff;
  padding: 40px 53.28px 46.88px;
  display: flex;
  justify-content: space-between;
}
.contProduct .top .left {
  width: 39%;
}
.contProduct .picScroll {
  border: 0.0625rem solid #e6e6e6;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.contProduct .picScroll .pic {
  height: 23.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contProduct .picScroll .pic img {
  max-width: 90%;
  max-height: 90%;
}
.contProduct .thumbScroll {
  padding: 0 3.125rem;
  position: relative;
}
.contProduct .thumbScroll .btn {
  position: absolute;
  top: 0;
  width: 2.5rem;
  height: 100%;
  box-sizing: border-box;
  border: 0.0625rem solid #ebebeb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contProduct .thumbScroll .btn.prev {
  left: 0;
}
.contProduct .thumbScroll .btn.next {
  right: 0;
}
.contProduct .thumbScroll .btn img {
  filter: brightness(0) invert(0.4);
}
.contProduct .thumbScroll .btn:hover {
  border-color: #014ba7;
}
.contProduct .thumbScroll .btn:hover img {
  filter: brightness(1) invert(0);
}
.contProduct .thumbScroll .container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contProduct .thumbScroll .pic {
  height: 5rem;
  box-sizing: border-box;
  border: 0.0625rem solid #ebebeb;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contProduct .thumbScroll .pic img {
  max-width: 90%;
  max-height: 90%;
}
.contProduct .thumbScroll .pic.active {
  border-color: #014ba7;
}
.contProduct .top .right {
  width: 55.7%;
}
.contProduct .top .title {
  color: #111111;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 0.0625rem solid #d8d8d8;
  position: relative;
  font-size: 22.4px;
}
.contProduct .top .title::before {
  content: "";
  width: 53.28px;
  height: 0.0625rem;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
}
.contProduct .top .desc {
  margin: 14.4px 0 22.4px;
  color: #666666;
}
.contProduct .top .dl {
  display: flex;
  line-height: 19.2px;
  padding-bottom: 24px;
}
.contProduct .top .dl dt {
  color: #666666;
  margin-top: 0.0625rem;
  flex-shrink: 0;
  margin-right: 19.2px;
}
.contProduct .top .dl dd {
  flex: 1;
  overflow: hidden;
}
.contProduct .top .dl ul {
  display: flex;
  flex-wrap: wrap;
}
.contProduct .top .dl ul li {
  border: 0.0625rem solid #d8d8d8;
  margin: 0 0.625rem 0.625rem 0;
  color: #111111;
  /* font-family: "DIN"; */
  text-transform: uppercase;
}
.contProduct .top .dl ul li:last-child {
  margin-right: 0;
}
.contProduct .top .dl ul li a {
  padding: 0 9.6px 0 0.625rem;
}
.contProduct .top .dl ul li img {
  max-width: 16px;
  max-height: 12.8px;
  margin-right: 8px;
}
.contProduct .top .dl ul li.on,
.contProduct .top .dl ul li:hover {
  border-color: #014ba7;
  color: #014ba7;
}
.contProduct .top .commit {
  padding: 12.8px 0 0;
}
.contProduct .top .commit dd span {
  color: #888888;
  margin-right: 10.56px;
}
.contProduct .top .commit dd span:last-child {
  margin-right: 0;
}
.contProduct .item {
  padding: 37.28px 53.28px;
  background: #ffffff;
  margin-bottom: 21.28px;
}
.contProduct .item:last-child {
  margin-bottom: 0;
}
.contProduct .item .prodTitle {
  color: #111111;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 12.8px;
  position: relative;
  margin-bottom: 26.56px;
}
.contProduct .item .prodTitle::before {
  content: "";
  width: 16px;
  height: 0.25rem;
  background: #999999;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contProduct .item1 {
  padding-bottom: 12.8px;
}
.contProduct .item1 .ul {
  display: flex;
  flex-wrap: wrap;
}
.contProduct .item1 .ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 16px 16px 16px 0;
  border-bottom: 0.0625rem solid #d8d8d8;
  color: #666666;
  line-height: 1.4;
}
.contProduct .item1 .ul li .tit {
  color: #333333;
  margin-bottom: 6.4px;
  font-weight: bold;
}
/* .contProduct .item1 .ul li:nth-child(1),
.contProduct .item1 .ul li:nth-child(2),
.contProduct .item1 .ul li:nth-child(3){border: none;} */
.contProduct .item2 .subTitle {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10.56px;
}
.contProduct .item2 .cont {
  margin-bottom: 26.56px;
}
.contProduct .item2 .cont:last-child {
  margin-bottom: 0;
}
.contProduct .item3 {
  padding-bottom: 17.6px;
}

.ny_banner {
  width: 100%;
  height: 37.5rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ny_banner .wrap {
}
.ny_banner .wrap .title {
  font-size: 2.25rem;
  color: #0070ff;
  font-weight: bold;
}
.ny_banner .wrap .describe {
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
