@charset "UTF-8";
.header .header_menu > ul li .lv2 {
  display: none;
}

._title {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2;
}
._title h4 {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 34px;
  font-style: italic;
}
._title .message {
  display: flex;
  align-items: center;
  justify-content: center;
}
._title .message p {
  font-size: 25px;
  margin: 0 15px;
}

/*about*/
.about {
  padding-top: 80px;
  padding-bottom: 120px;
}
.about ._title .message p {
  margin-left: 0;
}
.about ._title {
  text-align: left;
}
.about ._title .message {
  justify-content: flex-start;
}
.about .container2 {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}
.about .lf {
  padding-right: 120px;
}
.about .rt {
  position: relative;
}
.about .rt .more {
  position: absolute;
  left: -35px;
  bottom: -39px;
  border-radius: 100%;
  background: #b5002a;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.about .shuju {
  display: flex;
  justify-content: space-between;
}
.about .shuju .item {
  line-height: 2;
  text-align: center;
}
.about .shuju .item p {
  font-size: 14px;
  color: #747474;
}
.about .summary {
  padding-bottom: 57px;
  font-size: 16px;
  color: #747474;
  line-height: 2;
  text-indent: 2em;
}

/*领域*/
.lingyu {
  padding-top: 110px;
  padding-bottom: 140px;
  background: #f9f9f9;
}
.lingyu .swiper-slide {
  width: 1400px;
}
.lingyu .swiper-slide .item {
  text-align: center;
  position: relative;
}
.lingyu .swiper-slide .item .message {
  display: none;
  position: absolute;
  right: 100px;
  top: 0;
  width: 350px;
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background: rgba(24, 36, 45, 0.8);
}
.lingyu .swiper-slide .item .message .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.lingyu .swiper-slide .item .message .title h5 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-left: 13px;
}
.lingyu .swiper-slide .item .message .line {
  width: 46px;
  height: 3px;
  background: #c42225;
}
.lingyu .swiper-slide .item .message .summary {
  font-size: 16px;
  color: white;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 50px;
}
.lingyu .swiper-slide .item .message .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #0067b3;
  border-radius: 20px;
  width: 152px;
  height: 42px;
}
.lingyu .swiper-slide .item .message .more:hover {
  background: #c42225;
}
.lingyu .swiper-button-next, .lingyu .swiper-button-prev {
  background: none;
  border: 0;
  top: 43%;
}
.lingyu .swiper-button-prev {
  left: 225px;
}
.lingyu .swiper-button-next {
  right: 225px;
}
.lingyu .swiper-slide-active .item .message {
  display: flex;
}
.lingyu .icon_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingyu .icon_list ul span {
  margin: 0 20px;
  display: block;
  height: auto;
  width: auto;
  opacity: 1;
  background: none;
  border-radius: 0;
}
.lingyu .icon_list ul span .item {
  cursor: pointer;
  width: 71px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lingyu .icon_list ul span .item .pic2 {
  display: block;
}
.lingyu .icon_list ul span .item .pic1 {
  display: none;
}
.lingyu .icon_list ul span:hover, .lingyu .icon_list ul span.swiper-pagination-bullet-active {
  background: url("../images/icon_bg.png") no-repeat;
}
.lingyu .icon_list ul span:hover .item .pic2, .lingyu .icon_list ul span.swiper-pagination-bullet-active .item .pic2 {
  display: none;
}
.lingyu .icon_list ul span:hover .item .pic1, .lingyu .icon_list ul span.swiper-pagination-bullet-active .item .pic1 {
  display: block;
}

/*优势*/
.youshi {
  padding-top: 130px;
  padding-bottom: 160px;
}
.youshi .list {
  display: flex;
  align-items: center;
}
.youshi .list .item {
  position: relative;
  border: 2px solid #0067b3;
  border-radius: 20px;
  overflow: hidden;
  padding: 50px 40px 50px 40px;
  text-align: center;
  overflow: hidden;
  height: 457px;
  border-right: 0;
}
.youshi .list .item:last-child {
  border-right: 2px solid #0067b3;
}
.youshi .list .item ._icon2 {
  display: none;
}
.youshi .list .item .line {
  width: 37px;
  height: 5px;
  background: #b5002a;
  margin: 0 auto;
}
.youshi .list .item .summary {
  font-size: 14px;
  color: #adadad;
  line-height: 2;
  margin-top: 30px;
}
.youshi .list .item .title {
  font-size: 18px;
  color: #404040;
  margin: 30px 0;
}
.youshi .list .item .youshi_pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.youshi .list .item .youshi_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}
.youshi .list .item:hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.youshi .list .item:hover .youshi_pic {
  display: block;
}
.youshi .list .item:hover .youshi_bg {
  display: block;
}
.youshi .list .item:hover .title {
  position: relative;
  z-index: 3;
  color: white;
}
.youshi .list .item:hover ._icon {
  display: none;
}
.youshi .list .item:hover ._icon2 {
  display: block;
  position: relative;
  z-index: 3;
}
.youshi .list .item:hover .line {
  display: none;
}
.youshi .list .item:hover .summary {
  display: none;
}

