body {
  background: #fefefe;
}
.banner {
  width: 100%;
  height: 35.3125vw;
  background: #f47a25;
  margin-top: 142px;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide .banner-img,
.banner .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.banner .banner-tt-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-tt-box .banner-tt-cont {
  text-align: center;
}
.banner .banner-tt-box .banner-tt-1 {
  color: #fefefe;
  font-size: 3.2292vw;
  font-weight: bold;
  line-height: 4.1667vw;
}
.banner .banner-tt-box .banner-tt-2 {
  color: #fefefe;
  font-size: 1.3021vw;
  line-height: 1.9792vw;
  margin-top: 1.9792vw;
}
.banner .banner-tt-box .banner-tt-btn {
  margin: 2.2917vw 0 0 0;
  line-height: 2.7083vw;
  border: 2px solid #fefefe;
  color: #fefefe;
  display: inline-block;
  padding: 0 1.3542vw;
  font-size: 1.3021vw;
}
.jc-container {
  margin-top: 0;
  z-index: 2;
}
.menu-box {
  width: 75vw;
  height: 5.625vw;
  background: #fefefe;
  margin: -1.9792vw auto 0;
  box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.4);
  border-radius: 0.5208vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-box .menu {
  padding-left: 3.2292vw;
}
.menu-box .menu-ul {
  display: flex;
  align-items: center;
}
.menu-box .menu-li {
  margin-right: 2.8125vw;
}
.menu-box .menu-li a {
  font-size: 1.4583vw;
  text-decoration: none;
  color: #484443;
  transition: all 0.3s;
}
.menu-box .menu-li a:hover {
  color: #fd5b4c;
}
.menu-box .menu-li.active a {
  color: #fd5b4c;
}
.menu-box .menu-btn {
  padding-right: 2.9167vw;
}
.menu-box .menu-btn a {
  line-height: 3.5417vw;
  height: 3.5417vw;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #e85a2c;
  padding: 0 1.4583vw;
  border-radius: 1.7708vw;
  font-size: 1.5625vw;
}
.content .part1-view {
  width: 75vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.6042vw;
  height: 29.4792vw;
}
.content .part1-view .part1-item {
  width: 24.0625vw;
  height: 24.8958vw;
  background: #fefefe;
  box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s;
}
.content .part1-view .part1-item-img {
  width: 8.6458vw;
  height: 7.4479vw;
  margin: 0 auto 1.1458vw;
  transition: all 0.1s;
}
.content .part1-view .part1-item-img-1 {
  background: url('/static/images/services/brand-icon-1.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item-img-2 {
  background: url('/static/images/services/brand-icon-2.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item-img-3 {
  background: url('/static/images/services/brand-icon-3.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item-title {
  line-height: 3.2292vw;
  margin: 0.625vw 2.0833vw 0;
  text-align: center;
  background: #fefefe;
  font-size: 1.4063vw;
  color: #e85a2c;
}
.content .part1-view .part1-item-desc {
  line-height: 2.2917vw;
  padding: 0 2.0833vw;
  font-size: 1.0417vw;
  color: #342c2a;
  transition: all 0.3s;
}
.content .part1-view .part1-item.active {
  height: 29.4792vw;
  background: #e85a2c;
}
.content .part1-view .part1-item.active .part1-item-img-1 {
  background: url('/static/images/services/brand-icon-1-active.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item.active .part1-item-img-2 {
  background: url('/static/images/services/brand-icon-2-active.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item.active .part1-item-img-3 {
  background: url('/static/images/services/brand-icon-3-active.png') no-repeat;
  background-size: 100% 100%;
}
.content .part1-view .part1-item.active .part1-item-desc {
  color: #fff;
}
.content .part2-view {
  padding-top: 3.6458vw;
  color: #fefefe;
}
.content .part2-view-body {
  height: 35.7813vw;
  background: url('/static/images/services/finance-taxation-img4.jpg') no-repeat;
  background-size: auto 100%;
}
.content .part2-view .part2-title {
  line-height: 3.125vw;
  text-align: center;
  font-size: 2.0833vw;
  font-weight: bold;
  padding-top: 4.375vw;
  position: relative;
  margin-bottom: 6.25vw;
}
.content .part2-view .part2-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.2917vw;
  border-top: 0.1563vw solid #fefefe;
}
.content .part2-view .part2-list {
  display: flex;
  justify-content: center;
}
.content .part2-view .part2-list li + li {
  margin-left: 7.6042vw;
}
.content .part2-view .part2-list-icon {
  width: 5.3125vw;
  height: 4.2708vw;
  margin: 0 auto 1.9792vw;
}
.content .part2-view .part2-list-icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.content .part2-view .part2-list-desc {
  line-height: 2.0833vw;
  text-align: center;
  font-size: 1.4583vw;
}
