header {
  padding: 80px 0 50px;
  background-color: #143595;
  color: #fff;
}
header .row{
  padding-top: 78px;
}
header .title {
  position: relative;
  font-size: 52px;
  font-weight: 600;
  line-height: 73px;
  padding-top: 10px;
}
header .title::after{
  display: inline-block;

 position: absolute;
 top: 0;
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #7AC443;
  border-radius: 16px;
  font-size: 12px !important;
}

header .content{
  padding-top: 33px;
}
header .content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 45px;
}
.tag-pic{
  position: relative;
}
.tag{
  position: absolute;
  top: 0;
  transition: all 1s
}
.tag-pic img:hover{
  transform: none;
}
.tag1{
  top: 91px;
  left: 0;
}
.tag2{
  top: -91px;
  left: 264px;
}
.tag3{
  top:177px;
  right: -120px;
}
.row > div {
  margin-bottom: 20px;
}
.core .base-title {
  margin: 109px 0;
}
img {
  transition: all 0.2s;
}
img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.core .row img {
  width: 100%;
  height: 202px;
}

.core .row h4 {
  font-size: 22px;
  font-weight: 600;
  color: #3fa6f2;
  line-height: 30px;
  text-align: center;
  padding-top: 40px;
}

.core .row p {
  padding: 15px;
  font-size: 14px;
  color: #333;
}

.why {
  color: #fff;
  background: #143595;
  margin-top: 76px;
  padding-bottom: 80px;
  overflow: hidden;
}
.custom .base-title {
  padding: 64px 0 71px;
  color: #fff;
}
.custom .row img {
  width: 100%;
  height: 215px;
}

.custom .row h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  padding: 19px 0 9px;
}

.custom .row p {
  font-size: 14px;
}
.power .base-title {
  padding: 91px 0 57px;
  color: #fff;
}
.power .row img {
  width: 100%;
}
.statistical {
  background: url("../images/number_put.png") no-repeat center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  height: 107px;
  line-height: 80px;
}
.power .row h4 {
  font-size: 30px;
  color: #7ac443;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  padding: 14px 0 11px;
}

.power .row p {
  font-size: 14px;
  text-align: center;
}

.partners .base-title {
  margin: 104px 0;
}
.partners .row img {
  width: 100%;
  height: 40px;
  margin-bottom: 102px;
}
@media (max-width: 750px) {
  
  header .title{
    font-size: 37px ;
  }
  .base-title{
    font-size: 22px;
  }
  .core  .base-title{
    margin:  40px 0 !important;
  }
  .tag{
    display: none;
  }
  .tag2 {
    top: -12px;
    left: 154px;
}
  .tag3 {
    top: 110px;
    right: 37px;
  }
  .partners .row .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
}

footer {
  background: #f7f8fa;
  padding-top: 75px;
}
footer .row {
  padding: 25px 0;
}
.foot-logo {
  margin-bottom: 25px;
}
footer .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.contact {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
.phone {
  font-size: 22px;
  font-weight: 600;
  color: #5baff7;
  line-height: 30px;
}
.padding-top-10 {
  padding-top: 10px;
}
.trial {
  width: 162px;
  height: 52px;
  background: #7ac443;
  border-radius: 10px;
  text-align: center;
  line-height: 52px;
  margin-top: 20px;
}
.trial a {
  color: #fff;
}
.experience {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.experience-desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.foot-bottom {
  border-top: 1px solid #e7e7e7;
  height: 66px;
  text-align: center;
  line-height: 66px;
}
.record:hover{
  color: #7ac443;
  cursor: pointer;
}
