@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;
}
ul,
li,
ol {
  list-style: none outside none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  font-family:
    "Microsoft YaHei-Light",
    "Microsoft YaHei",
    "Helvetica Neue",
    Tahoma,
    Arial,
    sans-serif;
  position: relative;
}
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: normal;
  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: 1px solid rgba(100, 100, 100, 0.1);
}
.top_tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px #ddd;
  height: 50px;
  background: linear-gradient(90deg, #1B3C53 0%, #234C6A 100%);
  color: #fff;
  padding: 0 2%;
}
.top_tip > a {
  color: #fff;
}
.top_tip_text {
  flex: 1;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_tip_text img {
  max-width: 50px;
  margin: 0px 10px;
}
.top_tip_text a {
  font-weight: 600;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
}
#closeTip {
  display: inline-block;
  width: 50px;
  font-size: 30px;
  font-weight: 600;
  cursor: pointer;
  line-height: 100%;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  background: #fff;
}
.header-nav.pc_nav {
  margin: 0 auto;
}
main {
  position: relative;
  margin-top: 72px;
  overflow: hidden;
}
header {
  margin: 0 auto;
}
header .logo {
  height: 60px;
}
header .logo a {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
header .logo img {
  height: 4rem;
}
.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: 50px;
  margin: 0 10px;
}
.header-nav .layui-nav .layui-nav-item p {
  padding: 0 25px;
  position: relative;
}

.header-nav .layui-nav .layui-nav-item:after {
  height: 2px;
}
.header-nav .layui-nav .layui-nav-item a {
  
  font-size: 0.9375rem;
  padding: 0 10px;
  color: #666;
  font-weight: 500;
}
.header-nav .layui-nav .layui-nav-item.layui-this > a {
  font-weight: 500;
  color: #234C6A;
  box-sizing: border-box;
}

.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 {
  
  right: unset;
}
.header-nav .layui-nav .layui-nav-child {
  top: 72px;
  background: #fff;
  padding: 0;
  border: none;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.15);
}
.header-nav .layui-nav .layui-nav-child dd {
  line-height: 45px;
  border-bottom: 1px 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 35px;
  font-size: 14px;
  text-align: center;
}
.header-nav .layui-nav .layui-nav-child a:hover {
  padding: 0 45px 0 25px;
}
.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: #234C6A;
  color: #fff;
}
.header-nav .layui-nav .layui-nav-bar {
  height: 2px;
  top: auto !important;
  bottom: 0;
}
.console {
  display: flex;
  align-items: center;
}
.console a {
  color: #234C6A;
  font-size: 16px;
  margin-right: 10px;
}
.lang {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  line-height: 20px;
}
.lang a {
  border: 1px solid #979797;
  color: #979797;
  display: block;
  font-size: 12px;
  width: 25px;
  text-align: center;
}
.lang a.active {
  background: #234C6A;
  color: #fff;
  border: 1px solid #234C6A;
}
.lang a:first-child {
  border-radius: 3px 0 0 3px;
  border-right: 0;
}
.lang a:last-child {
  border-radius: 0 3px 3px 0;
  border-left: 0;
}

.banner {
  height: 600px;
}
.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: 48px;
  color: #000;
  margin-bottom: 50px;
  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 30px;
  box-sizing: content-box;
  text-align: center;
  font-size: 1rem;
  border-radius: 5px;
  margin-right: 1rem;
  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: 30px;
  text-align: center;
}
.banner .dh .wrap dl dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.banner .dh .wrap dl dd {
  color: #4c5462;
  font-size: 16px;
}

.m-title {
  text-align: center;
  margin: 80px 0 50px;
}
.m-title b {
  line-height: 65px;
  font-size: 46px;
  color: #222;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  white-space: pre-wrap;
}
.m-title p {
  font-size: 24px;
  line-height: 35px;
  color: #888;
}

