.service .service-list {
  margin: 0 -20px;
  margin-top: 40px;
  padding-bottom: 20px;
}
.service .service-list li {
  width: 412px;
  height: 136px;
  padding: 20px;
  float: left;
}
.service .service-list li .number {
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  float: left;
  color: #ff8700;
  font-weight: bold;
  background: url(../images/number.png) no-repeat center;
}
.service .service-list li span {
  padding-left: 70px;
  display: block;
}
.service .service-list li .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}
.service .service-list li .desc {
  color: #666666;
  line-height: 28px;
}
.steps {
  background: #f6f6f6;
  padding: 20px 0;
  height: 600px;
}
.steps .wrap {
  padding-top: 120px;
  position: relative;
}
.steps .wrap .step {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  text-align: center;
  background: url(../images/banyuan.png) no-repeat center;
}
.steps .wrap .step .number {
  color: #ff8700;
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  left: 60px;
  top: -10px;
}
.steps .wrap .step .txt {
  display: block;
  color: #ff8700;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.steps .wrap .step .desc {
  color: #666;
  line-height: 20px;
}
.steps .wrap .line {
  display: inline-block;
  height: 1px;
  border-top: 1px dashed #999;
  width: 100px;
  margin: 0 20px;
}
.steps .wrap .step1 {
  padding-top: 30px;
  position: relative;
  top: 20px;
}
.steps .wrap .step1 .register {
  display: block;
  margin: 10px auto;
  width: 60px;
  border-radius: 4px;
  padding: 4px;
  background: #ff8700;
  color: #fff;
  text-align: center;
}
.steps .wrap .step2 {
  padding-top: 40px;
}
.steps .wrap .step3 {
  padding-top: 60px;
}
.steps .wrap .step4 {
  padding-top: 40px;
  position: relative;
  top: -86px;
  left: -100px;
}
.steps .wrap .line1 {
  transform: rotate(-30deg);
  position: relative;
  top: -50px;
}
.steps .wrap .line2 {
  transform: rotate(30deg);
  position: relative;
  top: 50px;
  left: -144px;
}
.steps .wrap .step5 {
  padding-top: 40px;
  position: relative;
  left: 940px;
  top: -20px;
}
.answer {
  height: 500px;
  margin: 20px 0;
  background: url(../images/xzbeijing.jpg) no-repeat center;
}
.answer .line-title {
  color: #fff;
}
.answer .wrap {
  position: relative;
  top: 186px;
}
.answer .wrap .go-yuntask {
  display: block;
  width: 100px;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
  margin: 0px auto;
  margin-top: 156px;
  color: #ff8700;
}
.answer .wrap .item {
  width: 299px;
  padding: 20px;
  float: left;
  text-align: center;
}
.answer .wrap .item span {
  color: #fff;
  display: block;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
}
.answer .wrap .item .desc {
  font-weight: normal;
  font-size: 14px;
}
.price {
  margin-bottom: 40px;
}
.price .content {
  border-radius: 20px;
  border: dotted 1px #ff8700;
  margin-top: 40px;
  padding-bottom: 20px;
}
.price .content:hover {
  background-color: #f8f8f8;
}
.price .content .bar {
  width: 480px;
  height: 70px;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
}
.price .content .bar .title {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
}
.price .content .bar .vs {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff8700;
  color: #ff8700;
  font-size: 22px;
  margin: 0 60px;
}
.price .content .bar .yuntask {
  background-color: #40b067;
}
.price .content .bar .baidu {
  background-color: #999999;
}
.price .content .pk-list li {
  height: 80px;
  padding: 20px;
}
.price .content .pk-list li .icon {
  display: inline-block;
  margin: 0 20px;
  height: 60px;
  line-height: 60px;
}
.price .content .pk-list li .icon .vs {
  font-weight: bold;
  color: #fff;
  background-color: #ff8700;
  border-radius: 4px;
  padding: 10px 30px;
  margin: 0 40px;
  position: relative;
  top: -10px;
}
.price .content .pk-list li .icon .pic {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.price .content .pk-list li .icon .yes {
  background: url(../images/yes.png) no-repeat center;
}
.price .content .pk-list li .icon .no {
  background: url(../images/no.png) no-repeat center;
}
.price .content .pk-list li .text {
  color: #666;
  width: 366px;
  display: inline-block;
  height: 82px;
  vertical-align: center;
}
.price .content .pk-list li .text .subtitle {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.search {
  background: url(../images/chaxuntiao.jpg) no-repeat center;
  height: 120px;
}
.search .search-input {
  height: 54px;
  width: 460px;
  margin-left: -200px;
  display: inline-block;
  left: 50%;
  position: relative;
  top: 30px;
}
.search .search-input #keywords {
  height: 54px;
  width: 360px;
  padding-left: 20px;
  border: 0;
  outline: none;
}
.search .search-input button {
  height: 54px;
  width: 90px;
  border: 0;
  background: #ff7800;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-left: -5px;
}
.search .news {
  color: #fff;
  width: 240px;
  height: 120px;
  padding: 6px 0;
}
.search .news .title {
  font-weight: bold;
  line-height: 24px;
}
.search .news .news-list {
  color: #666666;
  line-height: 20px;
  font-size: 12px;
}
.combo {
  margin-bottom: 40px;
}
.combo .phone {
  text-align: center;
  color: #ff8700;
  line-height: 60px;
  font-size: 20px;
}
.combo .item {
  display: inline-block;
  width: 310px;
  height: 420px;
  background-color: #fcfcfc;
  border: solid 1px #dcdcdc;
}
.combo .item .title {
  text-align: center;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  background-color: #40b067;
}
.combo .item .key {
  width: 50%;
  text-align: center;
  font-weight: bold;
  float: left;
  line-height: 30px;
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
}
.combo .item .flag {
  border-left: 1px solid #dcdcdc;
  float: right;
}
.combo .item .value {
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  line-height: 30px;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.combo .item .cost {
  color: #ff8700;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.combo .item .desc {
  line-height: 24px;
  color: #666;
  padding: 10px;
}
.combo .item .desc .subtitle {
  font-weight: bold;
  padding-left: -20px;
}
.combo .item .desc .mark {
  color: red;
}
.combo .item .submit-btn {
  text-decoration: none;
  display: block;
  width: 200px;
  line-height: 40px;
  background-color: #ff8700;
  border-radius: 20px;
  text-align: center;
  margin: 20px auto;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.combo .item2 {
  margin: 0 130px;
}
.combo .item2 .title {
  background-color: #f09a57;
}
.combo .item3 .title {
  background-color: #48a0d1;
}
.promise {
  margin-bottom: 40px;
}
.promise h2 {
  margin-bottom: 40px;
}
.promise .item {
  text-align: center;
  float: left;
  width: 290px;
  border-right: 1px dashed #dcdcdc;
}
.promise .item img {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto;
}
.promise .item .subtitle {
  font-weight: bold;
  line-height: 60px;
  display: block;
  font-size: 18px;
}
.promise .item .desc {
  color: #666;
  line-height: 30px;
}
