body * {
  box-sizing: border-box;
}

.bunnerDiv {
  width: 100%;
}

.bunnerDiv img {
  width: 100%;
}

.companyBriefDiv {
  width: 100%;
  padding: 40px 0;
  background: url(../image/bg11.png);
}

.companyTitle {
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.videoBox {
  display: flex;
  margin-top: 40px;
}

.videoDiv {
  width: 30%;
  padding: 0 20px;
}

.videoDiv video {
  width: 100%;
}

.briefDiv {
  width: 70%;
  padding: 20px 40px;
}

.briefDiv p {
  text-align: left;
  text-indent: 32px;
  line-height: 32px;
  font-size: 16px;
}

.moreBtnDiv {
  position: relative;
}

.moreBtn {
  position: absolute;
  right: 0;
  color: #0880df;
  width: 120px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #0880df;
  cursor: pointer;
}

.organizationDiv {
  background: url(../image/organizationBg.png) no-repeat 65%;
}

.organizationDiv img {
  width: 100%;
  margin-bottom: 60px;
}

.developDiv {
  background: url(../image/developBg.png) no-repeat 100%;
}

.developDiv .titleDiv {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  line-height: 60px;
  padding-top: 30px;
}

.developDiv .titleDiv .line {
  display: inline-block;
  width: 60px;
  height: 4px;
  background-color: #FFF;
  position: relative;
  top: -7px;
}

.developLineDiv {
  height: 500px;
}

.developLineDiv {
  position: relative;
  text-align: left;
}

.developLineDiv p, .developLineDiv h2 {
  text-align: left;
}

.developLineDiv .timeLine {
  margin-top: 200px;
  width: 100%;
}

.developLineDiv .textDiv {
  padding: 20px;
  height: 200px;
  color: #ccd4e7;
  padding-top: 45px;
}

.timeLineTopDiv {
  bottom: 0;
  position: absolute;
}

.timeLineBottomDiv {
  top: 0;
  position: absolute;
}

.timeLineTopDiv .point, .timeLineBottomDiv .point {
  width: 10px;
  height: 10px;
  background-color: #b4cbff;
  border-radius: 50%;
  position: absolute;
  left: -4px;
}

.timeLineTopDiv .line, .timeLineBottomDiv .line {
  width: 2px;
  background-color: #b4cbff;
}

.topDiv {
  position: absolute;
  height: 200px;
  width: 100%;
}

.bottomDiv {
  position: absolute;
  height: 200px;
  width: 100%;
}

.img_1985 {
  position: absolute;
  right: 12px;
  top: 25px;
  width: 45%;
  /* display: none; */
}

.div_1985 {
  cursor: pointer;
}

.div_1985:hover .img_1985 {
  display: block;
}

.showCareDiv img {
  width: 100%;
}

/* 管理团队 */

.memberDiv {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.memberDiv .titleDiv {
  display: inline-block;
  text-align: left;
  border-bottom: 2px solid #197bb9;
  position: absolute;
  left: 10%;
  font-size: 24px;
  color: #999999;
}

.member_1 img, .member_2 img {
  position: absolute;
  left: 0;
}

.memberDiv .titleDiv span {
  cursor: pointer;
  padding: 0 20px;
}

.showTitle {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.contentDiv {
  width: 200%;
  height: 100%;
  display: flex;
}

.member_1, .member_2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.memberDiv .carousel-control.left, .memberDiv .carousel-control.right {
  background-color: transparent;
  background-image: none;
  color: #0880df;
}

.imgRow {
  text-align: center;
  clear: both;
}

.imgRow1 {
  height: 50%;
}

.imgRow2 {
  height: 50%;
}

.imgRow .imgDiv {
  display: inline-block;
  position: relative;
  /* height: 100%; */
  width: 18%;
}

.imgRow .imgDiv img {
  width: 100%;
}

.imgRow1 .imgText {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.imgRow2 .imgText {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/* end */

/* 领导关怀 */

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 40px 0;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
}

@media (max-width: 760px) {
  .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }
  .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.swiper-slide dd {
  border: 1px solid #d5d9e8;
  background-color: #FFF;
  padding: 5px;
}

.swiper-slide dd p {
  text-align: left;
  text-indent: 30px;
  height: 80px;
}

/* end */

.moreBtn .svg-wrapper2 {
  margin: 0;
  position: relative;
  height: 100%;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
}

.shape2 {
  stroke-width: 6px;
  fill: transparent;
  stroke: #c6c9ee;
  stroke-dasharray: 0 400;
  stroke-dashoffset: -220;
  transition: 1s all ease;
}

.svg-wrapper2:hover .shape2 {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #c6c9ee;
}

.text2 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.text2 a {
  display: table;
  border: 1px solid #fff;
  width: 100%;
  line-height: 40px;
}

.text2 a:hover {
  border: 1px solid transparent;
  text-decoration: none;
}