/*************/
.home {
  min-width: 1900px;
  margin-top: 100px;
}

#banner {
  height: 632px;
}

.banner {
  width: 1880px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

#banner .img {
  position: absolute;
}

#banner .img > li {
  position: relative;
  float: left;
}

#banner .img > li > img {
  width: 1880px;
  height: 632px;
}

.banner-1 > div {
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  width: 1300px;
  margin: 0 auto;
}

.banner-1 h1 {
  font-size: 56px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  /* line-height: 26px; */
  letter-spacing: 1.68px;
}

.banner-1 h2 {
  height: 170px;
  margin: 55px 0 24px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 0.48px;
}

.banner-1 h3 {
  width: 172px;
  height: 55px;
  margin: 0 auto;
  background: #1075c8;
  border-radius: 28px;
  cursor: pointer;
}

.banner-1 h3 img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.banner-1 h3 p {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 11px;
  letter-spacing: 2.88px;
}

.num {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  font-size: 0;
  transform: translate(-50%, 0);
}

.num li {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}

.num li.active {
  background: #fff;
}

/* 培训项目 */
.train_center {
  width: 1300px;
  margin: 0 auto;
  padding: 90px 0 50px 0;
}

.train_nav {
  display: flex;
  align-items: center;
}

.train_nav img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}

.train_nav h6 {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
}

.train_nav b {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 50%;
  background: #333;
}

.train_nav span {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.48px;
}

.train_center ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}

.train_center li {
  width: 413px;
  height: 392px;
  padding: 12px 12px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 28px 20px 0;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.train_center li:nth-child(3n) {
  margin-right: 0;
}

.train_center li:hover {
  transform: translateY(-10px);
  transition: all 300ms;
  cursor: pointer;
}

.train_center li .img_box {
  width: 389px;
  height: 215px;
  margin-bottom: 20px;
}

.train_center li .img_box img {
  width: 100%;
  height: 100%;
}

.train_center .info_box {
  padding: 0 12px;
  margin-bottom: 26px;
}

.train_center .info_box h6 {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.train_center .info_box p {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.48px;
}

.train_center li > span {
  display: block;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: rgba(16, 117, 200, 0.1);
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #1075c8;
  letter-spacing: 0.8px;
}

.train_center li > span:hover {
  background: #1075c8;
  color: #fff;
  transition: all 300ms;
}

/* 专家 */
.specialist {
  min-width: 1880px;
  height: 630px;
  background: linear-gradient(180deg, #e6f0ff, #d8eaff 99%);
  border-radius: 16px;
  margin-bottom: 20px;
}

.specia_body {
  width: 1300px;
  margin: 62px auto 140px;
}

.specia_nav {
  display: flex;
  align-items: center;
  height: 56px;
  background: url(/index/images/specia.png) no-repeat left center / 56px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.specia_nav h6 {
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.84px;
  margin-right: 10px;
}

.specia_nav span {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.48px;
}

.expert-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expert-box ul {
  display: flex;
  width: 1148px;
}

.expert-box > h2 {
  width: 56px;
  height: 56px;
  cursor: pointer;
}

.expert-box > h2:nth-child(1) {
  margin-right: 20px;
  background: url(/index/images/specia-left.png) no-repeat left center / 56px;
}

.expert-box > h2:nth-child(1):hover {
  background: url(/index/images/sp-l-gl.png) no-repeat left center / 56px;
}

.expert-box > h2:nth-child(3) {
  margin-left: 20px;
  background: url(/index/images/specia-right.png) no-repeat left center / 56px;
}

.expert-box > h2:nth-child(3):hover {
  background: url(/index/images/sp-r-gl.png) no-repeat left center / 56px;
}

.expert-box ul li {
  display: flex;
  flex-wrap: wrap;
  width: 1148px;
}

.expert-item {
  position: relative;
  width: 362px;
  height: 318px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  margin: 0 28px 30px 0;
}

.expert-item:nth-child(4),
.expert-item:nth-child(5),
.expert-item:nth-child(6) {
  margin-bottom: 0;
}

.expert-item:nth-child(3n) {
  margin-right: 0;
}

.expert-item > h1 {
  display: flex;
  align-items: center;
}

.expert-item > h1 > img {
  width: 62px;
  height: 62px;
  margin-right: 18px;
}

.expert-item > h1 p:nth-child(1) {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #16133e;
}

.expert-item > h1 p:nth-child(2) {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #999999;
}

.expert-item > p {
  margin-top: 34px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #767676;
  line-height: 38px;
}

.expert-item b {
  position: absolute;
  right: 42px;
  bottom: 48px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #1075c8;
  cursor: pointer;
}

/* 修改密码 */
.change-password-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(51, 51, 51, 0.5);
}

.change-password-pop > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 676px;
  height: 490px;
  padding: 40px 48px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0px 15px 30px 0px rgba(30, 52, 156, 0.16);
}

.change-password-pop h1 p {
  margin-left: 8px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.change-password-pop h2 {
  margin: 22px 0 53px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 32px;
}

.change-pp-item {
  position: relative;
  width: 580px;
  height: 42px;
  padding: 0 10px;
  margin-top: 30px;
  box-sizing: border-box;
  background: #fafafa;
  border-radius: 4px;
}

.change-pp-item p {
  width: 83px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  letter-spacing: 0.48px;
}

.change-pp-item b {
  width: 2px;
  height: 12px;
  margin: 0 10px;
  background: #e3e3e3;
}

.change-pp-item input {
  flex: 1;
  height: 100%;
  background: none;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  letter-spacing: 0.48px;
}

.change-pp-item img {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.change-pp-item span {
  position: absolute;
  right: 10px;
  top: -22px;
  display: none;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: right;
  color: #ff6f6f;
  letter-spacing: 0.42px;
}

.change-password-btn {
  margin-top: 66px;
}

.change-password-btn p {
  width: 285px;
  height: 38px;
  border-radius: 6px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0.24px;
  cursor: pointer;
}

.change-password-btn p:nth-child(1) {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #999999;
}

.change-password-btn p:nth-child(2) {
  background: #1075c8;
  color: #ffffff;
}

.public-hint-window {
  position: fixed !important;
}

/* 购课报名 */
.course-purchase {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.course-purchase > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 581px;
  padding: 40px 50px 50px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(30, 52, 156, 0.16);
}
.course-purchase > div section img {
  position: relative;
  top: 2px;
}

.course-purchase h1 p {
  margin-left: 5px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
}

.course-purchase h2 {
  cursor: pointer;
}

.course-purchase h2 p {
  margin-right: 5px;
  font-size: 16px;
  font-family: PingFang HK, PingFang HK-Regular;
  font-weight: 400;
  text-align: right;
  color: #1075c8;
  letter-spacing: 0.24px;
}

.course-purchase ul {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.course-purchase ul p {
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #16133e;
  line-height: 28px;
}

.course-purchase h4 {
  width: 800px;
  height: 46px;
  margin-top: 30px;
  background: rgba(16, 117, 200, 0.1);
  border-radius: 4px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #1075c8;
  line-height: 46px;
  letter-spacing: 0.48px;
  cursor: pointer;
}
