/* 产品样式 */
.bg-lineblack {
  background: linear-gradient(0deg, #283246 0%, #101A28 100%);
}
.pro {
  margin-top: -74px;
  overflow-x: hidden;
  width: 100%;
  background: linear-gradient(180deg, #122339, #121a26);
  color: #fff;
}

.pro h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.wp-block-image {
  margin: 0;
  padding: 0;
}
.wp-block-image img {
  height: auto;
}

.pro > .wp-block-group:not(:nth-of-type(1)) {
  padding: 80px 0;
}

.pro .head-title {
  padding: 0;
}
/* ======================公共样式================================= */
.text-center {
  text-align: center;
}
.p-18 {
  font-size: 18px;
  line-height: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-26 {
  margin-bottom: 26px;
}
.font-36 {
  font-size: 36px;
}
.p-lr-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.bg-dp-blue {
  background-color: #131e36;
}
.col-white-8 {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1199px) { 
  .pro > .wp-block-group:not(:nth-of-type(1)) {
    padding: 40px 0;
  }
  .pro h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .pro {
    margin-top: -44px;
  }
  .p-18 {
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 14px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mt-70 {
    margin-top: 35px;
    text-align: center;
  }
  .mt-70 img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
  }
  .mt-80 {
    margin-bottom: 40px;
  }
  .p-lr-28 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
/* =================头部banner================================ */
.pro-banner {
  width: 100vw;
  position: relative;
}
.pro-banner img {
  width: 100%;
}
.pro-til-center {
  position:absolute;
  top: 50%;
  transform: translate(-50%, -25%);
  left: 50%;
}
.pro-bt {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  padding-left: 30px;
  color: #fff;
}
.pro-bt h2 {
  font-size: 48px;
  line-height: 100px;
  margin-bottom: 0;
}
.pro-bt p {
  font-size: 32px;
  line-height: 50px;
  padding-top: 25px;
  position: relative;
}
.pro-bt p::before {
  content: '';
  display: block;
  line-height: 0;
  height: 5px;
  width: 60px;
  background-color: rgba(1, 94, 206, 1);
  position: absolute;
  top: 0;
  left: 0;
}

.pro-title p {
 font-size: 18px;
 width: 50%;
 line-height: 40px;
}
.pro-title p::before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .pro-banner img {
    min-width: 100%;
    max-width: 300%;
    width: auto;
    height: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .pro-bt h2 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 0!important;
  }
  .pro-bt p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 13px;
    padding: 0;
  }
  .pro-bt p::before {
    height: 3px;
    width: 25px;
  }
  .pro-bt {
    width: 100%;
  }
  .pro-title p {
    font-size: 14px;
    width: 80%;
  }
}
/* =================头部banner================================ */


/* 图片三排 */
.row-img {
  width: 1100px;
  max-width: 100%;
}
.row-img .wp-block-image{
  margin-bottom: 2em;
}

/* ============模块横向划分================ */
.pro-flex {
  margin-top: 80px;
}
.pro-flex h4 {
  font-size: 22px;
  margin: 30px auto;
}
.pro-flex p {
  font-size: 16px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 28px;
}
.pro-flex .wp-block-columns {
  margin-bottom: 0;
}

.bg-black {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2em 0;
  border-radius: 10px;
}
.pro-flex .wp-block-columns {
  height: 100%;
}
/* =============end====================== */

.sms {
  background: linear-gradient(to right, #223252, #122237);
}
.sms h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.sms p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 60px;
}

@media (min-width: 782px) {
  .sms .wp-block-column:not(:first-child) {
    margin-left: 5em;
  }
}


/* ===========图片模块hover==================== */
.pro-imgs .wp-block-column,
.pro-imgs .wp-block-group {
  position: relative;
  cursor: pointer;
}
.pro-imgs a {
  color: #fff;
  text-decoration: none;
  position:absolute;
  width: 100%;
  height: 100%;
  /* background-color: red; */
  left: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.pro-imgs .content {
  position: absolute;
  font-size: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
  box-sizing: border-box;
}
.pro-imgs .content p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  display: none;
}

.pro-imgs .content:hover {
  background-color: rgb(0, 116, 255, 0.5);
}
.pro-imgs .content:hover p {
  display: block;
}
.pro-imgs .wp-block-columns {
  margin-bottom: 8px;
  margin-bottom: 1em;
}
.pro-imgs .wp-block-column:not(:first-child) {
  margin-left: 1em;
}
.pro-imgs {
  margin-bottom: 0;
}
.pro-imgs .h-img img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.img-h-22 img {
  height: 220px;
  width: 100%;
}
.img-h-22 .wp-block-image>* {
  width: 100%;
}
/* ==============end============================= */
/* ==============全屏的轮播============================= */
.bg-black2 {
  background-color: #1D2737;
}
.full-swp {
  width: 1140px;
  margin: 75px auto 0;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}

.full-swp img {
  width: 100%;
  height: auto;
}
.swiper-button-next {
  transform: translateX(100%);
  right: -50px;
  color: #fff;
}
.swiper-button-prev {
  transform: translateX(-100%);
  left: -50px;
  color: #fff;
}
.swiper-pagination {
  width: 100%;
  display: none;
}
/* ==============end============================= */
/* ================合作流程 progress_block============================== */
.progress_block > div {
  font-size: 22px;
  line-height: 40px;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  padding: 40px 0;
}
.progress_block > div > div {
  display: inline-block;
  margin: 0 80px;
  position: relative;
}
.progress_block > div > div:not(:nth-last-child(1))::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
}
.progress_block > div p:nth-of-type(1) {
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #0684ff;
  border-radius: 20px;
  margin: 0 auto;
}
.progress_block > div p:nth-of-type(2) {
  font-weight: 700;
  margin: 20px auto;
}
.progress_block > div p:nth-of-type(3) {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .progress_block > div {
    font-size: 22px;
    line-height: 30px;
  }
}
/* ================合作流程 end cooperation============================== */
/* ============swp-v============================== */
.swp-v .swp-nav{
width: 100%;
font-size: 18px;
display: flex;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.swp-v {
  display: none;
}
.swp-v img {
  margin-bottom: 60px;
  width: 100%;
}
.swp-v .wp-block-image>* {
  width: 100%;
}
.swp-v h4 {
  font-size: 24px;
  color: #2984F8;
  margin-bottom: 30px;
}
.swp-v p {
  margin-bottom: 60px;
  
}
.swp-v .wp-block-column {
  box-sizing: border-box;
  padding: 0 60px;
  font-size: 16px;
}
.swp-pagination {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 38px;
}
.swp-pagination span {
  flex: 1;
  background: transparent;
  padding: 28px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  height: auto;
  position:relative;
  color: #fff;
  opacity: 1;
}
.swp-pagination span.swiper-pagination-bullet-active::after {
  content: '';
  width: 40%;
  height: 4px;
  background: #1D6ACC;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/* ============swp-v==end============================ */
@media screen and (max-width: 1199px) {
  .font-36 {
    font-size: 18px;
  }
  .swp-v img {
    margin-bottom: 30px;
  }
  .swp-v .wp-block-column{
    padding: 0;
  }
  .swp-v .wp-block-columns {
    padding: 0 28px;
    font-size: 14px;
  }
  .img-h-22 img {
    height: auto;
    width: 90%!important;
    margin: 0 auto;
    display: block;
  }
  

  .pro-flex p {
    margin-bottom: 40px;
    padding: 0 14px;
  }
  .bg-black {
    margin-bottom: 20px;
  }
  .pro-flex {
    box-sizing: border-box;
    padding: 0 28px;
    margin-top: 40px;
  }

  .pro-til-center {
    font-size: 24px;
  }

  .sms img {
    margin-bottom: 20px;
  }
  .sms h4,
  .sms p {
    box-sizing: border-box;
    padding: 0 14px;
  }
  .sms h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sms p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .sms p:nth-last-child(1) {
    margin: 0;
  }

  .full-swp {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 0 14px;
    display: none;
  }
  .swiper-pagination {
    display: block;
  }
  .swiper-pagination span {
    margin: 0 2px;
    height: 3px;
    border-radius: 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .8);
  }
  .swp-pagination span {
    font-size: 14px;
    padding: 14px 0;
  }
  
}

@media screen and (max-width: 700px) {
  .pro-imgs .h-img img {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .pro-imgs .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .pro-imgs .wp-block-columns {
    margin-bottom: 0;
  }
  .pro-imgs .wp-block-column {
    margin-bottom: 1em;
  }
  .swiper-button-next ,
  .swiper-button-prev {
    display: none;
  }
  
}

/*  动画 */
@keyframes _pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  100% {
    transform: scale(1.05);
  }
}
.pulse img:hover {
  box-sizing: border-box;
  animation: _pulse 0.2s forwards;
}


/* 底部banner */
.footer-banner {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0!important;
}
.footer-banner img {
  width: 100%
}
.footer-banner .wp-block-image {
  margin-bottom: 0;
}
.footer-banner .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.footer-banner .btn h3 {
  font-size: 36px;
}
.footer-banner .wp-block-buttons,
.footer-banner .wp-block-button {
  width: 100%;
  text-align: center;
}
.footer-banner .btn p {
  font-size: 20px;
  margin-top: 20px;
}
.footer-banner a {
  margin-top: 40px;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to right, #015ece, #007df0);
}

@media screen and (max-width: 1199px) {
  .footer-banner img {
    height: 150px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .footer-banner .btn h3 {
    font-size: 20px;
  }
  .footer-banner .btn p {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-banner a {
    margin-top: 20px;
  }
} 

/* 三列排行，移动端转为上下结构居中 */
@media screen and (max-width: 768px) {
  .m-center-flex .wp-block-image {
    text-align: center;
  }
  .m-center-flex .wp-block-column {
    margin-bottom: 3em;
    text-align: center;
  }
}

/* 两列图片轮播 */
.swiper-cloumn-2 {
  position: relative;
  text-align: center;
  font-size: 18px;
}
.swiper-cloumn-2 img {
  width: 100%;
  height: auto;
  display: block;
}

/* 倒序 */
@media  screen and (max-width: 599px) {
  .order2 {
    order: 2
  }
}
