@charset "utf-8";
/* CSS Document */
.probg {
  padding: 80px 0;
}
.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title h3 {
  font-size: 36px;
}
.title em {
  width: 60px;
  display: block;
  height: 3px;
  margin: 20px;
  background-color: #2965bd;
}
.title span {
  font-size: 18px;
  color: #666;
}
.owl-carousel {
  margin-top: 20px;
  position: relative;
}
.owl-carousel a {
  display: block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
}
.owl-carousel a img {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.owl-carousel a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
}
.owl-carousel a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.owl-carousel .owl-buttons {
  height: 38px;
}
.owl-carousel .owl-buttons div {
  width: 38px;
  height: 38px;
}
.owl-carousel .owl-buttons .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  background: url(../images/left1.jpg) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-prev:hover {
  opacity: 0.8;
}
.owl-carousel .owl-buttons .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  background: url(../images/right1.jpg) center center no-repeat;
}
.owl-carousel .owl-buttons .owl-next:hover {
  opacity: 0.8;
}
.owl-carousel .owl-pagination {
  text-align: center;
  margin-top: 50px;
}
.owl-carousel .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ded6cd;
  margin-right: 5px;
  *display: inline;
  *zoom: 1;
}
.owl-carousel .owl-pagination .active {
  background-color: #2965bd;
}
.index-about {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.abouttit {
  background: url(../images/titbg.jpg) center center no-repeat;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftabout {
  position: relative;
}
.left-title {
  padding: 60px 30px 0 30px;
  color: white;
  font-weight: bold;
  box-sizing: border-box;
  width: 318px;
  height: 399px;
  background: url(../images/titbg2.jpg) no-repeat;
}
.left-title h3 {
  display: block;
  font-size: 28px;
}
.left-pic {
  position: absolute;
  left: 50px;
  top: 300px;
  border: 5px solid #0365a2;
}
.right-con {
  width: 65%;
}
.right-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.right-title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  color: #2965bd;
}
.right-title span {
  font-size: 28px;
  color: #333;
  font-weight: 700;
}
.right-desc {
  display: flex;
  justify-content: space-between;
}
.desc-left {
  font-size: 16px;
  flex: 1;
  color: #666;
  line-height: 2;
  padding: 50px 50px 0px 0;
  box-sizing: border-box;
}
.desc-left .more {
  display: inline-block;
  margin-top: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 0 30px;
  border-radius: 17px;
  background-color: #2965bd;
}
.desc-left .more:hover {
  background-color: #e03d41;
}
.desc-right {
  border-left: 1px solid #ddd;
  width: 150px;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
  line-height: 1.7;
}
.desc-right b {
  font-size: 48px;
  color: #2965bd;
  font-weight: 700;
  text-shadow: 5px 5px 5px #ddd;
}
.hezuo {
  background-color: #eef2f5;
  padding: 80px 0;
}
.spic {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.spic div {
  text-align: center;
  background-color: white;
  padding: 10px 0;
  display: flex;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 20%;
}
.spic div img {
  max-width: 200px;
  max-height: 100px;
}
.more1 a {
  margin: 50px auto 0 auto;
  font-size: 16px;
  display: block;
  width: 150px;
  border: 1px solid #2965bd;
  color: #2965bd;
  text-align: center;
  line-height: 35px;
}
.more1 a:hover {
  background-color: #2965bd;
  color: white;
}
.newsbg {
  padding: 80px 0;
}
.index-newslist {
  margin-top: 50px;
}
.index-newslist ul {
  display: flex;
  justify-content: space-around;
}
.index-newslist ul li {
  width: 45%;
}
.index-newslist ul li a img {
  width: 100%;
}
.index-newslist ul li span {
  display: block;
  width: 75px;
  margin-bottom: 10px;
  margin-top: 30px;
  height: 3px;
  background-color: #2965bd;
}
.index-newslist ul li h3 {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .probg {
    padding: 50px 0;
  }
  .owl-carousel .owl-buttons .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-buttons .owl-next {
    right: 0px;
  }
  .abouttit img {
    max-width: 100%;
  }
  .index-about {
    flex-direction: column;
    padding: 50px 0;
  }
  .leftabout {
    display: none;
  }
  .right-desc {
    flex-direction: column;
  }
  .right-con {
    width: 100%;
  }
  .desc-right {
    display: none;
  }
  .desc-left {
    padding: 20px;
  }
  .spic div {
    width: 50%;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .spic div img {
    max-width: 100%;
    max-height: 100px;
  }
  .title span {
    text-align: center;
    padding: 0 10px;
  }
  .newsbg {
    padding: 50px 0;
  }
  .hezuo {
    padding: 50px 0;
  }
}
