#about,
#digital,
#core,
#careers,
#contact,
#company {
  position: relative;
  top: -85px;
  display: block;
  height: 0;
  overflow: hidden;
}

.index {
  position: relative;
}
.headNav .botCon {
  background-color: rgba(255,255,255,0.5);
  transition: all .3s;
}

.qmmSection {
  margin: 0.6rem 0;
}
.qmmAccordion .about {
  display: flex;
  justify-content: space-between;
}
.qmmAccordion .about li {
  width: 3.66rem;
  height: 3.5rem;
  padding: 0;
  position: relative;
  background-color: #f6faff;
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: right bottom;
  padding: 0.7rem 0.2rem;
}

.qmmAccordion .about li h3 {
  font-size: 0.22rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  line-height: 0.26rem;
}

.qmmAccordion .about li p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.24rem;
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  top: 1.48rem;
}

.qmmAccordion .about li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  width: 0;
  height: 4px;
  transform: scale(0.5);
}

.qmmAccordion .about li:hover::before {
  width: 100%;
  background-color: #e60000;
  transform: scale(1);
}

.digital ul {
  display: flex;
  justify-content: space-between;
}

.digital ul li {
  height: 2.7rem;
  width: 2.81rem;
  position: relative;
  z-index: 1;
}

.digital ul li::after {
  content: '';
  display: block;
  position:absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  background-color: #E60000;
  transition: all 0.3s;
  width: 0;
  transform: scale(0.5);
}

.digital ul li.active::after {
  width: 100%;
  transform: scale(1);
}


.digital ul li .circle-box {
  position: relative;
  margin: 0 auto;
  height: 1.52rem;
  width: 1.57rem;
  margin-bottom: 0.34rem;
}

.digital ul li .circle-wrapper {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 3px solid transparent;
  position: absolute;
  top: 0.12rem;
  left: 0.17rem;
}

.digital ul li.active .circle-wrapper {
  border-color: #E60000;
}

.digital ul li .circle-inner {
  width: 1.4rem;
  height: 1.4rem;
  background: #f5faff;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80); 
  border-radius: 50%;
  position: absolute;
  top: -0.12rem;
  left: -0.17rem;
  padding: 0.2rem 0.2rem;
}

.digital ul li.active .circle-inner {
  background: radial-gradient(#28597a, #051c36);
  box-shadow: none;
}

.digital ul li .circle-inner img {
  width: 1rem;
  height: 1rem;
}

.digital ul li.active .circle-inner img {
  filter: grayscale(100%) brightness(400%);
}

.digital ul li h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 28px;
}

.digital ul li.active h2 {
  color: #e60000;
}

.digital .content-box {
  width: 100%;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80); 
  padding: 0.43rem 0.76rem;
  font-size: 0.24rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 41px;
  border-top: 3px solid #E5EDF8;
  z-index: 0;
}

.core .core-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.14rem;
}

.core .core-wrapper>li {
  margin-bottom: 1rem;
  display: flex;
}

.core .core-wrapper>li.last-row {
  margin-bottom: 0;
}

.core .core-wrapper>li .left {
  margin-right: 0.3rem;
}

.core .core-wrapper>li .left .circle-box {
  position: relative;
  height: 1.52rem;
  width: 1.57rem;
}

.core .core-wrapper>li .left .circle-wrapper {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  border: 3px solid transparent;
  position: absolute;
  top: 0.12rem;
  left: 0.17rem;
}

.core .core-wrapper>li .left .circle-box:hover .circle-wrapper {
  border-color: #E60000;
}

.core .core-wrapper>li .left .circle-inner {
  width: 1.4rem;
  height: 1.4rem;
  background: #f5faff;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80); 
  border-radius: 50%;
  position: absolute;
  top: -0.12rem;
  left: -0.17rem;
  padding: 0.25rem 0.25rem;
}

.core .core-wrapper>li .left .circle-box:hover .circle-inner {
  background: radial-gradient(#28597a, #051c36);
  box-shadow: none;
}

.core .core-wrapper>li .left .circle-inner img {
  width: 0.9rem;
  height: 0.9rem;
}

.core .core-wrapper>li .left .circle-box:hover .circle-inner img {
  filter: grayscale(100%) brightness(400%);
}

.core .core-wrapper>li .right {
  width: 5.49rem;
}

.core .core-wrapper>li .right h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  line-height: 0.28rem;
  margin-bottom: 0.09rem;
}

