/* 导航 */
.banner {
  padding-top: 20px;
  height: 597px;
  background: url(../images/cloudServer/banner.jpg);
}

.context {
  margin: 0 auto 154px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.c_leftTitle {
  padding-top: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.c_rightUl {
  display: flex;
  align-items: center;
  justify-content: end;
}

.c_rightUl>li {
  cursor: pointer;
  margin-left: 69px;
  color: #ffff;
  font-size: 18px;
}

.c_rightUl>li>a {
  color: #fff;
}

.b_title {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: start;
}

.topImg {
  width: 495px;
  height: 459px;
  animation: topIMG 1s ease-out;
  transform: translateY(-20%);

}

.topImg img {
  width: 100%;
  height: 100%;
}

.titleLeft {
  flex: 1;
  animation: slideInFromLeft 1s ease-out;

}

@keyframes slideInFromLeft {
  0% {
      transform: translateX(-30%);
  }

  100% {
      transform: translateX(0);
  }
}

@keyframes topIMG {
  0% {
      transform: translateY(50%);
  }

  100% {
      transform: translateY(-20%);
  }
}

.titleLeft>p:nth-child(1) {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 34px;
}

.titleLeft>p:nth-child(2) {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.b_btn {
  width: 170px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #ffff;
  margin-top: 39px;
  background: url(../images/cloudServer/bj.png);
  background-size: 100% 100%;
}

/* 场景 */
.scene {
  padding-top: 120px;
  padding-bottom: 84px;
  background-color: #fff;
}

.sceneBox {
  margin: 0 auto;
  width: 1200px;
}

.sceneTitle {
  text-align: center;
  margin-bottom: 97px;
}

.sceneTitle>p:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
}

.sceneTitle>p:nth-child(2) {
  color: #000;
  margin-top: 15px;
  font-size: 16px;
}

.sceneList {
  display: flex;
  align-items: center;
  justify-content: center;
}

.listBox {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-right: 19px;
  width: 280px;
  padding-top: 59px;
  padding-bottom: 51px;
  box-shadow: 0px 3px 16px 3px #16161607;
  border-radius: 12px 12px 12px 12px;
}

.listBox:hover {
  animation: iconAnimation 1.5s forwards;
  animation-play-state: running;
  box-shadow: 0px 3px 16px 3px #1616161a;

}

@keyframes iconAnimation {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.03);
  }

  100% {
      transform: scale(1);
  }
}

.lb_text {
  margin-top: 40px;
}

.lb_text>p:nth-child(1) {
  color: #101010;
  font-size: 20px;
  font-weight: bold;
}

.lb_text>p:nth-child(2) {
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
}

/*一站式服务 */
.guarantee {
  border-radius: 100px 100px 0 0;
  width: 1200px;
  margin: 0 auto;
  background: linear-gradient(-60deg, #1C23B4, #1041D3);
  padding-top: 74px;
  padding-bottom: 82px;
  position: relative;
}

.g_title {
  text-align: center;
  font-size: 28px;
  color: #101010;
  margin-bottom: 60px;
  padding-top: 46px;
}

.g_title>p:nth-child(1) {
  font-size: 30px;
  color: #101010;
  margin-bottom: 12px;
  font-weight: bold;
}

.g_title>p:nth-child(2) {
  font-size: 17px;
  color: #000;
}

.g_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 46px;
  padding-right: 50px;
  transform: translateY(60%);
}

.gUlactive {
  transform: translateX(0);
  transition: transform 0.4s ease-in;
}

.g_ulBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  /* margin-right: 110px; */
}

.g_ulIcon {
  width: 79px;
  height: 79px;
}

.g_img {
  width: 100%;
  height: 100%;
}

.g_text {
  color: #fff;
  margin-top: 28px;
  text-align: center;
}

