html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/index/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #e52929;
  border-radius: 4px;
  border: 1px solid #e52929;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e52929;
  background: #e52929;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
}
.l-title {
  padding-bottom: 0.7rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 0;
}
.l-title h2 img {
  width: 2.32rem;
}
.l-title p {
  font-size: 0.32rem;
  color: #202020;
  letter-spacing: 2px;
  text-align: left;
  font-weight: 400;
  line-height: 0.45rem;
  margin-top: 20px;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .l-title {
    padding-bottom: 25px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 0;
  }
  .l-title h2 img {
    width: auto;
    height: 26px;
  }
  .l-title p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 1240px) {
  html {
    font-size: 60px;
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
}
.banner .l-container .swiper-slide {
  background-size: cover !important;
}
.banner .l-container .main-box {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
  background-size: 0 0 !important;
  padding: 0 10%;
}
.banner .banner-main {
  float: left;
  line-height: 100vh;
  height: 100vh;
}
.banner .banner-main .info-box {
  width: 6.1rem;
  font-size: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}
.banner .banner-main .info-box img {
  width: 100%;
  height: auto;
}
.banner .swiper-pagination {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.banner .swiper-pagination-bullet {
  width: 80px;
  height: 5px;
  background: rgba(184, 184, 184, 0.9);
  border-radius: 0px;
  position: relative;
  transition: all 0.3s;
  margin: 0 !important;
  margin-right: 20px !important;
}
.banner .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  height: 5px;
  background: #ffffff;
  position: absolute;
}
.banner .swiper-pagination-bullet-active {
  background: rgba(3, 12, 76, 0.3) !important;
}
.banner .swiper-pagination-bullet-active::after {
  animation: pagination 5s linear infinite;
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 978px) {
  .banner .l-container {
    max-width: 100%;
    padding: 0;
  }
  .banner .l-container .swiper-slide {
    background-size: cover !important;
  }
  .banner .l-container .main-box {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 0 0 !important;
  }
  .banner .banner-main {
    float: left;
    line-height: 100vh;
    height: 100vh;
  }
  .banner .banner-main .info-box {
    width: 4.4rem;
    font-size: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    transform: translateY(-120px);
  }
  .banner .banner-main .info-box img {
    width: 100%;
    height: auto;
  }
  .banner .swiper-slide {
    background: url(../images/standard/banner-bg-01-mb.jpg) center no-repeat !important;
    background-size: cover !important;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(184, 184, 184, 0.9);
    border-radius: 0px;
    position: relative;
    transition: all 0.3s;
    margin: 0 !important;
    margin-right: 20px !important;
  }
  .banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
  }
  .banner .swiper-pagination-bullet::after {
    content: "";
    top: 0;
    left: 0;
    right: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
  }
  .banner .swiper-pagination-bullet-active {
    background: rgba(3, 12, 76, 0.3) !important;
  }
  .banner .swiper-pagination-bullet-active::after {
    animation: pagination 5s linear infinite;
  }
}
.advantage .advantage_item li {
  width: 100%;
  display: flex;
  margin-bottom: 0.6rem;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.advantage .advantage_item li:last-child {
  margin-bottom: 0;
}
.advantage .advantage_item .info-box {
  float: left;
  width: 50%;
  padding: 0px 40px 0 40px;
}
.advantage .advantage_item .info-box h3 {
  font-size: 140px;
  color: #f5f6f8;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 10px;
  line-height: 140px;
  margin-bottom: 0.2rem;
  position: relative;
  font-family: "Alibaba_95";
}
.advantage .advantage_item .info-box h4 {
  font-size: 28px;
  color: #202020;
  text-align: left;
  font-weight: 700;
  font-family: "Alibaba_75";
  margin-bottom: 0.2rem;
}
.advantage .advantage_item .info-box p {
  font-size: 0.22rem;
  color: #202020;
  line-height: 0.4rem;
}
.advantage .advantage_item .info-box .solution-ingo-box {
  margin-bottom: 0.3rem;
  font-size: 0;
}
.advantage .advantage_item .info-box .solution-ingo-box > div {
  display: inline-block;
  text-align: center;
  margin-right: 0.3rem;
}
.advantage .advantage_item .info-box .solution-ingo-box > div:last-child {
  margin-right: 0;
}
.advantage .advantage_item .info-box .solution-ingo-box > div img {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
}
.advantage .advantage_item .info-box .solution-ingo-box > div p {
  font-size: 0.2rem;
  color: #202020;
  font-weight: 400;
}
.advantage .advantage_item .img-box {
  float: left;
  width: 50%;
  font-size: 0;
}
.advantage .advantage_item .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .advantage .advantage_item li {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .advantage .advantage_item li:last-child {
    margin-bottom: 0;
  }
  .advantage .advantage_item .info-box {
    float: none;
    width: 100%;
    padding: 15px 25px 25px;
  }
  .advantage .advantage_item .info-box h3 {
    font-size: 70px;
    color: #f5f6f8;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 0;
    line-height: 70px;
    margin-bottom: 0.2rem;
    position: relative;
    font-family: "Alibaba_95";
  }
  .advantage .advantage_item .info-box h4 {
    font-size: 14px;
    color: #202020;
    text-align: left;
    font-weight: 700;
    font-family: "Alibaba_75";
    margin-bottom: 10px;
  }
  .advantage .advantage_item .info-box p {
    font-size: 12px;
    color: #202020;
    line-height: 25px;
  }
  .advantage .advantage_item .info-box .solution-ingo-box {
    margin-bottom: 0.3rem;
    font-size: 0;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div {
    display: inline-block;
    text-align: center;
    margin-right: 0.3rem;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div:last-child {
    margin-right: 0;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div img {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
  }
  .advantage .advantage_item .info-box .solution-ingo-box > div p {
    font-size: 0.2rem;
    color: #202020;
    font-weight: 400;
  }
  .advantage .advantage_item .img-box {
    float: none;
    width: 100%;
    font-size: 0;
  }
  .advantage .advantage_item .img-box img {
    width: 100%;
  }
}
.framwork:last-child {
  padding-bottom: 1.2rem;
}
.framwork .img-box {
  position: relative;
}
.framwork .img-box img {
  width: 100%;
}
.framwork .img-box #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 978px) {
  .framwork:last-child {
    padding-bottom: 1.2rem;
  }
  .framwork .img-box {
    position: relative;
  }
  .framwork .img-box img {
    width: 100%;
  }
  .framwork .img-box #map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
.culture .l-body ul li {
  font-size: 0;
  text-align: center;
  float: left;
  width: calc( ( 100% - 30px ) / 3 );
  margin-right: 15px;
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
}
.culture .l-body ul li:last-child {
  margin-right: 0;
}
.culture .l-body ul li:last-child {
  border: none;
}
.culture .l-body ul li img {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 0.42rem;
  margin-bottom: 0.3rem;
}
.culture .l-body ul li h3 {
  font-size: 0.3rem;
  color: #202020;
  text-align: center;
  font-family: "Alibaba_75";
  margin-bottom: 0.2rem;
  transition: all 0.3s;
}
.culture .l-body ul li p {
  font-size: 0.22rem;
  color: #202020;
  letter-spacing: 2px;
  text-align: center;
  line-height: 0.3rem;
  font-family: "Alibaba_55";
}
.culture .l-body ul li a {
  display: inline-block;
  width: 100%;
  padding: 1.1rem 0.25rem;
}
.culture .l-body ul li .show-box {
  display: none;
}
.culture .l-body ul li:nth-child(1):hover h3,
.culture .l-body ul li:nth-child(3):hover h3 {
  opacity: 0.8;
}
.culture .l-body ul li:last-child {
  cursor: pointer;
}
.culture .l-body ul li:last-child.active a > img {
  display: none;
}
.culture .l-body ul li:last-child.active .show-box {
  display: block;
}
@media (max-width: 978px) {
  .culture .l-body ul li {
    font-size: 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    background: #ffffff;
    box-shadow: 0px 8px 24px 0px rgba(150, 163, 196, 0.3);
  }
  .culture .l-body ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .culture .l-body ul li:last-child {
    border: none;
  }
  .culture .l-body ul li img {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 0.42rem;
    margin-bottom: 15px;
  }
  .culture .l-body ul li h3 {
    font-size: 15px;
    color: #202020;
    text-align: center;
    font-family: "Alibaba_75";
    margin-bottom: 10px;
    transition: all 0.3s;
  }
  .culture .l-body ul li p {
    font-size: 12px;
    color: #202020;
    letter-spacing: 0;
    text-align: center;
    line-height: 15px;
    font-family: "Alibaba_55";
  }
  .culture .l-body ul li a {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
  }
  .culture .l-body ul li .show-box {
    display: none;
  }
  .culture .l-body ul li:nth-child(1):hover h3,
  .culture .l-body ul li:nth-child(3):hover h3 {
    opacity: 0.8;
  }
  .culture .l-body ul li:last-child {
    cursor: pointer;
  }
  .culture .l-body ul li:last-child.active a > img {
    display: none;
  }
  .culture .l-body ul li:last-child.active .show-box {
    display: block;
  }
}
