.ny_banner {
  width: 100%;
  height: auto;
}

.ny_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ca-center-box {
  background: url(../images/ca-bg.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box {
  width: 72%;
  margin: 0 auto;
  padding: 113px 0 45px;
  position: relative;
}

.ca-center-box .ca-con-box .tit-box {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: url(../images/cdd.png) no-repeat center top;
}

.ca-center-box .ca-con-box .tit-box i {
  display: block;
  font-size: 44px;
  font-family: KaiTi;
  font-weight: bold;
  line-height: 36px;
  color: #444444;
}

.ca-center-box .ca-con-box .tit-box span {
  font-family: 'Microsoft YaHei';
  display: block;
  font-size: 23px;
  line-height: 36px;
  color: #5c5c5c;
  font-weight: lighter;
  padding-right: 50px;
  margin: 10px 0 0 0;
}

.ca-center-box .ca-con-box .tit-box span::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background-color: #2188c5;
  border-radius: 2px;
  margin: 10px auto 0;
}

.ca-center-box .ca-con-box .myCaseCenter {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 426px;
  background-color: #ffffff;
  border: solid 1px #ededed;
  box-sizing: border-box;
  padding: 14px;
  margin: 57px 0 0 0;
}

.ca-center-box .ca-con-box .myCaseCenter li {
  position: relative;
}

.ca-center-box .ca-con-box .myCaseCenter li .im {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  background-color: #e5e5e5;
}

.ca-center-box .ca-con-box .myCaseCenter li .im img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ca-center-box .ca-con-box .myCaseCenter li .text {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-left: 33px;
  box-sizing: border-box;
}

.ca-center-box .ca-con-box .myCaseCenter li .text .tit {
  margin: 60px 0 0 0;
  display: inline-block;
  font-size: 26px;
  max-width: 50%;
  font-weight: bold;
  line-height: 55px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 3px solid #2188c5;
}

.ca-center-box .ca-con-box .myCaseCenter li .text i {
  font-size: 14px;
  line-height: 70px;
  color: #bfbfbf;
  position: relative;
  top: -20px;
  margin-left: 15px;
}

.ca-center-box .ca-con-box .myCaseCenter li .text .desc {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ca-center-box .ca-con-box .myCaseCenter li .text .more {
  cursor: pointer;
  position: absolute;
  top: 74px;
  right: 33px;
  z-index: 99;
}

.ca-center-box .ca-con-box .myCaseCenter li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ca-center-box .ca-con-box .myCaseCenter li:hover .more {
  right: 22px;
}

.ca-center-box .ca-con-box .myCaseCenter .cac-pagination {
  position: absolute;
  z-index: 99;
  width: auto;
  left: auto;
  right: 49px;
  bottom: 33px;
}

.ca-center-box .ca-con-box .myCaseCenter .cac-pagination::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 142px;
  height: 1px;
  background-color: #d8d8d8;
}

.ca-center-box .ca-con-box .myCaseCenter .cac-pagination span {
  opacity: 1;
  margin: 0 0 0 13px;
  border-radius: 0;
  width: 7px;
  vertical-align: middle;
  height: 7px;
  background-color: #8b8b8b;
}

.ca-center-box .ca-con-box .myCaseCenter .cac-pagination .swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #2188c5;
  border: solid 1px #2188c5;
}

.ca-center-box .ca-con-box .myCaseCenter .contolr {
  position: absolute;
  left: 52.5%;
  bottom: 33px;
  z-index: 99;
}

.ca-center-box .ca-con-box .myCaseCenter .contolr span {
  cursor: pointer;
  margin-right: 2px;
  width: 118px;
  height: 52px;
  background-color: #e8e8e8;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  font-size: 14px;
  overflow: hidden;
  color: #333333;
  position: relative;
  z-index: 99;
}

.ca-center-box .ca-con-box .myCaseCenter .contolr span::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background-color: #2188c5;
  transform: translate(-50%, -50%);
}

