.index-tlt {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.index-tlt h2 {
  font-weight: 600;
  font-size: 36px;
  color: #164a6f;
  line-height: 2.5;
}

.index-tlt p {
  font-size: 16px;
  color: #999;
  width: 50%;
  margin: 0 auto;
}

/*banner*/
.banner .owl-controls {
  bottom: 14%;
}
.banner .owl-controls .owl-page.active span,
.banner .owl-controls.clickable .owl-page:hover span {
  border-radius: 20px;
  width: 34px;
  background: #258fd2;
}
.banner .owl-controls .owl-page span {
  background: black;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  padding: 0;
}

/*youshi*/
.index-c1 {
  background: #f7f7f7;
}

.c1-con {
  background: #fff;
  margin-top: -106px;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 5px -5px #f7f7f7;
}

.index-c1 ul {
  padding: 32px 20px 40px;
  font-size: 0;
  background: #4db5eb;
}

.index-c1 ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #f7f7f7;
  display: inline-block;
  vertical-align: top;
}

.index-c1 ul li:last-child {
  border-right: none;
}

.index-c1 ul li .img {
  max-width: 100%;
}

.index-c1 ul li h3 {
  font-size: 20px;
  margin-bottom: 16px;
  color: #eeeeee;
}

.index-c1 ul li p {
  font-size: 14px;
  color: #eeeeee;
}

.index-c1 ul li strong {
  font-size: 46px;
  color: #eeeeee;
}

/*kehu*/
.index-c2 {
  background: #f7f7f7;
  padding-bottom: 60px;
}

.c2-left {
  width: 32.4%;
  float: left;
}

.c2-left a {
  display: block;
  position: relative;
  overflow: hidden;
}

.c2-left img {
  width: 100%;
  transition: .5s;
}

.c2-left a:hover img {
  transform: scale(1.1);
}

.c2-left h3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c2-right {
  width: 67.6%;
  float: right;
}

.c2-right ul li {
  width: 48%;
  margin-left: 2%;
  float: left;
  margin-bottom: 20px;
}

.c2-right ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.c2-right ul li img {
  width: 100%;
  transition: .5s;
}

.c2-right ul li:hover img {
  transform: scale(1.1);
}

.c2-right h3 {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*fuwu*/
.fuwu {
  padding-top: 20px;
  padding-bottom: 82px;
  background: url("../images/fuwu_bg.png") no-repeat center;
  background-size: cover;
}
.fuwu .index-tlt h2 {
  color: #164a6f;
}
.fuwu .index-tlt p {
  font-size: 16px;
  color: #164a6f;
}
.fuwu .list ul {
  display: flex;
  justify-content: space-between;
}
.fuwu .list ul li {
  width: 24%;
}
.fuwu .list ul li .message {
  background: white;
  padding: 30px 20px;
  text-align: center;
  min-height: 182px;
}
.fuwu .list ul li .message .name {
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.fuwu .list ul li .message .summary {
  line-height: 2;
  font-size: 14px;
  color: #999999;
}

/*goods*/
.goods {
  padding-bottom: 54px;
  background: #fafafa;
}
.goods .owl-theme .owl-controls {
  bottom: -16%;
}
.goods .owl-theme .owl-controls .owl-page.active span,
.goods .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-radius: 20px;
  width: 34px;
  background: #258fd2;
}
.goods .list .item {
  padding: 0 10px;
}
.goods .list .item .name {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.goods .list .item:hover .name {
  color: #af251b;
  font-weight: 600;
}

/*about*/
.about {
  background: url("../images/about_bg.png") no-repeat center;
  background-size: cover;
}

.index-c5 .index-tlt h2 {
  line-height: 2;
}

.index-c5 .jj {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  color: #666;
  text-align: center;
}

.index-c5 ul {
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 6%;
  padding-bottom: 6%;
}

.index-c5 ul li {
  width: 31.333%;
  margin-right: 3%;
  float: left;
  position: relative;
}

.index-c5 ul li:last-child {
  margin-right: 0;
}

.index-c5 ul li a {
  display: block;
}

.index-c5 ul li .img1 img {
  width: 100%;
}

.index-c5 ul li .marks {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -55px;
}

.index-c5 ul li .marks .img2 img {
  max-width: 100%;
}

.index-c5 ul li .marks h3 {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-top: 20px;
}

/*news*/
.index-c6 {
  background: #f8f8f8;
  padding-bottom: 60px;
}

.c6tlt {
  text-align: center;
  font-size: 36px;
  color: #164a6f;
  padding: 55px 0;
  font-weight: 600;
}

.c6-left {
  width: 40%;
  float: left;
  background: #fff;
  padding: 2%;
}

.c6-left ul li a {
  display: block;
}

.c6-left ul li img {
  width: 100%;
}

.c6-left ul li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding: 6% 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c6-left ul li .info {
  font-size: 14px;
  color: #999999;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 5% 0;
}

.c6-left ul li:hover h3 {
  color: #d8253c;
}

.c6-right {
  width: 58%;
  float: right;
}

.c6-right ul li {
  background: #fff;
  padding: 2%;
  margin-bottom: 2.5%;
}

.c6-right ul li a {
  display: block;
}

.c6-right ul li .img {
  width: 24%;
  float: left;
}

.c6-right ul li .img img {
  width: 100%;
}

.c6-right ul li .wz {
  width: 73%;
  float: right;
}

.c6-right ul li .wz h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c6-right ul li .wz .info {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c6-right ul li:hover h3 {
  color: #d8253c;
}

/*news*/
.index-c7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c7-1 {
  width: 34%;
  float: left;
  text-align: center;
  position: relative;
}

.c7-1 img {
  max-width: 100%;
}

.c7-1 a.ljgd {
  font-size: 14px;
  color: #333333;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 38px );
}

.c7-1 a.ljgd span {
  font-size: 18px;
  color: #d8253b;
}

.c7-2 {
  width: 40%;
  text-align: center;
  float: left;
}

.c7-2 > h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #f8f8f8;
  line-height: 2.5;
  padding-bottom: 10px;
  max-width: 300px;
  margin: 0 auto;
}

.c7-2 .lxfs {
  font-size: 16px;
  color: #999;
  line-height: 1.6;
  margin-top: 30px;
}

.c7-2 .lxfs p:nth-child(2) {
  font-size: 30px;
  text-transform: uppercase;
  color: #164a6f;
  font-weight: 600;
}

.c7-3 {
  width: 26%;
  text-align: center;
  float: left;
}

.c7-3 > h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #f8f8f8;
  line-height: 2.5;
  padding-bottom: 10px;
  max-width: 300px;
  margin: 0 auto;
}

.c7-3 .fx {
  margin-top: 30px;
  position: relative;
}

.c7-3 .fx li {
  width: 54px;
  height: 54px;
  box-shadow: 0 0 8px #f4f4f4;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  display: inline-block;
  margin: 0 15px;
}
.c7-3 .fx li .pic1 {
  display: inline-block;
}
.c7-3 .fx li .pic2 {
  display: none;
}
.c7-3 .fx li:hover .pic2 {
  display: inline-block;
}
.c7-3 .fx li:hover .pic1 {
  display: none;
}

.c7-3 .fx .content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
}

