.one-time{
  width: 100%;
  height: 320px;
  background: url(../img/things/banner.png);
  text-align: center;
}
.time-nav{
  padding: 0 30px;
  box-sizing: border-box;
}

.one-time .time-nav h2{
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  padding-top: 65px;
  margin-bottom: 30px;
}
.one-time .time-list li{
  display: inline-block;
  text-align: center;
}

.one-time .time-list li p{
  color: #fff;
  width: 110px;
  height: 30px;
  background: url(../img/things/text-bg.png);
  line-height: 30px;
  text-align: center;
  background-size: 100% 100%;
}

.oneTime-top{
  width: 100%;
  height: 130px;
  background:#fff url(../img/things/top-bg.png);
  background-size: 100% 100%;
  margin-top: -95px;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  border-radius: 8px 8px 0 0;
  width: 1180px;
  margin: -95px auto 0;
}


.oneTime-top h2{
  width: 608px;
  margin: 0 auto;
  padding: 27px 0 26px;
  font-size: 20px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: url(../img/things/title-line.png) no-repeat 50%;
  background-size: 100%;
}
.oneTime-top h2 img{
  margin-left: 10px;
}
.oneTime-nav{
  position: absolute;
  bottom: 0;
  left: 190px;
  height: 50px;
}
.oneTime-nav span{
  width: 195px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: url(../img/things/bg.png);
  background-size: 100% 100%;
  display: inline-block;
  font-size: 18px;
  color: #222;
  cursor: pointer;
}
.oneTime-nav span.on{
  width: 230px;
   background: url(../img/things/bg-on.png);
  background-size: 100% 100%;
  color: #fff;
}
.oneTime-top .search{
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.oneTime-top .search input{
  width: 220px;
  padding: 9px 15px;
  box-sizing: border-box;
  line-height: 20px;
  border: 1px solid #DBE7F1;
  outline: none;
  font-size: 15px;
}
.oneTime-top .search input::placeholder{
  color: #999;
}
.oneTime-top .search button{
  width: 64px;
  height: 40px;
  border-radius: 4px;
  background: #4A8AFA;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: 0;
  margin-left: -15px;
}
.oneTime-bottom{
  padding: 0 30px 30px;
  box-shadow: 0px 0px 18px 0px rgba(166, 183, 171, 0.24);
  border-radius: 0 0 8px 8px;
  width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
.timeTab-title{
  text-align: left;
  padding: 20px 0;
}
.timeTab-title span{
  font-size: 16px;
  color: #222;
}
.timeTab-title span b{
  font-weight: normal;
  color: #ff5b01;
  font-size: 16px;
}
.timeTab-title a{
  float: right;
  font-size: 16px;
  color: #9baab9;
}
.timeTab-fl{
  width: 265px;
  height: 758px;
  overflow-y: auto;
}
.timeTab-fl::-webkit-scrollbar {
    width: 4px;
    height: 1px
}

.timeTab-fl::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px #77787d;
    background: #77787d
}

.timeTab-fl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #d9dce4;
    border-radius: 4px;
    background: #d9dce4
}
.timeTab-fl ul li{
  text-align: left;
  margin-bottom: 10px;
}
.timeTab-fl ul li span{
  background-color: rgb(234, 239, 243);
  width: 250px;
  padding: 0 20px;
  box-sizing: border-box;
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  font-size: 15px;
  color: #222;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeTab-fl ul li.on{
  background: url(../img/things/xz-bg.png);
  background-size: 100% 100%;
}
.timeTab-fl ul li.on span{
  background: transparent;
  color: #fff;
}
.timeTab-fr{
  background: #f7f9fa;
  border: 1px solid #95b1d6;
  padding: 20px 35px;
  width: 855px;
  border-radius: 0 5px 5px 0;
  text-align: left;
  height: 758px;
  box-sizing: border-box;
}
.timeTab-fr h2{
  font-size: 18px;
  color: #000022;
  font-weight: normal;
}
.timeTab-fr .select-city{
  line-height: 60px;
  border-bottom: 1px solid #dde4e8;
  font-size: 15px;
  color: #000022;
}
.timeTab-fr .select-cityContent{
  line-height: 60px;
  border-bottom: 1px solid #dde4e8;
}
.timeTab-fr .select-cityContent span{
  display: inline-block;
  line-height: 60px;
  font-size: 15px;
  color: #000022;
  margin-right: 35px;
}
.timeTab-fr h3{
  font-size: 15px;
  color: #4D8CFE;
  font-weight: bolder;
  margin: 20px 0;
  display: inline-block;
  position: relative;
}
.timeTab-fr h3:after{
  content: '';
  width: 100%;
  height: 10px;
  background: url(../img/things/title-bg.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.timeTab-fr .banli-ul li{
  width: 255px;
  height: 170px;
  background: url(../img/things/ts-bg.png);
  background-size: 100% 100%;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-right: 8px;
}
.timeTab-fr .banli-ul li:nth-child(3n){
  margin-right: 0;
}
.timeTab-fr .banli-ul li .top .top-content{
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.timeTab-fr .banli-ul li .top .top-content p{
  font-size: 15px;
  color: #222;
}
.timeTab-fr .banli-ul li .top .top-content p b{
  font-size: 18px;
  color: #004a95;
  font-weight: normal;
}
.timeTab-fr .banli-ul li img{
  margin: 20px 0 7px;
}
.timeTab-fr .banli-ul li  h2{
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
.timeTab-fr .jcbl li{
  width: 145px;
  height: 170px;
  border-radius: 8px;
  padding: 30px 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 13px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.timeTab-fr .jcbl {
  padding-top: 10px;
}
.timeTab-fr .jcbl li:hover{
  transform: translateY(-10px);
}
.timeTab-fr .jcbl li p{
font-size: 15px;
font-weight: bolder;
color: #fff;
display: -webkit-box;
word-break: break-all;
text-overflow:ellipsis;
overflow: hidden;
white-space: pre-line;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
}
.timeTab-fr .jcbl li span{
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.timeTab-fr .jcbl li:after{
  content: '';
  width: 90px;
  height: 120px;
  background: url(../img/things/over.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  right: 0;
}
.timeTab-fr .jcbl li:nth-child(n){
  background: #7fc6f5;
}
.timeTab-fr .jcbl li:nth-child(2n){
  background: #6591c4;
}
.timeTab-fr .jcbl li:nth-child(3n){
  background: #8795d1;
}
.timeTab-fr .jcbl li:nth-child(4n){
  background: #d6ab79;
}
.timeTab-fr .jcbl li:nth-child(5n){
  background: #5393d3;
  margin-right: 0;
}
.timeTab-fr .bl-div{
  margin: 40px 0;
}
.timeTab-fr .bl-div span:first-child{
  width: 195px;
  height: 55px;
  border: 1px solid #3C87FC;
  text-align: center;
  box-sizing: border-box;
  line-height: 53px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  color: #3C87FC;
  background: #fff;
  margin-right: 20px;
}
.timeTab-fr .bl-div span:first-child img{
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.timeTab-fr .bl-div span:nth-child(2){
  width: 195px;
  height: 55px;
  border: 1px solid #3C87FC;
  text-align: center;
  box-sizing: border-box;
  line-height: 53px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  color: #3C87FC;
  background: #fff;
  margin-right: 20px;
}
.timeTab-fr .bl-div span:nth-child(2) img{
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
.timeTab-fr .bl-div span:last-child{
  width: 195px;
  height: 55px;
  border: 1px solid #3C87FC;
  text-align: center;
  box-sizing: border-box;
  line-height: 53px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background: #3C87FC;
}
.timeTab-fr .bl-div span:last-child img{
  margin-left: 10px;
  vertical-align: middle;
}

.oneTime-content .service{
  text-align: left;
}
.oneTime-content .service .service-title{
  width: 608px;
  margin: 0 auto;
  padding: 27px 0 26px;
  font-size: 20px;
  font-family: PingFangSC-Medium,PingFang SC;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: url(../img/things/title-line.png) no-repeat 50%;
  background-size: 100%;
}
.oneTime-content .service .service-title img{
  margin-left: 15px;
}
.oneTime-content .service-ul  li{
  width: 285px;
  height: 170px;
  position: relative;
  float: left;
  margin-right: 12px;
  text-align: center;
}
.oneTime-content .service-ul  li img{
  width: 100%;
  height: 100%;
}
.oneTime-content .service-ul  li h2{
  font-size: 21px;
  color: #fff;
  padding-top: 66px;
  font-weight: 400
}
.oneTime-content .service-ul  li p{
  display: inline-block;
  width: 70px;
  height: 4px;
  background: url(../img/things/jump.png) no-repeat 50%;
  background-size: 100% 100%;
  cursor: poniter;
  margin-top: 8px;
}

.oneTime-content .service-ul li:nth-child(4){

  margin-right: 0;
}
.oneTime-content .service-ul li .mask{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.59);
  cursor: pointer;
  box-sizing: border-box;
}
.oneTime-content .service-ul li:hover .mask{
  background-color: rgba(40,112,225,.79);
}
.slideBox-ts{
  position: relative;
  padding: 0 45px;
}
.slideBox-ts .prev,.slideBox-ts .next{
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.slideBox-ts .prev{
  left: 0;
}
.slideBox-ts .next{
  right: 0;
}
.oneTime-content .hd-ul{
  margin-bottom: 50px
}
.oneTime-content .hd-ul  li{
  width: 385px;
  height: 120px;
  position: relative;
  float: left;
  margin-right: 12px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 0px rgba(166, 183, 171, 0.24);
  background: #fff;
}

.oneTime-content .hd-ul  li img{
  float: left;
  margin-top: 3px;
}
.oneTime-content .hd-ul  li .hd-content{
  padding-left: 60px;
}
.oneTime-content .hd-ul  li h2{
  font-size: 18px;
  color: #222;
}
.oneTime-content .hd-ul  li p{
  font-size: 15px;
  color: #888;
}
.oneTime-content .hd-ul li:last-child{
  margin-right: 0;
}
.oneTime-content .hd-ul  li .hd-content span{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 50px;
  height: 1px;
  background: #004a95;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
}
.oneTime-content .hd-ul  li:hover span{
  width: 325px;
}
.timeTab-content .device{
  position: relative;
}
.timeTab-content .device  .prev, .timeTab-content .device  .next {
    position: absolute;
    right: 57px;
    top: -45px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #e8eff5;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
}

.timeTab-content .device .next {
    right: 17px;
}
.timeTab-content .device .prev:hover img, .timeTab-content .device .next:hover img {
    opacity: 0.5;
}
.oneTime-bottom .process-content{
  padding-top: 25px;
}
.oneTime-bottom .timeTab-process{
  position: relative;
  width: 1040px;
  margin: 0 auto;
  height: 130px;
  display: flex;
  justify-content: space-between;

}
.oneTime-bottom .timeTab-process::after{
  content: '';
  width: 92%;
  height: 4px;
  background: #f6f6f6;
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: 5px;
}
.oneTime-bottom .timeTab-process li{
  float: left;
  text-align: center;
  padding: 20px 0;
  width: 95px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  border: 1px solid transparent;
}
.oneTime-bottom .timeTab-process li span{
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.oneTime-bottom .timeTab-process li:nth-child(1) span{
  background: url(../img/things/process01.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(2) span{
  background: url(../img/things/process02.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(3) span{
  background: url(../img/things/process03.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(4) span{
  background: url(../img/things/process04.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(5) span{
  background: url(../img/things/process05.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(6) span{
  background: url(../img/things/process06.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(7) span{
  background: url(../img/things/process07.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(8) span{
  background: url(../img/things/process08.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(9) span{
  background: url(../img/things/process09.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(10) span{
  background: url(../img/things/process10.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(11) span{
  background: url(../img/things/process11.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(1):hover span,.oneTime-bottom .timeTab-process li:nth-child(1).on span{
  background: url(../img/things/process-on01.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(2):hover span,.oneTime-bottom .timeTab-process li:nth-child(2).on span{
  background: url(../img/things/process-on02.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(3):hover span,.oneTime-bottom .timeTab-process li:nth-child(3).on span{
  background: url(../img/things/process-on03.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(4):hover span,.oneTime-bottom .timeTab-process li:nth-child(4).on span{
  background: url(../img/things/process-on04.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(5):hover span,.oneTime-bottom .timeTab-process li:nth-child(5).on span{
  background: url(../img/things/process-on05.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(6):hover span,.oneTime-bottom .timeTab-process li:nth-child(6).on span{
  background: url(../img/things/process-on06.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(7):hover span,.oneTime-bottom .timeTab-process li:nth-child(7).on span{
  background: url(../img/things/process-on07.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(8):hover span,.oneTime-bottom .timeTab-process li:nth-child(8).on span{
  background: url(../img/things/process-on08.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(9):hover span,.oneTime-bottom .timeTab-process li:nth-child(9).on span{
  background: url(../img/things/process-on09.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(10):hover span,.oneTime-bottom .timeTab-process li:nth-child(10).on span{
  background: url(../img/things/process-on10.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li:nth-child(11):hover span,.oneTime-bottom .timeTab-process li:nth-child(11).on span{
  background: url(../img/things/process-on11.png);
  background-size: 100% 100%;
}
.oneTime-bottom .timeTab-process li .yuan{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #e4e4e4;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 6px 0;
}
.oneTime-bottom .timeTab-process li.on,.oneTime-bottom .timeTab-process li:hover{
  border: 1px solid #185ea4;
  border-radius: 10px;
}
.oneTime-bottom .timeTab-process li:hover .yuan,.oneTime-bottom .timeTab-process li.on .yuan{
  border: 2px solid #185ea4;
}
.oneTime-bottom .timeTab-process li p{
  font-size: 14px;
  color: #bababa;
}
/*.oneTime-bottom .timeTab-process li:nth-child(1){
  text-align: left;
}
.oneTime-bottom .timeTab-process li:nth-child(1) span{
  margin-left: -13px;
}
.oneTime-bottom .timeTab-process li:nth-child(1) p{
  margin-left: -9px;
}*/
.oneTime-bottom .timeTab-process li:hover p,.oneTime-bottom .timeTab-process li.on p{
  color: #185ea4;
}
/*一件事*/
.oneThings-target{
  width: 1180px;
  margin: 60px auto 70px;
  border: 1px dashed #79c4cf;
  padding: 65px 50px;
  box-sizing: border-box;
  position: relative;
}
.oneThings-tilte{
  background: url(../img/things/title-ts.png);
  background-size: 100% 100%;
  width:365px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  font-size: 26px;
  font-weight: bolder;
  color: #fff;
  z-index: 10;
}
.target-content{
  text-align: left;

}
.target-content img{
  float: left;
  position: absolute;
  bottom: -60px;
  left: 50px;
}
.target-content p{
  text-indent: 2rem;
  font-size: 20px;
  color: #333;
  line-height: 35px;
  margin-left: 265px;
}
.target-content p b{
  color: #e20e01;
}
.oneThings-cooperate{
  background: #f8fafc;
  padding: 170px 115px 110px;
  position: relative;
}
.oneThings-cooperate .oneThings-tilte{
  top: 65px;
}
.oneThings-cooperate:after{
  content: '';
  width: 1549px;
  height: 357px;
  background: url(../img/things/city-bg.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.oneThings-process{
  width: 1000px;
  height: 350px;
  background: url(../img/things/lc-bg.png);
  background-size: 100% 100%;
  margin: 0 auto 50px;
}
.oneThings-process li{
  width: 335px;
  text-align: left;
  padding: 52px 40px;
  box-sizing: border-box;
}
.oneThings-process li h2{
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
  line-height: 40px;
  margin-left: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.oneThings-process li p{
  background: #e9f6fb;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}
.oneThings-process li:first-child p{
  background: #e9f6fb;
}
.oneThings-process li:first-child p b{
  color: #0a9ae3;
  font-size: 20px;
  font-weight: normal;
}
.oneThings-process li:last-child p{
  background: #e3f8ee;
}
.oneThings-process li:last-child p b{
  color: #0fb265;
  font-size: 20px;
  font-weight: normal;
}
.oneThings-conditions{
  width: 1180px;
  margin: 0 auto;
  padding: 25px 50px;
  background: linear-gradient(to bottom ,#2cb0be ,#1675a0);
  border-radius: 10px;
  z-index: 10;
  position: relative;
  box-sizing: border-box;
}
.oneThings-conditions > div{
  float: left;
}
.conditions-fl {
  width: 185px;
}
.conditions-fl img{
  margin-top: 20px;
}
.conditions-fl p{
  font-size: 26px;
  color: #fff;
  margin-top: 10px;
}
.conditions-fr{
  width: 835px;
  padding-left: 25px;
  border-left: 1px dashed rgba(255,255,255,0.3);
  text-align: left;
}
.conditions-fr h2{
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.conditions-fr h2 b{
  color: #ffa200;
  font-size: 19px;
  font-weight: bolder;
}
.conditions-fr p{
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.conditions-fr p b{
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #146677;
  border-radius: 5px;
  float: left;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
}

.communication{
  width: 1180px;
  margin: 0 auto;
}
.service-three{
  width: 1270px;
  margin: 0 auto;
}
.service-three .service-title{
  padding: 0 45px;
}
.communication .city li{
  display: inline-block;
  width: 134px;
  height: 117px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgb(166 183 171 / 24%);
  text-align: center;
  margin-right: 11px;
  margin-bottom: 15px;
  transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
}
.communication .city li img{
  width: 100%;
  height: 77px
}
.communication .city li p{
  font-size: 16px;
  color: #000;
}
.communication .city li:nth-child(8n){
  margin-right: 0px;
}
.communication .city li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #3C87FC;
}
.communication .city li:hover p{
  color: #fff;
}
/*一件事*/
.things-banner{
  width: 100%;
  height: 200px;
  background: url(../img/things/banner-things.png);
  background-size: 100% 100%;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: left;
}
.things-container{
  width: 1200px;
  margin: 0 auto;
}
.things-banner h2{
  font-size: 30px;
  color: #fff;
}
.things-banner p{
  font-size: 20px;
  color: #dde7f2;
}
.one-things{
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 35px;
  box-sizing: border-box;
}
.progress{
  position: relative;
  padding-top: 50px;
  text-align: left;
  margin-bottom: 40px;
}
.progress::after{
  position: absolute;
  content: '';
  width: 870px;
  height: 30px;
  background: url(../img/things/process-one.png);
  background-size: 100% 100%;
  top:0;
  left: 50%;
  margin-left: -435px;
}
.progress-over::after {
    position: absolute;
    content: '';
    width: 870px;
    height: 30px;
    background: url(../img/things/process-two.png);
    background-size: 100% 100%;
    top: 0;
    left: 50%;
    margin-left: -435px;
}
.progress > div{
  display: inline-block;
  text-align: left;
  position: relative;

}

.progress > div h2{
  font-size: 20px;
  color: #222;
  font-weight: normal;
}
.progress > div p{
  font-size: 16px;
  color: #222;
}
.progress > div.on h2{
  color: #3C87FC;
  font-weight: bolder;
}
.progress > div:first-child{
  margin-left: 115px;
}
.progress-item:nth-child(2){
  margin: 0 215px 0 220px;
}
.step-content{
  padding: 40px 20px;
  background: #f3f6f9;
  border-radius: 3px;
}
.step-div{
  font-size: 23px;
  color:#222;
  margin-bottom: 40px;
  text-align: left;
}
.step-div b{
  display: inline-block;
  width: 5px;
  height: 24px;
  background: #3C87FC;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
.step-first li{
  padding: 20px 30px;
}
.step-first li span{
  font-size: 18px;
  color:#222;
  width: 320px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.step-first li span b{
  color: red;
  margin-right: 15px;
}

.step-first li:nth-child(n){
  background: #fff
}
.step-first li:nth-child(2n){
  background: transparent;
}
.step-first li label{
  padding: 0 15px;
  height: 42px;
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  color:#222;
  font-weight: bold;
  background: #fdf7f8;
  border-radius: 30px;
  border:1px solid #c30310;
  margin-bottom: 8px;
  margin-right: 10px;
}
.step-first li label i{
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/things/ty.png);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.label-content input[type="radio"] {
  display: none;
}

.label-content input[type="radio"]:checked+i {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(../img/things/ty-on.png);
  background-size: 100% 100%
}

.label-content input[type="radio"]:disabled+i {
  border-color: #ccc;
}

.label-content input[type="radio"]:checked:disabled+i {
  background: #ccc;
}
.label-outer{
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 600px;
  text-align: left;
}
.label-outer .tips-p{
  font-size: 14px;
  color: #546577;
}
.label-outer input{
  width: 410px;
  height: 50px;
  border: 1px solid #004a95;
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 20px;
}
.label-content label.cur{
  background: #004a95;
  color:#fff;
}
.label-content label.cur{
  background: #004a95;
  color:#fff;
}
.label-content input[type="checkbox"] {
    display: none;
}
.check {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #004a95;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 0 25px;
    vertical-align: middle;
}
.check-inner:checked + .check::after {
    display: inline-block;
}
.step-first li label {
    padding: 0 15px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    background: #fdf7f8;
    border-radius: 30px;
    border: 1px solid #004a95;
    margin-bottom: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.check::after {
    content: "✓";
    color: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    display: none;
    text-align: center;
    position: absolute;
    top: -1px;
    left: -1px;
    line-height: 16px;
    font-size: 20px;
    border-radius: 2px;
    margin: 0px;
}
.step-button{
  text-align: center;
  margin-top: 50px;
}
.step-button button{
  height: 65px;
  line-height: 65px;
  text-align: center;
  width: 190px;
  border-radius: 8px;
  font-size: 22px;
  color:#222;
  border:none;
  outline: none;
  margin: 0 15px;
  border: 1px solid #efefef;
  background: #efefef;
}
.step-button button.next{
  background: #004A95;
  color:#fff;
  border: 1px solid #004A95;
}
.step-button button.print{
  border: 1px solid #3C87FC;
  background: #fff;
  color: #3C87FC;
}
.step-content .step-table{
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  margin-bottom: 20px;
}
.step-content .table-title{
  font-size: 18px;
  color: #222;
  font-weight: bolder;
  text-align: left;
  padding: 0 25px 15px;
  border-bottom: 1px solid #e7e8e8;
}

.step-content .table-title span{
  width: 22px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.table-content{
  padding: 0 25px;
}
.table-content table{
  width: 100%;
  table-layout: fixed;
}
.table-content table tr th{
  line-height: 50px;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
.table-content table tr td{
  line-height: 50px;
  font-size: 12px;
  color: #222;
  font-weight: normal;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table-content table tr th:nth-child(1),
.table-content table tr td:nth-child(1){
  width: 50px;
}
.table-content table tr td span{
  color: #004a95;
}
.step-table.active{
  border: 1px solid #004A95;
}
.step-table.active .table-title span{
  background: #3C87FC;
  border: 1px solid #3C87FC;
}
.step-table.active .table-title span::after{
  position:absolute;
  left:0px;
  top:-3px;
  content:"✓";
  color: #fff;
  text-align: center;
  width: 22px;
  height: 22px;
}
