.solMain.tabCard {
  padding: 0;
}

.jgOnes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.jgOnes .h3 {
  margin-bottom: 40px;
  font-weight: normal;
}

.jgOnes .text {
  font-size: 20px;
  line-height: 48px;
}

.h3 {
  font-size: 30px;
  color: #094790;
}

#jgTwo {
  background-color: #f8f8f8;
  width: 100%;
  padding: 50px 0;
}

.jgTbox {
  width: 250px;
  height:300px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  border:1px solid rgb(227,227,227);
  border-bottom: 4px solid rgb(69,142,219);
}


.jgTbox .imgbox {
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
}

.jgTbox h4 {
  font-size: 20px;
  color:rgb(69,141,223);
  text-align: center;
  line-height: 40px;
}

.jgTbox p {
  font-size: 16px;
  line-height: 30px;
}

#jgThree {
  width: 100%;
  padding: 50px 0;
}

.grayh2 {
  font-size: 30px;
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 50px;
}

#jgThree .box {
  width: 160px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

#jgThree .box img {
  height: 120px;
  margin: 0 auto 15px;
  display: block;
}

#jgFour {
  background-color: #f8f8f8;
  padding: 50px 0;
}

#poBox {
  padding: 60px 0;
}

#poBox h3 {
  font-size: 24px;
  color: #2d75c1;
}

#poBox p {
  line-height: 30px;
  font-size: 16px;
}

#poZero {
  margin: 0 auto;
  display: block;
}

#poOne {
  position: absolute;
  left: 0;
  top: 0;
}

#poTwo {
  position: absolute;
  right: 0;
  top: 0;
}

#poThree {
  position: absolute;
  bottom: 0;
  left: 0;
}

#poFour {
  position: absolute;
  bottom: 0;
  right: 0;
}

.jgFleft {
  text-align: right;
  width: 360px;
  height: 160px;
}

.jgFRight {
  text-align: left;
  width: 360px;
  height: 160px;
}

#jcTwo {
  background-color: #f8f8f8;
  padding: 50px 0;
}

#jcTwo .menu {
  width: 222px;
  height: 282px;
  text-align: center;
  padding-top: 204px;
  font-size: 20px;
}

#jcThree {
  padding: 50px 0 0;
}

#jcThree .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  margin-bottom: 70px;
}

#jcThree .flexa .menu:first-child {
  text-align: right;
}

#jcThree .menu span {
  width: 310px;
  display: block;
  line-height: 26px;
}

#jcFour {
  padding: 50px 0;
  background-color: #f8f8f8;
}

#jcFour .menu {
  padding-top: 134px;
  font-size: 20px;
  text-align: center;
  width: 235px;
  height: 194px;
}

@media only screen and (max-width: 768px) {
  .solTab.tabs a {
    width: 3rem;
    line-height: .4rem;
  }

  .jgOne {
    height: auto;
    background-size: 80%;
  }

  .jgOnes {
    background-size: 80%;
  }

  .jgOnes .h3 {
    font-size: .36rem;
    margin-bottom: .4rem;
  }

  .jgBox {
    padding: .5rem;
  }

  .jgOnes .text {
    font-size: .28rem;
    line-height: .55rem;
  }

  #jgTwo {
    padding: .5rem;
  }

  #jgTwo .jgTbox:last-child {
    margin-bottom: 0;
  }

  .jgTbox {
    width: 100%;
    height:5rem;
    margin-bottom: .5rem;
    text-align:center;
  }

  .jgTbox .imgbox {
    width: 1rem;
    height: 1rem;
    margin: 0 auto .2rem;
  }

  .jgTbox h4 {
    font-size: .32rem;
    line-height: .48rem;
  }

  .jgTbox p {
    font-size: .26rem;
    line-height: .44rem;
  }

  #jgThree {
    padding: .5rem 0;
  }

  .grayh2 {
    font-size: .34rem;
    margin-bottom: .5rem;
  }

  #jgThree .box {
    width: 1.8rem;
    font-size: .28rem;
    line-height: .46rem;
  }

  #jgThree .box img {
    height: 1.2rem;
    margin: 0 auto .2rem;
  }

  #jgFour {
    padding: .5rem 0;
  }

  .jgFleft {
    width: 3.15rem;
    height: 2.7rem;
  }

  .jgFRight {
    width: 3.15rem;
    height: 2.7rem;
  }

  #poBox {
    padding: 2.7rem 0 3.2rem;
  }

  #poBox h3 {
    font-size: .3rem;
    line-height: .44rem;
  }

  #poBox p {
    line-height: .38rem;
    font-size: .24rem;
  }

  #poZero{
    width: 3.6rem;
    height: 3.6rem;
  }

  #poOne, #poThree {
    left: .3rem;
  }

  #poTwo, #poFour {
    right: .3rem;
  }

  #jgOneP{
    padding: .4rem .2rem;
  }

  #jcTwo{
    padding: .5rem 0;
    text-align: center;
  }

  #jcTwo .menu {
    width: 2.22rem;
    height: 2.82rem;
    padding-top: 2rem;
    font-size: .28rem;
    display: inline-block;
    margin: .3rem .5rem;
  }

  #jcThree{
    padding: .5rem 0 0;
  }

  #jcThree .menu {
    justify-content: space-around;
    width: 100%;
    margin-bottom: .5rem;
  }

  #jcThree .menu span{
    width: 5.5rem;
    display: block;
    line-height: .42rem;
    font-size: .26rem;
  }

  #jcThree .menu img{
    width: 1rem;
    height: 1rem;
  }

  #jcFour{
    padding: .5rem 0;
    text-align: center;
  }

  #jcFour .menu{
    padding-top: 1.34rem;
    font-size: .25rem;
    width: 2.35rem;
    height: 1.94rem;
    display: inline-block;
    margin: 0 .5rem .5rem;
  }
}