.g_text>p:nth-child(1) {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.g_text>p:nth-child(2) {
  font-size: 14px;
  line-height: 23px;
}

/* 专业技术处理 */
.speciality_wrapper {
  box-shadow: 0px 0px 30px 2px rgba(204, 204, 223, 0.5);
}

.speciality {
  background-color: #fff;
}

.imgBox {
  margin: 0 auto;
  width: 1200px;
  padding-top: 10px;
}

.imgBox .imgBox_tile {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding-top: 74px;
  padding-bottom: 12px;
}

.imgBox>p {
  text-align: center;
  font-size: 17px;
}

.img_Li {
  width: 270px;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 13px;
  margin-bottom: 13px;
  cursor: pointer;
}

.imgList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  padding-bottom: 50px;
  border-radius: 0 0 12px 12px;
}

.error {
  width: 57px;
  height: 57px;
  transition: transform 0.5s ease-in-out;
}

.img_Li:hover .error {
  transform: rotate(360deg);
}

.errImg {
  width: 100%;
  height: 100%;
}

.errText {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
}

.open {
  background: url(../images/cloudServer/open.png)no-repeat;
  background-size: cover;
}

.slow {
  background: url(../images/cloudServer/slow.png)no-repeat;
  background-size: cover;
}

.virus {
  background: url(../images/cloudServer/virus.png)no-repeat;
  background-size: cover;
}

.wrong {
  background: url(../images/cloudServer/wrong.png)no-repeat;
  background-size: cover;
}

.load {
  background: url(../images/cloudServer/load.png)no-repeat;
  background-size: cover;
}

.abnormal {
  background: url(../images/cloudServer/abnormal.png)no-repeat;
  background-size: cover;
}

.bandwidth {
  background: url(../images/cloudServer/bandwidth.png)no-repeat;
  background-size: cover;
}

.bug {
  background: url(../images/cloudServer/bug.png)no-repeat;
  background-size: cover;
}

/* 专业技术工程师 */
.project {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 83px;
}

.p_title {
  text-align: center;
  margin-bottom: 105px;
  padding-top: 84px;
}

.p_title>p:nth-child(1) {
  font-weight: bold;
  font-size: 30px;
}

.p_title>p:nth-child(2) {
  font-size: 17px;
  margin-top: 18px;
}

.content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leftBox {
  transform: translateX(17px);
}

.rightBox {
  transform: translateX(-17px);
}

.left {
  background: url(../images/cloudServer/left.png)no-repeat;
  width: 596px;
  height: 160px;
  display: flex;
  margin-bottom: 17px;
  padding-left: 70px;
  padding-top: 24px;
  position: relative;
  transform: translateX(-30%);
}

.active {
  transform: translateX(0);
  transition: transform 0.6s ease-in;
}

.active2 {
  transform: translateX(0);
  transition: transform 1s ease-in;
}

.textArea>p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.textArea>p:nth-child(3) {
  margin: 10px 0;
}

.textArea>p:not(:nth-child(1)) {
  font-size: 14px;
}

.l_Number {
  position: absolute;
  right: 11%;
  top: 26%;
  font-size: 56px;
  color: #fff;
}

.right {
  background: url(../images/cloudServer/right.png)no-repeat;
  width: 596px;
  height: 160px;
  margin-bottom: 17px;
  display: flex;
  position: relative;
  transform: translateX(30%);

}

.active3 {
  transform: translateX(0);
  transition: transform 0.4s ease-in;
}

.active4 {
  transform: translateX(0);
  transition: transform 0.8s ease-in;
}

.active5 {
  transform: translateX(0);
  transition: transform 1.2s ease-in;
}

.r_Number {
  font-size: 56px;
  color: #fff;
  top: 26%;
  position: absolute;
  left: 11%;
}

.textArea2 {
  margin-left: 198px;
  padding-top: 24px;
}

.textArea2>p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.textArea2>p:nth-child(3) {
  margin: 10px 0;
}

.textArea2>p:not(:nth-child(1)) {
  font-size: 14px;
}

/* 联系客服 */
.service {
  /* height: 317px; */
  padding-bottom: 54px;
  background: #3385FF linear-gradient(90deg, #1C23B4 0%, #1041D3 100%);
}

