.dfbc {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: space-around;
}
.index_part {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index_part > .inner {
  height: 100%;
}
.index_part .w-row,
.index_part .w-col {
  height: 100%;
}
.index_part.index_part2 {
  background-image: url(../images/index_bg2.png);
}
.index_part.index_part3 {
  background-image: url(../images/index_bg3.png);
}
.index_part.index_part4 {
  background-image: url(../images/index_bg4.png);
}
.index_part.index_part5 {
  background-image: url(../images/index_bg5.png);
}
.index_part.index_part6 {
  background-image: url(../images/index_bg6.png);
}
.index_part1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.index_part3 {
  height: auto;
  overflow: hidden;
}
#indexBannerSwiper {
  width: 100%;
  height: 100%;
}
#indexBannerSwiper .swiper-button-prev,
#indexBannerSwiper .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#indexBannerSwiper .swiper-button-prev {
  left: 2.5%;
  background-image: url(../images/btn_prev3.png);
}
#indexBannerSwiper .swiper-button-prev:hover {
  background-image: url(../images/btn_prev3_cur.png);
}
#indexBannerSwiper .swiper-button-next {
  right: 2.5%;
  background-image: url(../images/btn_next3.png);
}
#indexBannerSwiper .swiper-button-next:hover {
  background-image: url(../images/btn_next3_cur.png);
}
#indexBannerSwiper .swiper-pagination {
  display: inline-block;
  left: 2.5%;
  bottom: 0.5rem;
  width: auto;
  font-size: 0.22rem;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 992px) {
  #indexBannerSwiper .swiper-pagination {
    left: 20px;
  }
}
#indexBannerSwiper .swiper-pagination-total {
  font-size: 0.22rem;
}
#indexBannerSwiper .swiper-pagination-current {
  font-size: 0.62rem;
}
.index_banner_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_box .index_banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_box .index_banner_text_box {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}
.index_banner_box .index_banner_text_box img {
  max-width: 53%;
}
.mousewheel {
  position: absolute;
  z-index: 99;
  width: 28px !important;
  height: 128px !important;
  right: 2.5%;
  bottom: 50px;
}
.mousewheel img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .mousewheel {
    width: 15px !important;
    height: auto !important;
    bottom: 10px;
  }
}
@keyframes TopBots {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.TopBots {
  animation: TopBots 1.2s ease-in-out infinite both;
}
.index_title span {
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
  color: #383838;
  background: url(../images/index_title_icon.png) no-repeat left center;
  background-size: 4px 38px;
  padding-left: 25px;
}
.about_box_left {
  position: relative;
  height: 70%;
  margin-top: 30%;
}
.about_box_left .about_text1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: normal;
  color: #166cb2;
}
.about_box_left .about_text2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #696969;
}
.about_box_left .orange_more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_ul {
  margin-top: 6%;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.about_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.about_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.about_ul > li:nth-child(n) {
  margin-top: 0;
}
.about_ul > li:nth-child(n)::after {
  display: block;
}
.about_ul > li:nth-child(n + 2) {
  margin-top: 30px;
}
.about_ul > li:nth-child(2) {
  margin-top: 0;
}
.about_ul > li:nth-child(2n)::after,
.about_ul > li:last-child::after {
  display: none;
}
.about_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .about_ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .about_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .about_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
  }
  .about_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .about_ul > li:nth-child(n)::after {
    display: block;
  }
  .about_ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
  .about_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .about_ul > li:nth-child(2n)::after,
  .about_ul > li:last-child::after {
    display: none;
  }
  .about_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.about_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 142px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: solid 4px #ee9b2d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_ul li i {
  margin-right: 16px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about_ul li i.s1 {
  background-image: url(../images/about_icon1.png);
}
.about_ul li i.s2 {
  background-image: url(../images/about_icon2.png);
}
.about_ul li i.s3 {
  background-image: url(../images/about_icon3.png);
}
.about_ul li i.s4 {
  background-image: url(../images/about_icon4.png);
}
.about_ul li div {
  display: flex;
  flex-direction: column;
}
.about_ul li span {
  margin: 5px;
  font-size: 16px;
  font-weight: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #ffffff;
}
.about_ul li b {
  font-size: 52px;
}
.about_ul li:hover i {
  transform: rotateY(360deg);
}
.pptx_box {
  margin: -6% auto 0;
  position: relative;
  text-align: center;
  height: 800px;
}
.pptx_box .pptx_img1_box {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 49.16666667%;
}
.pptx_box .pptx_img1_box .pptx_img1 {
  width: 100%;
}
.pptx_box .pptx_img1_box .pptx_img1_text1 {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pptx_box .pptx_img1_box .pptx_img1_text1 img {
  width: 72px;
  margin-bottom: 15px;
}
.pptx_box .pptx_img1_box .pptx_img1_text1 span {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.pptx_box .pptx_img1_box .pptx_img1_text1:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.pptx_box .pptx_img1_box .pptx_img1_text2,
.pptx_box .pptx_img1_box .pptx_img1_text3,
.pptx_box .pptx_img1_box .pptx_img1_text4 {
  transition: all 0.3s;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #166cb2;
  text-shadow: 0px 4px 10px rgba(22, 108, 178, 0.3);
}
.pptx_box .pptx_img1_box .pptx_img1_text2 {
  top: 35%;
  left: 16%;
  transform: rotateZ(-60deg);
}
.pptx_box .pptx_img1_box .pptx_img1_text2:hover {
  color: #ee9b2d;
  transform: rotateZ(-60deg) scale(1.1);
}
.pptx_box .pptx_img1_box .pptx_img1_text3 {
  top: 35%;
  right: 16%;
  transform: rotateZ(60deg);
}
.pptx_box .pptx_img1_box .pptx_img1_text3:hover {
  color: #ee9b2d;
  transform: rotateZ(60deg) scale(1.1);
}
.pptx_box .pptx_img1_box .pptx_img1_text4 {
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
}
.pptx_box .pptx_img1_box .pptx_img1_text4:hover {
  color: #ee9b2d;
  transform: translateX(-50%) scale(1.1);
}
.pptx_box .pptx_img3_box {
  z-index: 5;
  position: absolute;
  top: 140px;
  right: 64.1%;
  width: 52.5%;
}
.pptx_box .pptx_img3_box .pptx_img3 {
  width: 100%;
}
.pptx_box .pptx_img3_box .pptx_img3_text1,
.pptx_box .pptx_img3_box .pptx_img3_text2 {
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pptx_box .pptx_img3_box .pptx_img3_text1 img,
.pptx_box .pptx_img3_box .pptx_img3_text2 img {
  margin: 0 20px;
}
.pptx_box .pptx_img3_box .pptx_img3_text1 span,
.pptx_box .pptx_img3_box .pptx_img3_text2 span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.pptx_box .pptx_img3_box .pptx_img3_text1 {
  top: 31.6%;
  right: 28%;
}
.pptx_box .pptx_img3_box .pptx_img3_text1:hover {
  color: #ee9b2d;
  transform: translateX(10px) scale(1.1);
}
.pptx_box .pptx_img3_box .pptx_img3_text2 {
  top: 61.2%;
  right: 28%;
}
.pptx_box .pptx_img3_box .pptx_img3_text2:hover {
  color: #ee9b2d;
  transform: translateX(10px) scale(1.1);
}
.pptx_box .pptx_img4_box {
  z-index: 5;
  position: absolute;
  top: 140px;
  left: 64.1%;
  width: 52.5%;
}
.pptx_box .pptx_img4_box .pptx_img4 {
  width: 100%;
}
.pptx_box .pptx_img4_box .pptx_img4_text1,
.pptx_box .pptx_img4_box .pptx_img4_text2 {
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pptx_box .pptx_img4_box .pptx_img4_text1 img,
.pptx_box .pptx_img4_box .pptx_img4_text2 img {
  margin: 0 20px;
}
.pptx_box .pptx_img4_box .pptx_img4_text1 span,
.pptx_box .pptx_img4_box .pptx_img4_text2 span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.pptx_box .pptx_img4_box .pptx_img4_text1 {
  top: 31.6%;
  left: 28%;
}
.pptx_box .pptx_img4_box .pptx_img4_text1:hover {
  color: #ee9b2d;
  transform: translateX(-10px) scale(1.1);
}
.pptx_box .pptx_img4_box .pptx_img4_text2 {
  top: 61.2%;
  left: 28%;
}
.pptx_box .pptx_img4_box .pptx_img4_text2:hover {
  color: #ee9b2d;
  transform: translateX(-10px) scale(1.1);
}
.pptx_box .pptx_img5 {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 370px;
  width: 100%;
}
@media (max-width: 992px) {
  .pptx_box {
    margin: -6% auto 0;
    position: relative;
    text-align: center;
    height: 400px;
    overflow-x: hidden;
  }
  .pptx_box .pptx_img1_box {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 50%;
  }
  .pptx_box .pptx_img1_box .pptx_img1 {
    width: 100%;
  }
  .pptx_box .pptx_img1_box .pptx_img1_text1 {
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pptx_box .pptx_img1_box .pptx_img1_text1 img {
    width: 0.52rem;
    margin-bottom: 0.15rem;
  }
  .pptx_box .pptx_img1_box .pptx_img1_text1 span {
    font-size: 0.22rem;
    font-weight: bold;
    color: #ffffff;
  }
  .pptx_box .pptx_img1_box .pptx_img1_text1:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text2,
  .pptx_box .pptx_img1_box .pptx_img1_text3,
  .pptx_box .pptx_img1_box .pptx_img1_text4 {
    transition: all 0.3s;
    position: absolute;
    font-size: 0.2rem;
    font-weight: bold;
    color: #166cb2;
    text-shadow: 0px 4px 10px rgba(22, 108, 178, 0.3);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text2 {
    top: 35%;
    left: 13%;
    transform: rotateZ(-60deg);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text2:hover {
    color: #ee9b2d;
    transform: rotateZ(-60deg) scale(1.1);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text3 {
    top: 35%;
    right: 13%;
    transform: rotateZ(60deg);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text3:hover {
    color: #ee9b2d;
    transform: rotateZ(60deg) scale(1.1);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text4 {
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pptx_box .pptx_img1_box .pptx_img1_text4:hover {
    color: #ee9b2d;
    transform: translateX(-50%) scale(1.1);
  }
  .pptx_box .pptx_img3_box {
    z-index: 5;
    position: absolute;
    top: 70px;
    right: 64.1%;
    width: 50%;
  }
  .pptx_box .pptx_img3_box .pptx_img3 {
    width: 100%;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text1,
  .pptx_box .pptx_img3_box .pptx_img3_text2 {
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text1 img,
  .pptx_box .pptx_img3_box .pptx_img3_text2 img {
    width: 0.26rem;
    margin: 0 0.1rem;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text1 span,
  .pptx_box .pptx_img3_box .pptx_img3_text2 span {
    font-size: 0.14rem;
    font-weight: bold;
    color: #ffffff;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text1 {
    top: 28.9%;
    right: 28%;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text1:hover {
    color: #ee9b2d;
    transform: translateX(10px) scale(1.1);
  }
  .pptx_box .pptx_img3_box .pptx_img3_text2 {
    top: 58.2%;
    right: 28%;
  }
  .pptx_box .pptx_img3_box .pptx_img3_text2:hover {
    color: #ee9b2d;
    transform: translateX(10px) scale(1.1);
  }
  .pptx_box .pptx_img4_box {
    z-index: 5;
    position: absolute;
    top: 70px;
    left: 64.1%;
    width: 50%;
  }
  .pptx_box .pptx_img4_box .pptx_img4 {
    width: 100%;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text1,
  .pptx_box .pptx_img4_box .pptx_img4_text2 {
    transition: all 0.3s;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text1 img,
  .pptx_box .pptx_img4_box .pptx_img4_text2 img {
    width: 0.26rem;
    margin: 0 0.1rem;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text1 span,
  .pptx_box .pptx_img4_box .pptx_img4_text2 span {
    font-size: 0.14rem;
    font-weight: bold;
    color: #ffffff;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text1 {
    top: 28.9%;
    left: 28%;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text1:hover {
    color: #ee9b2d;
    transform: translateX(-10px) scale(1.1);
  }
  .pptx_box .pptx_img4_box .pptx_img4_text2 {
    top: 58.2%;
    left: 28%;
  }
  .pptx_box .pptx_img4_box .pptx_img4_text2:hover {
    color: #ee9b2d;
    transform: translateX(-10px) scale(1.1);
  }
  .pptx_box .pptx_img5 {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 180px;
    width: 100%;
  }
}
.zyyw_left {
  border-right: 1px solid #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zyyw_text1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: normal;
  color: #ffffff;
}
.zyyw_ul {
  margin-top: 6%;
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.zyyw_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.zyyw_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.zyyw_ul > li:nth-child(n) {
  margin-top: 0;
}
.zyyw_ul > li:nth-child(n)::after {
  display: block;
}
.zyyw_ul > li:nth-child(n + 1) {
  margin-top: 0px;
}
.zyyw_ul > li:nth-child(1) {
  margin-top: 0;
}
.zyyw_ul > li:nth-child(1n)::after,
.zyyw_ul > li:last-child::after {
  display: none;
}
.zyyw_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zyyw_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}
.zyyw_ul li a::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 800px;
  height: 1px;
  background-color: rgba(208, 208, 208, 0.8);
}
.zyyw_ul li a::after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 800px;
  height: 100%;
  background: transparent;
}
.zyyw_ul li i {
  position: relative;
  z-index: 2;
  margin-right: 40px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.zyyw_ul li i.s1 {
  background-image: url(../images/zyyw_icon1.png);
}
.zyyw_ul li i.s2 {
  background-image: url(../images/zyyw_icon2.png);
}
.zyyw_ul li i.s3 {
  background-image: url(../images/zyyw_icon6.png);
}
.zyyw_ul li i.s4 {
  background-image: url(../images/zyyw_icon7.png);
}
.zyyw_ul li i.s5 {
  background-image: url(../images/zyyw_icon3.png);
}
.zyyw_ul li i.s6 {
  background-image: url(../images/zyyw_icon4.png);
}
.zyyw_ul li i.s7 {
  background-image: url(../images/zyyw_icon5.png);
}
.zyyw_ul li span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.zyyw_ul li b {
  font-size: 52px;
}
.zyyw_ul li:hover i {
  transform: rotateY(360deg);
}
.zyyw_ul .cur a,
a:hover .zyyw_ul::after {
  background: linear-gradient(to left, #006aac 0%, rgba(0, 106, 172, 0) 100%);
}
.zyyw_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 80px;
}
.zyyw_right .zyyw_right_text1 {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.zyyw_right .zyyw_right_text2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #ffffff;
}
.jpgcSwiper_box {
  position: relative;
  padding-bottom: 10%;
}
.jpgcSwiper_box #jpgcSwiper {
  width: 100%;
}
.jpgcSwiper_box .img_box {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.jpgcSwiper_box .img_box img {
  width: 100%;
  height: 500px;
}
.jpgcSwiper_box .swiper-slide {
  opacity: 0;
}
.jpgcSwiper_box .swiper-slide-active {
  z-index: 99;
  opacity: 1;
}
.jpgcSwiper_box .swiper-slide-prev,
.jpgcSwiper_box .swiper-slide-next {
  z-index: 95;
  opacity: 1;
}
.jpgcSwiper_box .swiper-slide-prev {
  opacity: 0.6;
  transform: perspective(800px) scale(0.9) rotateY(390deg) translateY(0px) !important;
  transform-origin: left;
}
.jpgcSwiper_box .swiper-slide-next {
  opacity: 0.6;
  transform: perspective(800px) scale(0.9) rotateY(320deg) translateY(0px) !important;
  transform-origin: right;
}
.jpgcSwiper_box .swiper-slide-next .jpgc_box {
  transform: rotateY(180deg);
}
.jpgcSwiper_box .swiper-button-prev,
.jpgcSwiper_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 60px;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.jpgcSwiper_box .swiper-button-prev {
  right: 230px;
  background-image: url(../images/btn_prev2.png);
}
.jpgcSwiper_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev2_cur.png);
}
.jpgcSwiper_box .swiper-button-next {
  right: 160px;
  background-image: url(../images/btn_next2.png);
}
.jpgcSwiper_box .swiper-button-next:hover {
  background-image: url(../images/btn_next2_cur.png);
}
.jpgcSwiper_box .swiper-pagination {
  bottom: 10%;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.jpgcSwiper_box .swiper-pagination-total {
  color: #999;
}
.jpgcSwiper_box .swiper-pagination-current {
  color: #333;
}
@media (min-width: 993px) {
  .jpgc_box {
    height: 500px;
  }
}
.jpgc_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.jpgc_box .w-col {
  height: 100%;
}
.jpgc_text_box {
  height: 100%;
  background: #ffffff;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.jpgc_text_box .num {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 82px;
  font-weight: bold;
  line-height: 82px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #f6f6f6;
}
.jpgc_text_box .jpgc_text1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4d4d;
}
.jpgc_text_box .jpgc_text2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #006aac;
}
.jpgc_text_box .jpgc_text3 {
  margin-bottom: 30px;
}
.jpgc_text_box .jpgc_text3 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #ee9b2d;
  padding: 0 40px;
  position: relative;
}
.jpgc_text_box .jpgc_text3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 32px;
  height: 32px;
  background: url(../images/jpgc_icon1.png) no-repeat center;
  background-size: contain;
}
.jpgc_text_box .jpgc_text3 span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url(../images/jpgc_icon2.png) no-repeat center;
  background-size: contain;
}
.jpgc_text_box .jpgc_text4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #696969;
}
.xwzxSwiper_box {
  position: relative;
  padding-bottom: 10%;
}
.xwzxSwiper_box .swiper-button-prev,
.xwzxSwiper_box .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  left: auto;
  right: auto;
  top: auto;
  bottom: 7%;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.xwzxSwiper_box .swiper-button-prev {
  right: 70px;
  background-image: url(../images/btn_prev2.png);
}
.xwzxSwiper_box .swiper-button-prev:hover {
  background-image: url(../images/btn_prev2_cur.png);
}
.xwzxSwiper_box .swiper-button-next {
  right: 0px;
  background-image: url(../images/btn_next2.png);
}
.xwzxSwiper_box .swiper-button-next:hover {
  background-image: url(../images/btn_next2_cur.png);
}
.xwzxSwiper_box .swiper-pagination {
  width: auto;
  left: 0;
  bottom: 7%;
  font-size: 18px;
  font-weight: normal;
  color: #999;
}
.xwzxSwiper_box .swiper-pagination-total {
  color: #999;
}
.xwzxSwiper_box .swiper-pagination-current {
  color: #333;
}
#xwzxSwiper {
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.xwzx_box {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.xwzx_box .img {
  box-sizing: border-box;
  width: 100%;
  height: 265px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .xwzx_box .img {
    height: auto;
  }
}
.xwzx_box img {
  transition: all 0.3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.xwzx_box .text {
  background-color: #fff;
  padding: 35px;
}
.xwzx_box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  margin-bottom: 20px;
}
.xwzx_box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #696969;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 55px;
  margin-bottom: 60px;
}
.xwzx_box .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xwzx_box span {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #c2c2c2;
}
.xwzx_box i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon_arrow3.png);
}
.xwzx_box:hover {
  box-shadow: 0px 15px 65px -32px #126ca7;
}
.xwzx_box:hover img {
  transform: scale(1.05);
}
.xwzx_box:hover h6 {
  color: #166cb2;
}
.xwzx_box:hover i {
  background-image: url(../images/icon_arrow.png);
}
.xwzx_box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #166cb2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.xwzx_box:hover::before {
  width: 100%;
}
@media (max-width: 992px) {
  #indexSwiper {
    height: auto;
    overflow-y: auto;
  }
  #indexSwiper > .swiper-wrapper {
    display: block;
    height: auto;
  }
  .index_part {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .content {
    overflow-x: hidden;
  }
  .index_part1 {
    height: 4rem;
  }
  .about_box_left {
    margin-top: 0px;
  }
  .about_box_left .orange_more {
    position: static;
    margin-top: 30px;
  }
  .about_ul li a {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .index_part3 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
  .index_part4 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
  .index_part4 .index_title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .index_part4 .w-col {
    height: auto;
  }
  .index_part4 .w-col:nth-child(1) {
    width: 60% !important;
  }
  .index_part4 .w-col:nth-child(2) {
    width: calc(100% - 60% - 4%) !important;
  }
  .index_part5 {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
  }
  .index_part5 .index_title {
    margin-bottom: 30px;
  }
  .index_part5 .jpgc_text {
    margin-bottom: 50px;
  }
  .index_part5 .jpgcSwiper_box .swiper-button-next {
    right: 30px;
  }
  .index_part5 .jpgcSwiper_box .swiper-button-prev {
    right: 100px;
  }
  .index_part5 .jpgcSwiper_box .swiper-pagination {
    bottom: 9%;
  }
  .index_part6 {
    padding-top: 0.5rem;
  }
  .index_part6 .index_title {
    margin-bottom: 30px;
  }
  .index_part6 .xwzxSwiper_box .swiper-button-prev,
  .index_part6 .xwzxSwiper_box .swiper-button-next {
    bottom: -2%;
  }
  .index_part6 .xwzxSwiper_box .swiper-pagination {
    bottom: 0%;
  }
  .index_part7 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer_index{
  justify-content: center;
}
.news_tab {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  /* top: 6%; */
  top: 9.5%;
  left: 200px;
}
@media (max-width: 992px) {
  .news_tab {
    position: static;
    margin-bottom: 40px;
  }
}
.news_tab li {
  margin: 0 40px;
}
.news_tab li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 42px;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
}
.news_tab .cur a {
  position: relative;
}
.news_tab .cur a::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #ee9b2d;
}
.white_more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 120px;
  height: 52px;
  border-radius: 50px;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  color: #fff;
  transition: all 0.3s;
}
.white_more:hover {
  font-weight: bold;
}
