.icon-founding {
  width: calc(50% - 650px);
  max-width: 8%;
  height: 386px;
  background: url("../images/contact-us/icon-founding.png");
  position: absolute;
  right: 2%;
  bottom: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.nav-title {
  height: 120px;
  width: 100%;
}
.nav-title .logo-title {
  float: left;
  margin-top: 25px;
  margin-left: 186px;
  width: 136px;
  height: 68px;
}
.nav-title .logo-title img {
  width: 100%;
  height: 100%;
}
.nav-title .nav {
  float: right;
  margin-top: 40px;
  padding-right: 150px;
}
.nav-title .nav .nav-text {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  line-height: 44px;
}
.nav-title .nav .nav-text ul li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.nav-title .nav .login-button {
  cursor: pointer;
  display: inline-block;
  width: 150px;
  height: 44px;
  background-color: #0665A4;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  margin-left: 70px;
  color: #fff;
}
.banner {
  width: 100%;
  height: 508px;
  background: url(../images/contact-us/skyscrapers-with-sunlight.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: -5px;
}
.banner .banner-cover {
  width: 100%;
  height: 100%;
  background: url(../images/home/cover.png);
  background-size: 100%;
  display: flex;
  align-items: center;
}
.banner .banner-cover .banner-content {
  width: 1200px;
  color: #fff;
  margin: 0 auto;
}
.banner .banner-cover .banner-content p {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  font-family: 'NotoSansCJKsc-Bold';
}
.banner .banner-cover .banner-content .content-English {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  font-family: 'NotoSansCJKsc-Light';
}
.map {
  width: 1200px;
  background-image: url(../images/contact-us/map_new2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 60px auto 0;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.map ul {
  width: 900px;
  margin-left: 150px;
  height: 580px;
  padding-top: 350px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.map ul li {
  display: inline-block;
  width: 21%;
  height: 276px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0.1);
  margin: 0 2% 35px;
  border-radius: 15px;
  transition: all 0.25s linear 0s;
}
.map ul li.active{
  background-color: #006CB2;
  color: white;
  top: -35px;
}
.map ul li.active p,.map ul li.active div.phone{
  color: white;
}
.map ul li img {
  margin: 30px 0 10px;
  width: 48%;
}
.map ul li .customer-service {
  width: 60%;
  height: 45%;
}
.map ul li .school {
  margin-bottom: 10px;
}
.map ul li .school p {
  font-size: 16px;
  line-height: 22px;
}
.map ul li .address {
  margin-bottom: 5px;
}
.map ul li .address p,
.map ul li .phone {
  font-size: 12px;
  padding: 0 15px;
}
.map ul li:last-child {
  margin-right: 0;
}
.join {
  right: 0;
  width: 92%;
  height: auto;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
    box-sizing: border-box;
}
.join .left {
  width: 35%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #727171;
  flex-direction: column;
  /* margin-top: 80px; */
}
.join .left .text {
  width: 100%;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 35px;
  text-indent: 35px;
  color: #231815;
  margin-top: 30px;
  font-family: 'NotoSansCJKsc-Black';
}
.join .left span {
  margin: 10px 0 45px;
  font-size: 22px;
  font-weight: 400;
  color: #231815;
  /* font-family: 'NotoSansCJKsc-Light'; */
}
.join .left img {
  width: 75px;
}
.join .right {
  flex: 1;
  height: auto;
  position: relative;
  padding-left: 32px;
  padding-right: 50px;
  color: #373838;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.join .right .right-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'NotoSansCJKsc-Medium';
  position: relative; 
  line-height: 28px;
}
.join .right .right-detail {
  font-size: 15px;
  line-height: 22px;
  color: #727171;
  font-family: 'NotoSansCJKsc-Medium';
  
}
.join .right .right-detail  span.sub {
  visibility: hidden;
}
.join .right .icon-point {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #006CB2;
  border-radius: 50%;
  position: absolute;
  left: -17px;
  bottom: 10px;
}
.join .right .title {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: 'NotoSansCJKsc-Bold';
  line-height: 32px;
}
.join .right .content {
  width: 100%;
}
.join .right .content .teacher {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.join .right .content .teacher .item {
  display: inline-block;
  margin-left: 20px;
}
.join .right .content .other {
  margin-bottom: 27px;
  margin-left: 20px;
}
 .welfare{
  margin-left: 20px;
}
.email{
  margin-left: 20px;
}
.join .right .content .other span {
  margin-right: 10px;
}
.join .right .content .online {
  margin-top: 30px;
}
.join .right .online-job {
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 33px;
  border-radius: 30px;
  background-color: #006CB2;
  font-weight: 400;
  font-family: 'NotoSansCJKsc-Bold';
}
.join .right .hr {
  margin: 20px 85px 0 0;
}
.join .persion-icon {
  position: absolute;
  height: 80%;
  width: 25%;
  background: url(../images/contact-us/join.png) no-repeat center;
  background-size: 100%;
  left: -14.4%;
  top: -16%;
}
.map {
  position: relative;
}
.map ul li {
  position: relative;
  top: 0;
  transition: top 0.5s !important;
}
.map .item > div {
  width: 460px;
  height: 195px;
  padding: 15px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  border: 1px solid #fff;
  box-shadow: 0 0 14px 3px rgba(102, 102, 102, 0.1);
  margin-bottom: 50px;
}
.map .item > div::after {
  content: '';
  position: absolute;
  width: 75px;
  height: 25px;
  border-right: 8px solid #fff;
  border-bottom: 4.5px solid #fff;
  transform: rotate(34deg) skew(51deg);
  left: 133px;
  top: 178px;
  z-index: 1;
  background: #fff;
}
.map .item div img {
  position: absolute;
  left: 15px;
  z-index: 2;
  max-height: 190px;
}
.map .item div span {
  width: 250px;
  position: absolute;
  left: 15px;
  z-index: 2;
  height: 165px;
}
.map .item div > div {
  width: 165px;
  float: right;
}
.map .item div > div .name {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 40px;
  font-family: 'NotoSansCJKsc-Medium';
}
.map .item div > div .en_name {
  font-size: 13.5px;
  font-weight: 400;
  text-align: left;
  color: #9A9A9B;
}
.map .item div > div .more {
  position: absolute;
  bottom: 15px;
}
.map .item div > div .more span {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #006BB2;
  color: #006BB2;
}
.map .item {
  display: none;
}
.map .item1 {
  position: absolute;
  top: -4.5%;
  left: -6%;
}
.map .item2 {
  position: absolute;
  top: -3%;
  left: -5%;
}
.map .item3 {
  position: absolute;
  top: 0%;
  left: 15.5%;
}
.map .item4 {
  position: absolute;
  top: 0.5%;
  left: 15.5%;
}
.map .item5 {
  position: absolute;
  top: 0%;
  left: 16.5%;
}
.map .item6 {
  position: absolute;
  top: 0%;
  left: 16%;
}
.map .item7 {
  position: absolute;
  top: -2%;
  left: 14%;
}
.map .item8 {
  position: absolute;
  top: 0%;
  left: 14.5%;
}
.map .item9 {
  position: absolute;
  top: -7%;
  right: -6.5%;
}
.map .item10 {
  position: absolute;
  top: 0%;
  right: -11.5%;
}
.div_join {
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
  height: auto;
  margin-bottom: 80px !important;
  padding-top: 25px;
  display: flex;
  justify-content: flex-end;
}
.map_Canada {
  width: 520px;
  height: 287px;
  position: absolute;
  top: 0;
  left: 80px;
}
.map_China {
  width: 375px;
  height: 275px;
  position: absolute;
  top: 75px;
  right: 60px;
}
.map ul.China {
  display: none;
}
.map ul {
  float: none;
  text-align: center;
}
.map ul.China li {
  float: none;
}




@media screen and (max-width: 1220px) {
  .map_Canada{
    width: 440px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 70px;
  }
  .map_China{
    width: 307px;
    height: 220px;
    position: absolute;
    top: 60px;
    right: 50px;
  }
  .map {
    width: 1000px;
  }
  .map ul{
    margin-left: 50px;
  }
  .map .item1 {
    position: absolute;
    top: -8%;
    left: -10%;
  }
  .map .item2 {
    position: absolute;
    top: -7%;
    left: -9%;
  }
  .map .item3 {
    position: absolute;
    top: -4.5%;
    left: 12%;
  }
  .map .item4 {
    position: absolute;
    top: -4%;
    left: 11.5%;
  }
  .map .item5 {
    position: absolute;
    top: -4.5%;
    left: 13%;

  }
  .map .item6 {
    position: absolute;
    top: -3.5%;
    left: 12%;
  }
  .map .item7 {
    position: absolute;
    top: -6%;
    left: 10%;
  }
  .map .item8 {
    position: absolute;
    top: -4.5%;
    left: 10.5%;
  }
  .map .item9 {
    position: absolute;
    top: -10%;
    right: -10.5%;
  }
  .map .item10 {
    position: absolute;
    top: -4%;
    right: -15.5%;
  }
}

@media screen and (max-width: 1024px) {
  .map ul{
    margin-left: 0;
    width: 800px;
  }
  .map ul li {
    /* width: 15%; */
  }
  .map_Canada{
    width: 345px;
    height: 194px;
    position: absolute;
    top: 0;
    left: 60px;
  }
  .map_China{
    width: 240px;
    height: 180px;
    position: absolute;
    top: 50px;
    right: 45px;
  }
  .map {
    width: 800px;
  }
  .map .item > div {
    width: 470px;
    height: 184px;
  }
  .map .item div span {
    width: 235px;
    height: 155px;
  }
  .map .item > div::after {
    top: 165px;
  }
  .map .item1 {
    position: absolute;
    top: -10%;
    left: -15%;
  }
  .map .item2 {
    position: absolute;
    top: -9%;
    left: -14%;
  }
  .map .item3 {
    position: absolute;
    top: -7%;
    left: 6.5%;
  }
  .map .item4 {
    position: absolute;
    top: -7%;
    left: 6.5%;
  }
  .map .item5 {
    position: absolute;
    top: -6.5%;
    left: 6.5%;
  }
  .map .item6 {
    position: absolute;
    top: -7%;
    left: 6.5%;
  }
  .map .item7 {
    position: absolute;
    top: -8%;
    left: 5%;
  }
  .map .item8 {
    position: absolute;
    top: -7%;
    right: 5.5%;
  }
  .map .item9 {
    position: absolute;
    top: -12%;
    right: -17.5%;
  }
  .map .item10 {
    position: absolute;
    top: -7%;
    right: -22.5%;
  }
  .map ul li img {
    margin: 15px 0 10px;
  }
  .icon-founding {
    width: 75px;
    bottom: 420px;
  }
}