@charset "UTF-8";

.fuwu {
  padding: 30px 0 160px;
}

/*banner*/
.banner {
  width: 100%;
  height: 500px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

/*1定制留学方案*/
.bg-one {
  width: 1140px;
  height: 310px;
  box-sizing: border-box;
  border-bottom: 2px dashed #007aff;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}

.bg-one .num {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fafafa;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #007aff;
}

.c-left {
  float: left;
  width: 60%;
  padding-left: 50px;
  box-sizing: border-box;
  text-align: left;
}

.c-right {
  display: block;
  float: right;
  width: 308px;
  text-align: right;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

/* 奇数 */
.fuwu .bg-one:first-child::before {
  border-radius: 0 0 0 25px;
}

.fuwu .bg-one:first-child .c-left {
  top: 22%;
}

.fuwu .bg-one:first-child {
  padding-top: 0px;
}

.bg-one:nth-child(2n+1)::before {
  content: '';
  display: block;
  width: 37px;
  height: 100%;
  border-radius: 25px 0 0 25px;
  border-left: 2px dashed #007aff;
  position: absolute;
  left: -23px;
  top: 1px;
}

.bg-one:nth-child(2n+1) .c-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.bg-one:nth-child(2n+1) .c-left .num {
  position: absolute;
  left: -50px;
}

.bg-one:nth-child(2n+1) .c-right {
  margin-right: 30px;
}

/* 偶数 */
.bg-one:nth-child(2n)::before {
  content: '';
  display: block;
  width: 37px;
  height: 100%;
  border-right: 2px dashed #007aff;
  border-radius: 0 25px 25px 0;
  position: absolute;
  right: -23px;
  top: -2px;
}

.fuwu .bg-one:nth-child(2n) .c-left {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  padding-right: 30px;
  box-sizing: border-box;
}

.fuwu .bg-one:nth-child(2n) .c-left .num {
  position: absolute;
  right: -45px !important;
  top: 0;
}

.fuwu .bg-one:nth-child(2n) .c-right {
  float: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px;
}

.bg-one:nth-child(2n) .title {
  text-align: right;
}

.bg-one:nth-child(2n) .ftitle {
  float: right;
}

.title {
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  color: #007aff;
  padding: 10px 0;
}

.ftitle {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  width: 450px;
  text-align: justify;
}

.fuwu {
  position: relative;
}

.fuwu .btn-lx {
  display: block;
  width: 320px;
  height: 68px;
  background-color: #689eef;
  text-align: center;
  line-height: 68px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  float: right;
  position: absolute;
  bottom: -39px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fuwu .btn-lx:hover {
  background-color: #1878f5;
}

.fuwu .btn-wrap {
  width: 60%;
  height: 4px;
  background-color: #fafafa;
  content: '';
  display: block;
  position: relative;
  top: -4px
}

.text-right {
  text-align: right;
}
