.banner-box {
  height: 435px;
}
.banner-box .banner {
  width: 1080px;
  height: 395px;
  margin-left: 38px;
}

#conference .sign-up {
  background-color: #1884e6;
  height: 175px;
}
/* .sign-up {
	margin-bottom: 55px;
} */
.sign-up-box {
  height: 100%;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.sign-up-box .center-content {
  width: 605px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-left: 60px;
  margin-right: 50px;
  color: #fff;
  line-height: 30px;
  font-weight: 100;
}

.sign-up-box .left-content h1 {
  font-size: 24px;
  font-style: oblique;
  font-weight: 100;
  color: #86edf7;
}

.sign-up-box .left-content h2 {
  font-size: 42px;
  color: #ffffff;
  line-height: 42px;
  margin-top: 5px;
  font-weight: bold;
}
.sign-up-box .right-content {
  height: 70px;
  width: auto;
  margin-top: 10px;
  cursor: pointer;
}

.nav-menu-box {
  position: relative;
  height: 460px;
  display: flex;
  overflow: auto;
  width: 1200px;
  white-space: nowrap;
  padding: 48px 26px 0;
}
.page-right-link {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 999;
  background-image: url("../images/c-pos-bg.png");
  background-repeat: no-repeat;
  background-size: 2px 305px;

}
.nav-menu-box .page-right-link li {
  padding-left: 19px;
  cursor: pointer;
}
.nav-menu-box .page-right-link .directive-icon {
  width: 14px;
  height: 11px;
  position: absolute;
  top: 22px;
  left: -4px;
}
.nav-menu-box .page-right-link li p {
  font-size: 24px;
  color: #005dc6;
  line-height: 55px;
  font-weight: 500;
}
.nav-menu-box .page-right-link li p:hover {
  color: #ffe340 !important;
}
.nav-menu-box .page-right-link li a:hover {
  color: #ffe340 !important;
}
.nav-menu-box .page-right-link .child-list li {
  font-size: 22px;
  color: #0c8ce9;
  padding-left: 0;
  line-height: 43px;
  font-weight: 400;
}
.nav-menu-box .page-right-link .child-list li a:hover {
  color: #ffe340 !important;
}
.nav-menu-box .nav-menu-item {
  float: left;
  margin-right: 39px;
  cursor: pointer;
  border-radius: 18px;
  background: url("../images/c-cz.png");
  background-repeat: no-repeat;
  background-position: 20px 200px;
  background-size: 148px auto;
  padding: 50px 40px 0 40px;
  position: relative;
  height: 375px;
  width: 356px;
  box-shadow: 0 0 20px rgba(131, 196, 244, 0.7);
}
.nav-menu-box .nav-menu-item h3 {
  font-size: 24px;
  color: #333333;
  text-align: center;
  width: 100%;
  /*white-space: nowrap;*/
  white-space: break-spaces;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
  font-weight: bold;
}
.nav-menu-box .nav-menu-item p {
  font-size: 18px;
  margin-top: 28px;
  line-height: 34px;
  color: #333333;
  font-weight: 500;
  height: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  white-space: normal;
}
.nav-menu-box .nav-menu-item .c-go {
  position: absolute;
  right: 26px;
  bottom: 26px;
  height: auto;
  width: 23px;
}
.member-box {
  margin-top: 60px;
}
.member-box .module-title {
  font-size: 28px;
  line-height: 28px;
  color: #0086e8;
  font-weight: 900;
  text-align: center;
}
.member-box .member-content {
  padding-top: 6px;
  overflow: hidden;
  width: 1200px;
  padding: 26px;
}

.member-box .member-content .member-item {
  width: 200px;
  margin-top: 30px;
  float: left;
  height: 360px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
}
.member-box .member-content .member-item .avatar {
  width: 100%;
  height: 228px;
  border-radius: 10px;
  margin-bottom: 22px;
  box-shadow: 0 0 20px rgba(131, 196, 244, 0.7);
}
.member-box .member-content .member-item .name {
  font-size: 26px;
  color: #0086e8;
  font-weight: 400;
  margin-bottom: 4px;
  line-height: 26px;
}
.member-box .member-content .member-item .comp {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 72px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.member-box .page-icon {
  width: 100%;
  margin-top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-box .page-icon img {
  width: 30px;
  height: 30px;
}
.member-box .page-icon img:last-child {
  margin-left: 40px;
}
.review {
  padding-bottom: 65px;
}
.review .module-title {
  margin-top: 65px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #0086e8;
  font-weight: bold;
}
.review .review-content {
  overflow: hidden;
}
.review .review-content .review-content-item {
  cursor: pointer;
  float: left;
  margin-left: 36px;
  line-height: 20px;
  font-size: 20px;
  height: 388px;
  color: #000000;
}
.img-box {
  height: 265px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.review .review-content .review-content-item img {
  z-index: 1;
  width: 316px;
  height: 242px;
  box-shadow: 0 0 17px rgba(132, 196, 243, 1);
  border-radius: 10px;
}

.review .review-content .review-content-item p {
  margin-top: 17px;
}
.review .review-active .img-box {
  padding-right: 22px;
}
.review .review-active .img-box img {
  width: 430px;
  border-radius: 10px;
}
.review .review-content-item .review-item-bg {
  width: 0;
}
.review .review-active .review-item-bg {
  position: absolute;
  background-color: #e2c247;
  background-image: linear-gradient(to left, #ffcd36, #f0d854);
  right: 0;
  top: 0;
  z-index: 0;
  height: 266px;
  width: 299px;
}
.review .review-content .review-active img {
  object-fit: fill;
  box-shadow: 0 0 17px rgba(132, 196, 243, 0);
}
.review .review-content .review-active p {
  font-size: 28px;
  color: #0086e8;
}