.product_and_case {
  margin-bottom: 70px;
}
.product_and_case .content li {
  float: left;
  position: relative;
}
.product_and_case .content li:nth-child(2) {
  float: right;
}
.product_and_case .content li:nth-child(3) {
  float: left;
  margin: 16px 0 0 20px;
}
.product_and_case .content li:nth-child(4) {
  float: right;
  margin-top: 16px;
}
.product_and_case .content li .content {
  position: absolute;
  width: 80%;
  top: 30%;
  left: 10%;
}
.product_and_case .content li .content .title {
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  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: 20px;
  width: 32%;
}
.application_scenarios .content li p {
  line-height: 70px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.PriceZone {
  background: #E3E3E3;
  overflow: hidden;
}
.PriceZone .content {
  margin: 60px auto;
  display: grid;
  grid: auto-flow/repeat(auto-fill, calc(100% / 3));
  box-shadow: 0 0 8px 0 rgba(37, 38, 94, 0.1);
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.PriceZone .gpu-item {
  height: 165px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid #e1e6f0;
  border-right: 1px solid #e1e6f0;
}

.PriceZone .gpu-item:first-of-type {
  border-top-left-radius: 4px;
}

.PriceZone .gpu-item:last-of-type {
  border-bottom-right-radius: 4px;
}

.PriceZone .gpu-item:nth-of-type(3) {
  border-top-right-radius: 4px;
}

.PriceZone .gpu-item:nth-last-child(3) {
  border-bottom-left-radius: 4px;
}

.PriceZone .gpu-item:hover {
  background: #f8fafe;
}

.PriceZone .gpu-item:hover .name {
  color: #3760f4;
}

.PriceZone .gpu-item .name {
  font-size: 18px;
  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: 24px;
}

.PriceZone .gpu-item .price .d-tag {
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAUCAYAAAA9djs/AAAAAXNSR0IArs4c6QAAA1RJREFUWEfdWDtrFVEQ/iYBRQVFsBK0t7IRhPwDCwsJ2BuQ/IKI6dJrqYKCndZREQtF0N5SkRgCeUisrO5NbrJ394zMvu7ZOa+9F7QwsOxj9pyd75uZb+aG4Pnj35tncbS9iDy7BVNcBeECDJ8uX+VmQXtRP6jvfXb71eD6enO9bfSbnjXs2aB5xAbIhkA2AIrjPczRMtn4mXkevz4vIRuugYuLrc3BGvUS0E4EuLLYtJntPu4QoG806QES8+MKtICHsfffawlg3juFnxuPUIzugM2EGC/WFAGWo8FXI3t4M8ZhoiKts43cUBUAkwNjifYQKMbdPLcCVAItI7");
  border-radius: 10px 2px 10px 2px;
}
.CosmicIsland .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.CosmicIsland .content li {
  width: 22%;
}
.CosmicIsland .content li .img {
  display: flex;
  justify-content: center;
}
.CosmicIsland .content li .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.CosmicIsland .content li .ms {
  font-size: 14px;
  line-height: 25px;
  color: #4c5462;
}

.CustomerFeedback {
  background: #E3E3E3;
  overflow: hidden;
}
.CustomerFeedback .content {
  margin-bottom: 80px;
}
.CustomerFeedbackSwiperBox {
  position: relative;
}
.CustomerFeedbackSwiper {
  overflow: hidden;
}
.CustomerFeedbackSwiper .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 30px 30px 80px;
  margin-top: 100px;
}
.CustomerFeedbackSwiper .swiper-slide .img {
  margin-top: -80px;
}
.CustomerFeedbackSwiper .swiper-slide .img img {
  border-radius: 50%;
  width: 100px;
  display: inline-block;
}
.CustomerFeedbackSwiper .swiper-slide .name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.CustomerFeedbackSwiper .swiper-slide .rule {
  color: #234C6A;
  font-size: 16px;
}
.CustomerFeedbackSwiper .swiper-slide .ms {
  line-height: 30px;
  font-size: 20px;
  margin-top: 20px;
}
.CustomerFeedbackSwiperBox .layui-icon {
  background: none;
  font-size: 2rem;
  border: 1px solid #dadfea;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: rgb(205, 207, 211);
  line-height: 50px;
  text-align: center;
  top: 250px;
}
.CustomerFeedbackSwiperBox .layui-icon-left {
  left: -80px;
}
.CustomerFeedbackSwiperBox .layui-icon-right {
  right: -80px;
}

.Partners {
  background: #E3E3E3;
  overflow: hidden;
}
.Partners .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.Partners .content li {
  width: 18%;
  margin-bottom: 30px;
  height: 70px;
  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: 10px;
  overflow: hidden;
  background: #fff;
  margin-right: 5%;
}
.index_news .content li:last-child {
  margin-right: 0;
}
.index_news .content li img {
  height: 245px;
  width: 100%;
}
.index_news .content li .txt {
  padding: 20px;
}
.index_news .content li .txt .title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  line-height: 30px;
}
.index_news .content li .txt .title a {
  font-size: 16px;
}
.index_news .content li .txt .ms {
  margin: 10px 0 20px;
  height: 40px;
  line-height: 20px;
}
.index_news .content li .txt .more {
  border-top: 2px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
}
.index_news .content li .txt .more a {
  color: #888;
  font-size: 14px;
}
.index_news .more_b {
  background: #fff;
  line-height: 45px;
  border: 2px solid #234C6A;
  margin: 70px auto;
  text-align: center;
  border-radius: 5px;
  width: 150px;
  transition: 0.3s;
}
.index_news .more_b a {
  color: #234C6A;
  display: block;
  transition: 0.3s;
}
.index_news .more_b:hover {
  background: #234C6A;
}
.index_news .more_b:hover a {
  color: #fff;
}
.news_list .layui-tab .layui-tab-title {
  display: flex;
  justify-content: center;
  border-bottom-width: 2px;
  height: auto;
}
.news_list .layui-tab .layui-tab-title li {
  padding: 0 20px;
  font-size: 20px;
  margin: 0 100px;
  line-height: 50px;
}
.news_list .layui-tab .layui-tab-title .layui-this:after {
  top: auto;
  bottom: -2px;
}
.news_list .layui-tab-content {
  padding: 30px 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: 2rem;
}
.news_item li img {
  width: 100%;
  height: 250px;
}
.news_item li .title {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
  overflow: hidden;
  display: block;
  margin: 10px 0;
}
.news_item li p {
  line-height: 20px;
  color: #797f8b;
  font-size: 14px;
  margin-bottom: 10px;
  height: 60px;
}
.news_item li div {
  color: #4c5462;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_item li div span {
  background: #e5efff;
  padding: 2px 10px;
  color: #234C6A;
}

.index_about {
  background: url("../images/11636.jpg") center no-repeat #f6f6f6;
  overflow: hidden;
}
.index_about .title {
  font-size: 48px;
  font-weight: lighter;
  margin-top: 70px;
}
.index_about .title:after {
  margin-top: 37px;
  content: "";
  display: block;
  width: 2.1875rem;
  height: 0.3125rem;
  background-color: #234C6A;
  margin-bottom: 2.1875rem;
}
.index_about .layui-tab {
  position: relative;
}
.index_about .layui-tab-title {
  position: absolute;
  z-index: 77;
  bottom: 30px;
  border: none;
  height: auto;
  width: 550px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.index_about .layui-tab-title:after {
  position: absolute;
  content: "";
  border-bottom: 1px dashed #949494;
  width: 70%;
  top: 36%;
  left: 15%;
}
.index_about .layui-tab-title li {
  padding: 20px 40px;
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}
.index_about .layui-tab-title li .ripple {
  position: relative;
  width: 64px;
  height: 64px;
}
.index_about .layui-tab-title li .ripple span {
  animation: ripple 1.5s ease-out infinite;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  background: #234C6A;
}
.index_about .layui-tab-title li .ripple:after {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.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: 1px solid #234C6A;
}
.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: 20px;
  word-break: break-word;
  font-weight: 300;
  line-height: 35px;
  width: 45%;
}
.index_about .layui-tab-item .img {
  flex: 1;
  height: 500px;
  display: flex;
  align-items: end;
}
.index_about .layui-tab-item .img img {
  max-width: 100%;
}

