body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
}
@font-face {
  font-family: 'iconfont';
  /* project id 776251 */
  src: url('//at.alicdn.com/t/font_776251_suybulydy8.eot');
  src: url('//at.alicdn.com/t/font_776251_suybulydy8.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_776251_suybulydy8.woff') format('woff'), url('//at.alicdn.com/t/font_776251_suybulydy8.ttf') format('truetype'), url('//at.alicdn.com/t/font_776251_suybulydy8.svg#iconfont') format('svg');
}
i.icon {
  font-family: 'iconfont';
  font-style: normal;
}
.css3 {
  transition: all 0.3s ease;
}
.color-black {
  color: #000 !important;
}
img {
  max-width: 100%;
}
a,
a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
}
.p-b-2 {
  padding-bottom: 2rem;
}
.container-2 {
  padding-left: 45px;
}
.menu-group .menu-item .menu-close {
  transition: all 0.3s ease;
}
.menu-group .menu-item .menu-close.ro {
  transform: rotate(45deg);
}
.bg-gray {
  background-color: #ebebeb;
}
.btn-hover-box {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-hover-box img {
  position: absolute;
  left: 0;
  top: 90%;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  opacity: 0;
}
.btn-hover-box:hover img {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
}
.page-title small {
  display: block;
  width: 100%;
  color: #858585;
  font-size: 1.3rem;
  line-height: 3.5rem;
  font-weight: normal;
}
.page-title small + div {
  padding-bottom: 30px;
}
.page-title small + div img {
  display: block;
  margin: auto;
}
.modal-footer .btn + .btn {
  margin-left: 0;
}
.main-swiper-container,
#index {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .main-swiper-container,
  #index {
    height: auto;
  }
}
.main-swiper-container {
  padding-left: 45px;
}
.main-swiper-container .swiper-pagination {
  right: 40px;
  text-align: center;
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 30px auto;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e32c41 !important;
  transform: scale(1.8, 1.8);
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 16px;
  height: 16px;
  left: -3px;
  top: -3px;
  border-color: #e32c41 !important;
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet:hover {
  background: #e32c41;
  opacity: 0.8;
}
.main-swiper-container .swiper-pagination span.swiper-pagination-bullet:hover:after {
  width: 16px;
  height: 16px;
  left: -3px;
  top: -3px;
  border-color: #e32c41;
  opacity: 0.8;
}
.main-swiper-container .swiper-pagination.black span.swiper-pagination-bullet {
  background: #252525;
}
.main-swiper-container .swiper-pagination.black span.swiper-pagination-bullet:after {
  border-color: #252525;
}
#index .slide-1 .content {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
}
#index .slide-1 .content h1 {
  font-weight: 200;
  font-size: 3.5rem;
}
#index .slide-1 .content h2 {
  font-weight: 200;
  font-size: 1.5rem;
  padding-top: 1.5rem;
}
#index .playVideo {
  text-align: center;
}
#index .playVideo .playVideo-btn {
  display: inline-block;
  margin: auto;
  overflow: hidden;
}
#index .playVideo .playVideo-btn .left,
#index .playVideo .playVideo-btn .right,
#index .playVideo .playVideo-btn a {
  padding: 18px 1rem;
  border-radius: 1.4rem;
  display: block;
  background: #e32c41;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
#index .playVideo .playVideo-btn .left:hover,
#index .playVideo .playVideo-btn .right:hover,
#index .playVideo .playVideo-btn a:hover {
  background: #ff3955;
}
#index .playVideo .playVideo-btn .left {
  border-radius: 1.4rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #e32c41;
}
#index .playVideo .playVideo-btn .left img,
#index .playVideo .playVideo-btn .left .title {
  float: left;
}
#index .playVideo .playVideo-btn .left .title {
  margin-left: 5px;
  font-size: 0.7rem;
  color: #fff;
  line-height: 19px;
}
#index .playVideo .playVideo-btn .right {
  border-left: 1px solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #e32c41;
}
#index .playVideo .playVideo-btn .right .title {
  font-size: 0.7rem;
  line-height: 19px;
  color: #fff;
}
#index .playVideo span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 2.5rem;
  background-color: #e32c41;
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.7rem;
  border-radius: 1.4rem;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
