.content {
  padding-bottom: 10px;
}

.content .title {
  width: 100%;
  text-align: center;
  padding: 45px 0;
  color: #55504C;
  box-sizing: border-box;
  letter-spacing: 3px;
  font-size: 38px;
  font-weight: 500;
}

.second_bar {
  display: flex;
  justify-content: center;
}

.bar-in {
  width: 80vw;
  min-width: 1200px;
  position: relative !important;
  display: flex;
  justify-content: center;
}

.bar-in.h130 {
  height: 130px;
}

.bar-in .bar-bullet {
  opacity: 1;
}

.bar-in .bar-bullet-active {
  background: #61B0FF !important;
  color: #fff !important;
}

.bar-bullet-active::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 47%;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
  border-color:#61B0FF transparent transparent transparent;
}

.second_bar .item {
  position: relative;
  display: inline-block;
  flex: 1;
  height: 52px;
  background-color: #dcdcdc;
  border-right: 1px solid #fff;
  line-height: 52px;
  letter-spacing: 2px;
  border-radius: 0;
  font-weight: 500;
  color: #55504C;
  z-index: 0;
  text-align: center;
  cursor: pointer;
}

.second_bar .item.sublist_show { 
  -webkit-animation: item_show 0.3s ease-out both;
}
.second_bar .item.sublist_hide { 
  -webkit-animation: item_hide 0.15s ease-out both;
}

.second_bar .item.sublist_hide2 { 
  -webkit-animation: item_hide2 0.15s ease-out both;
}

