html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.time-line-box {
  margin-top: 40px;
}
.time-line-box ul:after {
  content: '';
  /* background: url(../images/line.png) repeat-x left bottom; */
  height: 15px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid;
}
.time-line-box ul li {
  float: left;
  width: 250px;
  position: relative;
  padding-top: 49px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 30px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 15px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 22px;
  color: #22B573;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.time-line-box ul li dl dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #22B573;
  position: absolute;
  left: -32px;
  top: 0;
  border: #2ef39a 4px solid;
  box-sizing: content-box;
}
.time-line-box ul li dl dd {
  color: #333;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 15px;
  position: relative;
}
.time-line-box ul li dl dd:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2DA891;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.time-line-box ul li:first-child {
  margin-left: 0px;
}
.time-line-box ul li:last-child {
  margin-right: 95px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -15px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  /*border-left: #2DA891 2px solid;*/
}
.time-line-box ul .item-this .layui-text {
  /*border-left: #2DA891 2px solid !important;*/
}
.layui-timeline-item .layui-timeline-content{
  width: 100%;
}
dl{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swiper-wrapper{
    padding-left: 20px;
}
.swiper-container{
    overflow: hidden;
}
.swiper-button-prev{
    transform: translate(-200%, 50%);
    top: 50%;
}
.swiper-button-next{
    transform: translate(200%, 50%);
    top: 50%;
}
.swiper-button-next, .swiper-button-prev {
    color: #27e78b !important;
}
