@charset "utf-8";

/* 内页案例列表 */
.case_ctitemimg{
  margin-bottom: 30px;
}
.case_ctitemimg img{
  max-width: 100%;
}
.nyallb {
  margin-top: 90px;
}

.gsls_title {
  text-transform: capitalize;
  word-break: break-all;
  font-size: 36px;
}

.gslsct {
  margin-top: 60px;
  position: relative;
}

.gslsct.col {
  padding: 0;
}

.gslsct_xl,
.gslsct_xr {
  position: absolute;
  top: 0;
  width: auto;
  height: 20px;
  background-color: #fff;
  z-index: 10;
}

.gslsct_xl {
  left: 0;
}

.gslsct_xr {
  right: 0;
}

.gslsct_per,
.gslsct_next {
  position: absolute;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  z-index: 20;
  cursor: pointer;
  outline: none;
}

.gslsct_per {
  left: 0;
  transform: translate(-50%, -28px);
  -webkit-transform: translate(-50%, -28px);
  -moz-transform: translate(-50%, -28px);
  -ms-transform: translate(-50%, -28px);
  -o-transform: translate(-50%, -28px);
}

.gslsct_next {
  right: 0;
  transform: translate(50%, -28px);
  -webkit-transform: translate(50%, -28px);
  -moz-transform: translate(50%, -28px);
  -ms-transform: translate(50%, -28px);
  -o-transform: translate(50%, -28px);
}

.gslsct_per i,
.gslsct_next i {
  font-size: 24px;
}

.gslsct_per.swiper-button-disabled i,
.gslsct_next.swiper-button-disabled i {
  color: #999;
}

.gslsct_container {
  width: 100%;
  padding-bottom: 50px;
}

.gslsct_slideitem_x {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  margin-top: 8px;
  position: relative;
}

.gslsct_slideitem_x::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_sj {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

.gslsct_slideitem_img {
  padding: 20px;
}

.gslsct_slideitem_img>div {
  overflow: hidden;
}

.gslsct_slideitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.gslsct_slideitem_txt {
  padding: 0 25px;
}

.gslsct_slideitem_txt p {
  color: #777;
  line-height: 24px;
}

.gslsct_container .gslsct_slide:first-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_container .gslsct_slide:last-child .gslsct_slideitem_x::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #fff;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.gslsct_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e22632;
}

.gslsct_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gslsct_slide:hover .gslsct_slideitem_x::after {
  background-color: #e22632;
  border-color: #e22632;
}

.gslsct_slide:hover .gslsct_slideitem_sj {
  color: #e22632;
}


/*内页合作伙伴  */

.nyhzhb {
  margin-top: 30px;
}

.nyhzhb_ct {
  margin-top: 40px;
}

.nyhzhb_container {
  width: 100%;
  height: 330px;
  padding-bottom: 65px;
}

.nyhzhb_slide {
  /* height: calc((100% - 20px) / 2); */
  margin-bottom: 30px;
}

.nyhzhb_slideitem {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  padding: 10px;
}

.nyhzhb_slideitem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.nyhzhb_slideitem:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  opacity: 1;
}

.nyhzhb_pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e22632;
}

/* .gslsct_pagination,
.gslsct_per, .gslsct_next{
  display: none;
} */

@media screen and (max-width:1500px){
  .gslsct_pagination,.gslsct_per, .gslsct_next{
    display: block;
  }
}