.ca-center-box .ca-con-box .myCaseCenter .contolr span.active {
  color: #ffffff;
}

.ca-center-box .ca-con-box .myCaseCenter .contolr span.active::after {
  width: 150px;
  height: 150px;
}

.ca-center-box .ca-con-box .cac-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ca-center-box .ca-con-box .cac-ul li {
  margin-top: 29px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 23%;
  background-color: #ffffff;
  border: solid 1px #ededed;
  padding: 9px 9px 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ca-center-box .ca-con-box .cac-ul li .im {
  width: 100%;
  height: 189px;
  display: block;
  overflow: hidden;
}

.ca-center-box .ca-con-box .cac-ul li .im img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ca-center-box .ca-con-box .cac-ul li .tit {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  color: #747474;
  margin: 18px 0 0;
}

.ca-center-box .ca-con-box .cac-ul li .more {
  position: absolute;
  right: 10px;
  bottom: 18px;
  width: 31px;
  height: 31px;
  z-index: 9;
}

.ca-center-box .ca-con-box .cac-ul li .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  background: url(../images/ca-more.png) no-repeat center;
  transform: translate(-50%, -50%);
}

.ca-center-box .ca-con-box .cac-ul li .more::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: -1;
  background-color: #2188c5;
  transform: translate(-50%, -50%);
}

.ca-center-box .ca-con-box .cac-ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.ca-center-box .ca-con-box .cac-ul li.active {
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
}

.ca-center-box .ca-con-box .cac-ul li.active .more::after {
  width: 31px;
  height: 31px;
}

.ca-center-box .ca-con-box .cac-ul li.active .more::before {
  background: url(../images/ca-more1.png) no-repeat center;
}

