body{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 0 auto;
	display: block;
}
.html-bg {
  width: 100%;
  height: auto;
}

.navbar {
  background: #f5f3ff;
}

.dropdown-toggle::after {
  display: none;
}

.hid-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1200px) {

  /* pc屏幕当行样式 */
  .container {
    height: 100px;
    margin-top: 0px;
    position: relative;
    max-width: 1650px;
  }

  .navbar {
    font-weight: 700;
    font-size: 18px;
    display: none;
  }

  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .head-logo {
    width: 100px;
    margin-left: 10px;
  }

  .arrow-down {
    width: 20px;
    padding-top: 2px;
  }

  .dropdown {
    width: 120px;
    height: 100px;
    margin-right: 30px;
    position: relative;
  }


  .nav-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 100px;
    padding-left: 15px !important;
    margin: 0;
    font-size: 24px;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 86px;
  left: 16px;
  background: #fff;
  box-shadow: 1px 1px 7px #ccc;
}

.dropdown-menu .menu {
  padding: 10px 12px;
}

.dropdown-menu .menu:hover {
  background: #f5f1f1;
}

.navbar-cont {
  position: relative;
  margin-right: 30px;
}

.navbar-cont .nav-txt {
  visibility: visible;
}

.navbar-cont:hover .dropdown-menu {
  visibility: visible;
}

.arrange-menu {
  width: 180px;
  min-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: #741e3f;
}

.arrange-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.arrange-logo-box {
  height: 180px;
  width: 180px;
  background: #741e3f;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrange-logo {
  width: 120px;
  height: 120px;
}

.menu-box {
  padding: 180px 0px 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

.menu-box::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.menu-box>ul>li {
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: left;
  min-height: 60px;
  line-height: 60px;
}

.menu-box>ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 42px;
}

.down-menu {
  width: 100%;
  display: none;
}

.menu-show {
  display: block;
}

.down-menu>li {
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-align: left;
  padding-left: 20px;
}

.down-menu>li>a {
  display: block;
  width: 100%;
  height: 100%;
}


.content {
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 180px;
}


.pos-ab {
  position: absolute;
}

.txt1 {
  font-size: 98px;
  top: 3%;
  left: 16%;
  width: 80%;
  text-align: center;
  font-weight: bold;
}

.txt2 {
  font-size: 52px;
  top: 16.1%;
  left: 48%;
  font-weight: bold;
}

.txt3 {
  font-size: 42px;
  color: #fff;
  top: 18.54%;
  left: 45%;
  font-weight: bold;
}

.txt4 {
  font-size: 40px;
  top: 20.54%;
  left: 43%;
}

.txt4 .tcolor {
  font-size: 50px;
  font-weight: bold;
  color: #cd4076;
}

.txt5 {
  font-size: 62px;
  top: 33.54%;
  left: 43%;
  color: #cd4076;
  font-weight: bold;
}

.txt5 p {
  text-align: center;
}

.txt6 {
  font-size: 24px;
  top: 49%;
  right: 5%;
}

.txt6 .tcolor {
  color: #cd4076;
  font-weight: bold;
}


.txt7 {
  font-size: 24px;
  top: 63%;
  right: 7%;
}

.txt7 .tcolor {
  color: #cd4076;
  font-weight: bold;
}

.txt8 {
  font-size: 56px;
  top: 70.54%;
  left: 40%;
  font-weight: bold;
}

.txt9 {
  font-size: 66px;
  top: 80.3%;
  left: 50%;
  font-weight: bold;
}

.txt10 {
  font-size: 50px;
  top: 83.3%;
  left: 30%;
  width: 62%;
  font-weight: bold;
  text-align: center;
}

.txt10 p {
  text-align: center;
  line-height: 100px;
}

.team-box {
  width: 940px;
  margin: 50px auto 0;
  padding-bottom: 50px;
}

.title-box {
  width: 200px;
  height: 50px;
  background: #1c54cd;
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  text-align: center;
  line-height: 50px;
  border-radius: 0 50px 0 0;

}

