.swiper-container {
  min-width: 1200px;
}
.swiper-wrapper,
.swiper-container .swiper-slide {
  width: 100%;
  height: auto !important;
  text-align: center;
}
.swiper-container img {
  max-width: 100%;
}
.swiper-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.swiper-slide-active img {
  opacity: 1;
  animation: bgimgzoom 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-animation: bgimgzoom 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.pages {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  zoom: 1;
  width: 6px;
  height: 6px;
  background: #b20000;
  opacity: 0.3;
  margin: 0 7px;
  border-radius: 3px;
  position: relative;
}
.swiper-active-switch {
  width: 48px;
  background: #b20000;
  opacity: 0.8;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@keyframes bgimgzoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bgimgzoom {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.about-us {
  margin-top: 115px;
  width: 100%;
  min-width: 1200px;
  position: relative;
}
.about-us-img {
  width: 100%;
  height: auto;
  display: block;
}
.about-us-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
}
.about-us-text-img {
  width: 100%;
  height: 100%;
  display: block;
}
.about-us-text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 360px 0 80px;
}
.about-us-text-title {
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
  height: 68px;
  margin-bottom: 32px;
  margin-top: 106px;
}
.about-us-text-desc {
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: justify;/* 浏览器可能不支持 */
  margin-bottom: 32px;
}
@media (min-width: 1600px) and (max-width: 1800px) {
  .about-us-text-content {
    padding-right: 300px;
  }
  .about-us-text-content .about-us-text-title {
    font-size: 40px;
    margin-top: 80px;
    height: 60px;
    margin-bottom: 20px;
  }
  .about-us-text-content .about-us-text-desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .about-us-text-content {
    padding-right: 200px;
  }
  .about-us-text-content .about-us-text-title {
    font-size: 40px;
    margin-top: 80px;
    height: 60px;
    margin-bottom: 20px;
  }
  .about-us-text-content .about-us-text-desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .about-us-text-content {
    padding-right: 100px;
  }
  .about-us-text-content .about-us-text-title {
    font-size: 38px;
    margin-top: 60px;
    height: 50px;
    margin-bottom: 20px;
  }
  .about-us-text-content .about-us-text-desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .about-us-text-content {
    padding-right: 0px;
  }
  .about-us-text-content .about-us-text-title {
    font-size: 38px;
    margin-top: 60px;
    height: 50px;
    margin-bottom: 20px;
  }
  .about-us-text-content .about-us-text-desc {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.look-more {
  display: flex;
  align-items: center;
  height: 16px;
  cursor: pointer;
}
.look-more-icon {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 3px;
}
.look-more-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-left: 8px;
}

.cpfw {
  width: 1200px;
  height: 1053px;
  margin: 0 auto;
  padding: 120px 0;
}
.content-title {
  width: 100%;
  display: flex;
  height: 84px;
  justify-content: space-between;
}
.content-title-line {
  height: 2px;
  width: 48px;
  background: #b20000;
}
.content-title-text {
  font-size: 42px;
  font-weight: 500;
  line-height: 42px;
  height: 42px;
  margin-top: 40px;
}
.cpfw .look-more .look-more-text {
  color: #555;
}
.cpfw .look-more {
  margin-top: 55px;
}
.cpfw-content {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
.content-item {
  width: 285px;
  height: 640px;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  transition: all 0.3s
}
.content-item-top {
  width: 100%;
  height: 216px;
  background-color: #f6f7f9;
  overflow: hidden;
}
.content-item:hover .content-item-top {
  background-color: #b20000;
}
.content-item:hover .content-item-title1 {
  color: #ffffff;
}
.content-item:hover .content-item-title2 {
  color: #ffffff;
}
.content-item:hover .content-item-bottom {
  background-color: #f6f7f9;
}
.content-item-icon {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: -30px;
  left: 87px;
}
.content-item-title1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  height: 42px;
  color: #333333;
  margin-top: 110px;
  text-align: center;
}
.content-item-title2 {
  height: 42px;
  font-weight: 500;
  line-height: 42px;
  color: #777777;
  font-size: 24px;
  margin-top: 12px;
  text-align: center;
}
.content-item-bottom {
  width: 100%;
  height: 424px;
  overflow: hidden;
  background-color: #ffffff;
}
.content-item-bottom-text {
  display: flex;
  padding: 0px 20px 0 20px;
  margin-top: 20px;
}
.content-item-paddT {
  padding: 10px 20px 0 20px !important;
}
.content-item-bottom-icon {
  width: 10px;
  height: 10px;
  background: #dddddd;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 14px;
  margin-right: 10px;
}
.content-item-bottom-desc {
  font-size: 20px;
  color: #555555;
  font-family: Source Han Sans CN;
  text-align: justify; /* 浏览器可能不支持 */
  letter-spacing: -0.01em;
  line-height: 32px;
}
.content-item-bottom-desc span {
  font-weight: 700;
  color: #b20000;
}
.go-arrow {
  margin-left: 40px;
  margin-top: 12px;
  width: 12px;
  height: 12px;
}
.go-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.hgdx {
  width: 100%;
  min-width: 1200px;
  height: 946px;
  padding: 120px 0;
  background-color: #f6f7f9;
  overflow: hidden;
}
.hgdx-title {
  font-size: 42px;
  line-height: 42px;
  height: 42px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  margin-bottom: 100px;
}
.hgdx-content {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.hgdx-img {
  width: 680px;
  height: 520px;
  display: block;
  margin-right: 20px;
}
.hgdx-desc {
}
.hgdx-desc .look-more .look-more-text {
  color: #555;
}
.hgdx-desc .look-more {
  margin-top: 40px;
}
.hgdx-desc :nth-child(1) {
  margin-top: 0px;
}
.hgdx-desc-item {
  margin-top: 40px;
}
.hgdx-desc-title {
  height: 48px;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #333;
}
.hgdx-desc-text {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
  text-align: justify;
}

.xwzx {
  min-width: 1200px;
  height: 832px;
  padding: 120px 0;
}
.xwzx .content-title {
  width: 1200px;
  margin: 0 auto;
}
.xwzx .look-more .look-more-text {
  color: #555;
}
.xwzx .look-more {
  margin-top: 55px;
}
.xwzx-content {
  width: 1200px;
  height: 448px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
}
.xwzx-content-item {
  width: 590px;
  height: 214px;
  background-color: #f6f7f9;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.xwzx-content-item:hover {
  background-color: #b20000;
}
.xwzx-content-item:hover .xwzx-content-item-text-desc {
  color: #ffffff;
}
.xwzx-content-item:hover .xwzx-content-item-text-time {
  color: #ffffff;
}
.xwzx-content-item:active {
  background-color: #b20000;
}
.xwzx-content-item:active .xwzx-content-item-text-desc {
  color: #ffffff;
}
.xwzx-content-item:active .xwzx-content-item-text-time {
  color: #ffffff;
}
.xwzx-content-item-img {
  width: 280px;
  height: 174px;
  border-radius: 4px;
  display: block;
  flex-shrink: 0;
}
.xwzx-content-item-text {
  margin-left: 20px;
  margin-right: 10px;
}
.xwzx-content-item-text-desc {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.xwzx-content-item-text-time {
  line-height: 16px;
  font-size: 16px;
  color: #999999;
  margin-top: 12px;
}
