body {
  background-color: #fff;
}
.topTitle {
  margin: 0 auto;
}
.topTitle.t1 {
  width: 430px;
  margin-top: 53px;
  margin-bottom: 55px;
}
.topTitle.t2 {
  width: 340px;
  margin-top: 68px;
  margin-bottom: 62px;
}
.tMsg {
  width: 100%;
  height: 86px;
  background: linear-gradient(to left, #00448a 0%, rgba(38, 163, 192, 0.49019608) 100%);
  display: flex;
  margin-top: 11px;
}
.tMsg p {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 86px;
  color: #fff;
  text-align: center;
}
.vBox {
  text-align: center;
  background-color: #E5E5E5;
  padding-top: 50px;
  padding-bottom: 54px;
}
.vBox .vVal {
  margin-bottom: 35px;
}
.vBox .vVal .title {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 5px;
}
.vBox .vVal .desc {
  font-size: 20px;
  line-height: 30px;
  color: #898989;
}
.vBox .vVal:last-child {
  margin-bottom: 0;
}
.vBox img {
  width: 864px;
  height: 90px;
  margin-top: 63px;
}
.vCon {
  padding-bottom: 15px;
}
.vCon .vImg {
  width: 100%;
}
.vCon .vImg .left,
.vCon .vImg .right {
  position: relative;
  width: 600px;
  height: 311px;
}
.vCon .vImg .left .vName,
.vCon .vImg .right .vName {
  position: absolute;
  bottom: 18px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.vCon .vImg .left .vName {
  right: 42px;
}
.vCon .vImg .right .vName {
  left: 42px;
}
