.performance-banner{
  width: 100%;
  height: 440px;
  background: url(../../images/auto-test/jrx.jpg) no-repeat center;
  color: #fff;
}

.performance-container{
  width: 1200px;
  margin: 0 auto;
}

.performance-banner-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.performance-banner h2{
  font-size: 32px;
  font-weight: bold;
}

.performance-banner-content h2 span{
    white-space: nowrap;
    padding: 8px 18px 8px 12px;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: linear-gradient(90deg, rgba(255, 250, 228, 0.38) 0%, rgba(255, 255, 255, 0.00) 100%);
    margin-left: 20px;
}

.performance-banner-content p{
  max-width: 700px;
  font-size: 16px;
  color: #fff;
  margin: 30px 0 50px;
  line-height: 28px;
}

.performance-banner-content button{
  width: 100px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  background-color: #FF9000;
  color: #fff;
  margin-bottom: 100px;
  cursor: pointer;
}

.performance-banner-content .newbtn{
	width: 100px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 14px;
	background-color: #187AFB;
	color: #fff;
	cursor: pointer;
	margin-left:20px;
	margin-bottom: 100px;
	box-sizing: border-box;
  word-break: keep-all;
}

.performance-banner-content .add{
	display: flex;
	align-items: center;
}

.tab-switch{
  width: 100%;
  margin-top: -60px;
  height: 60px;

}

.tab-switch-items{
  display: flex;
  justify-content: space-between;
  height: 100%
  
}

.tab-switch-items>a{
  width: 14%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background-color: #3494EC;
  font-size: 14px;
  cursor: pointer;
}

.tab-switch-items>a.current{
  color: #3494EC;
  background-color: #fff;
}

.tab-contents{
  width: 100%;
}

.tab-content-item{
  width: 100%;
}

.tab-contents>.tab-content-item:not(:first-child){
  display: none;
}


section{
  padding: 60px 0 36px;
}

section h2{
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 56px;
}

section h3{
  font-size: 18px;
  color: #333;
  font-weight: bolder;
}

section p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

section h2 label{
  color: #DCE3F6;
  font-weight: bolder;
  font-size: 22px;
}

.h2-small-tit{
  font-size: 14px;
  text-align: center;
  margin-top: -46px;
  margin-bottom: 46px;
}

.h2-small-tit+img{
  max-width: 100%;
  text-align: center;
}

h2+img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.service-container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-top: 30px;
}

.container-left{
  display: flex;
  flex-direction: column;
  width: 500px !important;
}

.solve-content{
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px;
  border: 1px solid #e1e4e5;
  border-radius: 5px;
}

.solve-content>li{
  padding: 38px 0;
  display: flex;
}

.solve-content>li>h3{
  min-width: 146px;
  text-align: right;
  margin-right: 20px;
}

.solve-content>li:nth-child(2){
  border-top: 1px solid #e1e4e5;
  border-bottom: 1px solid #e1e4e5;
}


.service-range{
  display: flex;
  justify-content: space-between;
}

.service-range>li{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  color: #333;
}

.service-range>li:first-child{
  background-color: transparent;
  font-size: 16px;
}

.service-range>li img{
  margin-bottom: 20px;
}

.advantage-content{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantage-content>li{
  width: 32%;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  padding: 36px;
  border: 1px solid #e1e4e5;
  margin-bottom: 20px;
}

.advantage-content>li:nth-child(n+4){
  width: 49%;
}

.advantage-content>li:hover{
  position: relative;
}

.advantage-content>li:hover::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #187AFB;
  top: -1px;
  left: 0;
}

.advantage-content>li:hover h3{
  color:#187AFB;
}

.advantage-content>li:hover span{
  border-bottom-color:#187AFB;
}

.advantage-content>li>span{
  width: 100%;
  border-bottom: 1px solid #e1e4e5;
  margin: 24px 0;
  display: block;
}

.new-advantage-content {
  display: flex;
  width: 100%;
  align-items: center;
}

.new-advantage-content .left-menus {
  display: flex;
  flex-direction: column;
}

