@charset "UTF-8";

#web_main .jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#web_main .jumbotron .bg-left {
  margin-top: 7%;
}

.row {
  margin: 0;
}

#web_main .banner-bg {
  background: url(../../img/product_service/private_cloud/banner_bg.jpg) no-repeat;
  padding-bottom: 32px;
  padding-top: 20px;
  background-size: 100% 100%;
}

#web_main .banner-bg h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 31px;
}

#web_main .banner-bg p {
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 56px;
}

#web_main .banner-bg .button-ask a{
  display: block;
  width: 114px;
  height: 38px;
  background-image: linear-gradient(90deg, #404dff 0%, #1f62eb 100%);
  border-radius: 19px;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
}

#web_main .main-second-nav {
  background-color: #404dff;
}

#web_main .main-second-nav .container {
  position: relative;
}

#web_main .main-second-nav li a {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  line-height: 80px;
}

#web_main .main-second-nav li a:hover,
#web_main .main-second-nav li a:focus {
  background: 0;
  cursor: pointer;
}

#web_main .main-second-nav .triangle {
  height: 9px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

#web_main .main-second-nav .triangle span {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 9px 9px;
  border-style: solid;
  border-color: transparent transparent #fff;
  /*透明 透明  灰*/
}

#web_main .nav-content-item {
  padding-top: 48px;
}

#web_main .nav-content-item .title {
  text-align: center;
  font-size: 24px;
  color: #333333;
}

#web_main .nav-content-item .sort-line-blue {
  width: 20px;
  height: 3px;
  margin: 0 auto;
  background-color: #4b13bc;
  margin-top: 11px;
}

#web_main .nav-content-item .sort-line-gray {
  width: 98px;
  height: 1px;
  margin: 0 auto;
  background-color: #d6d6d6;
}

#web_main .nav-content-item .container {
  margin-top: 51px;
}

#web_main .advantage-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

#web_main .advantage-content li {
  width: 23.83%;
}

#web_main .advantage-content .advantage-img-top {
  margin-bottom: 10px;
}

#web_main .advantage-content .advantage-title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 18px;
}

#web_main .advantage-content .advantage-text {
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
  font-size: 14px;
  color: #666666;
  margin-bottom: 46px;
}

#web_main .solution {
  background-color: #eeeffd;
}

#web_main .nav-content-item .container {
  margin-top: 40px;
}
#web_main .solution p{
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
}
#web_main .solution .img-center {
  display: flex;
  justify-content: center;
  margin: 76px 0 82px 0;
}

#web_main .solution .img-center img {
  width: 100%;
  height: 100%;
}

#web_main .solved-problem {
  margin-bottom: 58px;
}

#web_main .solved-problem .solve-problem-content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

#web_main .solved-problem .solve-problem-content .data_acquisition {
  background: url(../../img/product_service/big_data/data_acquisition.png) no-repeat center center;
}

#web_main .solved-problem .solve-problem-content .business_decision {
  background: url(../../img/product_service/big_data/business_decision.png) no-repeat center center;
}

#web_main .solved-problem .solve-problem-content .improve_creation {
  background: url(../../img/product_service/big_data/improve_creation.png) no-repeat center center;
}

#web_main .solved-problem .solve-problem-item {
  width: 32.25%;
  padding: 48px 46px 45px 43px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10.8px 2.2px rgba(0, 0, 0, 0.07);
  margin-right: 21px;
}

#web_main .solved-problem .solve-problem-item .title {
  color: #333333;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#web_main .solved-problem .solve-problem-item .sort-line {
  width: 73px;
  height: 3px;
  background-color: #4b13bc;
  margin: 0 auto;
  margin-bottom: 38px;
}

#web_main .solved-problem .solve-problem-item .content {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;/*IE*/
}

.solution-swiper .main-title {
  color: #687efe;
}

.w2-txt .btn-detail {
  background-image: linear-gradient(90deg,
    #1f62eb 0%,
    #407fff 100%);
}

.solution-swiper .swiper-content .slick .sl .w1 .title {
  color: #677efe;
}

.partner .header1 {
  color: #404dff;
}

@media (max-width: 768px) {

  .jumbotron .bg-left h3,
  .jumbotron .bg-left p {
    text-align: center;
  }

  .jumbotron .bg-left {
    padding: 0 15px;
  }

  .jumbotron .button-ask {
    margin: 0 auto;
  }

  .tab-sideMenu-mobile {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }

  .tab-sideMenu-mobile>a {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 20px;
    display: block;
    width: 100%;
    position: relative;
    text-align: left;
  }

  .tab-sideMenu-mobile>a span {
    font-size: 14px;
  }

  .tab-sideMenu-mobile>a.on span {
    color: #677efe;
  }

  .tab-sideMenu-mobile>a.on+ul {
    border-bottom: 1px solid #e5e5e5;
  }

  .tab-sideMenu-mobile>a.on::after {
    top: 22px;
    border-bottom: none;
    border-left: none;
    border-right: 2px solid #777;
    border-top: 2px solid #777;
  }

  .tab-sideMenu-mobile>a::after {
    content: '';
    border: 2px solid #777;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 21px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    right: 20px;
  }

  .tab-sideMenu-mobile>a.on::after {
    border-color: #677efe;
  }

  .tab-sideMenu-mobile .t-s-m-content {
    background-color: #f3f3f3;
    padding: 20px;
    text-align: left;
  }

  .tab-sideMenu-mobile .text span a {
    display: inline-block;
    color: #677efe;
  }

  .tab-sideMenu-mobile .text p {
    margin-top: 10px;
  }

  #web_main .solution .container {
    padding: 0 15px;
  }

  #web_main .solution .img-center {
    margin: 20px 0;
  }

  #web_main .main-second-nav .nav-list,
  #web_main .advantage-content,
  #web_main .solved-problem .solve-problem-content,
  .solution-swiper .swiper-content,
  .solution-swiper .main-text,
  .partner .header2 {
    display: none;
  }

  #web_main .solved-problem {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .solution-swiper .main-title,
  .partner .header1 {
    margin-bottom: 40px;
  }

  .solution-swiper {
    background: #fff;
    padding-bottom: 0;
  }
  #web_main .banner-bg p{
    text-align: center;
  }
  #web_main .banner-bg .button-ask a {
    margin: 0 auto;
  }
  #web_main .nav-content-item {
    padding-top: 40px;
  }
}