.wrapper {
  width: 100%;
  padding: 0 10px;
}
.business_header {
  height: 440px;
  background: url(../images/business_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.business_header .business_header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.business_header .business_header_top .back a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.business_header .business_header_top .back a img {
  margin-right: 10px;
}
.business_header .business_header_title {
  margin-top: 90px;
}
.business_header .business_header_title img {
  width: 95%;
}
.trends {
  display: flex;
  flex-wrap: wrap;
}
.trends .trends_left {
  position: relative;
  width: 100%;
  height: 420px;
}
.trends .trends_left .swiper {
  width: 100%;
  height: 100%;
}
.trends .trends_left .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.trends .trends_left .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.trends .trends_left .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trends .trends_left .swiper .swiper-slide a .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
}
.trends .trends_left .change {
  position: absolute;
  bottom: -45px;
  display: flex;
  justify-content: space-between;
  width: 250px;
  height: 33px;
  z-index: 9999;
}
.trends .trends_left .change .swiper-trends-prev,
.trends .trends_left .change .swiper-trends-next {
  cursor: pointer;
  margin: 0 20px;
  z-index: 9999;
}
.trends .trends_left .change .swiper-trends-pagination {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 33px;
}
.trends .trends_left .change .swiper-trends-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #b6d2ef;
  opacity: 1;
}
.trends .trends_left .change .swiper-trends-pagination .swiper-pagination-bullet-active {
  background-color: #3472e3;
}
.trends .trends_right {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 468px;
  margin-left: 0;
  margin-top: 80px;
}
.trends .trends_right .trends_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  margin-bottom: 13px;
}
.trends .trends_right .trends_head .head_title .name {
  font-size: 26px;
  color: #0c69c9;
  font-weight: 700;
}
.trends .trends_right .trends_head .head_title .desc {
  font-size: 14px;
  color: rgba(11, 77, 198, 0.27);
}
.trends .trends_right .trends_head .more {
  font-size: 16px;
  color: #0c69c9;
}
.trends .trends_right .trends_main {
  flex: 1;
  border: 1px solid #3472e3;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.trends .trends_right .trends_main .list {
  padding-top: 20px;
}
.trends .trends_right .trends_main .list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.trends .trends_right .trends_main .list li:last-child {
  border-bottom: 0;
}
.trends .trends_right .trends_main .list li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.trends .trends_right .trends_main .list li a .date {
  margin-right: 26px;
}
.trends .trends_right .trends_main .list li a .date .year {
  font-size: 12px;
  color: #999;
}
.trends .trends_right .trends_main .list li a .date .day {
  font-size: 18px;
  color: #0c69c9;
  font-weight: 700;
}
.trends .trends_right .trends_main .list li a:hover {
  color: #0c69c9;
}
.banner {
  margin-top: 59px;
  height: 180px;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-hf-pagination {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 20px;
}
.banner .swiper .swiper-hf-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper .swiper-hf-pagination .swiper-pagination-bullet-active {
  background-color: #ff6c00;
}
.policy {
  margin-top: 86px;
  background: url(../images/business_bg_zcwj.png) no-repeat;
  background-size: cover;
}
.policy .policy_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(11, 77, 198, 0.27);
}
.policy .policy_title::before {
  content: 'POLICY DOCUMENT';
  position: absolute;
  bottom: -9px;
  left: 0;
  font-size: 14px;
  color: rgba(11, 77, 198, 0.27);
  background-color: #fff;
  padding-right: 20px;
}
.policy .policy_title .text {
  font-size: 26px;
  color: #0c69c9;
  font-weight: 700;
}
.policy .policy_title .more {
  font-size: 16px;
  color: #999;
}
.policy .policy_title .more:hover {
  color: #0c69c9;
}
.policy .policy_list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
  padding: 28px;
}
.policy .policy_list li {
  width: 315px;
  border-bottom: 1px solid #0c69c9;
}
.policy .policy_list li a {
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
.policy .policy_list li a .policy_name {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.policy .policy_list li a .policy_other {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 16px;
  color: #999;
  margin-top: 30px;
}
.policy .policy_list li a .policy_other .date .day {
  font-size: 24px;
  color: #0c69c9;
  font-weight: 700;
}
.policy .policy_list li a .policy_other .date .year {
  font-size: 12px;
  color: #666;
}
.policy .policy_list li a:hover .policy_name {
  color: #0c69c9;
}
.interpretation {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  margin-top: 80px;
}
.interpretation .interpretation_left {
  flex: 1;
}
.interpretation .interpretation_left .interpretation_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(11, 77, 198, 0.27);
}
.interpretation .interpretation_left .interpretation_title::before {
  content: 'POLICY INTERPRETATION';
  position: absolute;
  bottom: -9px;
  left: 0;
  font-size: 14px;
  color: rgba(11, 77, 198, 0.27);
  background-color: #fff;
  padding-right: 20px;
}
.interpretation .interpretation_left .interpretation_title .text {
  font-size: 26px;
  color: #0c69c9;
  font-weight: 700;
}
.interpretation .interpretation_left .interpretation_title .more {
  font-size: 16px;
  color: #999;
}
.interpretation .interpretation_left .interpretation_title .more:hover {
  color: #0c69c9;
}
.interpretation .interpretation_left .interpretation_list {
  margin-top: 30px;
}
.interpretation .interpretation_left .interpretation_list li {
  position: relative;
  padding-left: 29px;
  line-height: 50px;
}
.interpretation .interpretation_left .interpretation_list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #999;
  transform: rotate(45deg) translateY(-50%);
}
.interpretation .interpretation_left .interpretation_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #666;
}
.interpretation .interpretation_left .interpretation_list li:hover::before {
  background-color: #0c69c9;
}
.interpretation .interpretation_left .interpretation_list li:hover a {
  color: #0c69c9;
}
.interpretation .interpretation_right {
  width: 100%;
}
.interpretation .interpretation_right .other_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.interpretation .interpretation_right .other_link li {
  width: 482px;
  height: 151px;
  overflow: hidden;
}
.interpretation .interpretation_right .other_link li a {
  display: block;
  width: 100%;
  height: 100%;
}
.interpretation .interpretation_right .other_link li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.interpretation .interpretation_right .other_link li:hover a img {
  transform: scale(1.04);
}
.links_other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 70px;
  margin-bottom: 80px;
}
.links_other li {
  width: 288px;
  height: 180px;
  transition: all 0.3s;
}
.links_other li a {
  display: block;
  width: 100%;
  height: 100%;
}
.links_other li a img {
  width: 100%;
  height: 100%;
}
.links_other li:hover {
  transform: translateY(-5px);
}