.new-advantage-content .left-menus .left-menu-item {
  display: flex;
  align-items: center;
  width: 303px;
  height: 82px;
  background: #F7F9FE;
  border-radius: 4px;
  padding: 28px 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  cursor: pointer;
}

.new-advantage-content .left-menus .left-menu-item:last-child {
  margin-bottom: 0;
}


.new-advantage-content .left-menus .left-menu-item h4 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #357CF4;
  margin-right: 20px;
}

.new-advantage-content .left-menus .left-menu-item p {
  font-size: 14px;
  color: #141414;
  line-height: 22px;
}

.new-advantage-content .left-menus .current {
  position: relative;
  background-color: #357CF4;
}

.new-advantage-content .left-menus .current::after {
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    border-width: 15px 17px ;
    border-style: solid;
    border-color: transparent  transparent transparent #357CF4;
}

.new-advantage-content .left-menus .current h4{
  color: #fff;
}

.new-advantage-content .left-menus .current p {
  color: #fff;
}


.right-contents {
  flex: 1;
  margin-left: 27px;
}

.right-contents>img {
  max-width: 100%;
  display: none;
}

.right-contents>img:first-child {
  display: flex;
}

.process-items{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.process-items>li{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  padding: 36px 0;
  position: relative;
}

.process-items>li label{
  width: 54px;
  height: 54px;
  background: url(../../images/auto-test/process-label-bg.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 4px;
  color: #fff;
  margin-bottom: 20px;
}

.process-items>li p{
  padding: 10px 20px;
}

.process-items>li span{
  width: 7px;
  height: 7px;
  background-color: #396CFF;
  border-radius: 50%;
  margin: 15px 0;
  position: relative;
}

.process-items>li:not(:last-child) span:before{
  position: absolute;
  content: '';
  width: 290px;
  border-top: 1px dashed #396CFF;
  height: 0px;
  left: 14px;
  top: calc(50% - 1px);
  z-index: 1000;

}

.process-items>li:not(:last-child) span::after{
  border: solid #396CFF;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  position: absolute;
  left: 300px;
  z-index: 10000;
}


.test-tools{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.test-tools>li{
  width: 18%;
  box-sizing: border-box;
  padding: 36px 16px;
  border: 1px solid #e1e4e5;
  text-align: center;
}

.test-tools>li>h3{
  margin: 22px 0 20px;
}

.solve-fangans>li{
  width: 32%;
  text-align: left;
  padding: 30px;
  background-color: #fff;
}

.pr-schema{
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.pr-schema-content{
  width: 350px;
}

.pr-schema-content p{
  margin-top: 30px;
}

.pr-schema-content p>span{
  font-weight: 600;
}

.show-btns{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e1e4e5;
}

.show-btns>a{
  padding: 20px 0;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.show-btns>a.current{
  position: relative;
  color: #187AFB;
}

.show-btns>a.current::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #187AFB;
  bottom: -2px;
  left: 0;
}

.show-btns>a:not(:last-child){
  margin-right: 90px;
}

.show-images{
  width: 100%;
  margin-top: 20px;
}

.show-images img{
  width: 100%;
  height: auto;
}

.show-images img:not(:first-child){
  display: none;
}

.certificate{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.certificate p{
  text-align: center;
  font-size: 22px;
  color: #333;
  margin-top: 20px;
}

.certificate>li{
  width: 32%;
  display: flex;
  flex-direction: column;
}

.certificate>li:nth-child(2) p{
  display: none;
}

.certificate>li:first-child p{
  position: relative;
  left: 50%;
}

.lecture-images{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lecture-images>img{
  max-width: 100%;
}

.lecture-images>img:not(:last-child){
  margin-bottom: 60px;
}


.classic-customer-cases{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.classic-customer-cases>li{
  width: 32%;
  position: relative;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  border:1px solid #e1e4e5;
  border-radius: 5px;
  margin-bottom: 20px;
}

.classic-customer-cases>li:not(:last-child){
  background: linear-gradient(0deg, #EEF4FD, #FFFFFF);
}

.classic-customer-cases>li h3{
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 8px;
}

.classic-customer-cases>li p{
  font-size: 14px;
  color: #666666;
}

.classic-customer-cases>li a{
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #85A0EE, #667EF7);
  border-radius: 0px 0px 0px 32px;
  padding: 3px 10px 3px 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.classic-customer-cases>li img{
  position: absolute;
  width: 69px;
  height: auto;
  right: 10px;
  bottom: 10px;
}

.reasons-for-choosing-us {
    width: 100%;
}

.choose-reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) {
    flex-direction: row-reverse;
}


.reasons-for-choosing-us .choose-reason-item:nth-child(odd) .choose-reason-img {
    margin-left: 20px;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) .choose-reason-img {
    margin-right: 20px;
}

.choose-reason-item+.choose-reason-item {
    margin-top: 60px;
}

.choose-reason-desc {
    box-sizing: border-box;
    padding: 25px 25px 35px 36px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to bottom, #165DFF, rgba(247, 249, 254, 0.00) 100%) 1;
    background: linear-gradient(180deg, #F7F9FE 0%, rgba(247, 249, 254, 0.00) 100%);
    max-width: 400px;
}

.choose-reason-desc h3 {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.choose-desc-list {
    margin-top: 10px;
}

.choose-desc-list+h3 {
    margin-top: 30px;
}

.choose-desc-list>li {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 171.429% */
    list-style-type: disc
}

.choose-reason-img {
    flex: 1;
}

.choose-reason-img img {
    width: 100%;
}

.service-range {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			gap: 16px 12px;
			align-items: center;
			justify-content: space-between;
			padding:0 20px 0;
			box-sizing:border-box;
		}


/* 适配移动端 */
@media screen and (max-width:1024px) {
  .performance-container{
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  
  .service-range {
	  padding:0 0 1rem
  }
  
  .container-left{
	width: 100% !important;
}

  .plan-container-auto>img{
    width: 100% !important;

  }

  .performance-banner{
    width: 100%;
    background-size: cover;
    padding: 1rem;
    box-sizing: border-box;
    height: auto;
  }

  .tab-switch-items {
    overflow-x: scroll;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
  }
  
  .tab-switch-items>a {
    width: auto;
    color: #fff;
    background-color: #35599C;
    font-size: 14px;
    cursor: pointer;
    margin-right: .1rem;
    padding: 0 1rem;
  }

  .performance-banner h2{
    font-size: 1.3rem;
  }
  
  .performance-banner h3{
    font-size: 1rem;
    margin: 1.5rem 0px;
  }
  
  .performance-banner a,.testone-btns button{
    font-size: .8rem;
    padding: .5rem 2rem;
  }

  section{
    padding: 2rem 0;
  }

  section h2{
    font-size: 1.5rem;
	margin-bottom:1rem;
  }

  section h2 label{
    display: none;
  }
  
  
  section h3{
    font-size: 1rem;
  }
  
  section p{
    font-size: 14px;
    color: #666;
    line-height: 26px;
  }

  .solve-content{
    padding: 0;
  }

  .solve-content>li {
    padding: 1rem;
  }

  .solve-content>li>h3 {
    text-align: left;
    margin-right: .5rem;
    min-width: 20%;
  }

  .service-range{
    flex-wrap: wrap;
  }

  .service-range>li {
    width: 23%;
    padding: .5rem 0;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .service-range>li>img {
    width: 60%;
  }

  .advantage-content>li {
    width: 100% !important;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .new-advantage-content {
  flex-direction: column;
  width: 100%;
}

.new-advantage-content .left-menus {
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
}

.new-advantage-content .left-menus::-webkit-scrollbar {
  display: none;
}

.new-advantage-content .left-menus .left-menu-item {
  margin-bottom: 0;
  width: auto;
  height: auto;
  padding: .5rem 1rem;
  margin-left: 1rem;
}

.new-advantage-content .left-menus .left-menu-item:last-child {
  margin-right: 1rem;
}


.new-advantage-content .left-menus .left-menu-item h4 {
  display: none;
}

.new-advantage-content .left-menus .left-menu-item p {
  font-size: 12px;
  color: #141414;
  line-height: 22px;
}

.new-advantage-content .left-menus .current {
  position: relative;
  background-color: #357CF4;
}

.new-advantage-content .left-menus .current::after {
  content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    transform: translateY(0);
    transform: translateX(-50%);
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-color: #357CF4 transparent  transparent transparent;
}

.new-advantage-content .left-menus .current h4{
  color: #fff;
}

.new-advantage-content .left-menus .current p {
  color: #fff;
}


.right-contents {
  flex: 1;
  margin-left: 0;
}

  .process-items {
    flex-direction: column;
  }

  .process-items>li {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }

  .process-items>li:not(:last-child) span:before,.process-items>li:not(:last-child) span::after{
    display: none;
  }

  .test-tools {
    flex-direction: column;
  }

  .test-tools>li {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .show-btns {
    justify-content: space-between;
  }

  .show-btns>a {
    padding: 1rem 0;
    font-size: .9rem;
  }

  .show-btns>a:not(:last-child) {
    margin-right: auto;
  }

  .certificate{
    flex-direction: column;
  }

  .certificate>li{
    margin-bottom:1rem;
    width: 100%;
  }

  .certificate p{
    font-size: 1rem;
    margin-top: .5rem;
  }

  .certificate>li:nth-child(2) p{
    display: block;
  }
  
  .certificate>li:first-child p{
    position: relative;
    left: 0;
  }

  .tab-switch-items{
    padding: 0 1rem;
  }

  .tab-switch {
    width: 100%;
    margin-top: -40px;
    height: 40px;
  }

  .report-images{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .report-images>img{
    width: 100%;
    margin-bottom: 1rem;
  }

  .performance-banner-content button{
    margin-bottom: 1rem;
  }
  
  .performance-banner-content .newbtn{
    margin-left:0;
    margin-bottom: 1rem;
  }
  
  .performance-banner-content .add{
    margin-bottom: 3rem;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between
  }

  .performance-banner-content .add:after{
    content:"";
    width:100px
  }
  
    .classic-customer-cases>li{
    width: 48%;
    padding: 2rem 1rem 1rem;
    margin-bottom: 1rem;
  }
  
  .classic-customer-cases>li h3{
    font-size: 1rem;
  }
  
  .classic-customer-cases>li p{
    font-size: 14px;
    color: #666666;
  }

  
  .classic-customer-cases>li img{
    position: absolute;
    width: 3rem;
    height: auto;
    right: 10px;
    bottom: 10px;
  }

  .classic-customer-cases>li a{
    font-size: 12px;
  }
  
  .reasons-for-choosing-us {
    width: 100%;
}

.choose-reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) {
    flex-direction: row-reverse;
}


.reasons-for-choosing-us .choose-reason-item:nth-child(odd) .choose-reason-img {
    margin-left: 20px;
}

.reasons-for-choosing-us .choose-reason-item:nth-child(even) .choose-reason-img {
    margin-right: 20px;
}

.choose-reason-item+.choose-reason-item {
    margin-top: 60px;
}

.choose-reason-desc {
    box-sizing: border-box;
    padding: 25px 25px 35px 36px;
    border-left: 3px solid transparent;
    border-image: linear-gradient(to bottom, #165DFF, rgba(247, 249, 254, 0.00) 100%) 1;
    background: linear-gradient(180deg, #F7F9FE 0%, rgba(247, 249, 254, 0.00) 100%);
    max-width: 400px;
}

.choose-reason-desc h3 {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.choose-desc-list {
    margin-top: 10px;
}

.choose-desc-list+h3 {
    margin-top: 30px;
}

.choose-desc-list>li {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 171.429% */
    list-style-type: disc
}

.choose-reason-img {
    flex: 1;
}

.choose-reason-img img {
    width: 100%;
}
}