.core .core-wrapper>li .right p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.24rem;
  margin-bottom: 0.25rem;
}

.core .core-wrapper>li .right ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.15rem;
}

.core .core-wrapper>li .right ul li {
  width: 100%;
  list-style: disc;
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  text-align: LEFT;
  color: #888888;
  line-height: 26px;
}
.core .core-wrapper>li .right ul li.left-inner {
  margin-right: 0.3rem;
}

.careers {
  width: 100%;
  height: 5.04rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80); 
  display: flex;
}

.careers .left {
  width: 7.55rem;
  height: 100%;
  padding: 0.83rem 0.31rem 0.52rem 0.5rem;
}

.careers .left h2 {
  font-size: 0.36rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.24rem;
  line-height: 0.42rem;
}

.careers .left p {
  font-size: 0.2rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.31rem;
  margin-bottom: 0.47rem;
}

.careers .left .btn {
  display: block;
  width: 1.6rem;
  height: 0.48rem;
  background: #e60000;
  border-radius: 4px;
  text-align: center;
  line-height: 0.48rem;
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.careers .right {
  width: calc(100% - 7.55rem);
  height: 100%;
}

.careers .right img {
  width: 100%;
  height: 100%;
}

.contact .map-wrapper {
  width: 100%;
  margin-bottom: 0.3rem;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80);
  position: relative;
}

.contact .map-wrapper .map {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.contact .map-wrapper .address {
  width: 3rem;
  height: 1.15rem;
  background-color: #fff;
  position: absolute;
  left: 8rem;
  top: 2rem;
  padding: 0.2rem 0.2rem 0;
  border-radius: 8px;
}

.contact .map-wrapper .address h2 {
  font-size: 0.18rem;
  font-weight: 700;
  font-family: Georgia, Georgia-700;
  margin-bottom: 0.15rem;
}

.contact .map-wrapper .address p {
  font-size: 0.14rem;
  font-family: Georgia, Georgia-700;
}

.contact ul {
  display: flex;
  justify-content: space-between;
}

.contact ul li {
  width: 7.5rem;
  height: 1.89rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80);
  border-top: 3px solid #e5edf8;
  padding: 0.22rem 0.2rem 0;
}

.contact ul li img {
  display: block;
  margin: 0 auto;
  width: 0.64rem;
  height: 0.64rem;
  margin-bottom: 0.05rem;
}

.contact ul li h2 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  text-align: center;
  color: #444444;
  line-height: 0.38rem;
}

.contact ul li p {
  font-size: 0.2rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  text-align: center;
  color: #444444;
  line-height: 0.2rem;
}

.company {
  width: 100%;
  background-image: url(/resources/uae-en/templates/isoftstone/images/map.png);
  background-repeat: no-repeat;
  background-size: 13.32rem auto;
  background-position: center top;
  border-top: 1px solid transparent;
}

.company .num-box {
  margin: 2.55rem 0 2.18rem 0;
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
}

.company .num-box .num .box {
  display: flex;
}

.company .num-box .num .left {
  margin-right: 0.2rem;
}

.company .num-box .num .right {
  width: 1.55rem;
}

.company .num-box .num .right .count {
  font-size: 0.36rem;
  font-family: "Times New Roman", "Î¢ÈíÑÅºÚ", Arial;
  font-weight: 700;
  text-align: LEFT;
  color: #51575c;
  line-height: 0.42rem;
}

.company .num-box .num .right i {
  font-size: 0.24rem;
  position: relative;
  top: -0.2rem;
  color: #51575c;
}

.company .num-box .num .right .type {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #51575c;
  line-height: 0.19rem;
  margin-top: 0.06rem;
}

.company ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.company ul li {
  width: 4.93rem;
  height: 2rem;
  padding: 0.36rem 0.45rem 0 0.45rem;
  background: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.40); 
  display: flex;
  position: relative;
}

.company ul li::after {
  content: '';
  display: block;
  position:absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #E60000;
  transition: all 0.3s;
  width: 0;
  transform: scale(0.5);
}

.company ul li:hover::after {
  width: 100%;
  transform: scale(1);
}

