body {
  background-color: #fff;
}
.topTitle {
  width: 580px;
  margin: 0 auto;
  margin-top: 53px;
  margin-bottom: 55px;
}
.aMsg {
  padding: 50px 0;
  background-color: #F3F3F3;
}
.aMsg .list {
  width: 100%;
  height: 261px;
}
.aMsg .list .item {
  flex: 1;
  border-right: 1px solid #999999;
}
.aMsg .list .item .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 43px;
  color: #333;
  margin-top: 29px;
  margin-bottom: 10px;
}
.aMsg .list .item .title.mt0 {
  margin-top: 0;
}
.aMsg .list .item .desc {
  width: 460px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
}
.aMsg .list .item:last-child {
  border-right: none;
}
.aMsg .list:first-child {
  border-bottom: 1px solid #999999;
  height: 276px;
}
.aMsg .list:first-child .title {
  margin-top: 16px;
  margin-bottom: 12px;
}
.aImg {
  background-color: #fff;
  text-align: center;
  padding-bottom: 37px;
}
.aImg img {
  width: 1169px;
  height: auto;
  margin-top: 41px;
}
.aTale {
  background-color: #f3f3f3;
  padding: 80px 0;
  margin-bottom: 10px;
}
.aTale img {
  width: 588px;
  height: 485px;
}
.aTale .right {
  width: 581px;
}
.aTale .right .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: #333;
  margin-bottom: 12px;
}
.aTale .right .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #898989;
}
.aCase {
  padding-bottom: 64px;
  margin-bottom: 10px;
}
.aCase .title {
  padding: 35px 0;
}
.aCase .title .border {
  flex: 1;
  height: 1px;
}
.aCase .title .name {
  font-size: 30px;
  line-height: 45px;
  padding: 0 20px;
}
.aCase .cVal {
  width: 560px;
  font-size: 20px;
  font-weight: 400;
}
.aCase .cVal p,
.aCase .cVal .p {
  margin-bottom: 15px;
  line-height: 30px;
}
.aCase .cVal p span,
.aCase .cVal .p span {
  width: 18px;
  position: relative;
  display: inline-block;
  top: 0;
  height: 21px;
}
.aCase .cVal p span i,
.aCase .cVal .p span i {
  position: absolute;
  top: -3px;
  font-size: 12px;
  right: 3px;
}
.aCase .cVal p:last-child,
.aCase .cVal .p:last-child {
  margin-bottom: 0;
}
.aCase img {
  width: 600px;
  height: 320px;
}
.aCase.cOne {
  background-color: #00448A;
}
.aCase.cOne .name {
  color: #fff;
}
.aCase.cOne .border {
  background-color: #fff;
}
.aCase.cOne .cVal {
  color: #fff;
}
.aCase.cTwo {
  background-color: #F3F3F3;
}
.aCase.cTwo .name {
  color: #00448A;
}
.aCase.cTwo .border {
  background-color: #00448A;
}
.aCase.cTwo .cVal {
  color: #898989;
}