@keyframes item_show {
  0%{color: #fff; background-color: #dcdcdc;z-index: 1;}
  100%{color: #fff;background: #61B0FF;z-index: 1;}
}
  
@keyframes item_hide {
  0%{color: #fff;background: #61B0FF; z-index: 1;}
  100%{color: #55504C; background-color: #dcdcdc;z-index: 1;}
}

@keyframes item_hide2 {
  0%{color: #fff;background: #61B0FF; z-index: 1;}
  100%{color: #fff; background-color: #61B0FF;z-index: 1;}
}

/**/
.t_tran.t_show { 
  -webkit-animation: t_show 0.3s ease-out both;
}
.t_tran.t_hide { 
  -webkit-animation: t_hide 0.15s ease-out both;
}



@keyframes t_show {
  0%{ -webkit-transform:scale(1, 1); }
  100%{  -webkit-transform:scale(1.2, 1.15); }
}
  
@keyframes t_hide {
  0%{  -webkit-transform:scale(1.2, 1.15);}
  100%{ -webkit-transform:scale(1, 1);}
}

.bar-in .downLevel {
  position: absolute;
  height: 52px;
  padding: 15px 0;
  box-sizing: border-box;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  bottom: calc(52px - 140px);
  left: 50%;
  transform: translateX(-50%);
}

.bar-in .downLevel div {
  padding: 0px 40px;
  white-space: nowrap;
  color: #7E7E7E;
  position: relative;  
  border-right: 1px solid #282828;
  display: flex;
  align-items: center;
}

.bar-in .downLevel div:hover {
  color: #282828;
}

.bar-in .downLevel div:last-child {
  border-right: none;
}

.bar-in .downLevel div.active {
  color: #282828;
}

.bar-in .downLevel div.active::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100px;
  height: 2px;
  background-color: #282828;
}

.industryCase{
  width: 80vw;
  min-width: 1200px;
  margin: 0 auto 30px;
  text-align:center;
}
.industryCase>div:nth-child(1){
  font-size:28px;
  font-family:SourceHanSansSC-Regular;
  font-weight:400;
  color:#55504C;
  margin:44px 0  13px 0;
}
.industryCase>div:nth-child(2){
  width:91px;
  height:0px;
  background:#61B0FF;
  margin:0 auto;
}
.industryCase>div:nth-child(3){
  color:#8F8F8F;
  font-size:16px;
  font-family:SourceHanSansSC-Normal;
  font-weight:400;
  line-height:24px;
  margin-top:20px;
}

.info {
  width: 80vw;
  min-width: 1200px;
  margin: 0 auto;
  margin-top:50px;
}

/* 出租车 */
.textCar .t_01 {
  width: 100%;
  height: calc(80vw / 2.98);
  min-height: calc(1200px / 2.98);
  background:url(../../imgs/carNet/solution/t_01.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_02 {
  width: 100%;
  height: calc(80vw / 2.38);
  min-height: calc(1200px / 2.38);
  background:url(../../imgs/carNet/solution/t_02.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_03 {
  width: 100%;
  height: calc(80vw / 1.57);
  min-height: calc(1200px / 1.57);
  background:url(../../imgs/carNet/solution/t_03.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_04 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_04.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.textCar .t_contain {
  width: calc(80vw / 1.76);
  min-width: calc(1200px / 1.76);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
}
.textCar .t_04 .t_04_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_04_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_05 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_05.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.textCar .t_05 .t_05_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_05_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_06 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_06.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.textCar .t_06 .t_06_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_06_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_07 {
  width: 100%;
  height: calc(80vw / 2.34);
  min-height: calc(1200px / 2.34);
  background:url(../../imgs/carNet/solution/t_07.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_08 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_08.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_09 {
  width: 100%;
  height: calc(80vw / 1.74);
  min-height: calc(1200px / 1.74);
  background:url(../../imgs/carNet/solution/t_09.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_10 {
  width: 100%;
  height: calc(80vw / 1.75);
  min-height: calc(1200px / 1.75);
  background:url(../../imgs/carNet/solution/t_10.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.textCar .t_11 {
  width: 100%;
  height: calc(80vw / 1.52);
  min-height: calc(1200px / 1.52);
  background:url(../../imgs/carNet/solution/t_11.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

/* 网约车 */
.onlineCar .t_01 {
  width: 100%;
  height: calc(80vw / 2.98);
  min-height: calc(1200px / 2.98);
  background:url(../../imgs/carNet/solution/t_12.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_02 {
  width: 100%;
  height: calc(80vw / 2.38);
  min-height: calc(1200px / 2.38);
  background:url(../../imgs/carNet/solution/t_02.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_03 {
  width: 100%;
  height: calc(80vw / 1.57);
  min-height: calc(1200px / 1.57);
  background:url(../../imgs/carNet/solution/t_03.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_04 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_04.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.onlineCar .t_contain {
  width: calc(80vw / 1.76);
  min-width: calc(1200px / 1.76);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
}
.onlineCar .t_04 .t_04_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_04_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_05 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_05.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.onlineCar .t_05 .t_05_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_05_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_06 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_06.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.onlineCar .t_06 .t_06_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_06_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_07 {
  width: 100%;
  height: calc(80vw / 2.34);
  min-height: calc(1200px / 2.34);
  background:url(../../imgs/carNet/solution/t_07.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_08 {
  width: 100%;
  height: calc(80vw / 2.83);
  min-height: calc(1200px / 2.83);
  background:url(../../imgs/carNet/solution/t_13.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_09 {
  width: 100%;
  height: calc(80vw / 1.64);
  min-height: calc(1200px / 1.64);
  background:url(../../imgs/carNet/solution/t_14.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_11 {
  width: 100%;
  height: calc(80vw / 1.56);
  min-height: calc(1200px / 1.56);
  background:url(../../imgs/carNet/solution/t_15.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.onlineCar .t_12 {
  width: 100%;
  height: calc(80vw / 3);
  min-height: calc(1200px / 3);
  background:url(../../imgs/carNet/solution/t_16.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

/* 两客一危 */
.twoCar .t_17 {
  width: 100%;
  height: calc(80vw / 2.98);
  min-height: calc(1200px / 2.98);
  background:url(../../imgs/carNet/solution/t_17.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar .text_warp {
  width: 100%;
  height: calc(80vw / 8);
  min-height: calc(1200px / 8);
  display: flex;
}
.twoCar .text_warp div {
  flex: 1;
  padding-right: 60px;
  box-sizing: border-box;
  font-size: 14px;
  color: #8F8F8F;
  line-height: 25px;
  letter-spacing: 1px;
}

.twoCar .t_18 {
  width: 100%;
  height: calc(80vw / 3.73);
  min-height: calc(1200px / 3.73);
  background:url(../../imgs/carNet/solution/t_18.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_19 {
  width: 100%;
  height: calc(80vw / 1.87);
  min-height: calc(1200px / 1.87);
  background:url(../../imgs/carNet/solution/t_19.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.twoCar .t_contain {
  width: calc(80vw / 1.76);
  min-width: calc(1200px / 1.76);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
}
.twoCar .t_20 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_20.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.twoCar .t_20 .t_20_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_20_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar .t_21 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_21.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.twoCar .t_21 .t_21_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_21_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar .t_22 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_22.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.twoCar .t_22 .t_22_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_22_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar .t_23 {
  width: 100%;
  height: calc(80vw / 2.3);
  min-height: calc(1200px / 2.3);
  background:url(../../imgs/carNet/solution/t_23.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}
.twoCar .t_23 .t_23_1 {
  margin: 0 auto;
  width: calc(80vw / 2.28);
  min-width: calc(1200px / 2.28);
  height: calc(80vw / 2.4);
  min-height: calc(1200px / 2.4);
  background:url(../../imgs/carNet/solution/t_23_1.png)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_24 {
  width: 100%;
  height: calc(80vw / 2.33);
  min-height: calc(1200px / 2.33);
  background:url(../../imgs/carNet/solution/t_24.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_25 {
  width: 100%;
  height: calc(80vw / 2.83);
  min-height: calc(1200px / 2.83);
  background:url(../../imgs/carNet/solution/t_25.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_26 {
  width: 100%;
  height: calc(80vw / 1.35);
  min-height: calc(1200px / 1.35);
  background:url(../../imgs/carNet/solution/t_26.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_27 {
  width: 100%;
  height: calc(80vw / 2.1);
  min-height: calc(1200px / 2.1);
  background:url(../../imgs/carNet/solution/t_27.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}

.twoCar  .t_28 {
  width: 100%;
  height: calc(80vw / 3);
  min-height: calc(1200px / 3);
  background:url(../../imgs/carNet/solution/t_28.jpg)no-repeat;
  background-size: 100% ;
  position:relative;
}