#index .playVideo span:hover {
  background: #ff3955;
}
#index .playVideo span img {
  position: absolute;
  right: 1rem;
}
#index .group-logo {
  text-align: center;
  width: 100%;
  padding-bottom: 2.5rem;
}
#index .companyDesc {
  width: 100%;
  text-align: center;
  background-color: #fff;
  margin-top: 0.2rem;
  color: #595757;
}
#index .companyDesc p {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 2rem;
}
.main-swiper-container-2 {
  height: 100%;
}
.main-swiper-container-2 .hr {
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #595857;
  width: 100%;
}
.progress-his {
  padding: 0;
}
.progress-his .content {
  overflow: visible;
}
.main-2-swiper-button-next,
.main-2-swiper-button-prev {
  background: none;
  right: -4.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #fff;
  color: #595757;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.5rem;
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}
.main-2-swiper-button-next:hover,
.main-2-swiper-button-prev:hover {
  background: #e32c41;
  color: #fff;
}
.main-2-swiper-button-prev {
  left: -4.5rem;
  right: auto;
}
.main-swiper-container .swiper-slide {
  overflow: hidden;
}
.progress-his .swiper-slide .his-item {
  width: 100%;
  position: absolute;
  top: 50%;
  height: 50%;
}
.progress-his .swiper-slide .his-item .his-box {
  position: relative;
}
.progress-his .swiper-slide .his-item .his-box .pointe {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: -0.45rem;
  margin-left: -0.45rem;
  transition: all 0.3s ease;
  border: 0.15rem solid #f5f6f6;
}
.progress-his .swiper-slide .his-item .his-box .his-title {
  width: 100%;
  background: #e2e2e2;
  color: #727171;
  font-size: 2rem;
  line-height: 2.75rem;
  top: 2rem;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.progress-his .swiper-slide .his-item .his-box .trangle {
  border-top: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #e2e2e2;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  left: 50%;
  margin-left: -0.625rem;
  top: 0.75rem;
  transition: all 0.3s ease;
}
.progress-his .swiper-slide .his-item .his-box .his-desc {
  top: 7rem;
  position: absolute;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.25rem;
  transition: all 0.3s ease;
}
.progress-his .swiper-slide:hover .his-box .his-title {
  background-color: #e32c41;
  color: #fff;
}
.progress-his .swiper-slide:hover .his-box .trangle {
  border-bottom-color: #e32c41;
}
.progress-his .swiper-slide:hover .his-box .pointe {
  background: #e32c41;
}
.progress-his .swiper-slide:hover .his-box .his-desc {
  transform: translateY(-10px);
}
.slide3-images.row {
  margin: 0;
}
.slide3-images.row .ani {
  padding: 0;
}
.slide3-images.row .ani img {
  width: 100%;
}
.progress-his .swiper-slide:nth-child(even) .his-item {
  position: absolute;
  bottom: 50%;
  top: auto;
}
.progress-his .swiper-slide:nth-child(even) .his-item .his-box {
  height: 100%;
}
.progress-his .swiper-slide:nth-child(even) .his-item .his-box .his-title {
  bottom: 2rem;
  top: auto;
}
.progress-his .swiper-slide:nth-child(even) .his-item .his-box .pointe {
  bottom: 0;
  top: auto;
  margin-bottom: -0.45rem;
}
.progress-his .swiper-slide:nth-child(even) .his-item .his-box .trangle {
  top: auto;
  bottom: 0.75rem;
  border-top: 0.625rem solid #e2e2e2;
  border-bottom: 0.625rem solid transparent;
}
.progress-his .swiper-slide:nth-child(even) .his-item .his-box .his-desc {
  bottom: 7rem;
  top: auto;
}
.progress-his .swiper-slide:nth-child(even):hover .his-item .his-box .trangle {
  top: auto;
  bottom: 0.75rem;
  border-top: 0.625rem solid #e32c41;
}
.recruit-block .school-recruit {
  height: 513px;
}
.recruit-block .school-recruit h3.title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}
.slide-last {
  height: 870px;
}
.slide-last .h2 {
  text-align: center;
  color: #595757;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-left: 16rem;
  padding-right: 16rem;
  margin: 0;
}
.slide-last .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 25rem);
  background: url('../images/index/img-1.jpg') center right;
  background-size: cover;
  border-top: 7px solid #e32c41;
  display: flex;
  align-items: center;
}
.slide-last .box .row {
  width: 100%;
}
.slide-last .box .row .right {
  border-left: 1px solid #c5c6c6;
}
.slide-last .box .item {
  text-align: center;
}
.slide-last .box .item .icon {
  color: #e32c41;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 1rem;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  width: 8rem;
  margin: auto;
}
.slide-last .box .item .title {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 1.5rem 0;
}
.slide-last .box .item .title .en {
  border-left: 2px solid #e32c41;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
.slide-last .box .item .text {
  color: #fff;
  font-size: 1rem;
}
.slide-last .box .item .text .en {
  font-size: 0.8rem;
  display: inline-block;
  width: 100%;
}
#companys .wrap {
  height: 100vh;
  padding: 5rem 0;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
}
#companys .company-list {
  width: 80%;
  margin: 0 auto;
}
.pagination {
  /* position: absolute;

	bottom: 1rem;
	left: 0;*/
  width: 100%;
  text-align: center;
}
.pagination .item {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #595757;
  /*justify-content: center;*/
  /*align-items: center;*/
  border: 1px solid #ddd;
  margin: 0 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination .item:hover {
  background: #ddd !important;
}
.pagination .item.active {
  background: #e32c41 !important;
  color: #fff !important;
}
.social .content2 {
  width: 60%;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.social .content2 .desc {
  margin-top: 0;
  font-size: 0.7rem;
  line-height: 1.4rem;
}
.social .content2 .page-title {
  padding: 0;
  font-size: 2rem;
}
.social .content2 .social-content {
  padding-top: 4rem;
}
.social .content2 .row {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.social .content2 .detatil-img {
  display: block;
  margin: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.social .content2 .detatil-img:hover {
  transform: scale(1.05, 1.05);
}
.social .content2 .content-img img {
  transition: all 0.3s ease;
}
.social .content2:hover .content-img img {
  transform: translateY(-10px);
}
.social .content3 .content-img img {
  width: auto;
  transition: all 0.3s ease;
}
.social .content3 .page-title {
  font-size: 2rem;
}
.social .content3:hover .content-img img {
  transform: translateY(-10px);
}
.social .content4 .content-img img {
  width: 130px;
}
.g-swiper-button-next,
.g-swiper-button-prev {
  position: absolute;
  right: 0;
  top: 50%;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #595757;
  line-height: 31px;
  color: #595757;
  display: inline-block;
  font-size: 30px;
  outline: none;
  transition: all 0.3s ease;
}
.g-swiper-button-next:hover,
.g-swiper-button-prev:hover {
  background: #595757;
  color: #fff;
}
.g-swiper-button-prev {
  right: auto;
  left: 0;
}
.page-title-2 {
  padding: 3rem 0 !important;
}
.top-adv .right .content-title {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.recruit .top-adv {
  width: 1600px;
  margin-left: -800px;
  background: #333;
}
.recruit .top-img {
  height: 900px;
}
.recruit-block .hot-recruit {
  min-height: 100vh;
  height: auto;
}
.footer .base-info .part_link i {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background: #fff;
  color: #3e3a39;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-size: 1rem;
}
.footer .base-info .part_link i:hover {
  background: #e32c41;
  color: #fff;
}
.footer .wrap .web-link .part_link {
  transition: all 0.3s ease;
  padding: 0.75rem 0;
}
.footer .wrap .web-link .part_link i {
  font-size: 1rem;
}
.footer .wrap .web-link .part_link:hover {
  color: #e32c41;
}
.modal-backdrop.in {
  opacity: 1;
  background-color: #333;
}
.company-article .page_link a {
  transition: all 0.3s ease;
}
.company-article .page_link a:hover {
  background: #fa3048;
}
.social .content .item .img {
  transition: all 0.3s ease;
}
.social .content .item:hover .img {
  transform: translateY(-10px);
}
#news-modal {
  background: url('../images/company/news-bg.jpg') center no-repeat;
  background-size: cover;
}
#news-modal .modal-lg {
  margin-top: 0;
  margin-bottom: 0;
  padding: 4% 0;
  height: 100%;
}
#news-modal .modal-lg .modal-content {
  padding-top: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  height: 100%;
  overflow: hidden;
}
#news-modal .modal-lg .modal-content .modal-body {
  height: 100%;
  overflow-y: scroll;
  padding: 0 150px;
}
#news-modal .modal-lg .modal-content .modal-body .title {
  font-size: 2rem;
  text-align: center;
}
#news-modal .modal-lg .modal-content .modal-body .text {
  font-size: 0.8rem;
  color: #595757;
  padding: 15px 0 30px;
  border-bottom: 1px solid #595757;
  text-align: center;
}
#news-modal .modal-lg .modal-content .modal-body .content {
  padding: 40px 0 0 0;
  line-height: 2;
}
#news-modal .swiper-news {
  height: 100%;
}
.search-tools button {
  transition: all 0.3s ease;
}
.search-tools button:hover {
  background: #fa3048;
}
.menu .sidebar .icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(270deg);
  line-height: 1;
  white-space: nowrap;
  margin-top: -70px;
  margin-left: -20px;
}
.company-article {
  height: 100%;
}
.company-article .content {
  padding-top: 0;
}
.modal-backdrop {
  transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1400px) {
  .modal-lg {
    width: 1400px;
  }
}
@media (max-width: 1600px) {
  .progress-his .content {
    padding: 5rem;
  }
  .main-2-swiper-button-next {
    right: -1rem;
  }
  .main-2-swiper-button-prev {
    left: -1rem;
  }
  #companys .wrap {
    height: auto;
  }
  .company-article {
    height: auto;
  }
  .social .content {
    height: auto;
    padding: 2rem 0;
  }
  .recruit .top-adv {
    width: 80%;
    margin-left: 10%;
    left: 0;
  }
  .recruit .top-img {
    height: 600px;
  }
  .top-adv .right .content-title {
    padding: 1rem 0;
  }
  .page-title small {
    font-size: 1rem;
    line-height: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-title small + div img {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .slide-last .h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .slide-last .box .item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .social .section-child {
    padding-bottom: 6rem;
  }
  .social-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .social .content .item {
    margin: 0;
  }
  .social .content2 {
    width: 80%;
  }
  .social .content2 .page-title {
    padding: 1rem 0;
  }
  .top-adv .right .content-title {
    font-size: 1.2rem;
  }
  .recruit .top-adv .right {
    padding-bottom: 1rem;
  }
  .recruit-block .hot-recruit .list-group {
    padding: 2rem 1rem;
    height: auto;
  }
  .recruit-block .hot-recruit {
    height: auto;
    min-height: auto;
  }
  .search-tools button {
    position: static;
    margin-top: 1rem;
    margin-left: 15px;
  }
  .company-info .page-title {
    padding-top: 2rem;
  }
  #company-info .page-detail {
    padding-top: 2rem;
  }
  .boss-quotation {
    padding: 3.5rem;
  }
  .progress-his .content {
    padding: 1rem 3rem;
  }
  .progress-his .swiper-slide .his-item .his-box .his-title {
    line-height: 1.75rem;
    font-size: 1rem;
  }
  .progress-his .swiper-slide .his-item .his-box .his-desc {
    top: 5rem;
  }
  .progress-his .swiper-slide:nth-child(even) .his-item .his-box .his-desc {
    bottom: 5rem;
  }
  .slide-last .box {
    height: calc(100vh - 17rem);
  }
  #mainpart .chile-content,
  .maincontent {
    padding: 0 3rem;
  }
  #index .group-logo {
    padding: 1rem 0;
  }
  #index .group-logo img {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  #index .slide-1 .content h1 {
    font-size: 2rem;
  }
  #index .playVideo {
    bottom: 2rem;
  }
  .company-info .page-title {
    padding-top: 3rem;
  }
  #company-info .page-detail {
    padding-top: 3rem;
  }
  .boss {
    padding: 3rem;
    height: 100vh;
    overflow: hidden;
  }
  .boss-quotation {
    margin-top: 0;
  }
  .boss-quotation .right {
    padding-left: 0;
  }
  .progress-his .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .progress-his {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .progress-his .swiper-slide .his-item .his-box .his-title {
    font-size: 1rem;
    line-height: 1.6;
  }
  .progress-his .swiper-slide .his-item .his-box .his-desc {
    top: 4rem;
  }
  .progress-his .swiper-slide:nth-child(even) .his-item .his-box .his-desc {
    bottom: 4rem;
  }
  .slide-last .box {
    height: calc(100vh - 18rem);
  }
  .social .content .item .img {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .social .content .item .img img {
    width: 60%;
  }
  .social .content .item .info {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .social .content .item .info .title {
    text-align: center;
  }
  .social .bgc {
    min-height: auto;
  }
  .social .content {
    width: 95%;
  }
  .social .bgc {
    padding: 2rem 0;
  }
  .social .content3 .content-img img {
    width: 100px;
  }
  .maincontent {
    padding: 0 1rem;
  }
  .recruit .top-adv .left {
    width: 100%;
    margin-top: 3rem;
  }
  .recruit .top-adv {
    bottom: auto;
    position: static;
    margin-top: 0rem;
  }
  .recruit .top-img {
    height: auto;
    background-size: auto 600px;
    background-position: top;
  }
  .recruit .top-adv .right {
    width: 100%;
    padding-bottom: 1rem;
  }
  .recruit .re-category .re-cate .info {
    width: 100%;
  }
  .list-group .list-item .showDetail {
    position: static;
    margin-right: 1rem;
    margin-top: 1rem;
  }
  .footer .wrap {
    padding: 15px;
  }
  .footer .wrap .block {
    width: 33.33%;
    padding-bottom: 1rem;
  }
  .footer .wrap .block.company-map {
    width: 100%;
  }
  .footer .wrap .block.company-map iframe {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .main-2-swiper-button-next {
    right: 0rem;
  }
  .main-2-swiper-button-prev {
    left: 0rem;
  }
  #news-modal .modal-lg .modal-content .modal-body {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .main-2-swiper-button-next {
    right: 2rem;
  }
  .main-2-swiper-button-prev {
    left: 2rem;
  }
  .main-swiper-container {
    padding-left: 0;
    padding-top: 60px;
  }
  #index .slide-1 .content h1 {
    font-size: 2rem;
  }
  #index .playVideo {
    bottom: 3rem;
  }
  #index .wrap {
    padding: 0 1rem;
  }
  #index .slide-1 .content {
    width: 100%;
  }
  .main-swiper-container .swiper-pagination {
    right: 15px;
  }
  .main-swiper-container .swiper-pagination span.swiper-pagination-bullet:after {
    border-color: #252525;
  }
  .boss-quotation .right {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .boss {
    padding: 3rem 3rem 0;
  }
  .company-info .page-title {
    padding: 1rem 0;
  }
  .company-info,
  #company-info .page-detail {
    padding-top: 0rem;
  }
  .boss-quotation .left .boss-pic img {
    width: 100px;
  }
  .boss .col-sm-9 {
    width: 100%;
  }
  .progress-his {
    height: calc(100vh - 13.2rem);
  }
  .container-2 {
    padding-left: 0;
  }
  #companys .company-list {
    width: 100%;
  }
  .maincompanys .chile-content .children-selection {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .social .bgc {
    height: auto;
  }
  .recruit .top-adv {
    width: 100% !important;
    margin-left: 0;
  }
  .recruit .top-adv .left {
    margin-top: 1rem;
  }
  .recruit .top-adv .right {
    padding: 1rem;
    border: none;
  }
  .recruit .top-block {
    padding: 5rem 2rem;
  }
  .redpointparent .redpoint {
    display: block;
    bottom: 50%;
    padding: 0 1rem;
  }
  .search-tools .form-control {
    height: 34px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .search-tools button {
    font-size: 14px;
  }
  .school-list .icon-down {
    top: 25px;
    margin-top: 0;
  }
  .footer .wrap .block {
    width: 100%;
  }
  .footer .wrap .block.base-info {
    padding-top: 1rem;
  }
  .social .arc-group .article-item {
    display: inline-block;
  }
  .social .arc-group .left {
    height: 300px;
    margin-bottom: 20px;
  }
  .slide3-images {
    position: relative;
    width: 90%;
    margin: 0 auto !important;
  }
  .boss-quotation {
    padding: 10px 0;
  }
  .boss-quotation .left .boss-desc p {
    margin-top: 0;
  }
  .boss .page-title {
    padding-top: 0;
  }
  .boss .page-title small + div {
    padding-bottom: 10px;
  }
  .slide-last .box .row .right {
    border-left: none;
    padding-top: 1rem;
  }
}
@media (max-width: 414px) {
  #index .slide-1 .content h1 {
    font-size: 1.5rem;
  }
  #index .slide-1 .content h2 {
    font-size: 1rem;
  }
  #index .playVideo span {
    padding: 0.8rem 1.5rem;
  }
  #index .playVideo span img {
    right: 0.5rem;
  }
  #index .group-logo {
    width: 50%;
    padding-bottom: 1.5rem;
  }
  #index .companyDesc p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .main-swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1.3, 1.3);
  }
  #company-info .page-detail .right img {
    display: none;
  }
  .m-core-business {
    overflow-x: scroll;
  }
  .m-core-business img {
    width: 300%;
    max-width: 300%;
  }
  .boss {
    padding: 1rem;
  }
  .boss-quotation .right p {
    font-size: 14px;
    line-height: 1.4;
  }
  .adv {
    display: none;
  }
  .progress-his-page {
    padding: 1rem 0 !important;
  }
  .progress-his {
    height: calc(100vh - 6.2rem);
  }
  .slide-last .box .item {
    flex-wrap: wrap;
  }
  .slide-last .h2 {
    padding: 0rem 1rem 1rem 1rem;
  }
  .slide-last .box {
    height: calc(100vh - 16rem);
    padding: 0 15px;
  }
  .slide-last .box .item {
    padding: 0;
  }
  .slide-last .box .item .icon {
    font-size: 1rem;
    padding: 0.5rem;
    width: 2rem;
  }
  .slide-last .box .item .title {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  .slide-last .box .item .title .en {
    font-size: 0.7em;
  }
  .slide-last .box .item .text {
    font-size: 0.7rem;
    padding-top: 1rem;
  }
  .slide-last .box .item .text .en {
    font-size: 0.7em;
  }
  .main-2-swiper-button-next,
  .main-2-swiper-button-prev {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  #company-info .page-detail .left {
    font-size: 0.7rem;
    line-height: 1.5;
  }
  .boss-quotation .left .boss-pic {
    display: none;
  }
  .page-title small {
    font-size: 0.8rem;
    line-height: 1;
    padding: 5px 10px;
  }
  .page-title small + div img {
    width: 20px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  #company-info .page-detail .left {
    font-size: 0.6rem;
  }
  .boss-quotation .left .boss-pic {
    display: none;
  }
  .progress-his .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-2-swiper-button-next {
    right: 1rem;
    margin-top: -0.75rem;
  }
  .main-2-swiper-button-prev {
    left: 1rem;
    margin-top: -0.75rem;
  }
  .slide-last .box .item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#myModalLabel a {
  color: #337ab7;
  font-size: 16px;
}
