﻿.pingjiae * {
  margin: 0;
  padding: 0;
}
.pingjiae ol,
.pingjiae ul {
  list-style-type: none;
}
.pingjiae .title {
  color: #0057a3;
  font-size: 32px;
  font-weight: 700;
  height: 32px;
  line-height: 24px;
  text-align: center;
}
.pingjiae .title span {
  position: relative;
}
.pingjiae .title span:after {
  background: #ffaf2b;
  bottom: -9px;
  content: " ";
  height: 5px;
  left: -10px;
  position: absolute;
}
.pingjiae .checkedUs {
  background: #eee;
}
.pingjiae .checkedUs .title {
  padding-top: 53px;
}
.pingjiae .checkedUs .title span:after {
  width: 264px;
}
.pingjiae .checkedUs .checkedUsContent {
  margin: 61px auto auto;
  position: relative;
  width: 1200px;
}
.pingjiae .checkedUs .checkedUsContent .robot {
  position: absolute;
  right: 50px;
  top: 0;
}
.pingjiae .checkedUs .checkedUsContent .line {
  background: #0057a3;
  height: 15px;
  margin-bottom: 19px;
  width: 60px;
}
.pingjiae .checkedUs .checkedUsContent .usDt {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 17px;
}
.pingjiae .checkedUs .checkedUsContent > div:first-child {
  margin-bottom: 120px;
}
.pingjiae .checkedUs .checkedUsContent .describeText {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.pingjiae .checkedUs .checkedUsContent ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 37px;
}
.pingjiae .checkedUs .checkedUsContent ul li {
  background: #dfdede;
  height: 264px;
  margin-bottom: 9px;
  padding-bottom: 20px;
  text-align: center;
  width: 596px;
}
.pingjiae .checkedUs .checkedUsContent ul li img {
  height: 90px;
  margin: 10px auto 18px;
  width: 80px;
}
.pingjiae .checkedUs .checkedUsContent ul li p:nth-child(2) {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.pingjiae .checkedUs .checkedUsContent ul li div {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
  padding-right: 12px;
  text-align: left;
}
.pingjiae .platformAdvantages {
  background: url(../img/platformAdvantages.c2aeb69.jpg);
  background-size: 100% 100%;
  height: 808px;
  width: 100%;
}
.pingjiae .platformAdvantages .title {
  color: #fff;
  padding-top: 55px;
  text-align: center;
}
.pingjiae .platformAdvantages .title span:after {
  width: 156px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent {
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  height: 520px;
  margin: 51px auto auto;
  position: relative;
  width: 1200px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul li p:nth-child(2) {
  background: #ff7a04;
  height: 2px;
  margin: 16px auto 15px;
  width: 183px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul li p:nth-child(3) {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:first-child {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-top: 40px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:first-child li {
  text-align: center;
  width: 334px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:first-child li img {
  height: 60px;
  vertical-align: top;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:first-child div {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 334px;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:nth-child(2) {
  color: #fff;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.pingjiae .platformAdvantages .platformAdvantagesContent ul:nth-child(2) div {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.pingjiae .platformAdvantages .goPje {
  margin-top: 40px;
  text-align: center;
}
.pingjiae .platformAdvantages .goPje a {
  animation: chgBgColor 0.8s ease-in-out infinite;
  border-radius: 27px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 53px;
  line-height: 53px;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 266px;
}
@keyframes chgBgColor {
  0% {
    background: #0468bf;
  }
  to {
    background: #ffaf2b;
  }
}
