/*************
  名称：智能养殖
  作者：杨振天
  创建时间：2022-03-29
  结束时间：2022-04-18
**************/
/* 智能养殖 CSS */
*,
p,
dl,
ol,
ul {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0 auto;
  width: 100% !important;
  overflow: auto;
}

/********* 内容顶部背景 CSS START*********/
.bg-breed {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 570px;
  /* background-image: url(../images/breed/banner.png); */
  background-image: url(../images/home/bg-blog-solution.jpg);
  background-position: top center; /* 定义图片起始位置 */
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-overlay {
  /*background-color: rgba(37, 41, 52, 0.7);*/
  background-color: unset;
  z-index: 3;
}
.index-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.index-top h1 {
  font-size: 80px;
  letter-spacing: 16px;
}
.index-top h2 {
  font-size: 26px;
  letter-spacing: 5.2px;
}
/*********** 公共样式 ***********/
.main-content .container,
.clear-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
h3 {
  height: 32px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  color: #252934;
  line-height: 24px;
  margin-bottom: 0;
}
.comment-title {
  margin-left: 5%;
}
.title-main {
  font-size: 32px;
}
.title-tale {
  margin-top: -1.2%;
  opacity: 0.1;
  font-size: 40px;
  text-transform: uppercase;
}
.row {
  /*margin-left: 0 !important;*/
  margin-right: 0 !important;

}
.solutions,
.Software,
.hardware,
.feeding,
.monitoring,
.weighing {
  position: relative;
  padding-top: 10%;
}
.center-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions,
.hardware,
.monitoring {
  background: #fbfbfb;
}
.feed-top-con,
.mon-top-con,
.weight-top-con {
  margin: 4% 0 0;
  width: 94%;
  font-size: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  text-align: justifyLeft;
  color: #737c86;
  line-height: 24px;
}

/* 带有左边竖杠的小标题公共样式 */
.mon-listBox,
.processBox,
.feed-list-box {
  padding: 0 4% !important;
  margin: 5% auto;
}
.device-con-smCss > .col-sm-6,
.hard-sm-6-css > .col-sm-6 {
  width: 50%;
}
.pro-listCon > .col-sm-6 {
  width: 45%;
}
.feed-list-smCss > .col-sm-3,
.device-list-smCss > .col-sm-3 {
  width: 25%;
}
.soult-sm-4-css > .col-sm-4 {
  width: 33%;
}
/* old css */
.iden {
  float: left;
  width: 10px;
  height: 24px;
  background: #90c221;
}
.iden-title {
  justify-content: left;
}
.iden-title span {
  margin-left: 1rem;
  font-size: 24px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  color: #252934;
  line-height: 24px;
}
/* .iden-new {
  border-left: 10px solid #90c221;
  padding-left: 1rem;
  font-size: 24px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  text-align: left;
  color: #252934;
  line-height: 24px;
} */

/* 1.解决方案 CSS */
.solut-con-outBox {
  margin: 4% 0 6%;
}
.solut-circularBox {
  width: 100px;
  height: 100px;
  background: linear-gradient(-45deg, #56c221 0%, #90c221 100%);
  border-radius: 50%;
  margin: 0.8rem 0;
  border: 4px solid rgb(207, 243, 241);
}
.solut-circularBox p {
  font-size: 24px;
  width: 56%;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
}
.solut-cirBox-con {
  opacity: 0.8;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #24252e;
  line-height: 24px;
  margin: 0.3rem 0;
}
.solut-cirBox-title {
  font-size: 24px;
}
.solut-cirBox-tex {
  font-size: 16px;
}
.solut-notBtn {
  margin: 0.2rem 0;
}
.solut-notBtn-box {
  width: 86px;
  height: 35px;
  border: 1px solid #90c221;
  border-radius: 4px;
}
.solut-notBtn p {
  font-size: 16px;
  width: 100%;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #90c221;
  line-height: 24px;
}

/* 2.软件 */
.soft-allCon {
  margin: 2rem auto;
  width: 90%;
}
.soft-titCon {
  margin: 2rem 0;
  padding: 0 4% 0 0 !important;
}
.soft-titCon p {
  font-size: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #737c86;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  text-align: justify;
}
.soft-listRow {
  margin: 2rem 0;
}
.small-outBox {
  margin: 0.2rem 0;
}
.small-texBox {
  width: 88px;
  height: 40px;
  border: 1px dashed #7fb63e;
  border-radius: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  text-align: left;
  color: #7fb63e;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.division-box {
  height: 1.2rem;
}
.soft-imgCon {
  width: 100%;
  margin-top: 0.2rem;
}

/* 3.硬件 */
.hardware-listBox {
  padding: 0 4% !important;
  margin: 7% auto;
}
.hard-allBox {
  box-shadow: rgba(210, 206, 206, 0.3) 0 0 16px 0;
}
.graphic-img {
  height: 50%;
}
.graphic-img img {
  width: 100%;
  height: 100%;
}
.graphic-con {
  padding-top: 1rem;
  height: 50%;
  width: 100%;
}
/* .graphic-con p {
  height: 24px;
  font-size: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #252934;
}
.graphic-con ul {
  margin-top: 10%;
}
.graphic-con ul li::before {
  content: '';
  display: inline-block;
  min-width: 6px;
  min-height: 6px;
  background-color: #7fb63e;
  margin-right: 10px;
}
.graphic-con ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  text-align: left;
  color: #737c86;
} */

.graphic-con p {
  height: 24px;
  font-size: 20px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #252934;
}
.graphic-con > .ul-inside {
  margin-left: 1.2rem;
}
.ul-inside ul {
  list-style: square;
  margin-top: 6%;
  color: #7fb63e;
}
.graphic-con ul li {
  margin: 0.4rem 0 0 0;
}
.graphic-con ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  text-align: left;
  color: #737c86;
}

/* 4-5的公共样式 */
.dev-list-con,
.feed-list-con {
  margin-top: 2%;
}
.feed-listTex,
.dev-listTex {
  margin-left: 0.4rem;
  font-size: 18px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #90c221;
  line-height: 24px;
}
/* 4.饲喂 */
.aiot-service {
  margin: 3.6rem 0 1.2rem;
}
.feed-comment {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  line-height: 24px;
}
.feed-com-main {
  width: 168px;
  height: 57px;
  background: #90c221;
  border-radius: 29px;
  box-shadow: 2.5px 4.33px 10px 5px rgba(127, 181, 62, 0.2);
}
.feed-com-mainPic {
  width: 72px;
}
.feed-com-main p {
  font-size: 22px;
  color: #ffffff;
}
.feed-com-tex {
  margin-top: 1.2rem;
}
.feed-com-tex span {
  display: block;
  min-height: 120px;
  font-size: 17px;
  color: #737c86;
}
.feed-pic-piont {
  width: 100%;
}
.feed-picList {
  margin: 3rem 0 1.2rem;
}
.feed-picList-img {
  justify-content: right;
}
.feed-picList-con {
  background-color: #fbfbfb;
}
.type-p,
.type-span {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  text-align: left;
}
.type-p {
  width: 94px;
  font-size: 16px;
  color: #252934;
}
.type-span {
  font-size: 15px;
  color: #737c86;
  line-height: 24px;
}
.feed-picList-smCss img {
  box-shadow: rgba(210, 206, 206, 0.3) 0 0 16px 0;
}
.feed-picList-smCss > .col-sm-2 {
  width: 20%;
  padding: 0 !important;
}
.feed-picList-smCss > .col-sm-10 {
  width: 80%;
  padding: 0 !important;
}

/* 5.环境监测 */
.mon-img-box {
  margin: 4% 0 2%;
}
.monitor-device {
  /* margin-left: 5% auto 0; */
  width: 91.6%;
  /* margin: 0 auto; */
}
.device-con {
  margin-top: 2rem;
}
.device-con-img {
  width: 100%;
  background-color: rgb(245, 245, 245);
}
.device-con-tex {
  min-height: 131px;
  padding: 6% 0 14%;
  background-color: rgb(245, 245, 245);
}
.device-conTex-title {
  font-size: 18px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #000000;
}
.device-conTex-con {
  margin-top: 1.2rem;
  font-size: 14px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  color: #737c86;
  line-height: 24px;
}
.device-list {
  margin-top: 1rem;
}
/* 6.智能称重 */
.process-title {
  margin-bottom: 2%;
}
.pro-tit-pic {
  width: 100%;
  margin: 5% 0;
}
.pig-pic,
.ox-pic {
  width: 90% !important;
}
.pro-listTex {
  width: 100%;
  height: 220px;
  background-color: #fbfbfb;
  margin: 1rem 1.2%;
  padding: 1.2rem 0.6rem 1.3rem !important;
}
.pro-listTex-pic img {
  margin-bottom: 0.8rem;
}
.pro-listTex-pic p,
.pro-listTex-con {
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
  font-weight: 400;
  line-height: 24px;
}
.pro-listTex-pic p {
  margin-bottom: 0.4rem;
  font-size: 20px;
  color: #90c221;
}
.pro-listTex-con {
  padding: 0 3px;
  font-size: 14px;
  color: #737c86;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 460px) {
  html,
  body,
  input,
  select {
    font-size: 8px !important;
  }
  .container {
    max-width: 100%;
  }
  .bg-breed {
    height: 200px;
  }
  .index-top {
    line-height: 19px;
  }
  .index-top h1 {
    margin-top: 42%;
    font-size: 26px;
    letter-spacing: 4px;
  }
  .disappear {
    font-size: 0 !important;
  }
  /**** 公共样式 ****/
  h3 {
    height: 24px;
    line-height: 24px;
  }
  .comment-title {
    margin-left: 5%;
  }
  .title-main {
    font-size: 19px !important;
  }
  .title-tale {
    margin-top: -3.2%;
    opacity: 0.1;
    font-size: 20px;
    text-transform: uppercase;
  }
  .feed-top-con,
  .mon-top-con,
  .weight-top-con {
    width: 98%;
    font-size: 13px;
    text-align: justify;
    line-height: 16px !important;
  }
  /* .iden-new {
    border-left: 8px solid #90c221;
    padding-left: 0.6rem;
    font-size: 14px;
  } */
  .iden {
    float: left;
    width: 8px;
    height: 17px;
  }
  .iden-title span {
    margin-left: 0.6rem;
    font-size: 17px;
  }

  /* 1.解决方案 CSS */
  .arrow {
    display: none;
  }
  .solut-circularBox {
    width: 72px;
    height: 72px;
    border: 3px solid rgb(207, 243, 241);
  }
  .solut-circularBox p {
    font-size: 18px;
  }
  .solut-cirBox-title {
    font-size: 12px;
  }
  .solut-cirBox-tex {
    display: none;
  }
  .solut-notBtn-box {
    width: 64px;
    height: 24px;
  }
  .solut-notBtn p {
    font-size: 12px;
  }
  /* 2.软件 */
  .soft-allCon {
    margin: 0 auto !important;
    width: 90%;
  }
  .soft-titCon p {
    font-size: 13px;
    margin-bottom: 0.8em;
  }
  .soft-listRow {
    margin: 1.2rem 0;
  }
  .small-texBox {
    width: 66px;
    height: 24px;
    font-size: 12px;
    letter-spacing: 0.4px;
  }
  .division-box {
    height: 0.4rem;
  }
  /* 3.硬件 */
  .graphic-img {
    height: 50%;
  }
  .graphic-con {
    height: 50%;
  }
  .graphic-con p {
    font-size: 15px;
  }
  .graphic-con > .ul-inside {
    margin-left: 1.2rem;
  }
  .graphic-con ul li {
    margin-top: 2px !important;
  }
  .graphic-con ul li span {
    font-size: 12px;
    text-align: justify;
  }
  /* 4-5的公共样式 */
  .dev-list-con > img,
  .feed-list-con > img {
    width: 20% !important;
  }
  .feed-listTex,
  .dev-listTex {
    font-size: 12px;
  }
  /* 4.饲喂 */
  .aiot-service {
    margin: 3.6rem 0 1.2rem;
  }
  .feed-comment {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
    font-weight: 400;
    line-height: 24px;
    /* margin: 3rem 0; */
  }
  .feed-com-main {
    width: 110px;
    height: 35px;
  }
  .feed-com-mainPic {
    width: 60px;
  }
  .feed-com-mainPic img {
    width: 50%;
  }
  .feed-com-main p {
    font-size: 15px;
    color: #ffffff;
  }
  .feed-com-tex {
    margin-top: 1.2rem;
  }
  .feed-com-tex span {
    display: block;
    /* min-height: 66px; */
    min-height: 50px;
    font-size: 12px;
    color: #737c86;
  }
  .feed-pic-piont {
    transform: rotate(90deg);
    width: 30px;
    height: 60px;
    padding: 0;
  }
  .feed-pic-piont img {
    width: 80%;
  }
  .type-p,
  .type-span {
    font-size: 12px;
  }
  .type-p {
    width: 64px;
  }
  .feed-picList-smCss > .col-sm-3 {
    width: 30%;
  }
  .feed-picList-smCss > .col-sm-3 img {
    width: 90%;
  }
  .feed-picList-smCss > .col-sm-9 {
    width: 70%;
  }
  /* 5.环境监测 */
  .device-con-tex {
    min-height: 118px !important;
  }
  .device-conTex-title {
    font-size: 14px;
  }
  .device-conTex-con {
    font-size: 12px;
  }
  /* 6.智能称重 */
  .pro-tit-pic {
    margin: 8% 0;
  }
  .pro-listTex {
    height: 200px;
    background-color: #fbfbfb;
  }
  .pro-listTex-pic img {
    margin-bottom: 0.8rem;
    width: 28%;
  }
  .pro-listTex-pic p {
    font-size: 15px;
  }
  .pro-listTex-con {
    font-size: 12px;
  }
  .foot-box {
    display: none;
  }
}
