.x_about {
  background: #eeeeee;
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.x_about .x_content {
  margin-top: 14rem;
  align-items: flex-end;
  position: relative;
}
.x_about .x_content_left {
  width: 68rem;
}
.x_about .x_content_left h4 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 6rem;
}
.x_about .x_content_left .x_about_content {
  height: 62rem;
  overflow-y: auto;
  color: #999;
  font-size: 1.8rem;
  line-height: 3rem;
  padding-right: 2rem;
}
.x_about .x_content_left .x_about_content p img {
  display: block;
  width: auto;
}
.x_about .x_content_left .x_about_content::-webkit-scrollbar {
  background: #ccc;
  width: 3.5rem;
}
.x_about .x_content_left .x_about_content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  background: #eee;
  border-radius: 2rem;
}
.x_about .x_content_left img {
  display: block;
  width: 100%;
  height: auto;
}
.x_about .x_content_left table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
  background: #fff;
}
.x_about .x_content_left table td,
.x_about .x_content_left table tr {
  border: 1px solid #333;
}
.x_about .x_content_left table td {
  padding: 0.2rem 1rem;
}
.x_about .x_content_left table tr:nth-of-type(1),
.x_about .x_content_left table tr:nth-of-type(2) {
  background: #0867a3;
  color: #fff;
}
.x_about .x_content_right{
  width: 60rem;
}
.x_about .x_content_right video {
  width: 100%;
  border-radius: 6rem;
  margin-bottom: 10rem;
}
.x_about .x_content_right_bottom p {
  font-size: 1.8rem;
  color: #0867a3;
  text-align: center;
}
.x_about .x_content_right_bottom p b {
  font-size: 3rem;
}
.x_about .x_content_right_bottom p span {
  display: block;
  margin-top: 1rem;
}
.x_about .x_content .x_contact_form {
  width: 50.7rem;
  height: 74.8rem;
  background: #1164A2;
  border-radius: 6rem;
  position: absolute;
  top: -2.7rem;
  left: 36.3rem;
  padding: 11.5rem 6rem;
}
.x_about .x_content .x_contact_form .x_contact_title {
  margin-bottom: 7.5rem;
  line-height: 4rem;
}
.x_about .x_content .x_contact_form .x_contact_title p {
  font-size: 5rem;
  color: #fff;
}
.x_about .x_content .x_contact_form .x_contact_title p:nth-last-of-type(1) {
  color: #1675BC;
  text-align: right;
}
.x_about .x_content .x_contact_form .x_contact_input {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.5rem;
}
.x_about .x_content .x_contact_form .x_contact_input label {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
}
.x_about .x_content .x_contact_form .x_contact_input input {
  width: 26.9rem;
  height: 4.5rem;
  background: #65A3CC;
  border-radius: 2.3rem;
  border: none;
  padding-left: 3rem;
}
.x_about .x_content .x_contact_form .x_contact_input input:focus-visible {
  outline: none;
}
.x_about .x_content .x_contact_form .x_contact_input textarea {
  padding-top: 2rem;
  width: 26.9rem;
  background: #65A3CC;
  border-radius: 2.3rem;
  border: none;
  padding-left: 3rem;
}
.x_about .x_content .x_contact_form .x_contact_input textarea:focus-visible {
  outline: none;
}
.x_about .x_content .x_contact_form #submitButton {
  width: 11.7rem;
  height: 4.6rem;
  background: #347BA5;
  border-radius: 2.3rem;
  float: right;
  color: #fff;
  border: none;
}
@media (max-width: 768px) {
  .x_about .x_content {
    display: block;
  }
  .x_about .x_content_left {
    width: 100%;
  }
  .x_about .x_content_left h4 {
    font-size: 14px;
  }
  .x_about .x_content_left .x_about_content {
    font-size: 12px;
    line-height: 22px;
  }
  .x_about .x_content_right{
    width: 100%;
    text-align: center;
  }
  .x_about .x_content_right video {
    width: 100%;
    margin-top: 20px;
  }
  .x_about .x_content_right_bottom p {
    font-size: 14px;
  }
  .x_about .x_content_right_bottom p b {
    font-size: 18px;
  }
  .x_about .x_content .x_contact_form {
    width: 65%;
    height: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .x_about .x_content .x_contact_form .x_contact_title p {
    font-size: 14px;
  }
  .x_about .x_content .x_contact_form .x_contact_title p:nth-last-of-type(1) {
    color: #fff;
  }
  .x_about .x_content .x_contact_form .x_contact_input label {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-top: 0.5rem;
  }
  .x_about .x_content .x_contact_form .x_contact_input input {
    width: auto;
    height: unset;
    background: #65A3CC;
    border-radius: 2.3rem;
    border: none;
    padding-left: 3rem;
  }
  .x_about .x_content .x_contact_form .x_contact_input input:focus-visible {
    outline: none;
  }
  .x_about .x_content .x_contact_form .x_contact_input textarea {
    width: auto;
  }
  .x_about .x_content .x_contact_form .x_contact_input textarea:focus-visible {
    outline: none;
  }
  .x_about .x_content .x_contact_form #submitButton {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-top: 10px;
  }
}
.x_other {
  margin: 0 0 10rem;
}
.x_other_content a {
  display: block;
  color: #fff;
  padding: 8rem 8rem 10rem;
  height: 33rem;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 6rem;
  margin: 3rem;
  flex: 1;
}
.x_other_content a:nth-of-type(1) {
  background: url("../upload/about-us/other1.png") no-repeat;
  background-size: 100%;
}
.x_other_content a:nth-of-type(2) {
  background: url("../upload/about-us/other2.png") no-repeat;
  background-size: 100%;
}
.x_other_content a:nth-of-type(3) {
  background: url("../upload/about-us/other3.png") no-repeat;
  background-size: 100%;
}
.x_other_content a:hover {
  background-size: 120%;
  background-position: center;
}
.x_other_content a p {
  margin-bottom: 4.5rem;
}
.x_other_content a p:nth-of-type(1) {
  font-size: 2.4rem;
  font-weight: bold;
}
.x_other_content a p:nth-of-type(2) {
  font-size: 2rem;
  margin-bottom: 6rem;
}
.x_other_content a span {
  display: block;
  text-align: right;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .x_other_content a {
    padding: 10px;
    height: 130px;
    background-size: cover !important;
    border-radius: 20px;
  }
  .x_other_content a p:nth-of-type(1) {
    font-size: 16px;
  }
  .x_other_content a p:nth-of-type(2) {
    font-size: 12px;
  }
  .x_other_content a span {
    font-size: 12px;
  }
}
.x_contact {
  justify-content: space-evenly !important;
  margin: 11.8rem 0;
}
.x_contact img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.x_contact div {
  width: 45rem;
  text-align: center;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .x_contact {
    margin: 150px 0 0;
    flex-wrap: wrap;
  }
  .x_contact div {
    width: 50%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .x_contact div img{
    width: 50px;
  }
}
@media (max-width: 530px) {
  .x_contact div {
    width: 100%;
  }
}
/*# sourceMappingURL=about.css.map */
@media (max-width: 468px){
   .x_about .x_content .x_contact_form {
    width: 75%;
  }
}

@media (max-width: 390px){
   .x_about .x_content .x_contact_form {
    width: 90%;
  }
}

body {
  background: #eee;
}