html {
  min-width: 1200px;
  width: 100%;
}
.nav{
  min-width: 1200px !important;
}
.bold{
  font-weight: bold !important;
}
p{
  margin: 0;
}
.outer {
  width: 100%;
}
.jzg{
  margin-top: 40px;
}
.outer .en-tt {
  height: 72px;
  font-size: 72px;
  font-weight: 400;
  color: #dbdbdb;
  opacity: 0.36;
}
.outer .zh-tt {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.outer .video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 410px;
}
.outer .video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 410px;
  object-fit: cover;
}
.outer .video .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.outer .video .overlay .title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
}
.outer .video .overlay .search-input {
  position: relative;
  margin-top: 34px;
}
.outer .video .overlay .search-input input {
  width: 717px;
  height: 68px;
  font-size: 30px;
  font-weight: 400;
  color: #100300;
  /* line-height: 68px; */
  background: #ffffff;
  border-radius: 42px;
  border: none;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.outer .video .overlay .search-input input::-webkit-input-placeholder {
  font-size: 24px;
  font-weight: 400;
  color: #100300;
  line-height: 46px;
  height: 84px;
  opacity: 0.34;
}
.outer .video .overlay .search-input .search-icon {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 56px;
  height: 56px;
  background: #19244b;
  border-radius: 50%;
  cursor: pointer;
}
.outer .video .overlay .search-input .search-icon .icon {
  color: #fff;
  position: absolute;
  margin-top: 18px;
  margin-left: 18px;
  width: 22px;
  height: 22px;
  border: solid 4px currentColor;
  border-radius: 100%;
  transform: rotate(-45deg);
}
.outer .video .overlay .search-input .search-icon .icon:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 10px;
  height: 12px;
  width: 3px;
  border-radius: 2px;
  background-color: currentColor;
}
.outer .position {
  width: 996px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  padding: 89px 0 134px;
}
.outer .position .title {
  position: relative;
  margin-bottom: 88px;
  text-align: center;
}
.outer .position .title .en-tt {
  font-size: 72px;
  font-weight: 400;
  line-height: 54px;
  height: 54px;
  color: #dbdbdb;
  opacity: 0.36;
}
.outer .position .title .zh-tt {
  margin-top: -30px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.outer .position .position-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 82px;
}
.outer .position .position-items .position-item {
  position: relative;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.outer .position .position-items .position-item .default {
  display: block;
}
.outer .position .position-items .position-item span {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #171717;
  opacity: 0.9;
}
.outer .position .position-items .active {
  display: none;
}
.outer .position .position-items .position-item:hover .active {
  display: block;
}
.outer .position .position-items .position-item:hover .default {
  display: none;
}
.outer .position .position-items .position-item:hover span {
  color: #fff;
}
.outer .introduction {
  position: relative;
  height: 851px;
  margin-top: 0;
}
.outer .introduction .bg-grey {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 851px;
  background: #f6f6f6;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.outer .introduction main {
  width: 996px;
  margin: 0 auto;
}
.outer .introduction main .en-tt {
  margin-left: -28px;
  height: 54px;
  line-height: 54px;
  padding-top: 110px;
  font-size: 72px;
  font-weight: 400;
  color: #dbdbdb;
  opacity: 0.36;
}
.outer .introduction main .zh-tt {
  margin-top: -24px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #000000;
}
.outer .introduction main .intro-img-outer {
  position: absolute;
  left: 0;
  width: 50%;
  margin-top: 99px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.outer .introduction main .intro-img-outer .intro-img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.outer .introduction main .intro-img-outer .slide-animate {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: slide-out-right 0.8s linear;
  -webkit-animation: slide-out-right 0.8s linear;
  animation-fill-mode: forwards;
}
@keyframes slide-out-right {
  0% {
    top: 0%;
    left: 0%;
    width: 40%;
    opacity: 1;
  }
  99% {
    top: 0%;
    left: 60%;
    width: 40%;
    opacity: 1;
  }
  100% {
    top: 0%;
    left: 60%;
    width: 0%;
    opacity: 0;
  }
}
.outer .introduction main .content {
  position: absolute;
  left: 52%;
  margin-top: 172px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.outer .introduction main .content .mid {
  line-height: 30px;
  margin: 57px 0 57px;
}
.outer .introduction main .content .site {
  margin-bottom: 23px;
  line-height: 14px;
}
.outer .introduction main .content .other {
  min-height: 40px;
  line-height: 40px;
}
.outer .introduction main .content span {
  font-size: 30px;
  font-weight: 400;
  color: #2C68CE;
}
.outer .culture main {
  width: 996px;
  margin: 0 auto;
}
.outer .culture main .en-tt {
  margin-left: -30px;
  height: 72px;
  font-size: 72px;
  font-family: Arial;
  font-weight: 400;
  color: #dbdbdb;
  opacity: 0.36;
}
.outer .culture main .zh-tt {
  margin-top: -30px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.outer .culture main .small-tt {
  margin-top: 21px;
  margin-bottom: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.outer .culture main .content .culture-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 26px;
  margin-bottom: 71px;
}
.outer .culture main .content .culture-items p span:nth-of-type(1) {
  font-size: 24px;
  color: #2C68CE;
}
.outer .culture main .content .culture-items p span:nth-of-type(2) {
  font-size: 15px;
}
.outer .mission {
  position: relative;
  height: 653px;
}
.outer .mission main {
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
.outer .mission main .mission-description {
  width: 37%;
}
.outer .mission main .mission-description .en-tt {
  margin-left: -30px;
}
.outer .mission main .mission-description .zh-tt {
  font-size: 15px;
  margin-top: -36px;
}
.outer .mission main .mission-description .small-tt {
  margin-top: 12px;
  font-size: 24px;
  color: #2C68CE;
  margin-bottom: 31px;
}
.outer .mission main .mission-description .detail {
  margin-top: 40px;
}
.outer .mission main .mission-description .detail p {
  font-size: 14px;
  font-weight: 400;
  color: #535353;
  line-height: 34px;
}
.outer .mission main .mission-description .detail p span {
  display: inline-block;
  color: #2C68CE;
  font-size: 24px;
  font-weight: 400;
  color: #2c68ce;
  line-height: 23px;
}
.outer .mission main .mission-description .detail .deatil1 {
  margin-bottom: 20px;
}
.outer .mission main .mission-description .detail .deatil4 {
  height: 23px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 32px;
}
.outer .mission main .mission-video {
  flex: 1;
  min-height: 469px;
  border-radius: 20px;
  margin-left: 80px;
}
.outer .mission main .mission-video #play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.outer .mission main .mission-video #play-btn #play-icon {
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
@media screen and (min-width: 1920px) {
  .outer .mission main .mission-video .mission-inner {
    position: relative;
    width: 144%;
  }
  .outer .mission main .mission-video .mission-inner video {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1919px) {
  .outer .mission main .mission-video .mission-inner {
    position: relative;
    width: 126%;
  }
  .outer .mission main .mission-video .mission-inner video {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1280px) {
  .outer .mission main .mission-video .mission-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
  }
  .outer .mission main .mission-video .mission-inner video {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
  }
}
.outer .mission .content {
  position: absolute;
  z-index: -1;
  top: 131px;
  width: 100%;
  height: 451px;
  background: #f6f6f6;
}
.outer .talent {
  position: relative;
  height: 630px;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
}
.outer .talent .bg-grey {
  position: absolute;
  top: 101px;
  right: 0;
  z-index: -1;
  width: 78%;
  height: 529px;
  background: #f6f6f6;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.outer .talent .talent-img {
  margin: 0;
  position: relative;
  width: 48%;
  height: auto;
}
.outer .talent .talent-img .img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.outer .talent .talent-img .slide-animate {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 48%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: slide-out-right 0.8s linear;
  -webkit-animation: slide-out-right 0.8s linear;
  animation-fill-mode: forwards;
}
@keyframes slide-out-right {
  0% {
    top: 0%;
    left: 0%;
    width: 40%;
    opacity: 1;
  }
  99% {
    top: 0%;
    left: 60%;
    width: 40%;
    opacity: 1;
  }
  100% {
    top: 0%;
    left: 60%;
    width: 0%;
    opacity: 0;
  }
}
.outer .talent main {
  margin-left: 24px;
}
.outer .talent main .en-tt {
  font-size: 72px;
  height: 52px;
  line-height: 52px;
  font-weight: 400;
  color: #dbdbdb;
  opacity: 0.36;
}
.outer .talent main .zh-tt {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin: -28px 0 34px 32px;
}
.outer .talent main .content {
  max-width: 430px;
  padding-top: 40px;
  margin: 0 0 0 32px;
}
.outer .talent main .content .h1-tt {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 30px;
}
.outer .talent main .content .h1-tt .h1-blue {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.outer .talent main .content .h1-tt:hover {
  margin-bottom: 10px !important;
}
.outer .talent main .content .h1-tt:hover .h1-blue{
  font-size: 24px;
  color: #2C68CE;
}
.outer .talent main .content .detail{
  display: none;
}
.outer .talent main .content .h1-tt:hover + .slideInUp{
  visibility: visible !important;
  display: block;
}
.icon-manify{
  width: 28px;
  height: 28px;
  margin: 14px;
}
.outer .talent main .content .h1-tt .h2 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 31px;
}
.outer .talent main .content .h2 {
  font-size: 24px;
  font-weight: 400;
}
.outer .concept {
  position: relative;
  margin-top: 60px;
  height: 595px;
}
.outer .concept main {
  display: flex;
  width: 996px;
  margin: 0 auto;
}
.outer .concept main .concept-left {
  width: 37%;
}
.outer .concept main .concept-left .en-tt {
  height: unset;
  margin-left: -30px;
  font-size: 79px;
  font-weight: 400;
  color: #dbdbdb;
  line-height: 88px;
  opacity: 0.36;
}
.outer .concept main .concept-left .zh-tt {
  margin-top: -103px;
  line-height: 30px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.outer .concept main .concept-left .small-tt {
  margin-top: 40px;
  font-size: 14px;
  margin-bottom: 31px;
  font-weight: 300;
  color: #000000;
  line-height: 29px;
}
.outer .concept main .concept-left .detail {
  margin-top: 40px;
}
.outer .concept main .concept-left .detail p {
  font-size: 14px;
  font-weight: 400;
  color: #535353;
  line-height: 34px;
  margin-bottom: 30px;
}
.outer .concept main .concept-right {
  flex: 1;
  min-height: 469px;
  border-radius: 20px;
  margin-left: 80px;
}
.outer .concept main .concept-right .concept-img .img {
  width: 100%;
  border-radius: 20px;
}
.outer .concept main .concept-right .concept-img .slide-animate {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  animation: slide-out-right 0.8s linear;
  -webkit-animation: slide-out-right 0.8s linear;
  animation-fill-mode: forwards;
}
@keyframes slide-out-right {
  0% {
    top: 0%;
    left: 0%;
    width: 40%;
    opacity: 1;
  }
  99% {
    top: 0%;
    left: 60%;
    width: 40%;
    opacity: 1;
  }
  100% {
    top: 0%;
    left: 60%;
    width: 0%;
    opacity: 0;
  }
}
@media screen and (min-width: 1920px) {
  .outer .concept main .concept-right .concept-img {
    position: relative;
    width: 144%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1919px) {
  .outer .concept main .concept-right .concept-img {
    position: relative;
    width: 126%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .outer .concept main .concept-right .concept-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    border-radius: 20px;
  }
}
.outer .concept .content-left {
  position: absolute;
  z-index: -1;
  top: 219px;
  width: 76%;
  height: 376px;
  background: #f6f6f6;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.outer .concept .content-right {
  position: absolute;
  z-index: -1;
  top: 51px;
  right: 0;
  width: 24%;
  height: 363px;
  background: #f6f6f6;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.outer .opportunity {
  position: relative;
  height: 541px;
  margin-top: 74px;
  padding: 84px 0 92px;
  box-sizing: border-box;
}
.outer .opportunity .opportunity-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 541px;
  object-fit: cover;
}
.outer .opportunity main {
  width: 1000px;
  margin: 0 auto;
}
.outer .opportunity main header {
  margin-bottom: 30px;
}
.outer .opportunity main header .en-tt {
  font-size: 60px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.1;
  text-align: center;
}
.outer .opportunity main header .zh-tt {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: -50px;
}
.outer .opportunity main .tab-tt {
  display: flex;
  justify-content: space-around;
  margin-bottom: 64px;
}
.outer .opportunity main .tab-tt .tab-item {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 52px;
  cursor: pointer;
}
.outer .opportunity main .tab-tt .active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.outer .opportunity main .major-content,
.outer .opportunity main .manage-content {
  width: 900px;
  margin: 0 auto;
}
.outer .opportunity main .major-content .oversea,
.outer .opportunity main .manage-content .oversea,
.outer .opportunity main .major-content .teacher,
.outer .opportunity main .manage-content .teacher,
.outer .opportunity main .major-content .manage,
.outer .opportunity main .manage-content .manage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.outer .opportunity main .major-content .oversea .circle-text,
.outer .opportunity main .manage-content .oversea .circle-text,
.outer .opportunity main .major-content .teacher .circle-text,
.outer .opportunity main .manage-content .teacher .circle-text,
.outer .opportunity main .major-content .manage .circle-text,
.outer .opportunity main .manage-content .manage .circle-text {
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.outer .opportunity main .major-content .oversea .circle-text .circle,
.outer .opportunity main .manage-content .oversea .circle-text .circle,
.outer .opportunity main .major-content .teacher .circle-text .circle,
.outer .opportunity main .manage-content .teacher .circle-text .circle,
.outer .opportunity main .major-content .manage .circle-text .circle,
.outer .opportunity main .manage-content .manage .circle-text .circle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  opacity: 0.37;
  border-radius: 50%;
}
.outer .opportunity main .major-content .oversea .circle-text .text,
.outer .opportunity main .manage-content .oversea .circle-text .text,
.outer .opportunity main .major-content .teacher .circle-text .text,
.outer .opportunity main .manage-content .teacher .circle-text .text,
.outer .opportunity main .major-content .manage .circle-text .text,
.outer .opportunity main .manage-content .manage .circle-text .text {
  display: inline-block;
  position: absolute;
  top: 37px;
  left: -70px;
  margin-left: 5px;
  width: 145px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 9px;
  opacity: 0.6;
}
.outer .opportunity main .major-content .oversea img,
.outer .opportunity main .manage-content .oversea img,
.outer .opportunity main .major-content .teacher img,
.outer .opportunity main .manage-content .teacher img,
.outer .opportunity main .major-content .manage img,
.outer .opportunity main .manage-content .manage img {
  width: 273px;
}
.outer .opportunity main .major-content .oversea .circle-text:hover .circle,
.outer .opportunity main .manage-content .oversea .circle-text:hover .circle,
.outer .opportunity main .major-content .teacher .circle-text:hover .circle,
.outer .opportunity main .manage-content .teacher .circle-text:hover .circle,
.outer .opportunity main .major-content .manage .circle-text:hover .circle,
.outer .opportunity main .manage-content .manage .circle-text:hover .circle {
  opacity: 1;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.4);
  transition: box-shadow 0.5s;
}
.outer .opportunity main .major-content .teacher,
.outer .opportunity main .manage-content .teacher {
  margin-top: 98px;
}
.outer .opportunity main .major-content .teacher img,
.outer .opportunity main .manage-content .teacher img {
  width: 156px;
}
.outer .opportunity main .major-content .manage img,
.outer .opportunity main .manage-content .manage img {
  width: 420px;
}
.outer .opportunity main .major-content .manage .text,
.outer .opportunity main .manage-content .manage .text {
  width: 182px!important;
  left: -91px !important;
}
.outer .opportunity main .manage-content {
  display: none;
}
.outer .salary {
  margin-top: 65px;
}
.outer .salary main {
  width: 1000px;
  margin: 0 auto;
}
.outer .salary main header {
  margin-bottom: 55px;
}
.outer .salary main header .en-tt {
  font-size: 60px;
  font-weight: 400;
  color: #dbdbdb;
  text-align: center;
  line-height: 88px;
  opacity: 0.36;
}
.outer .salary main header .zh-tt {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: -50px;
}
.outer .salary main .salary-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 104px;
  margin-bottom: 112px;
}
.outer .salary main .salary-items .salary-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.outer .salary main .salary-items .salary-item span {
  display: inline-block;
  margin-top: 17px;
  font-size: 20px;
  font-weight: 500;
  color: #1f1f1f;
}
.outer .activities {
  height: 676px;
  background: #f6f6f6;
}
.outer .activities main {
  width: 1000px;
  margin: 0 auto;
  padding-top: 67px;
}
.outer .activities main header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 49px;
}
.outer .activities main header .en-tt {
  font-size: 60px;
  font-weight: 400;
  color: #dbdbdb;
  line-height: 88px;
  opacity: 0.36;
}
.outer .activities main header .zh-tt {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 9px;
  margin-top: -10px;
}
.outer .activities main .carousel {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.outer .activities main .carousel .poster-list {
  width: 1000px;
  height: 500px;
}
.outer .activities main .carousel .poster-list .poster-item {
  width: 400px;
  height: 324px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 18px;
  list-style: none;
}
.outer .activities main .carousel .poster-list .poster-item img {
  border-radius: 18px;
}
.outer .activities main .carousel .carousel-item {
  background: #fff;
  height: 300px;
  width: 336px;
  border-radius: 10px;
  padding: 45px 23px 20px 23px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: default;
}
.outer .activities main .carousel .carousel-item .for_btn {
  position: relative;
  height: 214px;
  overflow: hidden;
}
.outer .activities main .carousel .carousel-item .for_btn .in_page {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.outer .activities main .carousel .carousel-item .for_btn .in_page > img {
  width: 40px;
  height: 40px;
}
.outer .activities main .carousel .poster-btn {
  width: 1px!important;
  height: 0px!important;
}
