/*集团简介*/
.introduce {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  margin: 4.5% auto 6%;
  padding: 0 10px;
}

/*领导关怀*/
.care {
  margin: 4.5% auto 0;
  padding: 0 10px;
}

.care-left {
  height: 500px;
  width: 50%;
  background: #f8f8f8;
  float: left;
}

.care-left .img {
  width: 100%;
  height: 250px;
  position: relative;
}

.care-title {
  font-size: 18px;
  color: #150e26;
  text-align: center;
}

.care-info {
  font-size: 14px;
  color: #333333;
}

.care-table,
.care-one,
.care-two {
  height: 250px;
  display: table;
  width: 100%;
}

.care-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.care-left .care-title {
  padding: 6% 0;
}

.care-left .care-info {
  line-height: 24px;
  margin: 9% 8% 0;
}

.care-right {
  width: 50%;
  background: #f8f8f8;
  float: right;
}

.care-right-item {
  height: 500px;
  display: inline-block;
  width: 50%;
  float: left;
}

.care-one {
  width: 100%;
  height: 250px;
}

.care-two {
  width: 100%;
  height: 250px;
}

.care-two .img {
  width: 100%;
  height: 250px;
  position: relative;
}

.care-one .img {
  width: 100%;
  height: 250px;
  position: relative;
}

.care-right-item .care-title {
  padding-top: 16%;
}

.care-right-item .care-info {
  margin: 14% 10% 0;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f8f8f8;
  position: absolute;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f8f8f8;
  position: absolute;
  top: -1px;
  right: 9%;
}

/*技术实力*/
.u-item-info {
  font-size: 14px;
  color: #333333;
  margin-top: 2.4%;
  padding: 10px;
}

.science {
  background: #f8f8f8;
  margin: 2.6% 10px 0;
  display: block;
}

.science .col-md-6 {
  padding: 0;
}

.science .img {
  width: 100%;
  height: 400px;
}

.science-list {
  padding: 0 5%;
}

.science-item {
  text-align: center;
  margin-top: 10%;
}

.science-item .iconfont {
  font-size: 60px;
}

.science-item .title {
  font-size: 14px;
  color: #150e26;
  padding: 6px 10px 0;
}

/*发展历程*/
.history-bg {
  background: #f8f8f8;
  position: relative;
}

.swiper-history {
  margin: 36px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}

.history-item {
  width: 200px;
  height: 450px;
}

.history-bg .line {
  width: 100%;
  height: 1px;
  background: #015198;
  margin: 16px 0 45px;
  position: absolute;
  bottom: 76px;
}

.history-item .circle {
  width: 20px;
  height: 20px;
  background: #015198;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.history-item .year {
  line-height: 20px;
}

.history-item .info {
  padding: 40px 24px 0;
  line-height: 24px;
  height: 220px;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23015198'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23015198'%2F%3E%3C%2Fsvg%3E");
}

/*资质荣誉*/
.honor {
  overflow: hidden;
  margin-top: 45px;
}
.honor .honor-img {
  width: 100%;
  /*max-width: 250px;*/
  height: auto;
  border: 8px solid #221417;
  margin: 8px auto;
  overflow: hidden;
}

.honor .honor-img img {
  width: 100%;
  height: auto;
}
.honor-right .row .col-md-6:nth-child(1) .honor-item:nth-child(2) .honor-img,
.honor-right .row .col-md-6:nth-child(2) .honor-item:nth-child(2) .honor-img {
  height: auto;
  /*border: 6px solid red;*/
}
.honor-right
  .row
  .col-md-6:nth-child(1)
  .honor-item:nth-child(2)
  .honor-img
  img,
.honor-right
  .row
  .col-md-6:nth-child(2)
  .honor-item:nth-child(2)
  .honor-img
  img {
  height: auto;
}

/*专利商标著作*/
.patent {
  margin: 20px 0 0;
  overflow: hidden;
}
.patent-title {
  line-height: 2.8;
}

@media screen and (max-width: 768px) {
  .care-left,
  .care-right {
    width: 100%;
  }

  .care-left .care-info {
    margin: 0 8% 0;
  }

  .care-left {
    height: 450px;
  }

  .science .img {
    height: 250px;
  }

  .science-item {
    margin: 4% 0;
  }

  .science-item .title {
    padding: 6px 20% 0;
  }

  .triangle-down {
    left: 9%;
  }
}

@media screen and (max-width: 425px) {
  .triangle-up,
  .triangle-down {
    border: none;
  }

  .care-right-item {
    width: 100%;
  }

  .care-right-item .care-title {
    padding: 6% 0;
  }

  .care-right-item .care-info {
    margin: 0 8% 0;
  }

  .care-right-item {
    height: 450px;
  }

  .science .img {
    height: 180px;
  }
  .patent .col-xs-6 {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .science-item .title {
    padding: 6px 16% 0;
  }

  .science .img {
    height: 160px;
  }
}

@media screen and (max-width: 320px) {
  .science-item .title {
    padding: 6px 10% 0;
  }

  .science .img {
    height: 140px;
  }
}
