@charset "UTF-8";
._title {
  text-align: center;
  height: 79px;
  width: 1011px;
  background: url("../images/_title.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 2.5;
  margin: 0 auto;
  margin-bottom: 80px;
}
._title h5 {
  color: black;
  font-weight: bold;
  font-size: 21px;
}
._title h5 span {
  color: #da251d;
}
._title p {
  text-transform: uppercase;
  color: #c9c9c9;
  font-size: 12px;
}

._more {
  background: #da251d;
  color: white;
  width: 118px;
  height: 26px;
  border-radius: 20px;
  margin: 0 auto;
}
._more:hover {
  background: #0093dd;
  color: white;
}

/*轮播点*/
.zhengshu .owl-theme .owl-controls, .chengzhang .owl-theme .owl-controls, .news .owl-theme .owl-controls, .huoban .owl-theme .owl-controls {
  bottom: 54%;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div, .chengzhang .owl-theme .owl-controls .owl-buttons div, .news .owl-theme .owl-controls .owl-buttons div, .huoban .owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  content: '';
  opacity: 1;
  position: absolute;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev, .chengzhang .owl-theme .owl-controls .owl-buttons div.owl-prev, .news .owl-theme .owl-controls .owl-buttons div.owl-prev, .huoban .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next, .chengzhang .owl-theme .owl-controls .owl-buttons div.owl-next, .news .owl-theme .owl-controls .owl-buttons div.owl-next, .huoban .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
  right: 0;
}

.center_bg {
  background: url("../images/chengzhang_bg.jpg") no-repeat bottom;
}

/*chengzhang*/
.chengzhang {
  padding-top: 90px;
}
.chengzhang .owl_chengzheng {
  padding: 50px 0;
  background: url("../images/chengzhang_line.png") no-repeat center;
}
.chengzhang .owl_chengzheng .owl-item .item {
  height: 502px;
  position: relative;
  padding-top: 50px;
}
.chengzhang .owl_chengzheng .owl-item .item .name {
  text-align: center;
  font-size: 18px;
  color: #484848;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 50px;
}
.chengzhang .owl_chengzheng .owl-item .item .num {
  margin: 0 auto;
  width: 133px;
  height: 206px;
  background: url("../images/chengzhang_item1.png") no-repeat center;
  background-size: cover;
}
.chengzhang .owl_chengzheng .owl-item .item .num p {
  font-weight: bold;
  font-size: 32px;
  color: white;
  position: relative;
  left: 23px;
  top: 34px;
  width: 138px;
}
.chengzhang .owl_chengzheng .owl-item .item .content {
  color: black;
  font-size: 14px;
  position: relative;
  right: -143px;
  top: -213px;
  display: none;
}
.chengzhang .owl_chengzheng .owl-item:hover .item .num {
  background: url("../images/chengzhang_item1-1.png") no-repeat center;
  background-size: cover;
}
.chengzhang .owl_chengzheng .owl-item:hover .item .content {
  display: block;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item {
  padding-top: 0;
  padding-bottom: 50px;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item .name {
  top: unset;
  bottom: 0;
  left: -14px;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item .num {
  background: url("../images/chengzhang_item2.png") no-repeat center;
  background-size: cover;
  position: relative;
  top: 247px;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item .num p {
  top: 131px;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item .content {
  bottom: -119px;
  top: unset;
}
.chengzhang .owl_chengzheng .owl-item:nth-child(2n):hover .item .num {
  background: url("../images/chengzhang_item2-2.png") no-repeat center;
  background-size: cover;
}
.chengzhang .owl_chengzheng .owl-item:last-child .item:hover .content {
  right: unset;
  left: -145px;
}

/*关于我们*/
.about {
  background: rgba(247, 252, 255, 0.6);
  padding-top: 100px;
}
.about iframe {
  height: 385px !important;
  width: 100% !important;
}
.about .content {
  display: flex;
  align-items: center;
}
.about .content .message {
  padding-left: 50px;
}
.about .content .message .summary {
  font-size: 14px;
  color: #505050;
  text-indent: 2em;
  line-height: 2;
  margin-bottom: 15px;
}

/*证书*/
.zhengshu {
  background: rgba(247, 252, 255, 0.6);
  padding-bottom: 100px;
  padding-top: 90px;
}
.zhengshu .owl_zhengshu .item {
  margin: 0 auto;
  text-align: center;
}
.zhengshu .owl_zhengshu .item img {
  border: 1px solid #dfdfdf;
}
.zhengshu .owl_zhengshu .item p {
  margin-top: 20px;
  font-size: 14px;
}

.licheng {
  /*background: url("../images/licheng2_bg.jpg") no-repeat bottom;*/
  padding-top: 90px;
  margin-bottom: 57px;
}
.licheng .licheng2_bg {
  position: relative;
  left: 15px;
}
.licheng .content {
  position: relative;
}
.licheng .licheng2_title {
  position: absolute;
  left: 13vw;
  top: -71px;
  z-index: 1;
}
.licheng .light_box {
  position: absolute;
  left: 0;
  width: 200px;
  padding: 10px;
  background: #41b9f5;
  display: none;
  color: white;
  font-size: 14px;
  font-weight: initial;
  line-height: 2;
  z-index: 2;
}
.licheng .item {
  padding-left: 13px;
  width: 90px;
  height: 180px;
  border-left: 5px solid #39789f;
  color: black;
  position: absolute;
  z-index: 1;
}
.licheng .item .name {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.licheng .item .summary {
  position: relative;
  z-index: 1;
  font-size: 14px;
  margin-top: 10px;
}
.licheng .item1 {
  left: 10vw;
  bottom: 14vh;
}
.licheng .item2 {
  left: 17vw;
  bottom: 19vh;
}
.licheng .item3 {
  left: 24vw;
  bottom: 27vh;
}
.licheng .item4 {
  left: 33vw;
  bottom: 33vh;
}
.licheng .item5 {
  left: 40vw;
  bottom: 30vh;
}
.licheng .item6 {
  left: 48vw;
  bottom: 40vh;
}
.licheng .item7 {
  left: 55vw;
  bottom: 49vh;
}
.licheng .item8 {
  left: 63vw;
  bottom: 52vh;
}
.licheng .item9 {
  left: 72vw;
  bottom: 56vh;
}
.licheng .item10 {
  left: 51vw;
  bottom: 0;
}
.licheng .item11 {
  left: 59vw;
  bottom: 0;
}
.licheng .item12 {
  left: 68vw;
  bottom: 6vh;
}
.licheng .item13 {
  left: 75vw;
  bottom: 13vh;
}

/*news*/
.news {
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 95px;
  padding-top: 100px;
}
.news ._title {
  background: url("../images/_title2.png") no-repeat center;
  background-size: cover;
}
.news ._title p {
  color: black;
}
.news .owl_news {
  margin-bottom: 60px;
}
.news .owl_news .owl-item {
  padding: 10px;
}
.news .owl_news .item {
  overflow: hidden;
  background: white;
  font-size: 18px;
  padding-bottom: 15px;
  color: black;
  border: 10px solid white;
  text-align: center;
}
.news .owl_news .item p {
  margin-top: 20px;
}
.news .owl_news .item img {
  transition: .5s;
}
.news .owl_news .item:hover img {
  transform: scale(1.1);
}
.news .nav-tabs {
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.news .nav-tabs > li {
  margin-bottom: 0;
}
.news .nav-tabs > li:hover a {
  background: #da251d;
  color: white;
}
.news .nav-tabs > li > a {
  font-size: 18px;
  color: black;
  margin: 0 25px;
  border-radius: 0;
  border: 0 !important;
  padding: 15px 90px;
  background: white;
}
.news .nav-tabs > li.active > a, .news .nav-tabs > li.active > a:hover, .news .nav-tabs > li.active > a:focus {
  background: #da251d;
  color: white;
}

/*伙伴*/
.huoban {
  background: url("../images/huoban_bg.jpg") no-repeat top;
  padding-bottom: 60px;
  padding-top: 100px;
}
.huoban .content .item {
  text-align: center;
  float: left;
  width: 16%;
}

@media (max-width: 1800px) {
  .licheng .item {
    height: 155px;
  }
}
@media (max-width: 1500px) {
  .licheng .item .name {
    font-weight: bold;
    font-size: 20px;
  }

  .licheng .item {
    height: 129px;
  }
}
@media (max-width: 1450px) {
  .licheng .item {
    padding-left: 10px;
  }

  .licheng .licheng2_title {
    position: absolute;
    left: 8vw;
    max-width: 21%;
    top: -39px;
  }

  .chengzhang .owl_chengzheng .owl-item .item .content {
    right: -132px;
  }

  .chengzhang .owl_chengzheng .owl-item:last-child .item:hover .content {
    left: -118px;
  }

  .chengzhang .owl_chengzheng .owl-item .item .name {
    font-size: 16px;
  }

  .chengzhang {
    padding-top: 60px;
  }

  .chengzhang .owl_chengzheng {
    padding: 10px 0;
    margin-bottom: 36px;
  }

  .zhengshu {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .zhengshu .owl_zhengshu .item img {
    max-width: 80%;
  }

  ._title {
    margin-bottom: 45px;
  }

  .news {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .huoban {
    padding-top: 60px;
  }

  .about {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  ._title {
    width: 100%;
    background: none !important;
    margin-bottom: 20px;
  }

  ._title h5 {
    font-size: 16px;
  }

  ._title p {
    font-size: 12px;
  }
  ._title p:after {
    width: 70px;
    height: 2px;
    background: #da251d;
    display: block;
    content: '';
    margin: 0 auto;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div,
  .huoban .owl-theme .owl-controls .owl-buttons div,
  .chengzhang .owl-theme .owl-controls .owl-buttons div,
  .news .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 30px;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .chengzhang .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .huoban .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .news .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -10px;
  }

  .zhengshu .owl-theme .owl-controls .owl-buttons div.owl-next,
  .huoban .owl-theme .owl-controls .owl-buttons div.owl-next,
  .chengzhang .owl-theme .owl-controls .owl-buttons div.owl-next,
  .news .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -10px;
  }

  .chengzhang, .about, .zhengshu, .news, .huoban {
    padding: 0 15px;
    padding-top: 40px;
  }

  .chengzhang .owl_chengzheng .owl-item .item .content {
    display: block;
    position: static;
    font-size: 12px;
    line-height: 20px;
    padding-top: 15px;
  }

  .chengzhang .owl_chengzheng .owl-item .item {
    height: auto;
    text-align: left;
    background: #f7fcff;
    margin: 0 auto;
    display: flex !important;
    padding: 10px 0;
  }
  .chengzhang .owl_chengzheng .owl-item .item .message {
    flex: 1;
  }

  .chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item {
    padding: 10px 0;
  }

  .chengzhang .owl_chengzheng {
    background: none;
    margin-bottom: 0;
  }

  .chengzhang .owl_chengzheng .owl-item .item .num {
    background: url(../images/chengzhang_item1.png) no-repeat center !important;
    background-size: cover !important;
    position: static !important;
    width: 103px;
    height: 159px;
    margin: 0;
  }

  .chengzhang .owl_chengzheng .owl-item .item .name {
    position: static;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: inherit;
  }

  .chengzhang .owl_chengzheng .owl-item .item .num p {
    left: 21px;
    font-size: 22px;
  }

  .chengzhang .owl_chengzheng .owl-item:nth-child(2n) .item .num p {
    top: 34px;
  }

  .about iframe {
    height: 250px !important;
  }

  .about .content .message {
    padding-left: 0;
  }

  .about .content .message .summary {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .about ._more {
    float: none;
  }

  .about .content {
    display: block;
  }

  .chengzhang {
    margin-bottom: 40px;
  }

  .about {
    padding-bottom: 40px;
    margin-top: 0px;
    background: rgba(247, 252, 255, 0.7);
  }

  .zhengshu {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .news {
    padding-bottom: 40px;
  }

  .news .nav-tabs {
    margin-bottom: 20px;
  }

  .zhengshu .owl_zhengshu .item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .news .nav-tabs > li > a {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 12px;
  }

  .news .owl_news .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .news .owl_news .item {
    padding-bottom: 0;
  }

  .news .owl_news {
    margin-bottom: 20px;
  }

  .huoban .content .item {
    width: auto;
    float: none;
  }

  .huoban {
    padding-bottom: 40px;
  }

  .huoban .content {
    overflow: visible;
  }

  .chengzhang .owl-theme .owl-controls, .huoban .owl-theme .owl-controls {
    bottom: -20%;
  }
  .chengzhang .owl-theme .owl-controls .owl-page.active span, .chengzhang .owl-theme .owl-controls.clickable .owl-page:hover span, .huoban .owl-theme .owl-controls .owl-page.active span, .huoban .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #da251d;
  }

  /**/
  .licheng .item {
    position: static;
  }
}

/*# sourceMappingURL=index.css.map */