@keyframes ripple {
  from {
    width: 15px;
    height: 15px;
    left: 25px;
    top: 23px;
    opacity: 1;
    border: 6px solid #234C6A;
  }
  to {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    opacity: 0;
    border: 1px solid #234C6A;
  }
}

footer {
  background: #191b1f;
  overflow: hidden;
}
.footer_box {
  margin: 80px auto 30px;
  display: flex;
  justify-content: space-between;
}

.footer_top {
  border-bottom: 1px solid #474b4f;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
  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 10px;
}
.footer_top .footer_share .wx {
  position: relative;
}
.footer_top .footer_share .wx_lx {
  display: none;
  width: 150px;
  position: absolute;
  max-width: none;
  right: 40px;
  top: -50px;
}
.footer_top .footer_share .wx:hover .wx_lx {
  display: block;
}
.footer_left {
  width: 40%;
}
.footer_left .top img {
  height: 3rem;
}
.footer_left .top p {
  font-size: 14px;
  color: #8b8e91;
  margin: 10px 0 30px;
}
.footer_left .media {
  margin: 20px 0;
}
.footer_left .media b {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}
.footer_left .media ul {
  display: flex;
  justify-content: space-between;
}
.footer_left .media ul li {
  color: #8b8e91;
  font-size: 12px;
  text-align: center;
  max-width: 60px;
  position: relative;
  cursor: pointer;
}
.footer_left .media ul li img {
  display: inline-block;
}

.footer_left .media ul li .scanCode {
  display: none;
  position: absolute;
  top: -110px;
  max-width: unset;
  left: -26px;
  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: 10px;
}

