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 .part-title {
  line-height: 3.2292vw;
  font-size: 2.0833vw;
  font-weight: bold;
  color: #333;
  position: relative;
}
.content .part-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.3958vw;
  border-top: 0.1563vw solid #e85a2c;
}
.content .part1-view {
  width: 75.4167vw;
  margin: 0 auto;
  padding-top: 6.4583vw;
  padding-bottom: 6.25vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content .part1-view::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72.7083vw;
  border-top: 0.1563vw solid #e85a2c;
}
.content .part1-view .part1-item {
  width: 36.25vw;
  height: 17.1875vw;
  background: #fefefe;
  box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.4);
}
.content .part1-view .part1-item:nth-child(1) {
  background-image: url('/static/images/services/finance-taxation-img-1.jpg');
  background-repeat: no-repeat;
  background-size: 15.7292vw 14.2188vw;
  background-position: right bottom;
}
.content .part1-view .part1-item:nth-child(1) .part1-item-desc {
  width: 16.3542vw;
}
.content .part1-view .part1-item:nth-child(2) {
  background-image: url('/static/images/services/finance-taxation-img-2.jpg');
  background-repeat: no-repeat;
  background-size: 15.7292vw 14.2188vw;
  background-position: right bottom;
}
.content .part1-view .part1-item:nth-child(2) .part1-item-desc {
  width: 19.2708vw;
}
.content .part1-view .part1-item-title {
  font-size: 1.9792vw;
  padding-top: 1.4583vw;
  padding-left: 3.2292vw;
  line-height: 3.125vw;
  margin-bottom: 1.0417vw;
}
.content .part1-view .part1-item-desc {
  font-size: 0.9375vw;
  padding-left: 3.2292vw;
  line-height: 2.1875vw;
}
.content .part2-view {
  width: 73.5417vw;
  height: 27.6042vw;
  padding-right: 1.875vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.content .part2-view::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72.7083vw;
  border-top: 0.1563vw solid #e85a2c;
}
.content .part2-view .part2-left {
  margin-top: 6.1458vw;
}
.content .part2-view .part2-left .part2-list {
  padding-top: 3.6458vw;
}
.content .part2-view .part2-left .part2-list li {
  line-height: 2.6042vw;
  font-size: 0.9896vw;
  color: #2b2b2b;
  padding-left: 0.9375vw;
  position: relative;
}
.content .part2-view .part2-left .part2-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2604vw;
  height: 0.2604vw;
  background: #e85a2c;
}
.content .part2-view .part2-right {
  margin-top: 7.1875vw;
}
.content .part2-view .part2-right img {
  width: 26.7708vw;
  height: 13.3333vw;
  display: block;
}
.content .part3-view {
  width: 78.3854vw;
  padding-left: 3.3333vw;
  padding-bottom: 5.9375vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.content .part3-view .part3-left {
  margin-top: 6.1458vw;
}
.content .part3-view .part3-right {
  margin-top: 7.1875vw;
  width: 55.7292vw;
  flex-shrink: 0;
}
.content .part3-view .part3-right ul {
  border-top: 0.1042vw solid #b2b2b2;
}
.content .part3-view .part3-right li {
  border-bottom: 0.1042vw solid #b2b2b2;
  background: url('/static/images/services/finance-taxation-show.png') no-repeat;
  background-position: right 1.7708vw;
  background-size: 0.8333vw 0.8333vw;
  max-height: 4.5833vw;
  transition: all 0.3s;
  overflow: hidden;
}
.content .part3-view .part3-right-title {
  line-height: 2.0833vw;
  padding: 1.25vw 0;
  font-size: 1.1458vw;
  cursor: pointer;
  color: #484443;
}
.content .part3-view .part3-right-desc {
  line-height: 2.0833vw;
  color: #5f5d5e;
  font-size: 1.1458vw;
  padding: 0 4.8958vw 1.875vw 1.875vw;
  transform: rotateX(-90deg);
  transition: all 0.3s;
  transform-origin: center top;
}
.content .part3-view .part3-right li.active {
  max-height: 52.0833vw;
  background: url('/static/images/services/finance-taxation-hide.png') no-repeat;
  background-position: right 1.7708vw;
  background-size: 0.8333vw 0.8333vw;
}
.content .part3-view .part3-right li.active .part3-right-desc {
  transform: rotateX(0deg);
}
.content .part3-view .part3-right .show-more {
  line-height: 2.0833vw;
  margin-top: 1.875vw;
  font-size: 0.9375vw;
  cursor: pointer;
  background: url('/static/images/services/finance-taxation-arrow.png') no-repeat center right;
  background-size: 0.7813vw 0.7813vw;
  width: 5.7292vw;
  color: #747474;
}
.content .part4-view {
  height: 35.7813vw;
  background: url('/static/images/services/finance-taxation-img4.jpg') no-repeat;
  background-size: auto 100%;
  text-align: center;
  color: #fefefe;
}
.content .part4-view .part4-title {
  font-size: 1.9792vw;
  font-weight: bold;
  line-height: 3.2292vw;
  position: relative;
  padding-top: 9.5833vw;
  margin-bottom: 2.5vw;
}
.content .part4-view .part4-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.2083vw;
  border-top: 0.2604vw solid #fefefe;
}
.content .part4-view .part4-desc {
  line-height: 2.0833vw;
  font-size: 1.1458vw;
  margin-bottom: 2.8125vw;
}
.content .part4-view .part4-btn {
  display: flex;
  justify-content: center;
}
.content .part4-view .part4-btn a {
  color: #fefefe;
  line-height: 2.6042vw;
  width: 10.8333vw;
  display: block;
  text-decoration: none;
  border: 1px solid #554643;
  font-size: 1.1458vw;
}
