* {
  margin: 0;
  padding: 0;
}
html,
body {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
}
.full-100 {
  width: 100%;
}
.float-left {
  float: left;
}
.module-header {
  text-align: center;
  margin: 30px 0;
}
.module-header .header-title {
  font-size: 48px;
  color: #171c61;
  margin-bottom: 16px;
  font-weight: normal;
}
.module-header .header-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-header .header-line .line-left {
  width: 194px;
  height: 1px;
  background: linear-gradient(90deg, rgba(90, 181, 218, 0) 0%, #5ab5da 100%);
}
.module-header .header-line .header-title-en {
  font-size: 20px;
  color: #5ab5da;
  margin: 0 28px;
}
.module-header .header-line .line-right {
  width: 194px;
  height: 1px;
  background: linear-gradient(90deg, #5ab5da 0%, rgba(90, 181, 218, 0) 100%);
}
.cont .footer {
  border-left: 6px solid #5ab5da;
  padding-left: 20px;
  color: #5ab5da;
}
.cont .footer .name {
  font-size: 24px;
  flex-shrink: 0;
}
.cont .footer .job {
  font-size: 14px;
}
.modular1-bg {
  background-image: url(../images/modular1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 270px;
}
.modular1-bg .paragraph {
  line-height: 26px;
  margin-bottom: 20px;
  color: #333;
}
.cont2,
.cont3 {
  display: flex;
  position: relative;
}
.cont2 .speech-img,
.cont3 .speech-img {
  display: block;
  flex-shrink: 0;
  margin-left: 16px;
  margin-bottom: 16px;
  width: 450px;
}
.cont2 .cont-right,
.cont3 .cont-right {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
}
.cont2 .cont-right .symbol,
.cont3 .cont-right .symbol {
  width: 60px;
  margin-bottom: -24px;
}
.cont2 .cont-right .paragraph,
.cont3 .cont-right .paragraph {
  line-height: 30px;
  color: #333;
}
.cont2 .speech-img-box {
  width: 300px;
  height: 300px;
  background-color: #5ab5da;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.cont3 .cont-right {
  margin-left: 0;
}
.cont3 .speech-img {
  margin-left: 0;
  margin-right: 16px;
}
.cont3 .speech-img-box {
  width: 300px;
  height: 300px;
  background-color: #5ab5da;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.modular2-bg {
  background-color: #ceeaf2;
  padding-bottom: 50px;
}
.modular2-bg .content-item {
  display: flex;
  background-image: linear-gradient(0deg, #e9faff 0%, #ffffff 100%);
  padding: 30px;
  margin-top: 150px;
}
.modular2-bg .content-item .guest-img-box {
  position: relative;
  width: 278px;
  flex-shrink: 0;
}
.modular2-bg .content-item .guest-img-box .guest {
  display: block;
  height: 380px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.modular2-bg .layout-text-right {
  margin-left: 30px;
}
.modular2-bg .cont-rigth .text-align-right {
  font-size: 22px;
  text-align: right;
  color: rgba(90, 181, 218, 0.3);
  font-style: italic;
}
.modular2-bg .cont-rigth .symbol {
  width: 60px;
  margin-bottom: -24px;
}
.modular2-bg .cont-rigth .paragraph {
  line-height: 26px;
  margin-bottom: 20px;
  color: #333;
}
.modular2-bg .cont-rigth .footer {
  display: flex;
  align-items: center;
}
.modular2-bg .cont-rigth .footer .name {
  margin-bottom: 0;
  margin-right: 20px;
}
.modular2-bg .layout-text-left {
  margin-right: 30px;
}
.parallelogram-box {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.parallelogram-box .parallelogram-item {
  position: relative;
}
.parallelogram-box .parallelogram-item img {
  width: 100%;
}
.parallelogram-box .parallelogram-item p {
  position: absolute;
  top: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}
.forum-profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.forum-profile img {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-sizing: border-box;
}
.forum-profile p {
  text-align: center;
  margin-top: 20px;
}
.forum-profile .active img {
  border: solid 4px #5ab5da;
}
.forum-profile .active p {
  color: #5ab5da;
}
.forum-introduce {
  background-color: #eff6f9;
  padding: 20px;
  box-sizing: border-box;
  color: #333;
  margin-bottom: 30px;
  min-height: 260px;
}
.forum-introduce .symbol {
  width: 60px;
  margin-bottom: -24px;
}
.forum-introduce .text {
  line-height: 30px;
  margin-bottom: 30px;
}
.forum-introduce .footer {
  display: flex;
  align-items: center;
}
.forum-introduce .footer .name {
  margin-right: 20px;
}
.modular3-bg {
  background-image: linear-gradient(0deg, #edf3f8 0%, #ceeaf2 100%);
  padding: 30px;
  box-sizing: border-box;
}
.modular3-bg .forum-profile1 {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
}
.modular3-bg .forum-profile1 .photo {
  width: 260px;
  height: 260px;
  margin-right: 30px;
}
.modular3-bg .forum-profile1 .symbol {
  margin-bottom: -24px;
}
.modular3-bg .forum-profile1 .text {
  line-height: 26px;
  margin-bottom: 30px;
}
.modular3-bg .forum-profile1 .footer {
  display: flex;
  align-items: center;
}
.modular3-bg .forum-profile1 .footer .name {
  margin-right: 20px;
}
.modular3-bg .forum-introduce1 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.modular3-bg .forum-introduce1 .user-item .photo {
  width: 130px;
  height: 130px;
  box-sizing: border-box;
}
.modular3-bg .forum-introduce1 .user-item .name {
  text-align: center;
}
.modular3-bg .forum-introduce1 .active .photo {
  border: 4px solid #5ab5da;
}
.modular3-bg .forum-introduce1 .active .name {
  color: #5ab5da;
}
.no-bg {
  background-image: none;
}
.no-bg .forum-profile1 {
  background-color: #eff6f9;
}
.no-bg .forum-profile1 .photo {
  border-radius: 50%;
}
.no-bg .user-item .photo {
  border-radius: 50%;
}
.no-bg .user-item .active {
  border: 4px solid #5ab5da;
}
.swiper-box {
  padding-bottom: 50px;
  position: relative;
}
.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  width: 44px;
}
.swiper-box .swiper {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.swiper-box .swiper-img {
  width: 100%;
}
.modular4-bg {
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 120px;
}
.modular4-bg .mba {
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 30px;
}
.modular4-bg .mba p {
  line-height: 26px;
  margin-top: 30px;
}
.modular5-bg {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.modular5-bg .swiper-box1 {
  padding-bottom: 50px;
  position: relative;
}
.modular5-bg .swiper-box1 .swiper-button-prev,
.modular5-bg .swiper-box1 .swiper-button-next {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32%;
}
.modular5-bg .swiper-box1 .swiper {
  width: 88%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.modular5-bg .swiper-box1 .swiper-img {
  width: 100%;
}
.modular5-bg .swiper-box1 .swiper-slide .box-8 {
  display: block;
  color: #333;
}
.modular5-bg .swiper-box1 .swiper-slide .box-8 img {
  width: 100%;
}
.modular5-bg .swiper-box1 .swiper-slide .box-8:hover {
  text-decoration: underline;
}
.modular5-bg .swiper-box1 .swiper-slide .text {
  text-align: center;
}
.modular5-bg .footer {
  text-align: center;
  color: #171c61;
  margin-top: 100px;
  margin-bottom: 40px;
}
.modular5-bg .footer a {
  color: #171c61;
}
.fixed-right {
  padding: 20px 0;
  box-sizing: border-box;
  position: fixed;
  top: 30%;
  right: 30px;
  width: 170px;
  height: 524px;
  background-image: url(../images/fixed.png);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
.fixed-right img {
  display: block;
}
.fixed-right .a-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 72%;
}
.fixed-right .a-list .a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #5ab5da;
  border-radius: 22px;
  color: #fff;
  text-align: center;
}
.fixed-right .top-btn {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a81da;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .symbol {
    width: 50px;
  }
  .banner {
    display: none;
  }
  .m-banner {
    display: block !important;
    width: 100%;
  }
  .fixed-right {
    display: none;
  }
  #nav {
    display: block;
  }
  .modular1-bg {
    background-size: 150%;
    padding-bottom: 60px;
  }
  .module-header .header-title {
    font-size: 24px;
  }
  .module-header .header-line .line-left,
  .module-header .header-line .line-right {
    width: 97px;
  }
  .module-header .header-line .header-title-en {
    font-size: 12px;
  }
  .cont2,
  .cont3 {
    flex-direction: column;
  }
  .cont2 .speech-img,
  .cont3 .speech-img {
    width: 270px;
    height: 270px;
  }
  .cont2 .speech-img-box,
  .cont3 .speech-img-box {
    width: 180px;
    height: 180px;
    top: 105px;
  }
  .cont2 .cont-right,
  .cont3 .cont-right {
    padding: 20px 0;
    box-sizing: border-box;
  }
  .cont3 {
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    justify-content: left;
  }
  .cont3 .speech-img-box {
    right: 95px;
  }
  #modular3 {
    display: none;
  }
  #modular3s {
    display: block !important;
  }
  .modular2-bgs {
    background-image: linear-gradient(0deg, #edf3f8 0%, #ceeaf2 100%);
    padding-bottom: 30px;
  }
  .modular2-bgs .content-item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 60px;
  }
  .modular2-bgs .content-item .guest-img-box {
    display: flex;
    align-items: flex-end;
    margin-top: -60px;
  }
  .modular2-bgs .content-item .guest-img-box .guest {
    width: 150px;
  }
  .modular2-bgs .content-item .guest-img-box .user {
    color: #5ab5da;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .modular2-bgs .content-item .guest-img-box .user .name {
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #5ab5da;
    padding-left: 10px;
  }
  .modular2-bgs .content-item .guest-img-box .user .job {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .modular2-bgs .content-item .paragraph {
    color: #333;
    margin-top: -24px;
  }
  .modular2-bgs .content-item .text-align-right {
    text-align: right;
    color: rgba(90, 182, 218, 0.3);
    font-weight: bold;
  }
  .parallelogram-box {
    flex-wrap: wrap;
  }
  .forum-profile {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .forum-profile img {
    width: 110px;
    height: 110px;
  }
  .forum-profile .user {
    margin-bottom: 20px;
  }
  .modular3-bg {
    padding: 0;
  }
  .modular3-bg .forum-profile1 {
    flex-wrap: wrap;
  }
  .modular3-bg .forum-profile1 .user {
    display: flex;
    align-items: center;
  }
  .modular3-bg .forum-profile1 .user .photo {
    width: 138px;
    height: 138px;
  }
  .modular3-bg .forum-profile1 .user .user-info {
    display: block !important;
    color: #5ab5da;
  }
  .modular3-bg .forum-profile1 .user .user-info .name {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 4px solid #5ab5da;
  }
  .modular3-bg .forum-profile1 .user .user-info .job {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .modular3-bg .forum-profile1 .footer {
    display: none;
  }
  .modular3-bg .forum-profile1 .text {
    margin-bottom: 0;
  }
  .modular3-bg .forum-introduce1 {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .modular3-bg .forum-introduce1 .user-item {
    margin-bottom: 20px;
  }
  .modular3-bg .forum-introduce1 .user-item .photo {
    width: 80px;
    height: 80px;
  }
  .swiper-box .swiper-button-prev {
    top: 32%;
    left: 0px;
    width: 30px;
    height: 30px;
  }
  .swiper-box .swiper-button-next {
    top: 30%;
    right: 0;
    width: 30px;
    height: 30px;
  }
  .modular4-bg {
    padding-bottom: 70px;
    background-size: 100%;
    background-color: #edf3f8;
  }
  .modular4-bg .mba p {
    margin-top: 10px;
  }
  .modular4-bg .mba .logo {
    width: 100px;
  }
  .modular4-bg .mba .logo1 {
    width: 180px;
  }
  .modular5-bg {
    background-size: 100%;
  }
  .modular5-bg .swiper-box1 {
    padding-bottom: 0;
  }
  .modular5-bg .footer {
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .modular5-bg .footer a {
    width: 100%;
    margin: 8px 0;
  }
}
