.cloudHosting-tit {
  font-size: 36px;
  line-height: 30px;
  margin: 0;
  color: #333333;
  text-align: center;
  margin-bottom: 42px;
}
.cloudHosting-banner {
  height: 450px;
  background-image: url(../image/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.cloudHosting-banner h1 {
  font-size: 48px;
  color: #1d2129;
  margin: 0 0 34px 0;
  line-height: 1;
  font-weight: bold;
}
.cloudHosting-banner p {
  font-size: 16px;
  color: #1d2129;
  line-height: 30px;
  margin: 0 0 30px 0;
  max-width: 518px;
}
.cloudHosting-banner a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #ef2a3a;
  border-radius: 19px;
  width: 113px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.cloudHosting-banner a:hover {
  transition: all 0.5s;
  background-color: #1664ff;
  border-color: #fff;
}
.cloudHosting-scene {
  position: relative;
  padding: 73px 0 ;
}
.cloudHosting-scene .cloudHosting-tit {
  margin-bottom: 0;
}
.cloudHosting-scene .swiper-box {
  display: flex;
  justify-content: flex-start;
  padding-left: calc((100% - 1200px) / 2);
}
.cloudHosting-scene .cloudHostingSwiper {
  position: static;
  padding-bottom: 58px;
  margin: 0;
  max-width: 1550px;
  padding-left: 10px;
}
.cloudHosting-scene .swiper-wrapper {
  position: relative;
  padding-top: 42px;
}
.cloudHosting-scene .swiper-slide {
  transition: all 0.5s;
}
.cloudHosting-scene .swiper-slide:hover {
  transition: all 0.5s;
  transform: scale(1.05) translateY(-11px);
  border-radius: 10px;
}
.cloudHosting-scene .swiper-slide:hover .con-box {
  border-radius: 10px 10px 0 0;
}
.cloudHosting-scene .swiper-slide:hover .contact-button {
  border-radius: 0 0 10px 10px;
  background-color: #ef2a3a;
  color: #fff;
  transition: all 0.5s;
}
.cloudHosting-scene .swiper-slide:hover svg path {
  fill: #fff;
}
.cloudHosting-scene .swiper-bg {
  max-width: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cloudHosting-scene .swiper-button-next {
  bottom: 53px;
  top: auto;
  left: calc(50% + 20px);
  right: auto;
}
.cloudHosting-scene .swiper-button-next::after {
  content: url(../image/swiper-r-active.png);
}
.cloudHosting-scene .swiper-button-next:hover::after {
  content: url(../image/swiper-h.png);
}
.cloudHosting-scene .swiper-button-prev {
  bottom: 53px;
  top: auto;
  left: auto;
  right: calc(50% + 20px);
}
.cloudHosting-scene .swiper-button-prev::after {
  content: url(../image/swiper-l-active.png);
}
.cloudHosting-scene .swiper-button-prev:hover::after {
  content: url(../image/swiper-l-h.png);
}
.cloudHosting-scene .con-box {
  height: 419px;
  padding: 0 34px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cloudHosting-scene h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  padding: 32px 0 28px;
  margin: 0 0 28px 0;
  border-bottom: 1px solid #c6d6e9;
  line-height: 1;
}
.cloudHosting-scene p {
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.cloudHosting-scene .bg-1 {
  background-image: url(../image/scene-1.jpg);
}
.cloudHosting-scene .bg-2 {
  background-image: url(../image/scene-2.jpg);
}
.cloudHosting-scene .bg-3 {
  background-image: url(../image/scene-3.jpg);
}
.cloudHosting-scene .bg-4 {
  background-image: url(../image/scene-4.jpg);
}
.cloudHosting-scene .bg-5 {
  background-image: url(../image/scene-5.jpg);
}
.cloudHosting-scene .bg-6 {
  background-image: url(../image/scene-6.jpg);
}
.cloudHosting-scene .contact-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 60px;
  padding: 0 21px 0 31px;
  background-color: #fff;
  box-shadow: 0 0 8px 6px rgba(174, 186, 208, 0.15);
  color: #ef2a3a;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
}
.cloudHosting-scene .opacity-bg {
  width: 647px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../image/opacity-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.cloudHosting-area {
  padding: 82px 0 90px;
  background-color: #f4f7fd;
}
.cloudHosting-area .box {
  display: flex;
  flex-wrap: wrap;
}
.cloudHosting-area .con {
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 10px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: default;
  margin-right: 11px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.cloudHosting-area .con:hover {
  transition: all 0.5s;
  box-shadow: 0 0 8px 6px rgba(174, 186, 208, 0.15);
  transform: translateY(-10px);
}
.cloudHosting-area .con img {
  margin-right: 10px;
}
.cloudHosting-area .con p {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin: 0;
}
.cloudHosting-area .con p:first-child {
  color: #333333;
}
.cloudHosting-intro {
  padding: 77px 0 79px;
  background-color: #dae4ff;
}
.cloudHosting-intro table {
  width: 100%;
  box-shadow: 0 0 8px 6px rgba(174, 186, 208, 0.15);
  border-spacing: 0;
  background-color: #fff;
}
.cloudHosting-intro tr:not(:last-child) td {
  border-bottom: 1px solid #c9d1e8;
}
.cloudHosting-intro tr th {
  font-weight: normal;
  color: #999999;
  border-bottom: 2px solid #c9d1e8;
  background-color: #f4f7fd;
}
.cloudHosting-intro th,
.cloudHosting-intro td {
  text-align: center;
  padding: 18px 0;
}
.cloudHosting-intro .contact-button {
  width: 172px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background-color: #ef2a3a;
  font-size: 14px;
  color: #fff;
  border-radius: 19px;
  margin: 39px auto 0;
  cursor: pointer;
  transition: all 0.5s;
}
.cloudHosting-intro .contact-button:hover {
  transition: all 0.5s;
  background-color: #1664ff;
}
.often-question {
  padding: 74px 0 100px;
}
.often-question h2 {
  font-size: 36px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 51px;
}
.often-question .con {
  height: 62px;
  overflow: hidden;
  cursor: default;
  border: 1px solid #c6d3e9;
  transition: all 0.5s;
}
.often-question .con.hover img {
  transition: all 0.5s;
  transform: rotateZ(180deg);
}
.often-question .con:not(:last-child) {
  margin-bottom: 20px;
}
.often-question .con h5,
.often-question .con p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin: 0;
}
.often-question .con p {
  padding: 18px 15px 18px 52px;
}
.often-question .con img {
  margin-right: 11px;
  transition: all 0.5s;
}
.often-question .con div {
  display: flex;
  align-items: center;
  padding: 16px 15px;
  background-color: #eff3fa;
}
.free-apply {
  padding: 45px 0 50px;
  background-image: url(../image/section10-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.free-apply .box {
  display: flex;
  justify-content: space-between;
}
.free-apply .con-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 472px;
}
.free-apply .con-1 h3 {
  font-size: 30px;
  color: #fff;
  margin: 0 0 24px 0;
  line-height: 1;
}
.free-apply .con-1 p {
  font-size: 18px;
  color: #bed7ff;
  margin: 0 0 18px 0;
  line-height: 1.5;
}
.free-apply .con-1 a {
  display: inline-block;
  width: 146px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #2167ef;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
}
.free-apply .con-1 a:hover {
  transition: all 0.5s;
  background-color: #ef2a3a;
  color: #fff;
}
.free-apply .con-2 {
  width: 534px;
  background: linear-gradient(to right, #ffffff 0%, #e2ecff 100%);
  padding: 29px 32px 26px;
  border-radius: 5px;
}
.free-apply .con-2 p {
  line-height: 1;
}
.free-apply .con-2 p:first-child {
  font-size: 24px;
}
.free-apply .con-2 p:first-child span:first-child {
  color: #333333;
}
.free-apply .con-2 p:first-child span:nth-child(2) {
  color: #ea374c;
  font-weight: bold;
}
.free-apply .con-2 p:nth-child(2) {
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .cloudHosting-banner {
    height: 350px;
    background-position: right;
    background-image: url(../image/banner-phone.png);
  }
  .cloudHosting-banner h1 {
    font-size: 36px;
  }
  .cloudHosting-scene .swiper-slide:hover {
    transform: none;
  }
  .cloudHosting-scene .cloudHostingSwiper {
    padding: 0 10px 50px;
  }
  .cloudHosting-scene .swiper-bg {
    max-width: none;
  }
  .cloudHosting-scene .contact-button {
    max-width: none;
  }
  .cloudHosting-scene .opacity-bg {
    display: none;
  }
  .often-question {
    padding: 30px 0;
  }
  .often-question h2 {
    font-size: 27px;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .often-question .con.hover h5 {
    white-space: wrap;
  }
  .often-question .con h5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .free-apply .box {
    flex-direction: column;
  }
  .free-apply .con-1 {
    width: 100%;
    margin-bottom: 12px;
  }
  .free-apply .con-2 {
    width: 100%;
    padding: 18px 12px;
  }
  .free-apply .con-2 p:first-child {
    font-size: 20px;
  }
  .free-apply .con-2 p:nth-child(2) {
    line-height: 1.5;
  }
}
