.banner {
  height: 438px;
  background: url(../../images/business/tools/banner.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.bannerContent {
  position: absolute;
  right: 17%;
  text-align: center;
  padding: 135px 46px 0;
  height: 438px;
  background: rgba(32, 100, 211, 0.5);
}

.bannerSubhead {
  position: relative;
  width: 360px;
  color: #fff;
  font-size: 18px;
}
.bannerSubhead:after,
.bannerSubhead:before {
  content: '';
  position: absolute;
  top: 50%;
  background: #fff;
  height: 1px;
  width: 30px;
}
.bannerSubhead:after {
  left: 0;
}
.bannerSubhead:before {
  right: 0;
}

.bannerTitle {
  font-size: 60px;
  color: #fff;
  margin-bottom: 18px;
}
.bannerLine {
  color: #fff;
  margin-bottom: 20px;
}
.bannerAction {
  color: #fff;
  position: absolute;
  width: 200px;
  left: calc(50% - 100px);
}
.bannerAction p {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
}
.bannerAction span {
  display: inline-block;
  margin-left: 22px;
}

.actionContent {
  width: 1200px;
  margin: 0 auto;
  height: 1000px;
  padding-top: 100px;
}
.actionContent h3 {
  color: #3a416f;
  font-size: 40px;
  text-align: center;
  margin-bottom: 76px;
}
.actionContentBody {
  zoom: 1;
}
.actionContentBody:after {
  content: '';
  display: block;
  clear: both;
}
.actionContentBody .txtbox {
  float: left;
}
.actionContentBody .imgbox {
  float: right;
}
.actionContentBody .txtbox .bottomLine {
  width: 36px;
  height: 4px;
  background: #246ee6;
  margin-bottom: 0;
}

.actionViolation {
  background: #f5f5f7;
}
.actionViolation .actionContentBody {
}
.actionViolation .txtbox {
  padding-top: 100px;
}
.actionViolation .txtbox li {
  font-size: 20px;
  color: #989898;
  margin-bottom: 31px;
}
.actionViolation .txtbox .imgText {
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  color: #000;
  padding-left: 62px;
  background: url('../../images/business/tools/vtTick.png') no-repeat left 50%;
}
.actionViolation .imgbox img {
  width: 532px;
}
.actionViolation .bottomLine {
  margin-top: 124px;
}

.actionMoveCar {
  background: #fff;
}
.actionMoveCar .actionContentBody {
  zoom: 1;
}
.actionMoveCar .actionContentBody:after {
  content: '';
  display: block;
  clear: both;
}
.actionMoveCar .actionContentBody > div {
  text-align: center;
}
.actionMoveCar .actionContentBody img {
  margin-bottom: 55px;
}
.actionMoveCar .actionContentBody a {
  background: #246ee6;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
}
.actionMoveCar .actionContentBody p {
  margin-top: 39px;
  color: #989898;
  font-size: 20px;
}
.actionMoveCar .contentLeft {
  float: left;
}
.actionMoveCar .contentRight {
  float: right;
}

.actionValueOfAssessment {
  background: #f5f5f7;
}
.actionValueOfAssessment .txtbox {
  padding-top: 108px;
}
.actionValueOfAssessment .txtbox li {
  margin-bottom: 62px;
}
.actionValueOfAssessment .txtbox h5 {
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}
.actionValueOfAssessment .txtbox p {
  font-size: 20px;
  color: #989898;
}
.actionValueOfAssessment .txtbox span {
  font-size: 30px;
  color: #246ee6;
}
.actionValueOfAssessment .txtbox .bottomLine {
  margin-top: 124px;
}

.actionComparison {
  background: #246ee6;
}
.actionComparison h3 {
  color: #fff;
}
.actionComparison .imgbox {
  float: left;
}
.actionComparison .txtbox {
  float: right;
  padding-top: 180px;
}
.actionComparison .txtbox li {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
}
.actionComparison .txtbox .bottomLine {
  background: #fff;
}

.actionCarLoan {
  background: #fff;
}
.actionCarLoan .txtbox {
  padding-top: 65px;
}
.actionCarLoan .txtbox li {
  margin-bottom: 40px;
  font-size: 20px;
  color: #989898;
}
.actionCarLoan .txtbox .imgText {
  height: 42px;
  line-height: 42px;
  font-size: 30px;
  color: #000;
  padding-left: 62px;
  background: url('../../images/business/tools/vtTick.png') no-repeat left 50%;
}
.actionCarLoan .txtbox .bottomLine {
  margin-top: 60px;
}
