@charset "utf-8";

@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }

  animation: halo 4s linear infinite;
}

.tabpage_item a span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #31b2eb;
  position: absolute;
  z-index: 9;
  opacity: .75;
}

.tabpage_item a span:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
  background: #3674ce80;
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  animation: halo 1.5s 0.9s infinite ease-out;
}

.tabpage_item .cur span {
  background: #fff;
}

.tabpage_item .cur span:after {
  background: #ffffff80;
}

.pro_big_box {
  position: relative;
  width: 100%;
}

.tabpage {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bottomImg {
  display: block;
  width: 100%;
}

.tabpage_item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tabpage_item a p {
  display: none;
  z-index: 9;
  letter-spacing: 0 !important;
}

/* .tabpage_item a:hover p {
  line-height: 45px;
  height: 45px;
} */
.tabpage_item a {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
  height: 15px;
  width: 15px;
}

.tabpage_item a div {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.cp_box {
  position: absolute;
  z-index: 9;
  width: 500px;
  background: #efefef;
  box-shadow: -4px 4px 10px #00000040;
  top: 20%;
  left: 55%;
  height: 60%;
  display: none;
}

.cp_box_img {
  display: flex;
  justify-content: center;
  background: #fff;
  opacity: 1;
}

.cp_box_img img {
  width: 80%;
  margin: 15px auto;
}

.tabpage_box .cp_box:nth-child(1) {
  display: block;
}



.cp_box h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  padding: 0 15px;
  text-align: center;
  color: #133984;
  margin: 0;
  background: #fff;
}

.cp_box_bottom {
  height: calc(100% - 60px);
  overflow-y: scroll;
}

.pj_box {
  display: flex;
  flex-direction: row;
  padding: 15px;
  margin: 0 15px;
}

.pj_box:hover {
  background: #cccccccc;
}

.pj_box:hover p {
  color: #333;
}

.pj_box img {
  width: 100px;
}

.pj_txt {
  padding-left: 30px;
}

.pj_txt a {
  color: #333;
}

.pj_txt a:last-child span {
  display: none;
}

.pj_txt a:hover {
  color: #2168be;
}

.pj_txt p:first-child {
  font-size: 18px;
  font-weight: bold;
}

.pj_Bigbox {
  position: relative;
}

.pj_BigboxImg {
  width: 100px;
  height: 100%;
  position: absolute;
  left: 30px;
}

.pj_BigboxImg img {
  width: 100%;
  margin: 15px 0;
}

@media screen and (max-width: 1600px) and (min-width: 0px) {
  .cp_box {
    width: 400px;
    top: 15%;
    height: 75%;
  }
}
  a.a123 {
    font-size: 14px !important;
    margin-bottom: 15px;
}
/* 简介 */
.pro_details {
  margin-top: 120px;
}

.pro_details .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pro_details .pro_left {
  width: 40%;
  background: #e6e6e6;
  position: relative;
}

.pro_details .pro_left .img {
  padding: 60px;
}

.pro_details .pro_right {
  width: 50%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_details .pro_right .pro_right_1 {
  display: flex;
  flex-direction: column;
}

.pro_right_1>h1 {
  font-size: 32px;
  line-height: 1.5;
  padding: 30px 0;
  color: #133984;
  font-weight: bold;
}

.pro_right_1>span {
  font-size: 24px;
  font-weight: bold;
  color: #133984;
  margin-top: 15px;
}

.pro_right_1>p {
  margin: 0;
  line-height: 50px;
}

.table td,
.table th {
  border-top: 0px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.pro_details_img {
  margin-top: 100px;
}

figure.image {
  display: flex;
  justify-content: center;
}

figure.image img {
  max-width: 1200px;
}

.tabpage_item a:nth-child(11) {
  left: 40% !important;
  top: 60%;
}

.tabpage_item a:nth-child(12) {
  left: 40% !important;
  top: 72%;
}

.tabpage_item a:nth-child(13) {
  left: 40% !important;
  top: 64%;
}

.tabpage_item a:nth-child(14) {
  left: 40% !important;
  top: 68%;
}

.tabpage_item a:nth-child(11) span {
  display: none;
}

.tabpage_item a:nth-child(12) span {
  display: none;
}

.tabpage_item a:nth-child(13) span {
  display: none;
}

.tabpage_item a:nth-child(14) span {
  display: none;
}

.tabpage_item a:nth-child(11) p {
  width: 300px;
  margin: 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}

.tabpage_item a:nth-child(12) p {
  width: 300px;
  margin: 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}

.tabpage_item a:nth-child(13) p {
  width: 300px;
  margin: 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}

.tabpage_item a:nth-child(14) p {
  width: 300px;
  margin: 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}

/* 层门 */
.tabpage_item a:nth-child(36) {
  left: 40% !important;
  top: 56% !important;
}

.tabpage_item a:nth-child(37) {
  left: 40% !important;
  top: 64%;
}

.tabpage_item a:nth-child(38) {
  left: 40% !important;
  top: 72%;
}

.tabpage_item a:nth-child(41) {
  left: 40% !important;
  top: 60%;
}

.tabpage_item a:nth-child(42) {
  left: 40% !important;
  top: 68%;
}

.tabpage_item a:nth-child(36) span,
.tabpage_item a:nth-child(37) span,
.tabpage_item a:nth-child(38) span,
.tabpage_item a:nth-child(41) span,
.tabpage_item a:nth-child(42) span {
  display: none;
}

.tabpage_item a:nth-child(36) p,
.tabpage_item a:nth-child(37) p,
.tabpage_item a:nth-child(38) p,
.tabpage_item a:nth-child(41) p,
.tabpage_item a:nth-child(42) p {
  width: 300px;
  margin: 0;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
  display: block;
}



/* 默认样式 */
.cpImg {
  position: absolute;
  width: 49%;
  left: 4%;
  top: 8%;
}

.tabpage_item a:nth-child(1) {
  left: 38%;
  top: 19%;
}

.tabpage_item a:nth-child(2) {
  left: 28%;
  top: 19%;
}

.tabpage_item a:nth-child(3) {
  left: 28%;
  top: 25%;
}

.tabpage_item a:nth-child(4) {
  left: 15%;
  top: 26%;
}

.tabpage_item a:nth-child(5) {
  left: 20%;
  top: 30%;
}

.tabpage_item a:nth-child(6) {
  left: 31%;
  top: 29%;
}

.tabpage_item a:nth-child(7) {
  left: 28%;
  top: 31%;
}

.tabpage_item a:nth-child(8) {
  left: 31%;
  top: 33%;
}

.tabpage_item a:nth-child(9) {
  left: 36%;
  top: 26%;
}

.tabpage_item a:nth-child(10) {
  left: 21%;
  top: 24%;
}

.tabpage_item a:nth-child(15) {
  left: 14%;
  top: 31%;
}

.tabpage_item a:nth-child(16) {
  left: 17%;
  top: 30%;
}

.tabpage_item a:nth-child(17) {
  left: 5%;
  top: 17%;
}

.tabpage_item a:nth-child(18) {
  left: 5%;
  top: 19%;
}

.tabpage_item a:nth-child(19) {
  left: 5%;
  top: 21%;
}

.tabpage_item a:nth-child(20) {
  left: 5%;
  top: 23%;
}

.tabpage_item a:nth-child(21) {
  left: 5%;
  top: 25%;
}

.tabpage_item a:nth-child(22) {
  left: 5%;
  top: 27%;
}

.tabpage_item a:nth-child(23) {
  left: 5%;
  top: 29%;
}

.tabpage_item a:nth-child(24) {
  left: 5%;
  top: 31%;
}

.tabpage_item a:nth-child(25) {
  left: 5%;
  top: 33%;
}

.tabpage_item a:nth-child(26) {
  left: 5%;
  top: 35%;
}

.tabpage_item a:nth-child(27) {
  left: 5%;
  top: 37%;
}

.tabpage_item a:nth-child(28) {
  left: 5%;
  top: 39%;
}

.tabpage_item a:nth-child(29) {
  left: 5%;
  top: 41%;
}

.tabpage_item a:nth-child(30) {
  left: 5%;
  top: 43%;
}

.tabpage_item a:nth-child(31) {
  left: 5%;
  top: 45%;
}

.tabpage_item a:nth-child(32) {
  left: 5%;
  top: 47%;
}

.tabpage_item a:nth-child(33) {
  left: 5%;
  top: 49%;
}

.tabpage_item a:nth-child(34) {
  left: 5%;
  top: 51%;
}

.tabpage_item a:nth-child(35) {
  left: 5%;
  top: 53%;
}

.tabpage_item a:nth-child(36) {
  left: 5%;
  top: 55%;
}

.tabpage_item a:nth-child(39) {
  left: 5%;
  top: 61%;
}

.tabpage_item a:nth-child(40) {
  left: 5%;
  top: 63%;
}

.tabpage_item a:nth-child(43) {
  left: 5%;
  top: 69%;
}

.tabpage_item a:nth-child(44) {
  left: 5%;
  top: 71%;
}

.tabpage_item a:nth-child(45) {
  left: 5%;
  top: 73%;
}

.tabpage_item a:nth-child(46) {
  left: 5%;
  top: 75%;
}

.tabpage_item a:nth-child(47) {
  left: 5%;
  top: 77%;
}

.tabpage_item a:nth-child(48) {
  left: 5%;
  top: 79%;
}

.tabpage_item a:nth-child(49) {
  left: 5%;
  top: 81%;
}

.tabpage_item a:nth-child(50) {
  left: 5%;
  top: 83%;
}

.tabpage_item a:nth-child(51) {
  left: 5%;
  top: 85%;
}

.tabpage_item a:nth-child(52) {
  left: 5%;
  top: 87%;
}

.tabpage_item a:nth-child(53) {
  left: 5%;
  top: 91%;
}

.tabpage_item a:nth-child(54) {
  left: 5%;
  top: 93%;
}

.tabpage_item a:nth-child(55) {
  left: 5%;
  top: 95%;
}

.tabpage_item a:nth-child(56) {
  left: 5%;
  top: 97%;
}

.tabpage_item a:nth-child(57) {
  left: 5%;
  top: 99%;
}

.tabpage_item a:nth-child(58) {
  left: 5%;
  top: 101%;
}

.tabpage_item a:nth-child(59) {
  left: 5%;
  top: 103%;
}

.tabpage_item a:nth-child(60) {
  left: 5%;
  top: 105%;
}


/* ///////////////////////////////////////////////////////////// */
