
/*public_more*/
.public_more {
  background: #16589b;
  color: white;
  font-size: 14px;
  width: 176px;
  height: 41px;
}
.public_more:hover {
  color: white;
  background: #eb3d00;
}

/*public_title*/
.public_title .message_box {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.public_title .message_box .rt {
  margin-left: 15px;
}
.public_title .message_box .rt .top {
  display: flex;
  align-items: center;
}
.public_title .message_box .rt .top .p {
  color: #333333;
  font-weight: 600;
  font-size: 24px;
}
.public_title .message_box .rt .bottom {
  display: flex;
  align-items: center;
}
.public_title .message_box .rt .bottom .span {
  font-size: 16px;
  color: #333333;
  margin-left: 8px;
}
.public_title .message_box .rt .bottom .p {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}
.public_title .line {
  width: 70px;
  height: 5px;
  background: black;
  display: block;
  margin: 0 auto;
}

/*关于我们*/
.about {
  padding-bottom: 70px;
  background-size: cover;
  /*lf*/
  /*rt*/
}
.about .message_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fafafa;
  padding-left: 60px;
  padding-right: 10%;
}
.about .message_box .title {
  font-size: 38px;
  font-weight: 600;
  color: #16589b;
}
.about .message_box .longtitle {
  font-size: 22px;
  color: #333333;
}
.about .message_box .line {
  margin: 15px 0;
  width: 95px;
  height: 4px;
  background: #16589b;
  display: block;
}
.about .message_box .summary {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 30px;
}

