@charset "utf-8";
/* CSS Document */
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #0a4181;
}
.swiper1 .swiper-button-next {
  right: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
}
.swiper1 .swiper-button-prev {
  left: 5%;
  width: 24px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.mpronav {
  display: none;
}
.pronav {
  position: relative;
  margin-top: -50px;
  z-index: 1000;
}
.pronav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/cbg.jpg) left bottom repeat-x;
  color: white;
}
.pronav ul li {
  width: 16.6%;
  text-align: center;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.pronav ul li .bprocon {
  width: 120px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
}
.pronav ul li .bproimg {
  display: none;
}
.pronav ul li .proimg {
  text-align: center;
}
.pronav ul li .proimg img {
  width: 70%;
}
.pronav ul li .protitle {
  text-align: center;
  margin-top: 20px;
}
.pronav ul li .protitle h3 {
  display: none;
  color: white;
  font-weight: normal;
}
.pronav ul li .protitle h4 {
  font-size: 17px;
  color: white;
  font-weight: normal;
  height: 50px;
}
.pronav ul li a {
  display: none;
}
.pronav ul li {
  position: relative;
}
.pronav ul li.active {
  width: 970px;
  transform: scale(1);
}
.pronav ul li.active .bproimg {
  display: block;
}
.pronav ul li.active .bprocon {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pronav ul li.active .bprocon .proimg {
  order: 2;
}
.pronav ul li.active .bprocon .proimg img {
  width: 100%;
}
.pronav ul li.active .bprocon .protitle {
  order: 1;
  width: 500px;
  text-align: left;
}
.pronav ul li.active .bprocon .protitle h3 {
  display: block;
  font-size: 32px;
  font-weight: bold;
}
.pronav ul li.active .bprocon .protitle h4 {
  font-size: 20px;
}
.pronav ul li.active a {
  display: block;
  width: 120px;
  line-height: 45px;
  font-size: 15px;
  background-color: #ced9e6;
  color: #0a4181;
  text-align: center;
}
.pronav ul li.active a:hover {
  background-color: #0a4181;
  color: white;
}
.about {
  margin: 70px 0;
  display: flex;
}
.about .about-left {
  display: flex;
  line-height: 180%;
  flex-direction: column;
  align-items: center;
  width: 50%;
  text-align: center;
  background: url(../images/bg1.png) center bottom no-repeat;
}
.about .about-left .entitle {
  text-transform: uppercase;
  color: #0a4181;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 30px;
}
.about .about-left .title {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 700;
  color: #0a4181;
}
.about .about-img {
  width: 50%;
}
.about .about-img img {
  width: 100%;
}
.about .aboutcontent {
  width: 570px;
  color: #5c5c5c;
  text-indent: 2em;
  font-size: 15px;
  text-align: left;
  margin-top: 80px;
}
.cbor {
  height: 5px;
  background-color: #f3f5f8;
}
.case {
  margin: 70px 0;
}
.case .w {
  display: flex;
  justify-content: space-between;
}
.case .left {
  width: 50%;
}
.case-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-title h3 {
  font-size: 25px;
  color: #0a4181;
  font-weight: bold;
}
.case-title span {
  display: block;
  margin: 0 10px;
  width: 100%;
  flex: 1;
  height: 1px;
  overflow: hidden;
  background-color: black;
}
.case-title b {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 10px;
  color: #0a4181;
}
.caselist {
  margin-top: 30px;
}
.caselist a img {
  width: 100%;
}
.caselist .owl-buttons {
  height: 53px;
  margin-top: -53px;
}
.caselist .owl-buttons div {
  width: 53px;
  height: 53px;
}
.caselist .owl-buttons .owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/cleft.png) center center no-repeat;
}
.caselist .owl-buttons .owl-prev:hover {
  opacity: 0.8;
}
.caselist .owl-buttons .owl-next {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -25px;
  background: url(../images/cright.png) center center no-repeat;
}
.caselist .owl-buttons .owl-next:hover {
  opacity: 0.8;
}
.caselist .owl-pagination {
  display: none;
}
.case .right {
  width: 45% ;
  line-height: 2;
}
.case .right h2 {
  font-size: 20px;
  font-weight: bold;
  color: #0a4181;
  margin-top: 20px;
}
.case .right h3 {
  font-size: 15px;
  border-left: 5px solid #0a4181;
  height: 15px;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 15px;
}
.case .right p {
  font-size: 15px;
  text-indent: 2em;
  margin: 30px 0;
}
.case .right a {
  display: block;
  width: 120px;
  line-height: 45px;
  font-size: 15px;
  background-color: #ced9e6;
  color: #0a4181;
  text-align: center;
}
.case .right a:hover {
  background-color: #0a4181;
  color: white;
}
.newsbg {
  background-color: #f3f5f8;
  padding: 80px 0;
}
.newsbg .entitle {
  font-size: 17px;
  letter-spacing: 20px;
  text-align: center;
  color: #0a4181;
  text-transform: uppercase;
}
.newsbg .title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #0a4181;
}
.newscon {
  display: flex;
  margin-top: 70px;
  justify-content: space-between;
}
.newscon .news-left {
  width: 48%;
}
.news-left img {
  width: 100%;
}
.ntitle {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.ntitle .ntime {
  font-size: 50px;
  color: #0a4181;
}
.ntitle .ntit {
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.ntitle .ntit h3 {
  display: block;
  color: #0a4181;
}
.ntitle .ntit span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #0a4181;
}
.news-left p {
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newscon .news-right {
  width: 48%;
}
.news-right li {
  display: flex;
  margin-bottom: 30px;
}
.news-right li .newstime {
  color: #7f7f7f;
  font-size: 25px;
  margin-right: 20px;
}
.news-right li .newstitle {
  flex: 1;
}
.news-right li .newstitle a {
  display: block;
  line-height: 200%;
  border-bottom: 1px solid #ddd;
}
.news-right li .newstitle a h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0a4181;
}
.news-right li .newstitle a p {
  color: #a5a5a5;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .pronav {
    display: none;
  }
  .mpronav {
    display: block;
    background-color: #0a4181;
  }
  .mpronav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
  }
  .mpronav ul li {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .mpronav ul li a {
    display: block;
    text-align: center;
  }
  .mpronav ul li a img {
    width: 50%;
  }
  .mpronav ul li h3 {
    color: white;
    font-weight: normal;
  }
  .mpronav ul li h4 {
    font-size: 14px;
    color: white;
    font-weight: normal;
    height: 50px;
  }
  .about {
    flex-direction: column;
    padding: 0 10px;
    margin: 50px 0;
    box-sizing: border-box;
  }
  .about .about-left {
    width: 100%;
  }
  .about .about-img {
    width: 100%;
  }
  .about .about-img img {
    width: 100%;
  }
  .about .aboutcontent {
    width: 100%;
    margin-top: 50px;
  }
  .case {
    margin: 50px 0;
  }
  .case .w {
    flex-direction: column;
  }
  .case .left {
    width: 100%;
  }
  .caselist {
    margin-top: 30px;
  }
  .caselist a img {
    width: 100%;
  }
  .caselist .owl-buttons .owl-prev {
    left: 0px;
  }
  .caselist .owl-buttons .owl-next {
    right: 0px;
  }
  .case .right {
    width: 100% ;
    margin-top: 20px;
  }
  .newsbg {
    padding: 50px 0;
  }
  .newscon {
    margin-top: 50px;
    flex-direction: column;
  }
  .newscon .news-left {
    width: 100%;
  }
  .newscon .news-right {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
}
