@charset "utf-8";


.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.step-line-center {
    padding: 60px 0 40px;
}

.step-line-center>h2 {
    font-size: 36px;
    color: #000000;
    line-height: 1.5;
	
    text-align: center;
   font-weight: 800;
}

.step-line-center>p {
   font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
    line-height: 1.5;
    text-align: center;
    margin-top: 5px;
}

.step-Progress {
    width: 75%;
    font-size: 0;
    padding: 90px 0 70px;
    margin: 0 auto;
}

.step-Progress-li {
    width: 25%;
    display: inline-block;
    position: relative;
    height: 3px;
    background: #DDDDDD;
}

.step-Progress-li i {
    display: block;
    width: 0;
    height: 3px;
}

.step-Progress-li.hast i {
    background: #2987FF;
    width: 100%;
}

.step-Progress-li.active i {
    background: #2987FF;
    width: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
}

.step-Progress-li.guilin i {
    width: 0;
}

.step-Progress-number {
    position: absolute;
    left: 0;
    top: -25px;
    margin-left: -60px;
}

.step-Progress-number span {
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: url("../images/lbx-h.png") no-repeat;
}

.step-Progress-number p {
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    margin-top: 10px;
    width: 120px;
    text-align: center;
}

.step-Progress-number.last-step {
    left: 100%;
}

.step-Progress-number.Past span {
    background: url("../images/lbx-l.png") no-repeat;
}

.step-Progress-number.Now span {
    background: url("../images/lbx-a.png") no-repeat;
}

.step-graphic {
    background: #f6f7fb;
    padding: 30px 0 60px;
    position: relative;
}

.step-graphic-list {
    width: 100%;
    margin: 0 auto;
}

.step-graphic-li {
    font-size: 0;
    display: none;
}

.step-graphic-li.active {
    display: block;
}

.step-graphic-img {
    width: 56%;
    display: inline-block;
}

.step-graphic-img img {
    display: block;
    max-width: 100%;
}

.step-graphic-text {
    width: 44%;
    display: inline-block;
    padding: 100px 0 0;
    vertical-align: top;
}

.step-graphic-text h3 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
	  position:relative;
}
.step-graphic-text h3::after {
    content: "";
    position: absolute;
    bottom:-20px;
    left: 0;
   width: 60px;
height: 1px;
background: #2987FF;
  
}
.step-graphic-text p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    margin-top: 40px;
}

.step-i {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 0;
}

.step-i li {
    display: inline-block;
    background: #D1E8FF;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

.step-i li.active {
    width: 25px;
   background: #2886FF;
}