.footer_center {
  display: flex;
  justify-content: space-between;
  width: 20%;
}
.footer_center dl {
  float: left;
}
.footer_center dl dt {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.footer_center dl dd {
  line-height: 30px;
}
.footer_center dl dd a {
  font-size: 14px;
  color: #8b8e91;
}
.footer_center dl dd a:hover {
  color: #456882;
}

.footer_right p {
  color: #8b8e91;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  line-height: 30px;
}
.footer_right b {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 20px;
}
.footer_right ul {
  display: flex;
  justify-content: space-between;
}
.footer_right ul li {
  text-align: center;
  margin-right: 30px;
}
.footer_right ul li:last-child {
  margin-right: 0;
}
.footer_right ul li img {
  
  width: 115px;
  display: block;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
}
.footer_right ul li p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.footer_contact {
  color: #fff;
  width: 30%;
}
.footer_contact .item {
  display: flex;
}
.footer_contact .item .img-box {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.footer_contact .item:nth-child(1) span {
  font-size: 38px;
  font-weight: bold;
}
.footer_contact .item:nth-child(2) {
  margin: 20px 0;
}

.footer_bottom {
  color: #7c7e82;
  text-align: center;
  margin: 20px auto;
  line-height: 30px;
}
.footer_bottom img {
  display: inline-block;
}
.footer_bottom a {
  color: #7c7e82;
}

.agency {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.agency-tiem {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.agency-tiem img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
}
.agency-tiem p,
.agency-tiem a {
  font-size: 12px;
  color: #fff;
}

.agency-tiem:hover a {
  color: #076aff;
}

.GPUCloudServerBanner .text {
  text-align: center;
}
.GPUCloudServerBanner .text .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.GPUCloudServerBanner .text .ms {
  font-size: 20px;
  line-height: 30px;
  width: 600px;
}

.case_banner {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.case_banner .text .title {
  font-size: 40px;
  white-space: pre-wrap;
  font-weight: bold;
  margin-bottom: 30px;
}
.case_banner .text .ms {
  font-size: 20px;
  line-height: 30px;
  width: 600px;
}

.case_list .cate_title {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin: 80px auto;
}
.case_list .content {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 70px;
  justify-content: center;
}
.case_list .content li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
  position: relative;
  height: 450px;
  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: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.case_list .content li .txt .more {
  border: 1px solid #fff;
  padding: 0 20px;
  color: #fff;
  line-height: 35px;
  display: inline-block;
  border-radius: 5px;
}
.case_list .content li .txt .more:hover {
  border: 1px solid #234C6A;
  background: #234C6A;
}

.form_message {
  background: #E3E3E3;
  overflow: hidden;
  text-align: center;
}
.form_message .title {
  text-align: center;
  padding: 100px 0;
  font-size: 46px;
  color: #222;
}
.form_message ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.form_message li {
  width: 48%;
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
}
.form_message li p {
  line-height: 35px;
  font-weight: 500;
  text-align: left;
}
.form_message li input {
  background: #fafafc;
  border: 1px solid #e0e1e6;
  line-height: 48px;
}
.form_message li input::-webkit-input-placeholder {
  color: #999;
  font-size: 18px;
}
.form_message button {
  width: 380px;
  margin: 50px auto 150px;
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  background: #234C6A;
}

.ny_banner {
  height: 386px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
}
.ny_banner .text {
  text-align: center;
}
.ny_banner .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.ny_banner .ms {
  font-size: 20px;
  color: #000;
  margin-top: 20px;
}



.about_title {
  font-size: 48px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin: 50px 0;
}
.about_us {
  margin-bottom: 80px;
}
.about_us .content {
  font-size: 24px;
  color: #4c5462;
  
  text-align: justify;
  line-height: 50px;
}
.about_us .content p {
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: normal;
}
.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: 1px 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: 40px;
  font-weight: bold;
  color: #234C6A;
  line-height: 36px;
}
.about_us .content .left > ul > li p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 36px;
}

.about_us .content .right {
  width: 60%;
  background: url("../images/46.jpg") bottom right no-repeat;
}
.about_us .content .right .t1 {
  height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 22px;
  text-align: left;
}
.about_us .content .right .text {
  font-size: 20px;
  font-weight: 300;
  color: #111111;
  line-height: 32px;
}

.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: 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: #234C6A;
  font-size: 40px;
}
.about_team .about_team_main .text .desc {
  color: #7a7d82;
  font-size: 20px;
  margin-top: 10px;
}
.about_team .about_team_main .text .line {
  width: 40px;
  height: 8px;
  background: #234C6A;
  margin-top: 50px;
  margin-bottom: 20px;
}
.about_team .about_team_main .text .info {
  color: #7a7d83;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.memberList {
  margin-top: 50px;
}
.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: 50px;
}
.memberList .memberList_main .member_item .member_name {
  font-size: 20px;
  color: #000;
  margin: 10px auto;
}
.memberList .memberList_main .member_item .member_name span {
  font-size: 14px;
  color: #5f636a;
  margin-left: 10px;
}
.memberList .memberList_main .member_item .member_info {
  width: 90%;
  text-align: justify;
  color: #7a7d83;
  font-size: 14px;
  line-height: 25px;
}
.wenhua .content {
  height: 700px;
  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(35, 76, 106, 0.3);
}
.wenhua .content li .title {
  font-size: 50px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.wenhua .content li .ms {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.honor {
  margin-bottom: 70px;
}
.honor .swiper-container .title {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.honor .swiper-container .img-box img {
  max-width: 100%;
}
.history .content {
  margin: 80px auto;
}

.about_contact {
  height: 376px;
  background: url("../images/11604.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_contact a {
  line-height: 60px;
  display: block;
  background: #234C6A;
  color: #fff;
  font-size: 20px;
  width: 250px;
  text-align: center;
}

.side-always {
  position: fixed;
  width: 60px;
  z-index: 9999;
  right: 0;
  top: 45%;
}
.side-always li {
  width: 100%;
  height: 60px; 
  background-color: #456882;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
}
.side-always li:last-child {
  margin-bottom: 0;
}
.side-always li:hover {
  background-color: #456882;
}
.side-always li * {
  display: none;
}
.side-always li:hover * {
  display: block;
}
.side-always li .tel-box {
  position: absolute;
  right: 61px;
  bottom: 0;
  line-height: 60px;
  padding: 0 20px;
  background: #456882;
}
.side-always li .tel-box a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.side-always li .tel-box a:last-child {
  border-bottom: none;
}
.side-always li img {
  position: absolute;
  right: 61px;
  bottom: 0;
  max-width: 200px;
}
.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("");
}
.side-always li.top {
  background-image: url("../images/to_top2.png");
}

.news_box {
  margin: 50px 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: 200px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px #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: 190px;
  
}
.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: 16px;
}
.new_list li .text .title {
  font-size: 22px;
}
.new_list li:hover {
  background: rgba(35, 76, 106, 0.9);
  cursor: pointer;
}
.new_list li:hover .text {
  color: #fff;
}


.new_list li .text:hover .more {
  border: 1px solid #fff;
}
.new_list li .text:hover .title a {
  color: #fff;
}
.new_list li .more {
  background: #234C6A;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  width: 150px;
  border: 1px solid #234C6A;
}
.new_list li .more a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.new_hot {
  background: #E3E3E3;
  padding: 30px;
  box-sizing: border-box;
}
.new_hot .cate {
  font-size: 22px;
}
.new_hot .content {
  margin-top: 35px;
}
.new_hot .content li {
  border-bottom: 1px solid #e8ebf1;
  margin-bottom: 10px;
  padding-top: 10px;
}
.new_hot .content li .time {
  margin-bottom: 4px;
}
.new_hot .content li .title {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 10px;
}
.new_hot .content li:hover {
  cursor: pointer;
}
.new_hot .content li:hover .title a {
  color: #234C6A;
}

.pages .statistics {
  display: none;
}
.pagination {
  text-align: center;
  margin: 0 0 70px;
}
.pagination li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background: #fff;
  line-height: 40px;
}
.pagination li a,
.pagination li span {
  display: block;
}
.pagination li.disabled {
  background: #ccc;
  color: #fff;
}
.pagination li.active,
.pagination li:hover {
  background: #234C6A;
  color: #fff;
}
.pagination li.active a,
.pagination li:hover a {
  color: #fff;
}
.pagination li.prev,
.pagination li.next {
  background: none;
}

.news_detail {
  margin: 50px 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: 24px;
  font-weight: bold;
  text-align: center;
}
.news_detail .content_box .time {
  font-size: 14px;
  text-align: center;
  color: #7d7d7d;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.news_detail .content_box .content {
  margin-bottom: 50px;
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
}

.page_xg {
  padding: 30px 50px;
  background: #E3E3E3;
  display: flex;
  justify-content: space-between;
}
.page_xg li b {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.page_xg li p a:hover {
  color: #234C6A;
}

.contact_us .top {
  display: flex;
  justify-content: space-between;
  margin: 50px 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: 1px solid #cccfd4;
}
.contact_us .top .left li .number {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 20px 0;
  text-align: left;
}
.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: 70px;
}
.bottom-box > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 233px;
  border: 1px solid #dcdcdc;
  padding: 10px;
  justify-content: space-around;
}
.bottom-box .title {
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.bottom-box .people {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.bottom-box .pnumber {
  font-size: 16px;
  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: 100px;
}
.OverseasData .box1 .content li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  width: 220px;
  padding: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.OverseasData .box1 .content li img {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
}
.OverseasData .box1 .content li p {
  line-height: 30px;
  font-size: 20px;
  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: 20px;
}
.OverseasData .box2 .content .right li b {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.OverseasData .box2 .content .right li p {
  font-weight: 400;
  opacity: 0.7;
  line-height: 25px;
}

.OverseasData .box3 {
  background: #f8fcff;
  overflow: hidden;
}
.OverseasData .box3 .content {
  margin-bottom: 100px;
}

.gpu {
  padding: 50px 0;
  background: #E3E3E3;
}
.gpu h1 {
  font-size: 48px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
}
.gpu .box {
  width: 100%;
  max-width: 1400px;
  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: 30px 0;
  background: url("../images/ssbg.jpg") no-repeat;
  border: 1px solid #eee;
}
.gpu .gpu-wrap .top {
  margin-bottom: 30px;
}
.gpu .gpu-wrap .gpu-item-box {
  padding-left: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.gpu .gpu-wrap .gpu-item-cs {
  display: flex;
  flex-wrap: wrap;
}
.gpu .gpu-wrap .gpu-item-cs .gg {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 40px;
}
.gpu .gpu-wrap .gpu-item-ms {
  padding: 20px 40px;
}
.gpu .gpu-wrap .gpu-item .btn {
  width: 100%;
  text-align: center;
  border-top: 1px dashed #ccc;
  padding: 20px 0;
}
.gpu .gpu-wrap .gpu-item .btn button {
  cursor: pointer;
  border: none;
  background-image: linear-gradient(90deg, #456882 1%, #234C6A 100%);
  border-radius: 26px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 259px;
}
.gpu .gpu-wrap .gpu-item .btn button a {
  color: #fff;
}
.gpu .gpu-wrap .gpu-item .top h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.gpu .gpu-wrap .gpu-item .top p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  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: 16px;
  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: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.gpu .gpu-wrap .gpu-item .comm {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  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: 100px;
  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: 50px auto;
}
.ComputingPowerRental .box2 .content .item {
  margin-bottom: 50px;
  width: 33%;
  padding: 0 70px;
  position: relative;
}
.ComputingPowerRental .box2 .content .item .index {
  font-size: 48px;
  color: #234C6A;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.ComputingPowerRental .box2 .content .item .title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.ComputingPowerRental .box2 .content .item .des {
  font-size: 18px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  font-weight: 400;
}
.ComputingPowerRental .box2 .content .item .jt {
  position: absolute;
  top: 25px;
  right: -55px;
  width: 120px;
  height: 15px;
}
.ComputingPowerRental .box2 .content .item .jt img {
  width: 120px;
  height: 100%;
}

.page_xg {
  padding: 30px 50px;
  background: #E3E3E3;
  display: flex;
  justify-content: space-between;
}
.page_xg li {
  width: 48%;
}
.page_xg li b {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.page_xg li p a {
  display: block;
}
.page_xg li p a:hover {
  color: #234C6A;
}

.ComputingPowerRental .box3 {
  padding: 100px 0;
  background: #E3E3E3;
}
.ComputingPowerRental .box3 h1 {
  text-align: center;
  font-size: 48px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.ComputingPowerRental .box3 p {
  margin-top: 20px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.ComputingPowerRental .box3 .content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ComputingPowerRental .box3 .content h3 {
  text-align: center;
  font-size: 24px;
  height: 66px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
}
.ComputingPowerRental .box3 .content .item {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  padding: 30px;
  box-shadow: 0 0 5px 1px 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: 24px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
}
.ComputingPowerRental .box3 .content .item .right .des {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  min-height: 50px;
}

.lrbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lrbox .img {
  width: 50%;
}
.lrbox .text {
  width: 45%;
  line-height: 35px;
  color: #666;
  font-size: 20px;
  white-space: pre-line;
}
.lrf {
  flex-direction: row-reverse;
}

.HostHosting .box1 .content {
  margin-bottom: 50px;
}
.HostHosting .box3 {
  background: rgb(248, 250, 255);
  overflow: hidden;
}

.HostHosting .box3 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.HostHosting .box3 .content .img {
  width: 40%;
}
.HostHosting .box3 .content .text {
  width: 55%;
  line-height: 0;
}
.HostHosting .box3 .content .text p {
  line-height: 35px;
  margin-bottom: 20px;
}

.HostHosting .box4 {
  display: flex;
  align-items: center;
  background: url("../images/hhbg1.png") no-repeat;
  height: 320px;
  color: #fff;
}
.HostHosting .box4 b {
  font-size: 40px;
}
.HostHosting .box4 p {
  font-size: 20px;
  margin-top: 10px;
}

.ServerRental .box1 {
  background: rgb(250, 250, 250);
  overflow: hidden;
}
.ServerRental .box1 .content {
  margin-bottom: 100px;
}
.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: 20px;
  margin: 0 30px;
}
.ServerRental .box2 .content .layui-tab-title li.layui-this {
  color: #234C6A;
}
.ServerRental .box2 .content .layui-tab-title li.layui-this:after {
  border-bottom: 3px solid #234C6A;
}
.ServerRental .box2 .content .layui-tab-content {
  background: #f4f7fa;
  box-shadow: 0 0 10px #dfe3ed;
  box-sizing: border-box;
  padding: 50px;
  margin: 50px 0;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item .cate {
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto 30px;
}
.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: 20px;
  color: #666;
  margin-top: 10px;
}
.ServerRental .box2 .content .layui-tab-content .layui-tab-item table {
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  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: 100px auto;
}
.CloudBackupMaintenance .box1 .content li {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  width: 220px;
  padding: 20px;
  box-shadow: 0 0 10px 1px rgba(200, 200, 200, 0.3);
}
.CloudBackupMaintenance .box1 .content li img {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
}
.CloudBackupMaintenance .box1 .content li p {
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #666;
}

.CloudSecurity .box1 {
  margin-bottom: 100px;
}
.solution_base_bg {
  background: url("../images/hpbg1.jpg") fixed;
  overflow: hidden;
}
.solution_base_bg .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  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: 2rem;
}
.solution_base_bg .content .text li p {
  font-size: 18px;
  line-height: 30px;
}

.CloudSecurity .box3 .content {
  margin-bottom: 100px;
}
.CloudSecurity .box3 .content .text {
  line-height: 50px;
}
.MonitoringOperations .box1 .content {
  margin-bottom: 100px;
}
.MonitoringOperations .box1 .content .img {
  width: 40%;
}
.MonitoringOperations .box1 .content .text {
  font-size: 15px;
  width: 55%;
  line-height: 30px;
}

.DefenseControl .ms {
  font-size: 16px;
  line-height: 30px;
  color: #222;
}
.DefenseControl .content {
  margin: 50px auto 100px;
}
.DefenseControl .content .text {
  width: 60%;
  line-height: 30px;
  font-size: 16px;
  white-space: normal;
}
.DefenseControl .content .text p {
  margin-bottom: 10px;
}

.full_screen_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
.full_screen_section b {
  font-size: 46px;
  display: block;
  margin-bottom: 20px;
}
.full_screen_section p {
  font-size: 20px;
  line-height: 35px;
  white-space: pre-line;
}

.InternetOfThings .box1 {
  height: 720px;
  background: url("../images/iotb1.jpg");
}
.InternetOfThings .box2 {
  height: 720px;
  background: url("../images/iotb2.jpg");
}

.product_box {
  box-sizing: border-box;
  margin: 50px 0;
}
.product_box .content {
  width: 100%;
  margin-bottom: 70px;
}
.product_box .class {
  display: flex;
}
.product_box .class .item {
  background: #E3E3E3;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #E3E3E3;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  transition: all 0.5s;
  margin-right: 20px;
}
.product_box .class .item a {
  display: block;
  padding: 15px 70px;
}
.product_box .class .active,
.product .class .item:hover {
  transform: none;
  color: #fff;
  background-color: #234C6A;
  cursor: pointer;
}
.product_box .class .active a,
.product .class .item:hover a {
  color: #fff;
}

.product_box li {
  position: relative;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 2px solid #f9f9f9;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 10px solid transparent;
}

.product_box li:hover {
  border: 2px solid #006ffd;
  border-bottom: 10px 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: 48px;
  font-weight: bold;
}
.product_box li .text .title {
  font-size: 25px;
  font-weight: 400;
  margin: 10px 0;
}
.product_box li .text .description {
  font-size: 14px;
}
.product_box li .text .icon_box {
  border-radius: 50%;
  background: #006ffd;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  visibility: hidden;
}
.product_box li .text .icon_box img {
  width: 40px;
  height: 40px;
}
.product_box li:hover .text .icon_box {
  visibility: visible;
}

.product_box li .lastChild > .lastChild > .jy-img16 {
  display: block;
  margin-top: 43px;
  width: 36px;
  height: 36px;
  background-image: url("");
}
.production-details .top {
  background-image: url("../images/c0fa8572a1343a549aa4d0474b5225d81de179b324473-7VvTDh_fw1200.jpg");
  overflow: hidden;
  background-attachment: fixed;
}
.production-details .top .wrap {
  display: flex;
  margin: 50px 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: 48px;
  font-weight: bold;
}
.production-details .top .wrap .wz .title {
  font-size: 36px;
  font-weight: 400;
}
.production-details .content {
  line-height: 35px;
  padding: 30px;
}

.GPUCloudServer .box1 {
  background: #E3E3E3;
  overflow: hidden;
}
.GPUCloudServer .box1 .m-title p {
  color: #000;
}

.GPUCloudServer .box1 .content {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.GPUCloudServer .box1 .content h3 {
  text-align: center;
  font-size: 24px;
  height: 66px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
}
.GPUCloudServer .box1 .content .item {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 32%;
  padding: 30px;
  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: 24px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 10px;
}
.GPUCloudServer .box1 .content .item .right .des {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  min-height: 50px;
}

.GPUCloudServer .box2 .content .layui-tab-title {
  display: flex;
  justify-content: center;
  height: auto;
}
.GPUCloudServer .box2 .content .layui-tab-title li {
  font-size: 1.5rem;
  padding: 0 1.375rem;
  margin: 0 2rem;
  line-height: 4rem;
  height: 4rem;
}
.GPUCloudServer .box2 .content .layui-tab-title li.layui-this:after {
  height: 4.1rem;
}
.GPUCloudServer .box2 .content .content-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.GPUCloudServer .box2 .content .content-wrap .left {
  width: 680px;
  height: 400px;
}
.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: 50px;
}
.GPUCloudServer .box2 .content .content-wrap .right .title {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 600;
}
.GPUCloudServer .box2 .content .content-wrap .right .des {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.GPUCloudServer .box3 {
  padding: 100px 0;
}
.GPUCloudServer .box3 .content {
  display: flex;
  height: 378px;
}
.GPUCloudServer .box3 .content .left img {
  max-width: none;
}
.GPUCloudServer .box3 .content .right {
  background: #E3E3E3;
  margin: 40px 0;
  position: relative;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.GPUCloudServer .box3 .content .right h3 {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 500;
}
.GPUCloudServer .box3 .content .right p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
  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: 48px;
  width: 48px;
  bottom: -22px;
  right: 250px;
}
.GPUCloudServer .box3 .content .right .icon-right {
  position: absolute;
  bottom: -22px;
  right: 150px;
  background: url("../images/right.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.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 .swiper-button-prev {
  position: absolute;
  background: url("../images/left.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  top: auto;
  bottom: 1.1rem;
  left: auto;
  right: 250px;
}
.GPUCloudServer .box3 .content .model_case .swiper-button .swiper-button-next {
  position: absolute;
  bottom: 1.1rem;
  top: auto;
  left: auto;
  right: 150px;
  background: url("../images/right.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.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: 1080px;
}
.z-banner .content h1 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  line-height: 65px;
  margin-bottom: 36px;
}
.z-banner .content p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 50px;
}
.z-banner .content .tags_banner_title {
  font-size: 22px;
  line-height: 35px;
}
.z-banner .content a {
  padding: 14px 53px;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  background: rgba(69, 104, 130, 1);
  border-radius: 4px;
}

.tags_list {
  margin-top: 20px;
  position: relative;
  min-height: 800px;
}
.tags_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -5px 50px;
}
.tags_list ul .h3 {
  margin: 0 5px 10px;
}
.tags_list ul li {
  margin: 0 5px 10px;
  font-size: 12px;
  padding: 3px 15px;
  border: 1px solid #999a9c;
  border-radius: 19px;
  display: inline-block;
  line-height: 25px;
  cursor: pointer;
}
.tags_list ul li a {
  color: #999;
  font-size: 12px;
}
.tags_list ul li:hover {
  border-color: #456882;
}
.tags_list ul li:hover a {
  color: #456882;
}
.tags_list ul li:hover p {
  color: #456882;
}
.tags_list ul li.active {
  border-color: #456882;
  color: #456882;
}

.tags_index {
  position: absolute;
  left: -5%;
  display: flex;
  flex-direction: column;
}
.tags_index li {
  margin-top: 0.5rem;
}
.tags_index li a.this {
  color: #456882;
}
.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: 30px 10px;
  margin: 30px 0;
  border: 1px solid #eee;
  border-radius: 5px;
}
.GPUCloudServer .layui-form .layui-form-label {
  width: 120px;
  color: #666;
  font-size: 14px;
}
.GPUCloudServer .layui-form .layui-input-block {
  margin-left: 130px;
}
.GPUCloudServer .layui-form .radio-list {
  border: 1px solid #ccc;
  display: inline-flex;
}
.GPUCloudServer .layui-form .radio-list .layui-form-radio {
  border-right: 1px 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: 14px;
  line-height: 38px;
  padding: 0 20px;
  height: auto;
  border-radius: 0;
}
.GPUCloudServer .layui-form .radio-list .layui-form-radioed .layui-badge {
  background: #234C6A;
  color: #fff;
}

.two_region {
  margin-top: 10px;
}

#GPUList .gpu-item {
  margin-bottom: 30px;
}
#laypage {
  display: flex;
  justify-content: center;
}
.NewsBanner {
  height: 386px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
}
.NewsBanner .text {
  text-align: center;
}
.NewsBanner .text .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.NewsBanner .text .ms {
  font-size: 20px;
  line-height: 30px;
  width: 600px;
}

.news_box2 {
  background: rgb(249, 251, 255);
  overflow: hidden;
}
.news_box2 .news_item li {
  padding: 20px;
}
.news_item li img {
  height: 220px;
}

.hot_news {
  display: flex;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 1436px;
  margin: -200px auto 80px;
  box-shadow: 0 4px 8px 0 #e0e5ed;
}
.NewSwiperLeft {
  overflow: hidden;
  width: 40%;
}
.NewSwiperLeft .swiper-wrapper {
  height: 300px;
}
.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 30px;
  height: calc(100% / 3);
  display: flex;
  align-items: center;
}
.NewSwiperRight .swiper-wrapper .swiper-slide a {
  font-size: 20px;
}
.NewSwiperRight .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: #E3E3E3;
  position: relative;
}
.NewSwiperRight .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  left: -40px;
  border-style: solid;
  border-width: 20px;
  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: 20px;
}
.new_list .jy-flex .img {
  height: 300px;
  width: 480px;
}

.new_list .jy-flex img {
  width: 100%;
  height: 100%;
}

.new_list .jy-flex .jy-box168:hover {
  background-color: #234C6A;
  color: #fff;
  cursor: pointer;
}
.new_list .jy-flex .jy-box168:hover .more {
  border: 1px solid #fff;
}
.new_list .jy-flex .jy-box168:hover .jy-text23 a {
  color: #fff;
}

.new_list .jy-flex .more {
  background: #234C6A;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  width: 150px;
  border: 1px solid #234C6A;
}
.new_list .jy-flex .more a {
  color: #fff;
  font-size: 14px;
  display: block;
}

.corporatenews .jy-box5 > .left > div {
  background-color: #fff;
}

.corporatenews .jy-box5 .item .left {
  width: 75%;
}
.corporatenews .jy-box5 .item .left .wrap {
  height: 285px;
}
.corporatenews .jy-box5 .item .left .wrap img {
  width: 100%;
  height: 100%;
}

.corporatenews .jy-box5 > div > .left:hover {
  background-color: #234C6A;
  color: #fff;
  cursor: pointer;
}

.corporatenews .jy-box5 > div > .left {
  height: 285px;
  box-sizing: border-box;
  
}

.corporatenews .jy-box5 > .left > div:hover {
  color: #fff;
  cursor: pointer;
}
.corporatenews .jy-box5 .item .right {
  margin-left: 30px;
  width: 25%;
}
.example-pagination-block + .example-pagination-block {
  margin-top: 10px;
}

.example-pagination-block .example-demonstration {
  margin-bottom: 16px;
}

.news_box {
  margin-bottom: 70px;
}
.new_hot .jy-box7 li {
  border-bottom: 1px solid #e8ebf1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.new_hot .jy-box7 li .time {
  margin-bottom: 4px;
}
.news_detail .news_banner {
  height: 400px;
}
.news_detail .news_banner img {
  width: 100%;
  height: 100%;
}
.news_detail .big-text {
  margin-bottom: 50px;
  line-height: 30px;
}
.news_detail .w {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
}
.news_detail .left {
  width: 70%;
}
.news_detail .right {
  width: 25%;
}

.hot_product {
  margin-bottom: 3rem;
}
.hot_product_list {
  margin-top: 2rem;
}
.hot_product_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.hot_product_list li .img {
  width: 40%;
}
.hot_product_list li .text {
  width: 55%;
}
.hot_product_list li .text .title {
  font-size: 1rem;
  font-weight: bold;
}
.hot_product_list li .text .ms {
  font-size: 1rem;
  margin-top: 1rem;
}

.page_xg {
  padding: 30px 50px;
  background: #E3E3E3;
  display: flex;
  justify-content: space-between;
}
.page_xg li b {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.page_xg li p a:hover {
  color: #234C6A;
}

.bread {
  width: 1920px;
  height: 55px;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  box-sizing: border-box;
  padding-left: 210px;
  margin-top: 82px;
  line-height: 55px;
  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: 1080px;
}
.z-banner .content h1 {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
  line-height: 65px;
  margin-bottom: 36px;
}
.z-banner .content p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 50px;
}
.z-banner .content .tags_banner_title {
  font-size: 22px;
  line-height: 35px;
}
.z-banner .content a {
  padding: 14px 53px;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  background: rgba(69, 104, 130, 1);
  border-radius: 4px;
}

.tags_list {
  margin-top: 20px;
  position: relative;
  min-height: 800px;
}
.tags_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 -5px 50px;
}
.tags_list ul .h3 {
  margin: 0 5px 10px;
}
.tags_list ul li {
  margin: 0 5px 10px;
  font-size: 12px;
  padding: 3px 15px;
  border: 1px solid #999a9c;
  border-radius: 19px;
  display: inline-block;
  line-height: 25px;
  cursor: pointer;
}
.tags_list ul li a {
  color: #999;
  font-size: 12px;
}
.tags_list ul li:hover {
  border-color: #456882;
}
.tags_list ul li:hover a {
  color: #456882;
}
.tags_list ul li:hover p {
  color: #456882;
}
.tags_list ul li.active {
  border-color: #456882;
  color: #456882;
}

