@charset "UTF-8";
.top-bar {
  background: white;
}

._title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
._title h5 {
  color: black;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 9px;
}

/*产品*/
._goodslist ul li {
  margin-bottom: 65px;
}
._goodslist ul li .item {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #959595;
  background: white;
  padding-bottom: 75px;
}
._goodslist ul li .item .name_box {
  height: 55px;
  width: 88%;
  margin: 0 auto;
  position: absolute;
  background: #7f7f7f;
  padding-left: 60px;
  padding-top: 16px;
  left: 50%;
  margin-left: -44%;
  bottom: 22px;
  transition: .5s;
}
._goodslist ul li .item .name_box .line {
  width: 22px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 49%;
}
._goodslist ul li .item .name_box .jiantou {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -6px;
}
._goodslist ul li .item .name_box .name {
  color: white;
  font-size: 15px;
}
._goodslist ul li:hover .item .name_box, ._goodslist ul li.active .item .name_box {
  bottom: -26px;
  background: #0093dd;
}
._goodslist ul li:hover .item .name_box .line, ._goodslist ul li.active .item .name_box .line {
  background: white;
}
._goodslist ul li:hover .item .name_box .name, ._goodslist ul li.active .item .name_box .name {
  color: white;
}

/*领域*/
.lingyu .owl_lingyu .item .pic {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.lingyu .owl_lingyu .item .message {
  background: rgba(255, 255, 255, 0.85);
  width: 270px;
  height: 412px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 130px;
  margin-top: -78px;
  position: relative;
  z-index: 1;
}
.lingyu .owl_lingyu .item .message .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.lingyu .owl_lingyu .item .message .summary {
  font-size: 14px;
  color: black;
  line-height: 2;
  margin-bottom: 80px;
}
.lingyu .owl_lingyu .item .message .more {
  display: flex;
  align-items: center;
  color: black;
}
.lingyu .owl_lingyu .item .message .more .yuan {
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid black;
  margin-right: 15px;
}
.lingyu .owl_lingyu .item .message .more p {
  font-size: 14px;
}

/*header*/
.header {
  position: absolute;
  z-index: 33;
  left: 0;
  right: 0;
}
.header .content {
  background: url("../images/header_bg.png") no-repeat center;
  background-size: cover;
  height: 98px;
  position: relative;
  overflow: visible;
}
.header .logo {
  margin-left: 56px;
  margin-top: 7px;
}
.header .header_menu {
  margin-top: 28px;
  margin-right: 30px;
}
.header .header_menu ul li {
  padding: 0 20px;
  border-right: 2px solid #a8abad;
}
.header .header_menu ul li a {
  color: white;
  font-size: 18px;
  display: block;
}
.header .header_menu ul li .pic1 {
  display: inline-block;
}
.header .header_menu ul li .pic2 {
  display: none;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #7ad2ff;
}
.header .header_menu ul li:first-child {
  border-left: 0;
}
.header .header_menu ul li:last-child {
  border-right: 0;
}
.header #search {
  position: absolute;
  right: -189px;
  top: 21px;
  display: none;
}
.header #search_toggle {
  cursor: pointer;
}

/*footer*/
.footer {
  position: relative;
}
.footer .message {
  background: white;
  width: 355px;
  margin-top: 50px;
}
.footer .message ._title {
  padding-top: 30px;
}
.footer .message ._title h5 {
  font-weight: normal;
}
.footer .message ul li {
  width: 100%;
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: black;
}
.footer .message ul li img {
  margin-right: 15px;
}
.footer .message ul li:last-child {
  border-bottom: 0;
}
.footer .message .logo {
  background: #0093dd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.footer .bg {
  background: rgba(47, 90, 112, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.footer .ditu {
  position: relative;
  z-index: 1;
}
.footer .content {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
}
.footer #dituContent {
  height: 580px;
}

.lng_en .pagination a, .lng_en .pagination span {
  padding: 5px;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .goods ._goodslist ul li .item .name_box .line {
    display: none;
  }

  .goods ._goodslist ul li .item .name_box .jiantou {
    display: none;
  }

  .goods ._goodslist ul li .item .name_box {
    width: 100%;
    position: static;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: center;
  }

  .goods ._goodslist ul li .item .name_box .name {
    text-align: center;
    font-size: 14px;
  }

  .goods ._goodslist ul li .item {
    padding-bottom: 0;
    width: 100%;
  }

  .lingyu .owl_lingyu .item {
    padding: 0 15px;
  }

  .lingyu .owl_lingyu .item .message {
    width: 89%;
    height: 243px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 91px;
    margin-top: -78px;
  }

  .lingyu .owl_lingyu .item .message .title {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .lingyu .owl_lingyu .item .message .summary {
    margin-bottom: 12px;
  }

  ._title h5 {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .footer {
    border-top: 10px solid #0093dd;
  }

  .footer .bg {
    display: none;
  }

  .footer .content {
    position: static;
    margin-left: 0;
  }

  .footer .message {
    width: 100vw;
    margin-top: 0;
  }

  .footer #dituContent {
    height: 350px;
  }

  .lng_en .goods ._goodslist ul li .item .name_box {
    height: 48px;
  }
  .lng_en .goods ._goodslist ul li .item .name_box .name {
    padding: 5px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