.company ul li .left {
  margin-right: 0.3rem;
}

.company ul li .left img {
  width: 0.8rem;
  height: 0.8rem;
}

.company ul li .right h3 {
  font-size: 0.24rem;
  font-family: Georgia, Georgia-700;
  font-weight: 700;
  color: #000000;
  line-height: 0.43rem;
}

.company ul li .right p {
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  line-height: 0.25rem;
}

.company .company-content {
  width: 100%;
  background-color: #f6faff;
  border-radius: 8px;
  box-shadow: 0px 20px 45px 2px rgba(222,233,248,0.80);
  background-image: url(/resources/uae-en/templates/isoftstone/images/logobg.png);
  background-repeat: no-repeat;
  background-size: 1.61rem 0.34rem;
  background-position: 13.12rem 2.81rem;
  padding: 0.39rem 0.48rem;
}

.company .company-content p {
  font-size: 0.16rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0.1rem;
}

.footer {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  font-family: Georgia, Georgia-400;
  font-weight: 400;
  color: #888888;
}

.footer .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 15.2rem;
  margin: 0 auto;
  padding: 0 0.18rem;
}

.footer ul {
  display: flex;
}

.footer ul li {
  margin-right: 0.23rem;
}

.footer ul li a {
  color: #888888;
}

@media (max-width: 750px) {
  .mp-head .logo {
    width: 4rem;
    height: 0.6rem;
    top: 0.56rem;
  }
  .qmmSection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .qmmSection .part5Des h2 {
    font-size: 0.6rem;
  }

  .qmmAccordion .about {
    flex-wrap: wrap;
  }

  .qmmAccordion .about li {
    width: 100%;
    margin-top: 0.5rem;
  }

  .qmmAccordion .about li h3 {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }

  .qmmAccordion .about li p {
    line-height: 0.4rem;
    font-size: 0.3rem;
    top: 2rem;
  }

  .digital ul {
    flex-wrap: wrap;
  }

  .digital ul li {
    margin-top: 1rem;
  }

  .digital ul li:after {
    bottom: -18px;
  }

  .digital ul li h2 {
    font-size: 0.4rem;
  }

  .digital ul li p {
    line-height: 0.4rem;
    font-size: 0.3rem;
  }

  .digital .content-box {
    margin-top: 15px;
  }

  .core .core-wrapper>li .right {
    width: auto;
  }

  .core .core-wrapper>li .right ul li,
  .core .core-wrapper>li .right h2,
  .core .core-wrapper>li .right p,
  .careers .left p,
  .contact ul li p,
  .company ul li .right h3,
  .company ul li .right p,
  .company .num-box .num .right p,
  .company .company-content .top,
  .company .company-content .bottom {
    line-height: 0.4rem;
    font-size: 0.3rem;
  }

  .core .core-wrapper>li.last-row {
    margin-bottom: 1.46rem;
  }

  .careers {
    flex-wrap: wrap;
    height: auto;
    flex-direction: column-reverse;
  }

  .careers .left,
  .careers .right {
    width: 100%;
  }

  .contact ul {
    flex-wrap: wrap;
  }

  .contact ul li {
    height: auto;
    margin-bottom: 0.2rem;
  }

  .contact .map-wrapper .address {
    display: none;
  }

  .company .num-box {
    padding: 0;
  }

  .company .num-box .num .right .type {
    font-size: 0.3rem;
  }
  
  .company ul li .right p {
    font-size: 0.3rem;
  }

  .company ul {
    flex-wrap: wrap;
  }
  .company ul li {
    width: 100%;
    height: auto;
    padding-bottom: 0.2rem;
    margin-bottom: 20px;
  }

  .company .company-content {
    height: auto;
  }

  .company .num-box {
    flex-wrap: wrap;
  }
  .company .num-box .num {
    width: 100%;
    height: auto;
    margin: 0.8rem 0;
    position: relative;
  }

  .company .num-box .num .box {
    display: flex;
    width: 350px;
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
    margin: 0 auto;
  }

  .company .num-box .num .left img {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }

  .company .num-box .num .right {
    width: auto;
  }

  .company .num-box .num .right h3 {
    font-size: 0.4rem;
  }

  .footer {
    height: auto;
  }
}