.tags_index {
  position: absolute;
  left: -5%;
  display: flex;
  flex-direction: column;
}
.tags_index li {
  margin-top: 0.5rem;
}
.tags_index li a.this {
  color: #456882;
}
.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: 70px 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: 56px;
  text-align: center;
  margin: 50px 0 30px;
}
.computational_map .des {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.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;
}


.btnWrap {
  display: flex;
}
.btnStyle {
  display: inline-block;
  min-width: 120px;
  border: 1px solid #e6e6e6;
  color: #666666;
  line-height: 40px;
  margin-right: 12px;
  text-align: center;
}
.btnStyle:last-child {
  margin-right: 0;
}



.prodList {
  margin: 30px 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: 1.33rem;
  border-radius: 8px;
  box-shadow: 0 0 6px 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: 1.2rem 0 0;
}
.prodList li .text .title {
  padding-bottom: 0.7rem;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  color: #111111;
}
.prodList li .text .title a {
  font-size: 24px;
  display: block;
}
.prodList li .text .title::before {
  content: "";
  width: 3.33rem;
  height: 1px;
  background: #111111;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 1s linear;
}
.prodList li .text .desc {
  color: #666666;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 0.7rem 0 1rem;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
}
.prodList li:hover {
  box-shadow: 0 0 15px rgba(4, 14, 60, 0.11);
}
.prodList li:hover .text .title {
  color: #1B3C53;
}
.prodList li:hover .text .title:before {
  background: #1B3C53;
  width: 100%;
}

