.banner {
  width: 100%;
  height: 400px;
  background: url(../../images/test-service/bigData/banner.jpg) no-repeat center;
}

.performancebanner{
 background-image: url(../../images/test-service/bigData/scenebanner.jpg);

}

.container {
  width: 1200px;
  margin: 0 auto;
}

.banner-contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  color: #fff;
}

.banner-contents h2 {
  font-size: 28px;
}

.banner-contents p {
  font-size: 14px;
  margin: 30px 0 60px;
  max-width: 684px;
  line-height: 28px;
}

.banner-contents .btns {
  font-size: 14px;
  display: flex;
}

.banner-contents .btns>a {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #EF7317;
  cursor:pointer
}

section {
  padding: 80px 0 10px;
}

.section-contents {
  width: 100%;
}

.section-contents h2 {
  font-size: 28px;
}

.section-contents h3 {
  font-size: 18px;
  color: #1A1A1A;
}

.section-contents p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
}

.section-contents>h2 {
  color: #1A1A1A;
  font-weight: Regular;
  margin-bottom: 50px;
  text-align: center;
}

.section-contents>ul {
  width: 100%;
  display: flex;
}

ul.questions {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

ul.questions>li {
  width: 32%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #e1e4e5;
  border-top: none;
}

ul.questions>li>.tit {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  color: #fff;
}

ul.questions>li:first-child>.tit {
  background-image: linear-gradient(#1AACE8, #4BC1F2);
}

ul.questions>li:nth-child(2)>.tit {
  background-image: linear-gradient(#3D7DFF, #3D9DFF);
}

ul.questions>li:last-child>.tit {
  background-image: linear-gradient(#3A40AF, #545BCD);
}

ul.questions>li>.tit>p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #fff;
}

ul.questions>li>.tit>h2 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

ul.questions>li>.tit>h2::before,
ul.questions>li>.tit>h2::after {
  position: absolute;
  content: '';
  width: 100%;
  border-top: 1px dashed #fff;
  height: 0;
  top: 50%;
}

ul.questions>li>.tit>h2::before {
  left: -120%;
}

ul.questions>li>.tit>h2::after {
  right: -120%;
}

ul.questions>li>.content {
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 40px 28px;
  box-sizing: border-box;
}

ul.requirements>li {
  border: none;
  width: 30%;
}

ul.requirements>li>h3 {
  display: flex;
  align-items: center;
}

ul.requirements>li>h3>img {
  margin-right: 10px;
}

ul.requirements>li>p {
  margin-top: 20px;
}

ul.fangans {
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.fangans>li {
  width: 46%;
  margin-bottom: 30px;
  display: flex;
}

ul.fangans>li h3 {
  margin-bottom: 10px;
}

ul.fangans>li>img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

ul.fangans>li>.fangan-txt {
  width: calc(100% - 80px)
}

ul.structures {
  justify-content: space-between;
}

ul.structures>li:first-child {
  width: 24%;
  display: flex;
  flex-direction: column;
}

ul.structures>li:first-child>h3 {
  margin-bottom: 10px;
}

ul.structures>li:last-child {
  width: 58%;
  display: flex;
  flex-direction: column;
}

ul.structures>li>.structure-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

ul.structures>li>.structure-list>label {
  width: 79px;
  height: 48px;
  border-radius: 50%;
  background-color: #187AFB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.structure-list-content {
  border: 1px dashed #187AFB;
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 5px;
}

.structure-list-content p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.structure-list-content>.labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.structure-list-content>.label-five {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
}

.structure-list-content>.label-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90px;
}

.structure-list-content>.label-five>span {
  margin-bottom: 8px;
}

.structure-list-content span {
  width: 80px;
  height: 24px;
  font-size: 14px;
  color: #187AFB;
  display: flex;
  background: #E7F1FF;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

ul.case-flows {
  justify-content: space-between;
}

ul.case-flows>li {
  display: flex;
  flex-direction: column;
  width: 23%;
}

ul.case-flows>li>.flow-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}

.flow-label-img {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5795EE;
}

.flow-label-txt {
  background-color: #EEF4FD;
  width: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  font-size: 18px;
}

ul.case-flows>li:nth-child(2) .flow-label-img,
ul.case-flows>li:nth-child(3) .flow-label-img {
  background-color: #3775A2;
}

ul.case-flows>li:nth-child(2) .flow-label-txt,
ul.case-flows>li:nth-child(3) .flow-label-txt {
  background-color: #EBF1F6;
}

.case-flows-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.case-flows-details-menus {
  width: 230px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e1e4e5;
  padding-left: 22px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}

.case-flows-details-menus>a {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #1A1A1A;
}

.case-flows-details-menus>a.current {
  position: relative;
  color: #187AFB;
}

.case-flows-details-menus>a.current::before {
  position: absolute;
  content: '';
  border-left: 2px solid #187AFB;
  height: 100%;
  width: 0;
  top: 0;
  left: -23px;
}

.case-flows-details-menus>a:last-child {
  margin-bottom: 0;
}

.case-flows-details-contents {
  width: 60%;
  margin-left: auto;
}

.case-flows-details-contents h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.case-flows-details-contents li {
  margin-bottom: 80px;
}

.case-flows-details-contents img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

ul.values {
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.values>li {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  flex-direction: column;
}

ul.values>li>img {
  margin-bottom: 28px;
}

.fixed-top {
  position: fixed;
  top: 100px;
}

.whole-process-menus{
  width: 100%;
  display: flex;
  left: 1px;
  position: relative;
}

.whole-process-menus>a{
  width: 20%;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:flex-start;
  box-sizing: border-box;
  border: 1px solid #e1e4e5;
  background-color: #F7F8FA;
  padding-top: 20px;
  cursor: pointer;
}

.whole-process-menus>a.current{
  background-color: #fff;
  border-bottom: none ;
  position: relative;
}

.whole-process-menus>a.current::before{
  position: absolute;
  content: '';
  width: 100%;
  border-top: 3px solid #187AFB;
  height: 0;
  top: -1px;
  left: 0;
}

.whole-process-menus>a h3{
  margin: 30px 0 25px;
}

.whole-process-menus>a p{
  text-align: center;
}

.whole-process-menus>a:not(:first-child){
  margin-left: -1px;
  position: relative;
}

.whole-process-contents{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.whole-process-contents>li{
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.whole-process-contents>li>p{
  margin-bottom: 30px;
}

.whole-process-contents>li>img{
  max-width: 100%;
}

.whole-process-contents>li:not(:first-child){
  display: none;
}

ul.features{
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;

}

ul.features>li{
  width: 46%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}

ul.features>li>img{
  margin-right: 20px;
}



@media screen and (max-width:1024px) {
  .banner {
    height: auto;
    background-size: cover;
  }

  .banner-contents p {
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .banner-contents {
    padding: 2rem 0;
  }

  section {
    padding: 2rem 0 1rem;
  }

  .section-contents>ul {
    flex-direction: column;
}

  .section-contents>ul>li {
    width: 100% !important;
    margin-bottom: 1rem !important;
}
ul.requirements>li>p {
  margin-top: .2rem;
}

ul.fangans>li {
  border: 1px dashed #e1e4e5;
  padding: 1rem .5rem;
  border-radius: 5px;
  box-sizing: border-box;
}

ul.structures {
  flex-direction: column;
}

ul.structures>li>.structure-list {
  margin-bottom: 1.6rem;
  flex-direction: column;
}

.structure-list-content {
  width: 100%;
  justify-content: space-between;
  padding: 1rem;
}
.structure-list-content>.labels {
  flex-direction: column;
}

.structure-list-content span {
  margin-right: 0;
  margin-bottom: .5rem;
}

ul.structures>li>.structure-list>label {
  margin-bottom: .6rem;
}

.structure-list-content>.labels>span:last-child {
  margin-bottom: 0;
}

.structure-list-content>.label-five {
  width: auto;
}

.structure-list-content>.label-two {
  justify-content: center;
}
ul.case-flows>li>.flow-label {
  margin-bottom: .3rem;
}
.case-flows-details-menus {
  display: none
}

.case-flows-details {
  margin-top: 1rem;
}

.case-flows-details-contents {
  width: 100%;
  margin-left: auto;
}

.case-flows-details-contents li {
  margin-bottom: 2rem;
}

ul.values {
  flex-wrap: wrap !important;
  flex-direction: row;
}

ul.values>li {
  margin-bottom: 2rem !important;
  width: 46% !important;
}

.whole-process-menus>a{
  height: auto;
  padding: .8rem 0;
}

.whole-process-menus>a>img{
  max-width: 40%;
}

.whole-process-menus>a>h3{
  font-size: .8rem;
  margin: .5rem 0;
}

.whole-process-menus>a>p{
  display: none;
}

}