.ca-center-box .ca-con-box>p {
  font-size: 95px;
  line-height: 30px;
  letter-spacing: 21px;
  color: #747474;
  opacity: 0.1;
  position: absolute;
  left: -10%;
  top: 260px;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.ca-center-box .ca-con-box .pec-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.ca-center-box .ca-con-box .pec-ul li {
  width: 31%;
  height: 240px;
  background: url(../images/pbg1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  z-index: 9;
  box-sizing: border-box;
}

.ca-center-box .ca-con-box .pec-ul li div {
  cursor: pointer;
  display: flex;
  padding-left: 54px;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 100%;
}

.ca-center-box .ca-con-box .pec-ul li div .icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  vertical-align: middle;
  margin-right: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  position: relative;
  z-index: 9;
}

.ca-center-box .ca-con-box .pec-ul li div .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*
.ca-center-box .ca-con-box .pec-ul li a .icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 85px;
  height: 85px;
  background: url(../images/picon1.png) no-repeat center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
} */
.ca-center-box .ca-con-box .pec-ul li div .icon img {
  display: inline-block;
  position: absolute;
  width: 85px;
  height: 85px;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.ca-center-box .ca-con-box .pec-ul li div .text {
  vertical-align: middle;
  display: inline-block;
}

.ca-center-box .ca-con-box .pec-ul li div .text .tit {
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
}

.ca-center-box .ca-con-box .pec-ul li div .text .ex {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
}

.ca-center-box .ca-con-box .pec-ul li:hover .icon::after {
  width: 205px;
  height: 205px;
  transform: translate(0, 0);
  left: -100px;
  top: -125px;
  opacity: 0.8;
}

.ca-center-box .ca-con-box .pec-ul li:hover .icon>img {
  left: 58%;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(2) {
  background: url(../images/pbg2.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(2) .icon::before {
  background: url(../images/picon2.png) no-repeat center;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(3) {
  background: url(../images/pbg3.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(3) .icon::before {
  background: url(../images/picon3.png) no-repeat center;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(4) {
  background: url(../images/pbg4.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(4) .icon::before {
  background: url(../images/picon4.png) no-repeat center;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(5) {
  background: url(../images/pbg5.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(5) .icon::before {
  background: url(../images/picon5.png) no-repeat center;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(6) {
  background: url(../images/pbg6.jpg) no-repeat center;
  background-size: cover;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(6) .icon::before {
  background: url(../images/picon6.png) no-repeat center;
}

.ca-center-box .ca-con-box .pec-ul li:nth-child(7) {
  background: url(../images/pbg7.jpg) no-repeat center;
  background-size: cover;
}

/* 
.ca-center-box .ca-con-box .pec-ul li:nth-child(7) .icon::before {
  background: url(../images/picon7.png) no-repeat center;
}
.ca-center-box .ca-con-box .pec-ul li:nth-child(8) {
  background: url(../images/pbg8.jpg) no-repeat center;
  background-size: cover;
}
.ca-center-box .ca-con-box .pec-ul li:nth-child(8) .icon::before {
  background: url(../images/picon8.png) no-repeat center;
}
.ca-center-box .ca-con-box .pec-ul li:nth-child(9) {
  background: url(../images/pbg9.jpg) no-repeat center;
  background-size: cover;
}
.ca-center-box .ca-con-box .pec-ul li:nth-child(9) .icon::before {
  background: url(../images/picon9.png) no-repeat center;
} */

.page-contorl {
  margin: 36px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contorl span {
  cursor: pointer;
  display: inline-block;
  padding: 11px 14px;
  border-radius: 3px;
  font-size: 14px;
  margin-left: 8px;
  border: solid 1px #d3d4d4;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.page-contorl span:first-child {
  margin-left: 0;
}


.openBox {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.openBox #boxClose {
  cursor: pointer;
  position: absolute;
  right: 37px;
  /* top: 55px; */
  top: 10px;
}

.openBox .content {
  width: 56%;
  height: auto;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.openBox .content .myOpen {
  /* background-color: #fff; */
  overflow: hidden;
  /* height: 68vh; */
  /* height: 70vh;*/
  position: relative;
  /* box-shadow: 0px 0px 51px 0px #010101; */
}

.openBox .content .myOpen .item-pagination {
  width: auto;
  position: absolute;
  z-index: 99;
  right: 40px;
  bottom: 12px;
  font-size: 14px;
  color: #ffffff;
  left: auto;
}

.openBox .content .myOpen .item-pagination .swiper-pagination-current {
  font-size: 18px;
  padding-right: 5px;
}

.openBox .content .myOpen .item-pagination .swiper-pagination-total {
  padding-left: 5px;
}

.openBox .content .myOpen .swiper-wrapper {
  height: 100%;
}

.openBox .content .myOpen li {
  height: 100%;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 51px 0px #010101; */
  /* border: solid 6px #afafaf; */
  position: relative;
  opacity: 0;
  overflow: hidden;
  border-radius: 10px;
}

.openBox .content .myOpen .swiper-slide-active {
  opacity: 1;
}

.openBox .content .myOpen li .im {
  display: block;
  position: relative;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.openBox .content .myOpen li .im img {
  /* width: 100%; */
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.openBox .content .myOpen li .text {
  height: 56px;
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}


.openBox .content .myOpen li .text .tit {
  width: 80%;
  display: inline-block;
  font-size: 20px;
  line-height: 56px;
  color: #ffffff;
  height: 100%;
  margin-left: 17px;
  padding-left: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/pro-i1.png) no-repeat center left;
}

.openBox .content .myItem {
  /* margin-top: 25px;
  overflow: hidden;
  height: 13vh; */
  margin-top: 10px;
  overflow: hidden;
  height: 12vh;
}

.openBox .content .myItem li {
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.openBox .content .myItem li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}

/* .openBox .content .myItem .swiper-slide-active */
.openBox .content .myItem .swiper-slide-thumb-active {
  border: solid 4px #2188c5;
}

.openBox .content>span {
  position: absolute;
  z-index: -1;
  width: 58px;
  height: 57px;
  background-color: rgba(175, 175, 175, 0.33);
  box-sizing: border-box;
  border-radius: 50%;
  top: 40%;
  cursor: pointer;
}

.openBox .content>span i {
  width: 12px;
  height: 24px;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.openBox .content .proOenR {
  left: -40px;
  padding: 16px 0 0 13px;
}

.openBox .content .proOenR i {
  background: url(../images/arrL.png) no-repeat center;
  background-size: cover;
}

.openBox .content .proOenR.active i {
  background: url(../images/arrL2.png) no-repeat center;
  background-size: cover;
}

.openBox .content .proOenL {
  right: -40px;
  padding: 16px 0 0 32px;
}

.openBox .content .proOenL i {
  background: url(../images/arrR.png) no-repeat center;
  background-size: cover;
}

.openBox .content .proOenL.active i {
  background: url(../images/arrR2.png) no-repeat center;
  background-size: cover;
}


@media screen and (max-width: 980px) {
  .cac_banner {
    height: 270px;
  }

  .ca-center-box .ca-con-box {
    width: 100%;
    padding: 80px 10px 45px;
    box-sizing: border-box;
  }

  .ca-center-box .ca-con-box .tit-box {
    background: url(../images/cdd.png) no-repeat center top;
    background-size: contain;
  }

  .ca-center-box .ca-con-box .tit-box i {
    font-size: 35px;
    line-height: 40px;
    margin-top: 0;
  }

  .ca-center-box .ca-con-box .tit-box span {
    font-size: 18px;
    line-height: 26px;
    padding-right: 0;
  }

  .ca-center-box .ca-con-box .myCaseCenter {
    padding: 8px;
    height: auto;
    margin-top: 35px;
  }

  .ca-center-box .ca-con-box .myCaseCenter li {
    padding-bottom: 130px;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .im {
    display: block;
    width: 100%;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .im img {
    height: 300px;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .text {
    margin-left: 0;
    display: block;
    width: 100%;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .text .tit {
    margin-top: 20px;
    font-size: 18px;
    line-height: 40px;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .text i {
    top: -15px;
    line-height: 40px;
  }

  .ca-center-box .ca-con-box .myCaseCenter li .more {
    right: auto !important;
    left: -5px;
    top: auto !important;
    bottom: 85px;
  }

  .ca-center-box .ca-con-box .myCaseCenter .contolr {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    display: flex;
  }

  .ca-center-box .ca-con-box .myCaseCenter .contolr span {
    width: 108px;
    height: 42px;
    line-height: 42px;
    margin-right: 0;
    font-size: 12px;
  }

  .ca-center-box .ca-con-box .myCaseCenter .cac-pagination {
    right: 50%;
    transform: translateX(50%);
    bottom: 70px;
  }

  .ca-center-box .ca-con-box .myCaseCenter .cac-pagination::before {
    width: 0;
  }

  .ca-center-box .ca-con-box .cac-ul li {
    padding: 5px 5px 10px;
    width: 49%;
    margin-top: 15px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  }

  .ca-center-box .ca-con-box .cac-ul li .tit {
    margin-top: 8px;
    font-size: 13px;
    line-height: 25px;
  }

  .ca-center-box .ca-con-box .cac-ul li .more {
    right: 5px;
    bottom: 7px;
  }

  .ca-center-box .ca-con-box .cac-ul li.active .more::after {
    width: 0;
    height: 0;
  }

  .ca-center-box .ca-con-box .cac-ul li.active .more::before {
    background: url(../images/ca-more.png) no-repeat center;
  }

  .ca-center-box .ca-con-box .pec-ul {
    width: 100%;
  }

  .ca-center-box .ca-con-box .pec-ul li {
    width: 100%;
    margin-top: 20px;
  }

  .openBox #boxClose {
    top: 10px;
    right: 10px;
  }


  .openBox .content .myOpen li .text .tit {
    margin-left: 0;
    width: 63%;
    padding-left: 20px;

  }
  .openBox .content .myOpen .item-pagination {
    right: 20px;
  }
  .openBox .content .myOpen{
    height: 29vh;
  }


  .openBox .content{
    width: 86%;
  }
}