.aboutUs .title:before {
  content: 'ABOUT US'; }

.aboutUs .aboutYjy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.aboutUs .aboutYjy img {
    display: block;
    width: 500px; }

.aboutUs .aboutYjy .left {
    -webkit-box-flex: 0 0 535px;
    -ms-flex: 0 0 535px;
        flex: 0 0 535px;
    height: 333px; }

.aboutUs .aboutYjy .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.aboutUs .aboutYjy .right p {
      border-top: 2px solid #535353;
      margin-left: 115px;
      padding-top: 38px;
      font-size: 18px; }

.aboutUs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px; }

.aboutUs ul li {
    -webkit-box-flex: 0 0 279px;
    -ms-flex: 0 0 279px;
        flex: 0 0 279px;
    height: 281px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
            box-shadow: 0px 1px 7px 0px rgba(213, 216, 220, .53);
    border-radius: 8px;
    text-align: center; }

.aboutUs ul li .img {
      padding-top: 30px;
      text-align: center; }

.aboutUs ul li h3 {
      font-size: 20px;
      font-family: SourceHanSansCN;
      font-weight: 400;
      color: #303030;
      margin: 35px 0 20px 0; }

.aboutUs .developmentCourse img {
  width: 100%; }

.cultural-activities .title:before {
  content: 'CULTURAL ACTIVITIES'; }

.cultural-activities .activities-img {
  width: 100%;
  height: 551px;
  background-image: url(/static/images/aboutUs/activity-bg.png);
  background-position: center;
  background-size: cover; }

.cultural-activities .activities-img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.cultural-activities .activities-img ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0  217px;
              flex: 0 0  217px;
      height: 175px;
      margin-bottom: 30px;
      margin-right: 28px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

.cultural-activities .activities-img ul li:nth-child(5n) {
        margin-right: 0px; }

.Partner .title:before {
  content: 'PARTNER'; }

.Partner .logo-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.Partner .logo-pic li {
    -webkit-box-flex: 0 0 268px;
    -ms-flex: 0 0 268px;
        flex: 0 0 268px;
    height: 129px;
    margin: 0 42px 39px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.Partner .logo-pic li:nth-child(4n) {
      margin-right: 0; }

.Partner .optBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Partner .optBtn span {
    cursor: pointer; }

.Partner .optBtn span:first-child {
      margin-right: 26px; }

.logo-interpretation .title:before {
  content: 'LOGO INTERPRETATION'; }

.logo-interpretation .logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo-interpretation .logo-box .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 179px;
            flex: 0 0 179px;
    margin-left: 199px;
    margin-right: 267px; }

.logo-interpretation .logo-box .right h2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 0; }

.contactUs {
  padding-bottom: 38px; }

.contactUs .title:before {
    content: 'PLEASE CONTACT US FOR JOINING COOPERATION'; }

.contactUs .contactWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.contactUs .contactWrapper > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }

.contactUs .contactWrapper .left h1 {
      font-size: 20px;
      color: #191919; }

.contactUs .contactWrapper .right .inputItem {
      width: 570px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #B5B5B5;
      padding: 12px 0 12px 28px;
      font-size: 16px; }

.contactUs .contactWrapper .right .inputItem input {
        border: none;
        padding-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        outline: none; }

.contactUs .contactWrapper .right .inputItem .form-textArea {
        outline: none;
        padding: 10px;
        border-radius: 10px;
        width: 570px;
        height: 121px;
        margin-bottom: 30px; }

.contactUs .contactWrapper .right .handleSubmit {
      background-color: #8C2148;
      padding: 15px 0;
      text-align: center;
      font-size: 16px;
      color: #FFFFFF;
      width: 570px; }

.contactUs .contactWrapper .right .handleSubmit:active {
        background-color: #b4275b; }

.contactUs .map {
    width: 100%;
    height: 346px;
    margin-top: 80px; }

.contactUs h2 {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5; }
