.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
}

.body-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 580px;
}

.body-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  background: url(../imgs/cpzx-bg.png) no-repeat center center;
}

.body-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 580px;
  background: url(../imgs/bg-z2.png) no-repeat center center;
}

.body-header-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 1200px;
  height: 100px;
}

.body-header-box > span:nth-child(1) {
  position: relative;
  width: 100%;
  height: 50px;
}
.body-header-box > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -30px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #d80e19;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform: rotate(-45deg);
}
.body-header-box > span:nth-child(1) > span:nth-child(1) {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.body-header-box > span:nth-child(2) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background: url(../imgs/footer-bg.png) no-repeat right top;
}

.footer-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 1200px;
  height: auto;
}

.wechat-code {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 148px;
  height: 148px;
  background: url(../imgs/wechat-code.png) no-repeat center center;
}

.footer-logo {
  width: 80px;
  height: 55px;
  margin-bottom: 20px;
  background: url(../imgs/footer-logo.png) no-repeat center center;
}

.footer-phone-title {
  height: 15px;
  line-height: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
}

.footer-phone {
  display: flex;
  align-items: center;
  height: 30px;
  margin-bottom: 75px;
}

.footer-phone > span {
  height: 30px;
  line-height: 30px;
  padding-right: 40px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
}

.footer-phone > span:last-child {
  padding-right: 0;
}

.footer-border {
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
  background-color: #ebcbcb;
  opacity: 0.55;
}

.footer-msg-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
}

.footer-msg-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 40px;
}

.footer-msg-left-top {
  display: flex;
  width: auto;
  height: 15px;
}

.footer-msg-left-top-item {
  height: 15px;
  line-height: 15px;
  padding: 0 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border-right: 1px solid #d80e19;
}

.footer-msg-left-top-item:last-child {
  border-right: none;
}

.footer-msg-left-bottom {
  width: auto;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.footer-msg-right {
  width: 150px;
  height: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
}

/* 内容 */
.body-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 650px;
  padding-bottom: 50px;
}

.body-container-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 650px;
  /* background: url(../imgs/qyjj-body-bg.png) no-repeat center center; */
}

.body-container-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 1200px;
  min-height: 650px;
  padding: 50px 60px;
  background-color: #fff;
}

.body-container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 300px;
  margin-bottom: 95px;
}

.body-container-top-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background-color: #f2f2f2;
}
.body-container-top-left img {
  width: 95px;
  height: 225px;
}

.body-container-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 300px);
  height: 300px;
}
.body-container-top-right > span:nth-child(1) {
  width: 100%;
  padding-left: 55px;
  margin-bottom: 35px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.body-container-top-right > span:nth-child(2) {
  width: 100%;
  padding-left: 55px;
  margin-bottom: 15px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #282828;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.body-container-top-right > span:nth-child(3) {
  width: 100%;
  min-height: 25px;
  line-height: 25px;
  padding-left: 55px;
  margin-bottom: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #696969;
}

.body-container-title {
  width: 100%;
  margin-bottom: 25px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #282828;
}

.body-container-text {
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #696969;
}

.body-container-img-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 160px;
  margin: 50px 0;
  padding: 10px 0;
}

.body-container-img-item {
  display: flex;
  align-items: center;
  width: calc(100% / 8);
  height: 140px;
}

.body-container-img-item > img {
  width: calc(100% - 10px);
  width: calc(100% - 50px);
}

.my-swiper-title {
  width: 1200px;
  margin-bottom: 35px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d80e19;
}

.my-swiper-temp {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1200px;
  height: 285px;
}

.my-swiper {
  overflow: hidden;
  position: relative;
  width: 1080px;
  height: 285px;
  padding: 0 60;
}

.my-swiper-box {
  display: flex;
  position: relative;
  width: 999999px;
  height: 285px;
}

.my-swiper-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(1080px / 3);
  height: 285px;
}

.my-swiper-item img {
  width: 350px;
  height: 245px;
}

.my-swiper-item span {
  width: 350px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #454545;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.btn-box {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1200px;
  height: 50px;
}

.left-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
}

.right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #000000;
  opacity: 0.6;
  border-radius: 50%;
  pointer-events: none;
}

.avtive-btn {
  background: #c20a14;
  opacity: 0.6;
  pointer-events: auto !important;
}
