.banner {
  width: 100%;
  box-sizing: content-box;
  height: 418px;
  background-image: url(../images/bigbanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.whatfcpa {
  margin: 60px 0;
}
.whatfcpa .what-right {
  padding: 0;
}
.whatfcpa .what-right .what-title {
  text-align: center;
}
.whatfcpa .what-right .what-title h2 {
  text-align: center;
  font-size: 30px;
  color: #000;
}
.whatfcpa .what-right .what-title span {
  padding: 5px;
  font-size: 14px;
  border-bottom: 3px solid #fdb601;
  margin-bottom: 10px;
  display: inline-block;
}
.whatfcpa .what-right .what-info {
  font-size: 18px;
  color: #686868;
  line-height: 2em;
  text-indent: 2em;
}
.association {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.association .assoc-left {
  position: relative;
}
.association .assoc-left .l-img {
  width: 100%;
  border: 1px solid #ccc;
}
.association .assoc-left .vBtn {
  width: 102px;
  height: 102px;
  background: url(../images/bofang.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -51px;
  margin-top: -51px;
  background-size: cover !important;
  cursor: pointer;
}
.association .assoc-right .assoc-title {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.association .assoc-right .assoc-info {
  font-size: 18px;
  color: #686868;
  line-height: 2em;
  text-indent: 2em;
  text-align: justify;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.association .assoc-right .assoc-btn {
  display: inline-block;
  background: #fbb508;
  color: #fff;
  padding: 5px 20px;
  font-size: 18px;
  cursor: pointer;
}
.aboutfcpa {
  margin: 60px auto;
}
.aboutfcpa .about-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.aboutfcpa .about-info {
  font-size: 18px;
  color: #686868;
  text-indent: 2em;
  line-height: 2em;
}
.aboutfcpa .about-list {
  margin: 30px 0;
  overflow: hidden;
}
.aboutfcpa .about-list .about-item {
  padding: 0 10px;
}
.aboutfcpa .about-list .about-item .item-a-list {
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  height: 420px;
  background: url(/act//ForensicAccounting/images/aboutbg.png) no-repeat bottom;
  border-radius: 10px !important;
  margin-bottom: 20px;
}
.aboutfcpa .about-list .about-item .item-a-list .about-t-title {
  font-size: 20px;
  margin: 10px 0 15px;
}
.aboutfcpa .about-list .about-item .item-a-list .about-info-bot {
  text-align: left;
  text-indent: 2em;
  line-height: 2em;
  font-size: 14px;
}
.certificate {
  margin: 60px auto;
}
.certificate .cert-title {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 45px;
  margin-top: 30px;
}
.certificate .cert-title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #f8b708;
  border-radius: 1px;
  left: 0px;
  bottom: -20px;
}
.certificate .cert-info h3 {
  color: #000;
  font-size: 22px;
}
.certificate .cert-info ul li {
  font-size: 22px;
  line-height: 2em;
}
.certificate .cert-info ul li::marker {
  color: #f8b708;
}
.comprehensive .comp-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.comprehensive .comp-info {
  font-size: 18px;
  color: #686868;
  text-indent: 2em;
  line-height: 2em;
}
.comprehensive .comp-list {
  margin-top: 30px;
}
.comprehensive .comp-list .comp-l-info {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  height: 260px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 20px;
}
.comprehensive .comp-list .comp-l-info .comp-t-title {
  font-size: 20px;
  margin: 10px 0 15px;
}
.comprehensive .comp-list .comp-l-info .comp-info-bot {
  text-align: left;
  text-indent: 2em;
  line-height: 2em;
  font-size: 14px;
}
.comprehensive .comp-list .comp-l-info:hover {
  background: #fbb508;
  color: #fff;
}
.contrast {
  margin: 30px auto 0;
  min-height: 100px;
  background: linear-gradient(to right, #eef9ff 50%, #fff7e4 50%);
  position: relative;
}
.contrast .contr-left {
  background-color: #eef9ff;
  padding: 30px 50px;
}
.contrast .contr-left ul {
  width: 240px;
  margin: auto;
  padding: 0;
  text-align: left;
  line-height: 2em;
  font-size: 16px;
}
.contrast .contr-right {
  background-color: #fff7e4;
  padding: 30px 50px;
}
.contrast .contr-right ul {
  width: 240px;
  margin: auto;
  padding: 0;
  text-align: left;
  line-height: 2em;
  font-size: 16px;
}
.contrast .contr-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
