.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
}
.index {
  box-sizing: border-box;
  background: #fbfbfb;
  width: 100%;
  min-height: 100vh;
}
.index .index_nav {
  width: 100%;
  height: 92px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .index_nav .logo {
  width: 211px;
  height: 57px;
}
.index .index_nav .nav_text {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index .index_nav .nav_text a {
  margin: 0 10px;
  font-size: 22px;
  color: #000000;
}
.index .f1 {
  width: 100%;
  min-height: 574px;
  background: url("https://pigmcsdotcom.pigcms.com/ds/statics/shequtuangou/images/f1_bg.png") no-repeat;
  background-size: 100% auto;
}
.index .f2 {
  padding-top: 60px;
  box-sizing: border-box;
  margin-top: -72px;
  background: url("https://pigmcsdotcom.pigcms.com/ds/statics/shequtuangou/images/f2_bg.png") no-repeat;
  background-size: 100% auto;
  height: 474px;
  border-radius: 20px;
  background-color: #fff;
  -moz-box-shadow: 0px 5px 11px #BDBDBD;
  -webkit-box-shadow: 0px 5px 11px #BDBDBD;
  box-shadow: 0px 5px 11px #BDBDBD;
}
.index .f2 .title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}
.index .f2 .f2_decs {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 20px;
}
.index .f2 .f2_com {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
}
.index .f2 .f2_foot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .f2 .f2_foot button {
  width: 160px;
  height: 40px;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  border: 0;
  background-color: #76a2eb;
  margin: 0 auto;
  margin-top: 30px;
}
.index .f3 {
  margin-top: 100px;
}
.index .f3 .title {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.index .f3 .com {
  margin: 0 auto;
  background: url("https://pigmcsdotcom.pigcms.com/ds/statics/shequtuangou/images/f3_img.png") no-repeat;
  background-size: 100% auto;
  width: 1315px;
  height: 718px;
}
.index .f4 {
  background: #fff;
  margin-top: 50px;
}
.index .f4 .title {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.index .f4 .com {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index .f4 .com .col-sm-item {
  margin-top: 40px;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  box-sizing: border-box;
}
.index .f4 .com .col-sm-item img {
  width: 146px;
  height: 146px;
}
.index .f4 .com .col-sm-item .desc {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}
.index .f4 .com .col-sm-item .text {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}
.index .f4 .com .col-sm-item:hover {
  border-radius: 10px;
  -moz-box-shadow: 1px 5px 11px #BDBDBD;
  -webkit-box-shadow: 1px 5px 11px #BDBDBD;
  box-shadow: 1px 5px 11px #BDBDBD;
}
.index .f5 {
  margin-top: 50px;
}
.index .f5 .title {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.index .f5 .com {
  min-height: 500px;
  position: relative;
  padding-bottom: 130px;
}
.index .f5 .com .img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 10px;
}
.index .f5 .com .img img {
  width: 100%;
  height: 440px;
}
.index .f6 {
  background: #fff;
  margin-top: 50px;
  padding-bottom: 100px;
}
.index .f6 a:hover {
  color: #9d9d9d;
}
.index .f6 .title {
  width: 100%;
  height: 150px;
  line-height: 150px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}
.index .f6 .com {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.index .f6 .com .col-sm-item {
  margin-top: 40px;
  width: 330px;
  height: 330px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  box-sizing: border-box;
}
.index .f6 .com .col-sm-item img {
  width: 76px;
  height: 76px;
}
.index .f6 .com .col-sm-item .desc {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}
.index .f6 .com .col-sm-item .text {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}
.index .f6 .com .col-sm-item:hover {
  border-radius: 10px;
  -moz-box-shadow: 1px 5px 11px #BDBDBD;
  -webkit-box-shadow: 1px 5px 11px #BDBDBD;
  box-shadow: 1px 5px 11px #BDBDBD;
}
.index .f7 {
  height: 260px;
  box-sizing: border-box;
}
.index .f7 .com_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.index .f7 .com_list .item {
  display: block;
  height: 100%;
  width: 18%;
  padding-top: 30px;
}
.index .f7 .com_list .item .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 70px;
  font-size: 24px;
  font-weight: 200;
}
.index .f7 .com_list .item .com {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 18px;
  color: #bbc2c4;
}
.index .f7 .com_img .item_img {
  padding-top: 30px;
}
.index .f7 .com_img .item_img .tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 70px;
  font-size: 24px;
  font-weight: 200;
}
/*# sourceMappingURL=index.css.map */