@charset "UTF-8";


.padding-container {
  max-width: 1340px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.page-main-product {
  margin-top: -5.875rem;
}
.page-main-product .swiper {
  background-color: #fff;
  box-shadow: 0rem 0.63rem 1.88rem 0.06rem rgba(0, 0, 0, 0.06);
}
.page-main-product .main-product-list-left,
.page-main-product .main-product-list-right {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -1.625rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #1222b5;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  cursor: pointer;
}
.page-main-product .main-product-list-left {
  left: -1.625rem;
}
.page-main-product .main-product-list-right {
  right: -1.625rem;
}

.main-product-item {
  display: flex;
  padding: 4rem 5.625rem;
}
.main-product-item-left {
  width: 30.46%;
}
.main-product-item-left .pic-wrap img{
  object-fit: scale-down;
}
.main-product-item-left .pic-wrap {
  padding-bottom: 67.346%;
}
.main-product-item-right {
  margin-left: 2.875rem;
  flex: 1;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-product-item-decoration {
  display: flex;
  font-size: 1.25rem;
}
.main-product-item-decoration .p-icon {
  width: 50px;
  height: 50px;
}
.main-product-item-decoration .en {
  line-height: 1;
  color: #eee;
}
.main-product-item-decoration .cn {
  line-height: 1;
  color: #1a1a1a;
}
.main-product-item-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.875rem;
  color: #1a1a1a;
}
.main-product-item-desc {
  color: #1a1a1a;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

@media screen and (max-width: 767px) {
  .main-product-item {
    padding: 0;
    flex-direction: column;
  }
  .main-product-item-left,
  .main-product-item-right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .main-product-item-right {
    margin: 1.2rem 0;
  }
  .main-product-item-decoration .p-icon {
    width: 25px;
    height: 25px;
  }
  .main-product-item-decoration .en {
    font-size: 14px;
  }
  .main-product-item-decoration .cn {
    font-size: 14px;
  }
  .main-product-item-title {
    font-size: 18px;
    margin: 1rem 0;
  }
  .main-product-item-desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-product-btn {
    margin-top: 1.1rem;
  }
}
.page-product-btn {
  width: 10.63rem;
  height: 3.13rem;
  background: linear-gradient(135deg, #3b74f5 0%, #6fe9ae 25%, #3b74f5 50%, #6fe9ae 75%, #3b74f5 100%);
  background-size: 400%;
  border-radius: 1.56rem;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transition: all 0.5s ease;
  background-position: -200%;
}
.page-product-btn i {
  margin-top: -2px;
  margin-left: 0.6rem;
  display: inline-block;
  line-height: 1;
  width: 8px;
  height: 12px;
  background: url("../images2/icon_btn_arrow_right.svg") no-repeat;
  background-size: cover;
}
.page-product-btn:hover {
  background-position: -250%;
}
.page-product-btn.transparent {
  background: rgba(255, 255, 255, 0.4);
}
.page-product-btn.transparent:hover {
  background: rgba(255, 255, 255, 0.6);
}

@keyframes btn-animation {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-product-btn {
    width: 8.63rem;
    height: 2.63rem;
  }
  .page-main-product .main-product-list-left, .page-main-product .main-product-list-right {
    width: 2.35rem;
    height: 2.35rem;
  }
}
.product-filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.1875rem;
}
.product-filter-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18rem;
  width: 22%;
  height: 4.38rem;
  background: #f2f3f9;
  border-radius: 2.25rem;
  font-size: 1.13rem;
  font-weight: bold;
  color: #1a1a1a;
  transition: all 0.23s ease;
}
.product-filter-nav-item .p-icon {
  max-width: 30px;
  margin-right: 0.5rem;
  transition: all 0.23s ease;
  filter: invert(0);
}
.product-filter-nav-item.on, .product-filter-nav-item:hover {
  background-color: #1222b5;
  color: #fff;
}
.product-filter-nav-item.on .p-icon, .product-filter-nav-item:hover .p-icon {
  filter: invert(1);
}
.product-filter-nav-item {
  margin: .8rem 1rem;
}

.product-list-wrapper {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
}
.product-list-wrapper .product-list-item {
  width: 30.769%;
}
.product-list-wrapper .product-list-item .pic-wrap img{
  object-fit: scale-down;
}
.product-list-item {
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-top: 3.84%;
  margin-right: 3.84%;
  transition: all 0.23s ease;
}
.product-list-item:nth-child(1), .product-list-item:nth-child(2), .product-list-item:nth-child(3) {
  margin-top: 0;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-list-item .pic-wrap {
  padding-bottom: 67.346%;
}
.product-list-item:hover {
  border-color: #1222b5;
}
.product-list-item:hover .title {
  color: #1222b5;
}

.product-list-item .pic-wrap img{
  object-fit: scale-down;
}

.product-item-info {
  padding: 1.75rem 2.2rem 2.2rem;
}
.product-item-info .title {
  font-size: 1.13rem;
  font-weight: bold;
  color: #1a1a1a;
  transition: all 0.23s ease;
}
.product-item-info .desc {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.5rem;
  color: #999;
}

.page-recomment-product {
  padding-bottom: 6.375rem;
}

.tab-crumbs {
  border-bottom: 1px solid #e3e3e3;
}
.tab-crumbs .container {
  color: #8c8c8c;
  height: 5rem;
  line-height: 5rem;
}
.tab-crumbs .container a {
  display: inline-block;
  color: #8c8c8c;
  font-size: 1rem;
  text-transform: uppercase;
}
.tab-crumbs .container a:hover {
  color: #1222b5;
}

@media screen and (max-width: 767px) {
  .tab-crumbs .container {
    height: 4.5rem;
    line-height: 4.5rem;
  }
  .tab-crumbs .container a {
    font-size: 12px;
  }
}
.product-top {
  padding: 5rem 0;
}
.product-top .container {
  display: flex;
  flex-wrap: wrap;
}
.product-top .page-product-detail-left {
  width: 36.53%;
}
.product-top .page-product-detail-left .owl-controls {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
}
.product-top .product-detail-pic-list .pic-wrap {
  padding-bottom: 100%;
}
.product-top .product-detail-pic-list .pic-wrap img {
  transition: all 0.5s;
}
.product-top .page-product-detail-right {
  padding-left: 4rem;
  flex: 1;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-top .page-product-detail-right .type-title {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  font-weight: bold;
  color: #1222b5;
}
.product-top .page-product-detail-right .type-title span {
  padding-left: 10px;
}
.product-top .page-product-detail-right .title {
  padding-top: 2.5rem;
  font-size: 1.75rem;
  line-height: 1.7;
  font-weight: bold;
  text-transform: uppercase;
}
.product-top .page-product-detail-right .fn {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  font-size: 14px;
  line-height: 2.13rem;
  text-indent: 2em;
  color: #999;
}

.product-bottom .index-title {
  padding: 4.625rem 0 3.75rem;
}

@media screen and (max-width: 767px) {
  .page-about-section-list .title-module.left,
  .page-about-section-list .title-module,
  .page-product-detail .title-module.left,
  .page-product-detail .title-module,
  .page-product .title-module.left,
  .page-product .title-module {
    padding: 3.4rem 0 2rem;
    text-align: center;
  }
  .page-about-section-list .title-module.left .title-module-title,
  .page-product-detail .title-module.left .title-module-title,
  .page-product .title-module.left .title-module-title {
    justify-content: center;
  }
  .page-about-section-list .title-module.left .title-module-en,
  .page-about-section-list .title-module .title-module-en,
  .page-product-detail .title-module.left .title-module-en,
  .page-product-detail .title-module .title-module-en,
  .page-product .title-module.left .title-module-en,
  .page-product .title-module .title-module-en {
    font-size: 18px;
  }
  .page-about-section-list .title-module.left .title-module-title h3,
  .page-about-section-list .title-module .title-module-title h3,
  .page-product-detail .title-module.left .title-module-title h3,
  .page-product-detail .title-module .title-module-title h3,
  .page-product .title-module.left .title-module-title h3,
  .page-product .title-module .title-module-title h3 {
    font-size: 20px;
  }
  .product-filter-nav-item {
    width: 100%;
    margin: 10px 0;
    font-size: 1rem;
    height: 3.48rem;
  }
  .product-filter-nav-item + .product-filter-nav-item {
    margin-left: 0;
  }
  .product-list-item:nth-child(1) {
    margin-top: 0;
  }
  .product-list-item:nth-child(2),
  .product-list-item:nth-child(3) {
    margin-top: 5.84%;
  }
  .product-list-wrapper {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }

  .product-list-wrapper .product-list-item {
    width: 100%;
    margin-top: 5.84%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-main-product {
    margin-top: 2rem;
  }
  .page-recomment-product {
    padding-bottom: 2rem;
  }
}
.tab-style2 {
  padding-bottom: 4.625rem;
  z-index: 9;
  position: relative;
  text-align: center;
  background-color: transparent;
}
.tab-style2 li {
  position: relative;
  display: inline-block;
  margin-right: 7.9375rem;
  padding: 0;
  height: 4.2rem;
  line-height: 4.2rem;
  transition: 0.24s;
  font-size: 1.5rem;
  border-radius: 1.25rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.tab-style2 li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 4.5rem;
  height: 0.375rem;
  bottom: 0;
  background-color: #1222b5;
  transition: 0.23s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease;
}
.tab-style2 li:hover::after, .tab-style2 li.on::after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .tab-style a {
    margin: 0.5rem 5px 0;
  }
  .nav-mb ol {
    padding-left: 10px;
  }
  .product-top {
    padding: 2.2rem 0;
    background-size: cover;
  }
  .product-top .page-product-detail-right,
  .product-top .page-product-detail-left {
    padding-left: 0;
    width: 100%;
  }
  .product-top .page-product-detail-right .title {
    padding-top: 1.6rem;
    font-size: 1.25rem;
  }
  .product-top .page-product-detail-right .fn {
    padding-top: 0.5rem;
    font-size: 15px;
    line-height: 1.6;
  }
}
.product-details-desc {
  padding-bottom: 3.375rem;
}

.details-desc-item {
  border: 1px solid #d1d1d1;
  padding: 2.3rem 3.9rem;
  box-sizing: border-box;
}
.details-desc-item .title {
  font-size: 1rem;
  color: #1a4272;
  font-weight: bold;
  padding-bottom: 1.25rem;
}
.details-desc-item .title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
  width: 1.19rem;
  height: 1.19rem;
  background: url("../images/icon_detail.png") no-repeat center center/cover;
}
.details-desc-item .article {
  font-size: 1rem;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .product-top .page-product-detail-right .type-title {
    margin-top: 1rem;
  }
  .product-top .page-product-detail-right .title {
    padding-top: 0.8rem;
  }
  .tab-style2 {
    padding-bottom: 1.2rem;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .tab-style2 li {
    min-width: 80px;
    padding: 0 10px;
    margin: 0;
    font-size: 1rem;
  }
  .details-desc-item {
    padding: 1.2rem;
  }
  .page-product-detail .product-bottom.title-module {
    padding-bottom: 0;
  }
}
.page-nav-bar {
  background-color: #fff;
}

.page-nav-bar.show {
  z-index: 9;
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.09);
}

.page-nav-bar ol {
  display: flex;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  -webkit-box-lines: multiple;
  /* 12版 */
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-nav-bar ol li {
  margin: 0 1.5rem;
  height: 5.625rem;
  line-height: 5.625rem;
  transition: all 0.3s;
  cursor: pointer;
}

.page-nav-bar ol li a {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.8rem;
  display: block;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
  color: #7d7d7d;
}

.page-nav-bar ol li a.on,
.page-nav-bar ol li a:hover {
  border-bottom: 2px solid #e6213d;
  color: #e6213d;
}

.nav-bar-placeholder {
  display: none;
  height: 65px;
}

.page-nav-bar-tab {
  background-color: #fafafa;
}

.page-nav-bar-tab.nav-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #fafafa;
}

.page-nav-bar-tab ol {
  display: flex;
  -webkit-box-lines: multiple;
  /* 12版 */
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.page-nav-bar-tab ol li {
  margin-right: 7.2rem;
  transition: all 0.3s;
  cursor: pointer;
}

.page-nav-bar-tab ol li a {
  position: relative;
  padding: 1.88rem 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: bold;
}

.page-nav-bar-tab ol li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.75rem;
  width: 3.5rem;
  height: 0.38rem;
  background: #e60013;
  opacity: 0;
  visibility: hidden;
  transition: all 0.23s ease;
}

.page-nav-bar-tab ol li a.on::before,
.page-nav-bar-tab ol li a:hover::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .page-nav-bar-tab {
    display: none;
  }
}
.about-introduction {
  padding: 10rem 0;
  display: flex;
  flex-wrap: wrap;
}
.about-introduction-left {
  display: flex;
  justify-content: center;
  width: 50%;
  height: inherit;
}
.about-introduction-left img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.about-introduction-right {
  position: relative;
  box-sizing: border-box;
  padding-left: 5.9375rem;
  padding-right: 5.3rem;
  width: calc(50% - 6.19vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-introduction-right .icon-top {
  position: absolute;
  top: 0;
  right: 0;
}
.about-introduction-right .icon-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-introduction .article {
  padding-top: 4.4375rem;
  padding-right: 1rem;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .about-introduction {
    padding: 3.6rem 0;
    flex-direction: column;
  }
  .about-introduction-left,
  .about-introduction-right {
    padding: 0;
    width: 100%;
  }
  .about-introduction .article {
    padding: 0 30px;
  }
}
.title-module.left {
  padding: 0;
  text-align: left;
}
.title-module.left .title-module-en {
  font-size: 3.13rem;
  letter-spacing: -3px;
}
.title-module.left .title-module-title {
  justify-content: flex-start;
}

.page-about-section-list .title-module-title {
  font-size: 2rem;
}

.about-culture {
  position: relative;
  padding-bottom: 11rem;
}
.about-culture::after {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background-color: #f8f8f8;
}
.about-culture .culture-container {
  width: calc(100% - 228px);
  margin: 0 auto;
}
.about-culture .culture-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.about-culture .culture-list-item {
  position: relative;
  width: 23.61%;
  margin-right: 1.85%;
  padding-top: 7.5rem;
  padding-bottom: 2.0625rem;
  border-bottom: 1rem solid #f4f5fa;
  color: #1a1a1a;
  transition: all 0.23s ease;
  text-align: center;
  background-color: #fff;
}
.about-culture .culture-list-item:nth-child(4n) {
  margin-right: 0;
}
.about-culture .culture-list-item .bg {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: left top;
     object-position: left top;
}
.about-culture .culture-list-item .icon {
  margin: 0 auto;
  display: block;
  width: 85px;
  height: 90px;
  object-fit: contain;
  transition: all 0.23s ease;
}
.about-culture .culture-list-item .title {
  padding: 1.6875rem 0 2.375rem;
  font-size: 2.25rem;
  font-weight: bold;
  transition: all 0.23s ease;
}
.about-culture .culture-list-item .desc {
  /* height: 85px; */
  font-size: 15px;
  padding: 0 10px;
  line-height: 2rem;
  transition: all 0.23s ease;
}
.about-culture .culture-list-item:hover {
  background-color: #1222b5;
  color: #fff;
}
.about-culture .culture-list-item:hover .icon {
  filter: invert(1);
}

@media screen and (max-width: 767px) {
  .about-culture .culture-container {
    width: calc(100% - 30px);
  }
  .about-culture .culture-list-item {
    width: 100%;
  }
  .about-culture .culture-list-item .desc {
    height: auto;
    font-size: 14px;
  }
  .about-culture {
    padding-bottom: 3.5rem;
  }
}
.about-history {
  background: url("../images2/history_bg.png") no-repeat center center/cover;
}

#main-swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.history-left {
  width: 50%;
  display: flex;
  justify-content: center;
}
.history-left .history-left-wrap {
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  max-width: 530px;
  width: calc(100% - 40px);
}
.history-left .title-module.left {
  width: 100%;
}
.history-left .info {
  width: 100%;
}
.history-left .year {
  font-size: 1.88rem;
  padding-bottom: 2.8rem;
  font-weight: bold;
}
.history-left .slogan {
  min-width: 20.94rem;
  height: 6.94rem;
  position: relative;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  padding-left: 1.88rem;
  align-items: center;
}
.history-left .slogan::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.81rem;
  background: linear-gradient(90deg, #e60013 0%, rgba(255, 255, 255, 0) 100%);
}
.history-left .achievement-list p {
  display: flex;
  align-items: center;
  font-size: 1.13rem;
  line-height: 1.6;
  padding-bottom: 0.8rem;
  padding-left: 1.85rem;
  position: relative;
}
.history-left .achievement-list p::before {
  margin-right: 0.5rem;
  display: inline-block;
  content: "";
  background: url("../images2/icon_history_d.png");
  background-size: cover;
  width: 1.35rem;
  height: 1.41rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.history-right {
  width: 50%;
  box-sizing: border-box;
  border-left: 0.5625rem solid #fff;
  border-bottom: 0.5625rem solid #fff;
}
.history-right .pic-wrap {
  padding-bottom: 66.5625%;
}

.history-bottom {
  position: relative;
  padding: 2.5rem 0 3.6875rem;
}
.history-bottom::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cdd0f2;
  position: absolute;
  top: 4rem;
  left: 0;
}
.history-bottom .container {
  max-width: 1640px;
}
.history-bottom .dot {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 3.13rem;
  height: 3.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.23s ease;
  border-color: #fff;
}
.history-bottom .dot i {
  width: 1rem;
  height: 1rem;
  background: #cdd0f2;
  border-radius: 50%;
  transition: all 0.23s ease;
}
.history-bottom .year {
  padding-top: 1rem;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
.history-bottom .swiper-slide-thumb-active .dot {
  background: #cdd0f2;
}
.history-bottom .swiper-slide-thumb-active .dot i {
  display: inline-block;
  width: 1.88rem;
  height: 1.88rem;
  background: #1222b5;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.honor-wrap {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 5.6875rem 0 4.375rem;
}
.honor-wrap .swiper-slide-duplicate,
.honor-wrap .swiper-slide-prev {
  transform: translateX(0px) !important;
}
.honor-wrap .swiper-slide-next {
  transform: translateX(-262px) !important;
}
.honor-wrap .swiper-slide-next + .swiper-slide {
  transform: translateX(-264px) !important;
}
.honor-wrap .honor-list li.swiper-slide-active {
  width: 592px !important;
  height: 407px !important;
  position: relative;
  z-index: 2;
  transform: translateX(-126px) !important;
}
.honor-wrap .honor-list {
  max-width: 1718px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 407px !important;
}
.honor-wrap .honor-list ul {
  display: flex;
  align-items: center;
}
.honor-wrap .honor-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  box-sizing: border-box;
  border: 10px solid #1a1a1a;
  width: 331px;
  height: 230px;
  background-color: #fff;
}
.honor-wrap .honor-list li img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: top;
}

@media screen and (max-width: 767px) {
  .history-left {
    width: 100%;
  }
  .honor-wrap {
    padding: 2.2rem 0;
  }
  .honor-wrap .honor-list {
    width: 100vw;
    max-width: unset;
  }
  .honor-wrap .honor-list li.swiper-slide-active {
    width: 100% !important;
    height: auto !important;
  }
  .honor-wrap .honor-list li.swiper-slide {
    width: 100% !important;
    height: auto !important;
    transform: translateX(0) !important;
  }
  .honor-wrap .honor-list {
    height: auto !important;
  }
  .history-bottom {
    padding-top: 1rem;
  }
  .history-bottom .dot {
    width: 1.52rem;
    height: 1.52rem;
  }
  .history-bottom .year {
    font-size: 1.125rem;
  }
  .history-bottom .swiper-slide-thumb-active .dot i {
    width: 1.08rem;
    height: 1.08rem;
  }
  .history-bottom::after {
    top: 1.7rem;
  }
  #main-swiper .swiper-slide {
    padding: 1rem;
    box-sizing: border-box;
  }
  .history-left .year {
    font-size: 1.38rem;
    padding-bottom: 1rem;
  }
  .history-left .slogan {
    margin-bottom: 1rem;
    min-width: 100%;
    height: 4.94rem;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
  .history-left .achievement-list p {
    font-size: 1rem;
  }
  .history-left .achievement-list p::before {
    min-width: 1.35rem;
  }
  .history-right {
    margin-top: 1rem;
    width: 100%;
    border: 0;
  }
}
.about-application {
  padding-bottom: 2.5rem;
}

.apply-nav-warp {
  text-align: center;
  padding-bottom: 2.5rem;
}
.apply-nav-warp .swiper-slide {
  width: auto;
  cursor: pointer;
}
.apply-nav-warp .swiper-wrapper {
  justify-content: center;
}
.apply-nav-warp .swiper-wrapper .swiper-slide {
  position: relative;
}
.apply-nav-warp .swiper-wrapper .swiper-slide:first-child::before {
  display: none;
}
.apply-nav-warp .swiper-wrapper .swiper-slide::before {
  position: absolute;
  content: "/";
  display: block;
  color: #1a1a1a;
}
.apply-nav-warp .swiper-slide-thumb-active {
  color: #1222B5;
}

.about-application {
  overflow: hidden;
}
.about-application > .container .swiper-big-slide {
  position: relative;
}
.about-application > .container .swiper-big-slide .big-pic {
  padding-bottom: 66.461%;
}
.about-application > .container .swiper-big-slide .apply-item-info {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 4.375rem 3.125rem;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  color: #fff;
}
.about-application > .container .swiper-big-slide .apply-item-info .menu-title {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
}
.about-application > .container .swiper-big-slide .apply-item-info .sub-title {
  padding-top: 0.9375rem;
  font-size: 1rem;
}

.apply-sub-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4.5rem;
  width: 88.92%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.apply-sub-list .apply-sub-item {
  width: 31.833%;
  margin-top: 1.2%;
  margin-right: 1.2%;
  position: relative;
}
.apply-sub-list .apply-sub-item:hover::after {
  background-color: rgba(18, 34, 181, 0.8);
}
.apply-sub-list .apply-sub-item::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.23s ease;
}
.apply-sub-list .apply-sub-item .small-pic {
  padding-bottom: 66.219%;
}
.apply-sub-list .apply-sub-item .sub-info {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.1875rem;
  box-sizing: border-box;
}
.apply-sub-list .apply-sub-item .sub-info h4 {
  font-size: 1.25rem;
}
.apply-sub-list .apply-sub-item .sub-info p {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.apply-main-parent::before {
  content: "";
  width: 312px;
  height: 718px;
  position: absolute;
  left: -312px;
  background: url("../images2/left.png");
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.apply-main-parent::after {
  content: "";
  width: 312px;
  height: 718px;
  position: absolute;
  right: -312px;
  background: url("../images2/right.png");
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.apply-main-parent .apply-main-left,
.apply-main-parent .apply-main-right {
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -1.625rem;
  width: 3.25rem;
  height: 3.25rem;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  cursor: pointer;
}
.apply-main-parent .apply-main-left:hover,
.apply-main-parent .apply-main-right:hover {
  background: rgba(255, 255, 255, 0.7);
}
.apply-main-parent .apply-main-left {
  left: calc(-3.25rem - 60px);
}
.apply-main-parent .apply-main-right {
  right: calc(-3.25rem - 60px);
}

@media screen and (max-width: 767px) {
  .apply-nav-warp {
    display: none;
  }
  .about-application > .container .swiper-big-slide .apply-item-info {
    padding: 1.375rem;
    height: 10rem;
  }
  .about-application > .container .swiper-big-slide .apply-item-info .menu-title {
    font-size: 1.5rem;
  }
  .apply-sub-list {
    margin-top: 1.2rem;
    position: static;
    flex-direction: column;
    width: 100%;
    transform: none;
    left: unset;
  }
  .apply-sub-list .apply-sub-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .apply-sub-list .apply-sub-item .sub-info p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.about-team {
  position: relative;
  padding-top: 7.875rem;
  margin-bottom: 6.75rem;
}
.about-team::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26.125rem;
  background-color: #f8f8f8;
}
.about-team .team-left {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: -toRem(120);
  width: 56.153%;
}
.about-team .team-left .pic-wrap {
  padding-bottom: 66.575%;
}
.about-team .container {
  padding-top: 15.1875rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.about-team .team-right {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background-color: #fff;
  width: 60%;
  padding: 2.4375rem 4.375rem;
}
.about-team .team-right .article {
  padding: 2.4375rem 0;
  line-height: 2rem;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .about-team {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .about-team .container {
    flex-direction: column-reverse;
  }
  .about-team .team-left {
    position: static;
    width: 100%;
  }
  .about-team .team-right {
    width: 100%;
    padding: 0;
  }
  .about-team .container {
    padding-top: 0;
  }
  .about-team .team-right .article {
    padding-top: 0;
  }
}

.apply-main-parent-div{
  width: 100vw;
  position: absolute;
  top: 0;
  left:50%;
  height: 100%;
  transform: translateX(-50%);
  background-position: center; 
  background-repeat: no-repeat;
}