.s_title {
  padding-top: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.s_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_btn {
  cursor: pointer;
  margin: 45px auto 48px;
  background-color: #fff;
  border-radius: 15px;
  height: 50px;
  width: 310px;
  line-height: 50px;
}

.s_tel {
  text-align: center;
  color: #1d5dea;
  font-size: 18px;
  font-weight: 600;
}

.s_list>li {
  display: flex;
  align-items: center;
  margin-right: 105px;

}

.s_img1 {
  width: 38px;
  height: 38px;
}

.s_list img {
  width: 100%;
  height: 100%;
}

.s_img2 {
  width: 33px;
  height: 38px;
}

.s_text {
  font-size: 14px;
  margin-left: 8px;
  color: #fff;
  /* font-weight: 600; */
}

.s_text>p:nth-child(1) {
  font-size: 16px;
  margin-bottom: 6px;
}

.s_img3 {
  width: 37px;
  height: 37px;
}



/* 底部 */
.footer {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}

.address {
  width: 490px;
  text-align: center;
  color: #E0E0E0;
  font-size: 12px;
  line-height: 30px;
}

/* 产品规格 */
.product_title {
  font-weight: bold;
  font-size: 30px;
  color: #101010;
  line-height: 30px;
  text-align: center;
  margin-top: 84px;
}

.product_title .text2 {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  margin-top: 14px;
}

.product_content_bg {
  background: url('../images/cloudServer/product_bg.png') no-repeat;
  background-size: cover;
}

.product_content_wrapper {
  width: 100%;
  height: 412px;
}

.product_content {
  width: 1200px;
  margin: 0 auto;
}

.product_content .tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}

.product_content .tab .item {
  flex: 1;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-size: 24px;
  color: #999999;
  cursor: pointer;
  position: relative;
}

.product_content .tab .item:hover {
  color: #1B21AC;
  font-weight: bold;
}

.product_content .tab .item.itemAc {
  color: #1B21AC;
  font-weight: bold;
}

.product_content .tab .item .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background: #1B21AC;
  animation-name: tab_animate;
  animation-fill-mode: both;
  animation-duration: .5s;
}

@-webkit-keyframes tab_animate {
  0% {
      width: 0;
  }

  100% {
      width: 100%;
  }
}

@keyframes tab_animate {
  0% {
      width: 0;
  }

  100% {
      width: 100%;
  }
}

@-webkit-keyframes tab_animate_hide {
  0% {
      width: 100%;
  }

  100% {
      width: 0%;
  }
}

@keyframes tab_animate_hide {
  0% {
      width: 100%;
  }

  100% {
      width: 0%;
  }
}

.product_content .tab_content {
  display: flex;
}

.product_content .tab_content_left {
  width: 600px;
}

.product_content .tab_content_left .box1 {
  padding-top: 48px;
  padding-bottom: 56px;
}

.product_content .tab_content_left .box1 .title {
  font-size: 20px;
  color: #101010;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 12px;
}

.product_content .tab_content_left .box1 .text {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.product_content .tab_content_left .box2 .title {
  font-size: 18px;
  color: #101010;
  line-height: 30px;
}

.product_content .tab_content_left .box2 .box2_list {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.product_content .tab_content_left .box2 .box2_list .item {
  font-size: 15px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  padding: 6px 20px;
  margin-right: 16px;
  background: #fff;

}

.product_content .tab_content_right {
  width: 600px;
  padding-top: 94px;
  padding-left: 60px;
  position: relative;
}

.product_content .tab_content_right::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 265px;
  background: #FFFFFF;
  top: 36px;
  left: 0;

}

.product_content .tab_content_right .title {
  font-size: 18px;
  color: #101010;
  margin-bottom: 31px;
}

.product_content .tab_content_right .tab_content_right_list .item {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  position: relative;
  margin-bottom: 14px;
}

.product_content .tab_content_right .tab_content_right_list .item::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4172F5;
}


.footerTpl2{
  display: none;
}