.c7-3 .fx .content .bdsharebuttonbox {
  text-align: center;
}

.c7-3 .fx .content a {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 15px;
  padding: 0;
  float: none;
}

@media (max-width: 1500px) {
  .c1-con {
    margin-top: -67px;
  }

  .index-c1 ul {
    padding: 22px 20px 28px;
  }
}
@media (max-width: 768px) {
  .index-tlt {
    padding: 30px 0;
  }

  .index-tlt h2 {
    font-size: 16px;
  }

  .index-tlt p {
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
  }

  .c2-right {
    width: 100%;
    float: none;
  }

  .index-c2 {
    padding-bottom: 30px;
  }

  .index-c3 {
    padding-bottom: 40px;
  }

  .c4tlt {
    padding: 30px 0;
    font-size: 24px;
  }

  .index-c4 ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 20px;
  }

  .index-c4 ul li:nth-child(2n) {
    margin-left: 2%;
  }

  .index-c6 {
    padding-bottom: 30px;
  }

  .c6tlt {
    padding: 30px 0;
    font-size: 16px;
  }

  .banner .owl-controls {
    bottom: 4%;
  }

  .c1-con {
    margin-top: 0;
  }

  .index-c1 ul {
    padding: 0px;
  }

  .index-c1 ul li {
    padding: 10px;
    line-height: 22px;
    width: 50%;
    border-right: none;
    margin-bottom: 0px;
  }
  .index-c1 ul li:nth-child(1), .index-c1 ul li:nth-child(2) {
    border-bottom: 1px solid white;
  }

  .index-c1 ul li:nth-child(2n+1) {
    border-right: 1px solid #f7f7f7;
  }

  .index-c4 ul li .wz h3 {
    font-size: 18px;
  }

  .index-c5 .jj {
    font-size: 14px;
  }

  .index-c5 ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .c6-left {
    width: 100%;
    float: none;
  }

  .c6-right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .c6-left ul li h3 {
    font-size: 16px;
    padding: 20px 0;
  }

  .c6-left ul li .info {
    margin: 20px auto;
  }

  .c6-right ul li .wz h3 {
    font-size: 16px;
    line-height: 2.4;
  }

  .c6-right ul li .wz .info {
    font-size: 12px;
  }

  .index-c7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c7-1 {
    width: 100%;
    float: none;
  }

  .c7-2 {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .index-c1 ul li strong {
    font-size: 16px;
  }

  .index-c1 ul li h3 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .index-c1 ul li p {
    font-size: 12px;
    min-height: 44px;
  }

  .c2-right h3 {
    line-height: 35px;
    font-size: 14px;
  }

  .fuwu .index-tlt p {
    font-size: 12px;
  }

  .fuwu .list ul {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
  }

  .fuwu .list ul li {
    margin-bottom: 15px;
    width: 48%;
    float: left;
  }
  .fuwu .list ul li:nth-child(2n) {
    float: right;
  }

  .fuwu .list ul li .message .name {
    font-size: 13px;
  }

  .fuwu .list ul li .message .summary {
    font-size: 12px;
    height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .fuwu .list ul li .message {
    padding: 10px;
    min-height: auto;
  }

  .fuwu {
    padding-top: 0;
    padding-bottom: 29px;
  }

  .about {
    padding-top: 30px;
  }
  .about .index-tlt {
    padding: 0;
  }
  .about .index-c5 ul {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index-c5 .jj {
    padding: 0 15px;
    max-width: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .goods .list .item {
    padding: 0 15px;
  }

  .news .index-c6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news .c6tlt {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contact .c7-2 > h3 {
    font-size: 14px;
  }
  .contact .c7-2 .lxfs {
    margin-top: 15px;
  }
  .contact .c7-2 .lxfs p:nth-child(2) {
    font-size: 16px;
  }
}

/*# sourceMappingURL=index.css.map */