@media screen and (max-width:992px) {
  .gslsct_slideitem_txt { display: none;}
  .gsls_title,
  .nyqtydadw {
    font-size: 30px;
  }
  .nyallb {
    margin-top: 50px;
  }
  .gslsct {
    margin-top: 30px;
  }
  .gslsct_slideitem_sj {
    margin-top: 20px;
    font-size: 26px;
  }
  .gslsct_slideitem_img {
    padding: 10px;
  }
  .gslsct_slideitem_txt {
    padding: 0 15px;
  }
  .gslsct_per,
  .gslsct_next {
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .nyhzhb {
    margin-top: 40px;
  }
  .nyhzhb_ct {
    margin-top: 25px;
  }
}

@media screen and (max-width:768px) {
  .gslsct_per,
  .gslsct_next {
    display: none;
  }
  .gslsct.col {
    padding: 0;
  }
  .gslsct {
    margin-top: 15px;
  }
  .gslsct_slideitem_sj {
    font-size: 16px;
  }
  .gslsct_slideitem_img {
    padding: 5px;
  }
  .gslsct_slideitem_txt {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px
  }
  .nyqtyd .nyqtyda {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: 160px;
  }
  .gsls_title,
  .nyqtydadw {
    font-size: 26px;
  }


}

.sqfw_ct {
  margin-top: 45px;
  border-top: 1px solid #d9d9d9;
}

.case_ctitem.no1 {
  padding: 40px 0 0 0;
}
.case_ctitem {
  padding: 40px 0;
}
.case_ctitem p {
  line-height: 32px;
  font-size: 16px;
}
.case_ctitem b { color: #333; font-family: 'arial,Microsoft YaHei';}
.foot {
  margin-top: 0;
}

.case_ctitem li {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  background: #ececec;
  color: #333;
  padding: 0 15px;
  margin-top: 10px;
}
.case_ctitem table {
padding: 20px 0;
width: 100%;
}
.case_ctitem table td{
  padding: 8px;
  border-bottom: 1px dotted #eee;
}


.sqfw_ctitem {
  height: 195px;
  padding: 0 65px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}

.sqfw_ctitem:nth-child(even) {
  background-color: #f3f3f3;
}

.sqfw_ctitemtxt {
  flex: 1;
  padding: 0 65px;
}

.sqfw_ctitemtxt_h {
  font-family: 'ProximaNova-Semibold';
  word-break: break-all;
  font-size: 22px;
  color: #333;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  font-family: 'arial,Microsoft YaHei';
}
.sqfw_ctitemi { padding: 10PX;}
.sqfw_ctitemi img {
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  width: 50%;
}

.sqfw_ctitem:hover .sqfw_ctitemi img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sqfw_ctitem:hover .sqfw_ctitemtxt_h {
  color: #df002c;
  padding-left: 5px;
}

.sqfw_ctitemtxt_p {
  color: #666;
  word-break: break-all;
}

.shfw {
  margin-top: 70px;
}

.shfw_ct {
  margin-top: 40px;
  background: #000;
  display: flex;
  padding: 10px;
  height: 600px;
  border-radius: 20px;
  justify-content: center; 
  align-items: center;
}

.shfw_ctitem {
  text-align: center;
  width: 100%; 
  height: 100%; 
}

.shfw_ct video {
  width: 100%;
  height: 100%;
  object-fit: contain; 
  background-color: black;
  margin: 0 auto;
}

.shfw_ct > div {
  margin-right: 2%;
}

.shfw_ct > div:nth-child(2n) {
  margin-right: 0;
}

.shfw_ct > div:nth-child(2n) .shfw_ctitem_imgdw {
  background-color: rgba(0, 0, 0, 0.75);
}

.shfw_ctitem {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .shfw_ct {
    height: 400px;
  }
}



.shfw_ctitem_img {
  overflow: hidden;
  position: relative;
}

.shfw_ctitem_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

.shfw_ctitem_imgdw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: rgba(54, 87, 144, 0.9);
  font-family: 'ProximaNova-Semibold';
  text-transform: capitalize;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  font-family: 'arial,Microsoft YaHei';
}

.shfw_ctitem:hover .shfw_ctitem_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.shfw_ctitem_txt {
  padding: 0 80px;
  height: 208px;
  display: flex;
}

.shfw_ctitem_txtp {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  color: #666;
}

.jsfw {
  margin-top: 70px;
}

.jsfw_ct {
  margin-top: 50px;
}

.jsfw_ctitem {
  padding: 40px 280px 60px 50px;
}

.jsfw_ctitem:nth-child(odd) {
  background-color: #f3f3f3;
}

.jsfw_ctitemh {
  font-family: 'ProximaNova-Semibold';
  text-transform: capitalize;
  font-size: 24px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.jsfw_ctitem:hover .jsfw_ctitemh {
  color: #df002c;
}

.jsfw_ctitemp {
  margin-top: 15px;
}

.jsfw_ctitemp p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.foot {
  margin-top: 0;
}

@media screen and (max-width:1700px) {
  .shfw_ctitem_txt {
      padding: 0 30px;
  }
  .sqfw_ctitemtxt {
      padding: 0;
      padding-left: 50px;
  }
  .jsfw_ctitem {
      padding: 40px 80px 50px 50px;
  }
}

@media screen and (max-width:1200px) {
  .sqfw_ctitem {
      padding: 0 30px;
  }
  .shfw_ctitem_txt {
      padding: 0 15px;
  }
  .shfw_ctitem_txtp {
      margin-top: 20px;
  }
  .jsfw_ctitem {
      padding: 50px 30px;
  }
}

@media screen and (max-width:992px) {

  .case_ctitem {
    padding: 40px 0;
  }
  
  .case_ctitem p {
    line-height: 22px;
    font-size: 14px;
  }
  .case_ctitem b { font-size: 18px;}

  .sqfw_title p {
      font-size: 30px;
  }
  .sqfw_ct {
      margin-top: 30px;
  }
  .sqfw_ctitem {
      padding: 0 15px;
      height: 150px;
  }
  .sqfw_ctitemi img {
      width: 60px;
  }
  .shfw {
      margin-top: 60px;
  }
  .shfw_ct {
      margin-top: 30px;
  }
  .shfw_ctitem_imgdw {
      height: 50px;
      line-height: 50px;
  }
  .jsfw {
      margin-top: 60px;
  }
  .jsfw_ct {
      margin-top: 30px;
  }
  .jsfw_ctitem {
      padding: 30px 20px;
  }
}

@media screen and (max-width:768px) {
  .sqfw_ctitemi img {
      width: 50px;
  }
  .sqfw_title p {
      font-size: 24px;
      margin-left: 10px;
  }
  .sqfw_ctitemtxt {
      padding-left: 20px;
  }
  .sqfw_ctitemtxt_h {
      font-size: 16px;
  }
  .sqfw_ctitemtxt_p  {
      margin-top: 5px;
      font-size: 12px;
      line-height: 16px;
  }
.sqfw_ctitemtxt_p p  {
      margin-top: 5px;
      font-size: 12px;
      line-height: 16px;
  }
  .shfw_ct {
      flex-wrap: wrap;
  }
  .shfw_ct>div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }
  .shfw_ctitem_txtp {
      font-size: 14px;
      line-height: 22px;
  }
    .shfw_ctitem_txtp p {
      font-size: 14px;
      line-height: 22px;
  }
  .jsfw_ctitemh {
      font-size: 18px;
  }
  .jsfw_ctitem {
      padding: 20px 10px;
  }
  .jsfw_ctitemp {
      margin-top: 5px;
  }
  .jsfw_ctitemp p {
      font-size: 12px;
      line-height: 16px;
  }
  .sqfw_ctitem {
      height: auto;
      padding: 20px 15px 20px;
  }
}

.sqfw {
  position: relative;
  
}
.shfw {
  position: relative;
  
}
.fwdy {
  position: relative;
      top: -120px;

}


.nbcpxqboxr_link {
  margin-top: 0px;
  /* margin-bottom: 20px; */
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; */
  width: 100%;
}

.nbcpxqboxr_link>div {
  background-color: #333;
  /* border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
  /* margin-right: 15px; */
  
}

.nbcpxqboxr_linka .nbcpxqboxr_linkabox {
  padding: 1rem 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nbcpxqboxr_linkabox i {
  /* margin-top: 4px; */
  color: #fff;
  font-size: 20px;
}

.nbcpxqboxr_linkabox span {
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
  font-family: 'arial,Microsoft YaHei';
}
.sendcase { line-height: 26px; background: #eee; padding: 10px 20px; margin-bottom: 20px; text-align: center;}

.case_ctitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.albumcta {
  display: block;
  width: 48%;  /* 让两个元素在同一行上，并留下一点间距 */
  margin-bottom: 30px;

}

.albumcta .img{  border: 1px solid #e1e1e1;  /* 边框颜色，你可以自由改变 */
  transition: border-color 0.3s;  /* 过渡效果，使颜色改变更平滑 */
}

.albumcta .img:hover {
  border-color: red;  /* 鼠标悬停时的边框颜色 */
}

.albumcta .img img {
  width: 100%;
  height: auto;
}

.case_ctitem .shenglue {



line-height: 40px;
  font-size: 16px;
  height: 40px;
  text-align: center;

}