.nyContent {
  margin: 30px auto;
}
.body_parentid_10 {
  background: #f7f9fe;
}


.contProduct .top {
  margin-bottom: 1.33rem;
  background: #ffffff;
  padding: 2.5rem 3.33rem 2.93rem;
  display: flex;
  justify-content: space-between;
}
.contProduct .top .left {
  width: 39%;
}
.contProduct .picScroll {
  border: 1px solid #e6e6e6;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.contProduct .picScroll .pic {
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contProduct .picScroll .pic img {
  max-width: 90%;
  max-height: 90%;
}
.contProduct .thumbScroll {
  padding: 0 50px;
  position: relative;
}
.contProduct .thumbScroll .btn {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  box-sizing: border-box;
  border: 1px 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: #1B3C53;
}
.contProduct .thumbScroll .btn:hover img {
  filter: brightness(1) invert(0);
}
.contProduct .thumbScroll .container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.contProduct .thumbScroll .pic {
  height: 80px;
  box-sizing: border-box;
  border: 1px 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: #1B3C53;
}
.contProduct .top .right {
  width: 55.7%;
}
.contProduct .top .title {
  color: #111111;
  line-height: 1.4;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  font-size: 1.4rem;
}
.contProduct .top .title::before {
  content: "";
  width: 3.33rem;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.contProduct .top .desc {
  margin: 0.9rem 0 1.4rem;
  color: #666666;
}
.contProduct .top .dl {
  display: flex;
  line-height: 1.2rem;
  padding-bottom: 1.5rem;
}
.contProduct .top .dl dt {
  color: #666666;
  margin-top: 1px;
  flex-shrink: 0;
  margin-right: 1.2rem;
}
.contProduct .top .dl dd {
  flex: 1;
  overflow: hidden;
}
.contProduct .top .dl ul {
  display: flex;
  flex-wrap: wrap;
}
.contProduct .top .dl ul li {
  border: 1px solid #d8d8d8;
  margin: 0 10px 10px 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 0.6rem 0 10px;
}
.contProduct .top .dl ul li img {
  max-width: 1rem;
  max-height: 0.8rem;
  margin-right: 0.5rem;
}
.contProduct .top .dl ul li.on,
.contProduct .top .dl ul li:hover {
  border-color: #1B3C53;
  color: #1B3C53;
}
.contProduct .top .commit {
  padding: 0.8rem 0 0;
}
.contProduct .top .commit dd span {
  color: #888888;
  margin-right: 0.66rem;
}
.contProduct .top .commit dd span:last-child {
  margin-right: 0;
}
.contProduct .item {
  padding: 2.33rem 3.33rem;
  background: #ffffff;
  margin-bottom: 1.33rem;
}
.contProduct .item:last-child {
  margin-bottom: 0;
}
.contProduct .item .prodTitle {
  color: #111111;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 0.8rem;
  position: relative;
  margin-bottom: 1.66rem;
}
.contProduct .item .prodTitle::before {
  content: "";
  width: 1rem;
  height: 4px;
  background: #999999;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.contProduct .item1 {
  padding-bottom: 0.8rem;
}
.contProduct .item1 .ul {
  display: flex;
  flex-wrap: wrap;
}
.contProduct .item1 .ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid #d8d8d8;
  color: #666666;
  line-height: 1.4;
}
.contProduct .item1 .ul li .tit {
  color: #333333;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.contProduct .item2 .subTitle {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.66rem;
}
.contProduct .item2 .cont {
  margin-bottom: 1.66rem;
}
.contProduct .item2 .cont:last-child {
  margin-bottom: 0;
}
.contProduct .item3 {
  padding-bottom: 1.1rem;
}

.ny_banner {
  width: 100%;
  height: 600px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ny_banner .wrap .title {
  font-size: 36px;
  color: #234C6A;
  font-weight: bold;
}
.ny_banner .wrap .describe {
  font-size: 18px;
  line-height: 35px;
}


.side-always { display: none !important; }


a[alt="????"] { display: none !important; }

@media (max-width: 900px) {
  .contact_us .top {
    flex-direction: column;
  }
  .contact_us .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_us .top .right {
    width: 100%;
  }
  .contact_us .top .left li {
    text-align: center;
  }
  .contact_us .top .left li .number {
    font-size: 16px;
    word-break: normal;
    display: inline-block;
    text-align: left;
  }
}
