.flow-course {
  background-image: url(../Image/course_process.png);
  /* height: 425px; */
  height: 330px;
  width: 120%;
  background-size: contain;
  background-repeat: no-repeat;
}
.activity-pos {
  margin-top: 27px;
  height: 101px;
}
.activity-navs {
  width: 100%;
  min-width: 1210px;
  padding: 5px 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 999;
}
.pro-session:hover {
    /* border: 1px solid #0aa1ed; */
    border: 1px solid #fb9500;
    box-shadow: 0px 0px 5px #fb9500;
}
.activity-navs .wa {
  position: relative;
  width: 1210px;
  margin: 0 auto;
}
.activity-navs .wa::before {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e99924;
  position: absolute;
  top: 57px;
}
.activity-navs .wa li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #666;
  padding: 0 60px;
  cursor: pointer;
  vertical-align: middle;
}
.activity-navs .wa li p:first-of-type {
  margin-bottom: 23px;
  position: relative;
}
.activity-navs .wa li p:first-of-type img {
  border: none;
  vertical-align: middle;
}
.activity-navs .wa li p:first-of-type a {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.activity-navs .wa li::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fb9500;
  border-radius: 50%;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.activity-navs .wa .active {
  color: #2c68ff;
}
.nav-fix {
  position: fixed;
  top: 0px;
  left: 0px;
}
.flow-chart {
  height: 310px;
  background-image: url(../Image/activety_process.jpg);
  background-size: contain;
  background-position: -105px 0;
  width: 120%;
  background-repeat: no-repeat;
}
.pro-session {
  border: 1px solid #dfd6d6;
  margin-top: 20px;
  border-radius: 15px;
  padding: 0px 15px 15px 20px;
  font-size: 12pt;
  cursor: pointer;
}
.p-subtitle {
  margin: 15px 0;
  font-weight: bold;
  padding-left: 15px;
  font-size: 18px;
}
.service-ew {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.service-ew > div:first-child {
  margin-right: 50px;
}
    .service-ew > div:first-child div {
        background-image: url(../Image/service-w.png);
    }
    .service-ew > div:last-child div {
        background-image: url(../Image/service-y.png);
    }
.service-ew > div div {
  margin-bottom: 20px;
  background-size: 70% 100%;
  width: 178px;
  height: 126px;
  background-position: center;
  background-repeat: no-repeat;
}
.service-ew > div div p {
  color: #444040;
}
.act-footer {
  background-image: url(../Image/bottom.jpg);
  background-position: right bottom;
  background-size: 100% 30%;
  background-repeat: no-repeat;
}
.act-footerr {
  background-position: right bottom;
  background-size: 100% 30%;
  background-repeat: no-repeat;
}
.act-session-bg-lg {
  background-image: url(../Image/bg-lt.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.act-session-bg-sm {
  background-image: url(../Image/bg-rb.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.to-top-activity {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  text-align: center;
  background-color: #DCE9FF;
  cursor: pointer;
  position: fixed;
  right: 8rem;
  bottom: 8rem;
  color: #A8B5BF;
  font-weight: bold;
  z-index: 20;
}
#act_menu {
  position: fixed;
  left: 0;
  top: 50%;
  width: 120px;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  border-radius: 0 8px 8px 0;
  text-align: center;
  color: #6D7278;
  z-index: 3;
  user-select: none;
  font-size: 14px;
}
#act_menu li {
  position: relative;
  padding: 16px 0;
  cursor: pointer;
  transition: color .2s;
}
#act_menu li.active {
  color: #e02020;
}
.act_btn {
  display: inline-block;
  border-radius: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  padding: 5px 28px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  cursor: pointer;
  background-color: #f01414;
  color: #fff;
  float:right;
}