.tit-l {
  width: 10px;
  height: 100%;
  background: #fff;
  margin-left: 10px;
}

.team-box .title {
  font-size: 26px;
  font-weight: bold;
  padding-left: 30px
}



.team-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sm-title {
  width: 180px;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  background: #fba7b5;
  line-height: 60px;
  color: #fff;
  padding-left: 20px;
  border-radius: 0px 30px 0 0;
  margin: 30px 0 30px 0;
}

.sm-box {
  width: 84%;
  background: #fff;
  margin: 0 auto;
  border-radius: 50px;
  padding: 20px 0;
  margin-top: 30px;
}

.st-box {
  width: 750px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pi-box {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.st-user {
  width: 230px;
  height: 300px;
  border: solid 1px #ccc;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  transition: all .4s;
  transform-style: preserve-3d;
  transform: rotateY(0);
  animation-fill-mode: both;
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  background: #fff;
}

.front {
  z-index: 2;
  backface-visibility: hidden;
}


.back {
  transform: rotateY(180deg);
  font-size: 16px;
  padding: 16px;
  overflow: scroll;
  overflow-x: hidden;
}

.back::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.back::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #fba7b5;
}


.stamni {
  transform: rotateY(180deg);
  animation-fill-mode: both;
}

.st-icon {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  background: #e5e5e5;
}

.st-name {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}


.cont-f-img {
  width: 100%;
  height: 400px;
}


.n-f-screen {
  font-size: 80px;
  font-weight: bold;
  padding: 260px 0 100px;
  text-align: center;
}

.f-sre-tit {
  font-size: 80px;
  text-align: center;
  margin: 0px auto 50px;
  font-weight: bold;
}

.f-screen-img {
  width: 100%;
}

.image {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin-block: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  margin-top: 5px;
}

.image img {
  overflow: hidden;
  width: 80%;
  max-width: 100%;
  border-radius: 16px;
}

.image .caption {
  text-align: center;
  padding: 8px;
}

.sidebar {
  margin: 30px;
  margin-left: 50px;
  padding: 0;
  width: 20%;
  position: sticky;
  height: 100vh;
  overflow: visible;
  top: 220px;
  border-radius: 0px 20px 20px 0px;
  align-self: flex-start;
}

.sidebar a {
  display: block;
  color: white;
  padding: 16px;
  text-decoration: none;
  font-size: 18px !important;
  font-family: "Kanit", sans-serif;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .bar-name {
  font-size: 24px;
  color: #fff;
}

.sidebarTab {
  width: 250px;
  color: #1c54cd;
  text-align: left;
  font-family: "Kanit", sans-serif;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 6px;
}

.sele-sidebarTab {
  background: #1c54cd;
  color: #fff;
}

.iconHeader1 {
  padding-top: 20px;
}

.page-content {
  margin: 0 auto !important;
  padding: 50px 30px;
  border-radius: 34px;
  max-width: 1300px;
  background: #fff;
}

.page-content>p {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}

.page-title {
  width: fit-content;
  color: #1c54cd;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 4px #1c54cd;
  margin: 0 auto 40px;

}

.caption {
  color: #333;
  font-style: italic;
}

.footer {
  width: 100%;
  font-size: 18px;
  color: #741e3f;
  padding: 60px 0;
  padding-left: 180px;
  background: #f1ced4;
}

.footer>p {
  padding-bottom: 0;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1640px) {
  .navbar {
    font-weight: 700;
    font-size: 18px;
    display: none;
  }

  .txt1 {
    font-size: 50px;
    top: 5%;
    left: 28%;
    width: 57%;
    text-align: center;
    font-weight: bold;
  }

  .txt2 {
    font-size: 34px;
    top: 16.1%;
    left: 51%;
    font-weight: bold;
  }

  .txt3 {
    font-size: 30px;
    color: #fff;
    top: 18.54%;
    left: 47%;
    font-weight: bold;
  }

  .txt4 {
    font-size: 30px;
    top: 20.54%;
    left: 43%;
  }

  .txt4 .tcolor {
    font-size: 38px;
    font-weight: bold;
    color: #cd4076;
  }

  .txt5 {
    font-size: 44px;
    top: 33.54%;
    left: 43%;
    color: #cd4076;
    font-weight: bold;
  }

  .txt6 {
    font-size: 16px;
    top: 49%;
    right: 5%;
  }

  .txt7 {
    font-size: 18px;
    top: 63%;
    right: 7%;
  }

  .txt8 {
    font-size: 40px;
    top: 70.54%;
    left: 40%;
    font-weight: bold;
  }

  .txt9 {
    font-size: 50px;
    top: 80.3%;
    left: 51%;
    font-weight: bold;
  }

  .txt10 {
    font-size: 30px;
    top: 83.3%;
    left: 32%;
    width: 62%;
    font-weight: bold;
    text-align: center;
  }

  .txt10 p {
    text-align: center;
    line-height: 84px;
  }
}


@media screen and (max-width: 768px) {

  .f-screen-img {
    width: 100%;
  }

  .f-sre-tit {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .m-st-box {
    justify-content: center;
  }

  .n-f-screen {
    font-size: 42px;
    font-weight: bold;
    padding: 60px 0 60px;
    text-align: center;
  }

  .txt1 {
    font-size: 28px;
    top: 5%;
    left: 5%;
    width: 90%;
    text-align: center;
    font-weight: bold;
  }

  .txt2 {
    font-size: 10px;
    top: 16.1%;
    left: 43%;
    font-weight: bold;
  }


  .txt3 {
    font-size: 10px;
    color: #fff;
    top: 18.53%;
    left: 38.5%;
    font-weight: bold;
  }

  .txt4 {
    font-size: 10px;
    top: 20.54%;
    left: 36%;
  }

  .txt4 .tcolor {
    font-size: 12px;
    font-weight: bold;
    color: #cd4076;
  }

  .txt5 {
    font-size: 16px;
    top: 33.54%;
    left: 38%;
    color: #cd4076;
    font-weight: bold;
  }

  .txt6 {
    font-size: 10px;
    top: 52%;
    right: 5%;
  }

  .txt7 {
    font-size: 10px;
    top: 65.6%;
    right: 6%;
  }

  .txt8 {
    font-size: 14px;
    top: 70.54%;
    left: 33%;
    font-weight: bold;
  }

  .txt9 {
    font-size: 16px;
    top: 80.4%;
    left: 46%;
    font-weight: bold;
  }

  .txt10 {
    font-size: 10px;
    top: 84.3%;
    left: 24%;
    width: 70%;
    font-weight: bold;
    text-align: center;
  }

  .txt10 p {
    text-align: center;
    line-height: 24px;
  }

  .navbar {
    font-weight: 700;
    font-size: 20px;
    background: #741e3f;
  }

  .head-logo {
    width: 52px;
  }

  .team-box {
    width: 100%;
    padding: 5px;
  }

  .st-box {
    width: 100%;

  }

  .arrange-menu {
    display: none;
  }

  .content {
    margin-top: 80px;
    padding-left: 0;
  }

  .dropdown-robg {
    display: none;
  }

  .fixed-top {
    padding-top: 10px;
  }

  .f-img {
    width: 100%;
    height: 414px;
  }

  .f-img .f-1 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-2 {
    width: 100%;
    height: auto !important;
  }

  .f-img .f-3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .f-img .f-4 {
    width: 70%;
    height: auto !important;
  }

  .cont-f-img {
    width: 100%;
    height: 150px;
    line-height: 150px !important;
  }

  .sidebar {
    display: none;
  }

  .page-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .m-icon {
    display: none;
  }

  .footer {
    padding: 30px;
    font-size: 16px;
    flex-direction: column;
    align-items: center;
  }

  .m-mar-bt {
    margin-bottom: 30px;
  }

  .no-pb>p {
    margin-bottom: 0;
  }


  .f-scr-img {
    width: 100%;
  }

  .m-pt {
    padding-top: 96px;
  }

  .dropdown-menu {
    width: 300px;
  }

}
