.text-content p {
  font-size: 15px;
  line-height: 2;
  color: #3c4554;
}
.section-left {
  width: 47%;
}
.section-right {
  width: 47%;
}
.culture-swiper {
  position: relative;
}
.culture-swiper .swiper-button-box {
  position: absolute;
  top: -10px;
  right: 0;
}
.culture-swiper .swiper-button-box .swiper-button-prev,
.culture-swiper .swiper-button-box .swiper-button-next {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  left: auto;
  right: auto;
}
.culture-swiper .swiper-button-box .swiper-button-prev:after,
.culture-swiper .swiper-button-box .swiper-button-next:after {
  font-size: 10px;
  color: #fff;
}
.culture-swiper .swiper-button-box .swiper-button-prev:hover,
.culture-swiper .swiper-button-box .swiper-button-next:hover {
  opacity: 0.5;
}
.culture-swiper .year {
  font-size: 30px;
  color: #20aee5;
  font-weight: lighter;
}
.culture-swiper .culture-img {
  padding: 10px 0;
  margin: 10px auto;
}
.culture-swiper .culture-name {
  font-size: 15px;
  color: #20aee5;
  font-weight: bold;
}
.data-item {
  flex: 1;
  color: #3c4554;
}
.data-item .data,
.data-item .iconfont {
  font-size: 40px;
}
.data-item .data-name {
  margin-top: 10px;
  font-size: 15px;
}
.event-item {
  margin-left: 1em;
  color: #3c4554;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
}
.event-item:before {
  content: '•';
  color: #f30;
  font-size: 17px;
  position: absolute;
  left: -10px;
  top: -4px;
}
.ceo-item {
  margin-right: 6%;
  width: 22%;
}
.ceo-item .ceo-name {
  margin: 15px 0 5px;
  font-size: 30px;
  font-weight: lighter;
  color: #20aee5;
}
.ceo-item .ceo-position {
  font-size: 12px;
  color: #919191;
}
.ceo-item .ceo-content {
  font-size: 15px;
  line-height: 1.6;
  color: #3c4554;
  text-align: justify;
}
.personnel-swiper {
  position: relative;
}
.personnel-swiper .swiper-button-prev,
.personnel-swiper .swiper-button-next {
  padding: 40px 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  margin-top: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.personnel-swiper .swiper-button-prev:after,
.personnel-swiper .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
}
.personnel-swiper .swiper-button-prev:hover,
.personnel-swiper .swiper-button-next:hover {
  opacity: 1;
}
.personnel-swiper .swiper-button-prev {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  left: 0;
}
.personnel-swiper .swiper-button-next {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: 0;
}
.personnel-swiper .swiper-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.personnel-swiper .swiper-inner p {
  font-size: 25px;
  color: #fff;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0.5);
}
.sec-recruitment {
  background: url("../images/bg_world.png") 0 0 no-repeat;
  background-attachment: scroll;
  background-size: auto;
}
.sec-recruitment .section-left {
  width: 65%;
}
.sec-recruitment .section-right {
  width: 30%;
}
.moto-item {
  width: 30%;
}
.moto-item .moto-name {
  font-size: 15px;
  color: #ff3300;
  font-weight: bold;
}
.moto-item .moto-content {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: justify;
  line-height: 1.6;
}
.testimonial-swiper .swiper-button-prev,
.testimonial-swiper .swiper-button-next {
  top: 0;
  margin-top: 0;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-swiper .swiper-button-prev:after,
.testimonial-swiper .swiper-button-next:after {
  font-size: 45px;
  color: #3c4554;
}
.testimonial-swiper .swiper-button-prev:hover,
.testimonial-swiper .swiper-button-next:hover {
  opacity: 1;
}
.testimonial-swiper:hover .swiper-button-prev,
.testimonial-swiper:hover .swiper-button-next {
  opacity: 0.5;
}
.testimonial-swiper .text-content {
  padding: 0 100px;
  font-weight: lighter;
}
.testimonial-swiper .testimonial-avator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-swiper .name {
  font-size: 20px;
  color: #2c353d;
  font-weight: bold;
}
.testimonial-swiper .position {
  font-size: 12px;
  color: #919191;
}
.human-resource-swiper .ceo-img {
  max-width: 180px;
}
.sec-join {
  background: url("../images/bg_world.png") 0 0 no-repeat;
  background-size: auto;
  background-attachment: scroll;
}
.sec-join .tab-container .tab-titles {
  position: relative;
  z-index: 2;
}
.sec-join .tab-container .tab-titles .tab-name {
  padding: 12px 16px 14px 16px;
  margin: 0 -1px 0 0;
  color: #20aee5;
  font-size: 19px;
  font-weight: lighter;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  top: 1px;
  position: relative;
}
.sec-join .tab-container .tab-titles .tab-name.active {
  background-color: #f8f8f8;
  color: #3c4554;
}
.sec-join .tab-container .tabs .tab-item {
  display: none;
}
.sec-join .tab-container .tabs .tab-item.active {
  display: block;
}
.sec-join .tab-container .tabs .tab-head {
  display: none;
}
.sec-join .tab-container .tabs .tab-content {
  padding: 20px 20px;
  color: #3c4554;
  font-size: 15px;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  flex-direction: row-reverse;
}
.sec-join .tab-container .tabs .tab-content .text-content {
  width: 68%;
}
.sec-join .tab-container .tabs .tab-content .tab-img {
  width: 30%;
}
.sec-position {
  background: url("../images/bg_world.png") 0 0 no-repeat;
  background-size: auto;
  background-attachment: fixed;
}
.search-container .select,
.search-container .input {
  padding: 13px;
  width: 50%;
  height: 50px;
  font-size: 13px;
  color: #919191;
  -webkit-appearance: none;
  outline: none;
  background: url("../images/icon_select.png") #f8f8f8 center right no-repeat;
  border: 1px solid #7D8A9E;
  box-sizing: border-box;
}
.search-container .input {
  color: #3c4554;
  background: #f8f8f8;
  box-sizing: border-box;
}
.search-container .btn-search {
  width: 120px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #20aee5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-container .btn-search:hover {
  background-color: rgba(38, 47, 116, 0.8);
}
.page-contact .left {
  width: 80%;
}
.page-contact .left .map {
  width: 100%;
  height: 65vh;
  z-index: 10;
}
.page-contact .right {
  padding: 0 15px;
  width: 20%;
  box-sizing: border-box;
}
.page-track .track-tabs {
  border-bottom: 1px solid #ebebeb;
}
.page-track .track-tabs .track-tab-item {
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-track .track-tabs .track-tab-item.active,
.page-track .track-tabs .track-tab-item:hover {
  color: #20aee5;
  border-bottom: 2px solid #20aee5;
}
.page-track .table {
  width: 100%;
  line-height: 1.5;
}
.page-track .table td {
  padding: 10px 10px;
  font-size: 14px;
  color: #3c4554;
  border: 1px solid #ebebeb;
}
.page-track .track-list .track-item {
  padding: 10px 30px;
  position: relative;
  font-size: 14px;
  color: #3c4554;
  line-height: 1.8;
}
.page-track .track-list .track-item:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #20aee5;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
}
.page-track .track-list .track-item:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  border-left: 1px dotted #ebebeb;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 1;
}
.page-track .documents-list .document-img {
  padding: 20px;
  width: 25%;
  box-sizing: border-box;
  cursor: pointer;
}
.page-track .documents-list .document-img img {
  border: 1px solid #ebebeb;
}
.page-track .preview-modal .modal-body {
  max-width: 80%;
  max-height: 90vh;
}
.page-track .preview-modal .preview-img {
  margin: 0 auto;
}
.page-overview .sec-about {
  height: 680px;
}
.page-overview .sec-about .inner-box {
  padding: 0 8% 0 5%;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page-overview .sec-about .h1 {
  font-size: 30px;
  font-weight: bold;
}
.page-overview .sec-about .p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section-left,
  .section-right {
    width: 100%;
  }
  .text-content p {
    font-size: 0.4rem /* 15/37.5 */;
  }
  .culture-swiper .swiper-button-box {
    top: -0.267rem /* -10/37.5 */;
  }
  .culture-swiper .swiper-button-box .swiper-button-prev,
  .culture-swiper .swiper-button-box .swiper-button-next {
    width: 0.64rem /* 24/37.5 */;
    height: 0.64rem /* 24/37.5 */;
  }
  .culture-swiper .swiper-button-box .swiper-button-prev:after,
  .culture-swiper .swiper-button-box .swiper-button-next:after {
    font-size: 0.267rem /* 10/37.5 */;
  }
  .culture-swiper .year {
    font-size: 0.533rem /* 20/37.5 */;
  }
  .culture-swiper .culture-name {
    font-size: 0.4rem /* 15/37.5 */;
  }
  .culture-swiper .event-item {
    font-size: 0.347rem /* 13/37.5 */;
  }
  .data-item {
    margin-bottom: 1.067rem /* 40/37.5 */;
    flex: auto;
    width: 100%;
  }
  .data-item .data,
  .data-item .iconfont {
    font-size: 1.067rem /* 40/37.5 */;
  }
  .data-item .data-name {
    margin-top: 0.267rem /* 10/37.5 */;
    font-size: 0.4rem /* 15/37.5 */;
  }
  .ceo-item {
    width: 100%;
  }
  .ceo-item .ceo-name {
    margin: 0.4rem /* 15/37.5 */ 0 0.133rem /* 5/37.5 */;
    font-size: 0.533rem /* 20/37.5 */;
  }
  .ceo-item .ceo-position {
    font-size: 0.347rem /* 13/37.5 */;
  }
  .ceo-item .ceo-content {
    font-size: 0.4rem /* 15/37.5 */;
  }
  .personnel-swiper .swiper-button-prev,
  .personnel-swiper .swiper-button-next {
    padding: 0.533rem /* 20/37.5 */ 0.267rem /* 10/37.5 */;
    box-sizing: border-box;
  }
  .personnel-swiper .swiper-button-prev:after,
  .personnel-swiper .swiper-button-next:after {
    font-size: 0.347rem /* 13/37.5 */;
  }
  .personnel-swiper .swiper-inner {
    display: none;
  }
  .sec-recruitment .section-left,
  .sec-recruitment .section-right {
    width: 100%;
  }
  .moto-item {
    width: 100%;
  }
  .testimonial-swiper .swiper-button-prev:after,
  .testimonial-swiper .swiper-button-next:after {
    font-size: 0.533rem /* 20/37.5 */;
  }
  .testimonial-swiper .text-content {
    padding: 0 1.333rem /* 50/37.5 */;
  }
  .testimonial-swiper .testimonial-avator {
    width: 2.133rem /* 80/37.5 */;
    height: 2.133rem /* 80/37.5 */;
  }
  .testimonial-swiper .name {
    font-size: 0.533rem /* 20/37.5 */;
  }
  .testimonial-swiper .position {
    font-size: 0.32rem /* 12/37.5 */;
  }
  .sec-join .tab-container .tab-titles {
    display: none;
  }
  .sec-join .tab-container .tabs .tab-item {
    display: block;
  }
  .sec-join .tab-container .tabs .tab-item .tab-head {
    display: block;
    font-size: 0.32rem /* 12/37.5 */;
    color: #919191;
    padding: 0.32rem /* 12/37.5 */ 0.427rem /* 16/37.5 */ 0.373rem /* 14/37.5 */ 0.427rem /* 16/37.5 */;
    border: 1px solid #e1e1e1;
    border-top: none;
    position: relative;
  }
  .sec-join .tab-container .tabs .tab-item .tab-content {
    padding: 0.4rem /* 15/37.5 */ 0.8rem /* 30/37.5 */;
    display: none;
    overflow: hidden;
  }
  .sec-join .tab-container .tabs .tab-item .tab-content .text-content,
  .sec-join .tab-container .tabs .tab-item .tab-content .tab-img {
    width: 100%;
  }
  .sec-join .tab-container .tabs .tab-item.active .tab-head {
    background-color: #20aee5;
    border: 1px solid #20aee5;
    color: #fff;
    font-weight: bold;
  }
  .sec-join .tab-container .tabs .tab-item.active .tab-content {
    display: block;
    border-top: none;
  }
  .sec-join .tab-container .tabs .tab-item:first-child .tab-head {
    border-top: 1px solid #e1e1e1;
  }
  .search-container .select,
  .search-container .input {
    width: 100%;
  }
  .page-contact .left,
  .page-contact .right {
    width: 100%;
  }
  .page-track .track-tabs .track-tab-item {
    padding: 0.267rem /* 10/37.5 */ 0.533rem /* 20/37.5 */;
    font-size: 0.373rem /* 14/37.5 */;
  }
  .page-track .table td {
    padding: 0.267rem /* 10/37.5 */;
    font-size: 0.32rem /* 12/37.5 */;
  }
  .page-track .track-list .track-item {
    padding: 0.267rem /* 10/37.5 */ 0.4rem /* 15/37.5 */;
    font-size: 0.32rem /* 12/37.5 */;
    line-height: 1.5;
  }
  .page-track .track-list .track-item:before {
    width: 0.16rem /* 6/37.5 */;
    height: 0.16rem /* 6/37.5 */;
    top: 0.667rem /* 25/37.5 */;
  }
  .page-track .track-list .track-item:after {
    left: 0.053rem /* 2/37.5 */;
  }
  .page-track .documents-list .document-img {
    padding: 0.267rem /* 10/37.5 */;
    width: 33.33%;
  }
  .page-track .preview-modal .modal-body {
    max-width: 90%;
  }
  .page-overview .sec-about {
    height: 75vh;
    background-position: left;
  }
  .page-overview .sec-about .inner-box {
    padding: 0 5%;
    width: 100%;
  }
  .page-overview .sec-about .h1 {
    font-size: 0.8rem /* 30/37.5 */;
  }
  .page-overview .sec-about .p {
    font-size: 0.373rem /* 14/37.5 */;
  }
}
/*# sourceMappingURL=about.css.map */