.contact-container {
  /*background-color: #efefef;*/
  background: rgba(242,248,255,1);
}

.about-container{
	background-color: #efefef;
}

.contact-content {
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-content: center;
  align-items: center;
  /* padding-bottom: 50px; */
  padding:20px;
}

.contact-content ul li {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 0px;
  font-size: 16px;

  color: #fff;
  letter-spacing: 1.87px;
}

.chairman-backgroup {
  height: 200px;
  background: url("../../static/images/about-background.png");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  max-width: 1920px;
  padding-top: 40px;
}

.chairman-title {
  display: flex;
  align-items: flex-start;
  height: 80px;
  color: #fff;
}
.about-text-content {
  padding: 20px;
}

.about-text-content .text-container {
  padding: 0px;
}
.about-text-content p{
	margin-top:30px;
}

.contact-bottom-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  /*align-items: center;*/
  width: 900px;
  margin-top: 41px;
  min-height: 573px;
  padding-inline-start: 0px;
  
  background:rgba(242,248,255,1);
  /*box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);*/
  /*border-radius: 8px;*/
}

.left-img-area {
  display: block;
  width: 459px;
  height: 600px;
}

.left-bg {
  display: inline-block;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-position: center 0;
  background-attachment: fixed;
  background: url("../../static/images/contact_img.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 459px;
  height: 600px;
  padding-top: 100px;
}

.left-bg-title{
	    margin-top: 100px;
    width: 60%;
    margin: auto;
    text-align: center;
    font-size: 24px;
}

.left-bg-text{
	width: 80%;
    margin: auto;
    text-align: left;
    font-size: 14px;
    margin-top:40px;
}

.left-bg-weixin{
	    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 14px;
    margin-top: 40px;
}

.left-bg-qrcode{
	  width: 80%;
    margin: auto;
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
}

.left-img-area h {
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
}

.left-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.form-area {
  display: block;
  float: left;
  width: 960px;
  padding-left: 0px;
  padding-top: 25px;
}

.contact-form {
  display: block;
  max-width: 960px;
  min-width: 400px;
}
.contact-form h {
  font-size: 16px;
  color: #24253d;
  line-height: 50px;
  width: 90%;
  max-width: 300px;
  word-wrap: normal;
  
}

.getintouch {
	  height: 80px;
	  line-height: 80px;
    font-size: 20px;
    color: #6DCFF5;
}

.contact-form p {
  opacity: 0.4;
  margin-block-start: 0.6em;
  font-weight: medium;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 2.5px;
}

.form-area-input {
  width: 90%;
  max-width: 446px;
  height: 34px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
}

.text-area-class {
  width: 90%;
  max-width: 446px;
  height: 73px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
  text-align: left;
  vertical-align: text-top;
  word-wrap: normal;
}

.submit-btn {
  width: 79px;
  height: 40px;
  background: #2464B0;
  border-radius: 4px;
  border: 0px;
  margin-top: 7px;
  color: #ffffff;
}

@media all and (max-width: 1022px) {

  .chairman-backgroup {
    padding: 40px;
  }
  .contact-container {
    background-color: #ffffff;
    padding-top: 60px;
  }
  .contact-bottom-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-flow: column wrap;
    flex-direction: column;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    padding: 10px;
  }

  .left-img-area {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 336px;
    height: 440px;
    background-repeat: no;
    background-position: center;
    background-attachment: fixed;
    background: url("../../static/images/contact_img_mb.png");
    background-size: cover;
    overflow: hidden;
  }

  .form-area {
    width: 100%;
  }
  .contact-form {
    width: 90%;
  }
}