/*证书*/
.zhengshu {
  padding-top: 75px;
  padding-bottom: 115px;
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
}
.zhengshu ._title h4, .zhengshu ._title .message p {
  color: white;
}
.zhengshu .owl_zhengshu .item {
  text-align: center;
}
.zhengshu .owl_zhengshu .item p {
  margin-top: 20px;
  font-size: 15px;
  color: white;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div {
  width: 23px;
  height: 170px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  opacity: 1;
  position: absolute;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
  right: 0;
}
.zhengshu .owl-theme .owl-controls {
  bottom: 75%;
}

/*news*/
.news {
  padding-top: 130px;
  padding-bottom: 70px;
}
.news .list .item {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.news .list .item .message {
  padding: 28px;
}
.news .list .item .message .title {
  font-size: 16px;
  color: #737373;
  margin-bottom: 20px;
}
.news .list .item .message .summary {
  font-size: 12px;
  color: #c9c9c9;
  line-height: 2;
}
.news .list .item:first-child {
  border-left: 1px solid #c9c9c9;
}
.news .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #b5002a;
  border-radius: 20px;
  width: 152px;
  height: 42px;
  margin: 0 auto;
  margin-top: 30px;
}
.news .more:hover {
  background: #0067b3;
}

/*lng_en*/
.lng_en .about .shuju .item p {
  font-size: 12px;
}
.lng_en .lingyu .swiper-slide .item .message .title h5 {
  font-size: 16px;
}

@media (max-width: 1450px) {
  .about {
    padding-bottom: 40px;
  }

  .lingyu {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .lingyu .swiper-button-prev {
    left: 24px;
  }

  .lingyu .swiper-button-next {
    right: 24px;
  }

  .youshi {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .youshi .list .item {
    padding: 25px 20px 25px 20px;
    height: 457px;
    border-radius: 15px;
    border: 1px solid #0067b3 !important;
  }

  .zhengshu {
    padding-bottom: 80px;
  }

  .news {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .lingyu,
  .zhengshu,
  .news,
  .youshi {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news .more {
    font-size: 14px;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about .container2 {
    display: block;
  }

  .about .lf, .about .rt {
    width: 100%;
    padding: 0;
    float: none;
  }

  ._title h4 {
    font-size: 22px;
  }

  .about ._title {
    text-align: center;
  }

  .about ._title .message p {
    margin-left: 15px;
  }

  ._title .message p {
    font-size: 16px;
  }

  ._title .message img {
    max-width: 31%;
  }

  .about ._title .message {
    justify-content: center;
  }

  .about .summary {
    font-size: 14px;
    padding-bottom: 30px;
  }

  .about .shuju {
    display: none;
  }

  ._title {
    margin-bottom: 30px;
  }

  .about .rt .more {
    position: static;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
    width: 110px;
    height: 35px;
  }

  .about .container2 {
    padding-bottom: 0;
  }

  .lingyu .icon_list {
    display: none;
  }

  .lingyu .swiper-button-prev {
    left: 0;
  }

  .lingyu .swiper-button-next {
    right: 0;
  }

  .lingyu .swiper-slide .item .message {
    position: static;
    width: 100%;
    padding: 25px 20px;
    background: #f9f9f9;
    display: flex;
  }

  .lingyu .swiper-slide .item .message .summary {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: black;
  }

  .lingyu .swiper-slide .item .message .title img {
    width: 15px;
  }

  .lingyu .swiper-slide .item .message .title h5 {
    font-size: 16px;
    color: black;
  }

  .lingyu .swiper-slide .item .message .title {
    margin-bottom: 15px;
  }

  .lingyu .swiper-slide .item .message .more {
    font-size: 14px;
    width: 125px;
    height: 35px;
  }

  .lingyu .swiper-container {
    padding-bottom: 30px;
  }

  .lingyu .swiper-pagination {
    bottom: -4px;
  }

  .youshi .list {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .youshi .list .item {
    width: 48%;
    float: left;
    padding: 15px;
    height: auto;
    border-radius: 0px;
    margin-bottom: 15px;
    height: 140px;
  }
  .youshi .list .item:nth-child(2n) {
    float: right;
  }
  .youshi .list .item ._icon {
    width: 50px;
  }

  .youshi .list .item .title {
    font-size: 16px;
    margin: 15px 0;
  }

  .youshi .list .item .summary {
    margin-top: 15px;
    display: none;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 35px;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 35px;
  }

  .zhengshu .owl_zhengshu .item img {
    width: 200px;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div {
    height: 90px;
  }

  .zhengshu .owl-theme .owl-controls {
    bottom: 67%;
  }

  .news .list .item {
    display: none;
  }
  .news .list .item:first-child {
    display: block;
  }

  .news {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news .list .item .message {
    padding: 15px;
  }
}

/*# sourceMappingURL=index.css.map */