/*产品*/
.goods {
  padding-top: 105px;
  padding-bottom: 60px;
  background: url("../image/product_bg.jpg") no-repeat;
  background-size: cover;
  /*typelist*/
  /*产品*/
}
.goods .typelist {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods .typelist .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 20px;
}
.goods .typelist .item .name {
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  margin-top: 15px;
}
.goods .typelist .item .pic1 {
  display: block;
}
.goods .typelist .item .pic2 {
  display: none;
}
.goods .typelist .item:hover .pic2, .goods .typelist .item.on .pic2 {
  display: block;
}
.goods .typelist .item:hover .pic1, .goods .typelist .item.on .pic1 {
  display: none;
}
.goods .typelist .item:hover .name, .goods .typelist .item.on .name {
  color: #eb3d00;
}
.goods .goodslist {
  margin-bottom: 60px;
}
.goods .goodslist .item_list {
  display: none;
}
.goods .goodslist .item_list ul {
  display: flex;
  justify-content: space-between;
}
.goods .goodslist .item_list ul li .item .name {
  font-size: 16px;
  color: #444444;
  text-align: center;
}
.goods .goodslist .item_list ul li .item .pic {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
.goods .public_more {
  margin: 0 auto;
}

/*实例*/
.shili {
  padding-top: 90px;
  background: url("../image/shili_bg.jpg.png") no-repeat top;
  /*center*/
}
.shili .public_title .message_box .rt .top .p,
.shili .public_title .message_box .rt .bottom .span,
.shili .public_title .message_box .rt .bottom .p {
  color: white;
}
.shili .public_title .line {
  background: white;
}
.shili .public_title {
  margin-bottom: 60px;
}
.shili .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shili .center .item {
  position: relative;
  border: 5px solid #b1bbc7;
}
.shili .center .item .name {
  font-weight: 600;
  font-size: 17px;
  color: white;
  margin: 15px 0;
  position: relative;
  z-index: 2;
display:none;
}
.shili .center .item .pic {
  position: relative;
  z-index: 2;
  display: none;
}
.shili .center .item .summary {
  font-size: 15px;
  line-height: 2;
  color: white;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  text-align: center;
display:none;
}
.shili .center .item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  left: 0;
  opacity: 0.7;
  top: 0;
  z-index: 1;
  /*background: #144374;*/
}
.shili .center .item:hover:after {
  /*background: #eb3d00;*/
}
.shili .center .item1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 342px;
  height: 275px;
}
.shili .center .item2 {
  width: 685px;
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.shili .center .item2 .message {
  margin-left: 35px;
}
.shili .center .item2 .message .summary {
  text-align: left;
  width: 100%;
}
.shili .center .lf .item {
  width: 675px;
  height: 537px;
}
.shili .center .rt .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*新闻*/
.news {
  margin-top: 80px;
  padding-bottom: 50px;
}
.news .newslist {
  margin-top: 50px;
  margin-bottom: 50px;
}
.news .newslist ul li {
  width: 23%;
  margin: 1%;
}
.news .newslist ul li .item {
  background: #fafafa;
}
.news .newslist ul li .item:hover .name {
  color: #16589b;
}
.news .newslist ul li .item .message {
  padding: 30px 15px;
}
.news .newslist ul li .item .name {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}
.news .newslist ul li .item .summary {
  font-size: 13px;
  line-height: 2;
  color: #666666;
  margin-bottom: 20px;
}
.news .newslist ul li .item .addtime {
  font-size: 12px;
  color: #999999;
}
.news .public_more {
  margin: 0 auto;
}

@media (max-width: 1550px) {
  .about .message_box {
    padding-right: 100px;
  }
}
@media (max-width: 1500px) {
  .about .message_box .summary {
    margin-bottom: 31px;
    margin-top: 10px;
  }
}
@media (max-width: 1450px) {
  .shili .center .lf .item {
    width: 575px;
    height: 537px;
  }

  .shili .center .item1 {
    width: 314px;
    height: 275px;
  }

  .shili .center .item2 {
    width: 628px;
    height: 262px;
  }

  .goods .goodslist .item_list ul li .item .pic {
    max-width: 95%;
  }

  .about .message_box .summary {
    font-size: 15px;
  }

  .about .message_box .title {
    font-size: 33px;
  }
}
@media (max-width: 1366px) {
  .about .message_box .summary {
    font-size: 14px;
    margin-bottom: 19px;
    margin-top: 10px;
  }

  .about .public_more {
    width: 139px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .about .message_box {
    padding: 15px;
  }

  .about .message_box .title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .about .message_box .longtitle {
    font-size: 16px;
  }

  .about .message_box .summary {
    margin-top: 0;
  }

  .about .public_more {
    margin: 0 auto;
  }

  .public_title .message_box .lf {
    display: none;
  }

  .public_title .message_box .rt .top {
    justify-content: center;
  }

  .public_title .message_box .rt .top img {
    display: none;
  }

  .public_title .message_box .rt .top .p {
    font-size: 16px;
  }

  .public_title .message_box .rt .bottom .p {
    font-weight: inherit;
  }

  .about {
    padding-bottom: 35px;
  }

  .goods {
    padding-top: 0;
    padding-bottom: 39px;
  }

  .goods .typelist {
    display: block;
    margin-top: 32px;
    margin-bottom: 26px;
  }

  .goods .typelist .item {
    width: 48%;
    margin: 1%;
    float: left;
  }
  .goods .typelist .item:nth-child(2n) {
    float: right;
  }

  .goods .typelist .item .name {
    text-align: center;
    font-size: 14px;
    border: 1px solid #b4b4b4;
    padding: 10px;
    margin-top: 0;
  }

  .goods .typelist .item img {
    display: none !important;
  }

  .goods .goodslist .item_list ul {
    display: block;
    overflow: hidden;
    clear: both;
    content: '';
  }
  .goods .goodslist .item_list ul li {
    width: 48%;
    margin: 1%;
    margin-bottom: 10px;
    float: left;
  }
  .goods .goodslist .item_list ul li:nth-child(2n) {
    float: right;
  }

  .goods .goodslist .item_list ul li .item {
    text-align: center;
  }

  .goods .goodslist .item_list ul li .item .name {
    font-size: 14px;
  }

  .goods .goodslist {
    margin-bottom: 23px;
  }

  .shili {
    padding-top: 32px;
  }

  .shili .public_title {
    margin-bottom: 25px;
  }

  .shili .center .lf .item {
    width: 100%;
    height: 409px;
  }

  .shili .center .item2 {
    width: 100%;
    flex-direction: column;
  }

  .shili .center .item1 {
    width: 50%;
    height: 200px;
  }

  .shili .center {
    display: block;
  }

  .shili .center .item .name {
    font-size: 16px;
    text-align: center;
  }

  .shili .center .item .pic {
    width: 80px;
  }

  .shili .center .item2 .message {
    margin-left: 0px;
  }

  .news .newslist ul li {
    width: 100%;
    margin: 0;
  }

  .news .newslist ul li .item .pic {
    width: 100%;
  }

  .news {
    margin-top: 46px;
  }
}

/*# sourceMappingURL=index.css.map */