@charset "UTF-8";
/*public_more*/
.public_more {
  background: #e01a10;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 0 auto;
  width: 170px;
  height: 44px;
}
.public_more:hover {
  color: white;
  background: #135d96;
}

/*public_title*/
.public_title {
  text-align: center;
  margin-bottom: 95px;
}
.public_title .content {
  position: relative;
  margin: 0 auto;
  display: inline-block;
}
.public_title .content .p {
  font-weight: 600;
  color: #153c57;
  font-size: 80px;
  left: -64px;
  top: -17px;
  position: absolute;
}
.public_title .content .bg {
  position: absolute;
  right: -47px;
  bottom: -26px;
}
.public_title .content .message {
  display: flex;
  align-items: flex-end;
}
.public_title .content .message .title {
  font-size: 30px;
  font-weight: 600;
  color: #135d96;
}
.public_title .content .message img {
  margin: 0 12px;
  position: relative;
  top: -6px;
}
.public_title .content .message .span {
  font-size: 14px;
  color: #999999;
  position: relative;
  bottom: 5px;
}

/*产品*/
.product {
  margin-top: 108px;
}
.product .typelist {
  text-align: center;
}
.product .typelist ul {
  display: inline-block;
}
.product .typelist ul li:nth-last-child(2) a {
  padding-right: 0;
  border-right: 0;
}
.product .typelist ul li:hover a {
  color: #e01a10;
}
.product .typelist ul li a {
  display: inline-block;
  font-size: 16px;
  color: #6e6e6e;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #6e6e6e;
}
.product .owl_goods_box {
  margin-bottom: 80px;
  margin-top: 65px;
}
.product .owl_goods_box .owl_goods .item {
  text-align: center;
}
.product .owl_goods_box .owl_goods .item:hover .pic {
  border: 1px solid #515151;
}
.product .owl_goods_box .owl_goods .item:hover .message {
  background: #515151;
}
.product .owl_goods_box .owl_goods .item:hover .span, .product .owl_goods_box .owl_goods .item:hover .name {
  color: white;
}
.product .owl_goods_box .owl_goods .item .message {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
.product .owl_goods_box .owl_goods .item .pic {
  border: 1px solid transparent;
}
.product .owl_goods_box .owl_goods .item .line {
  height: 1px;
  width: 143px;
  background: #535353;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -76px;
  top: 0;
}
.product .owl_goods_box .owl_goods .item .name {
  font-size: 15px;
  color: #535353;
  margin-bottom: 13px;
}
.product .owl_goods_box .owl_goods .item .span {
  font-size: 12px;
  color: #535353;
}
.product .owl-theme .owl-controls {
  bottom: 75%;
}
.product .owl-theme .owl-controls .owl-buttons div {
  width: 43px;
  height: 155px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt.png") no-repeat center;
  background-size: cover;
  right: -55px;
}
.product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf.png") no-repeat center;
  background-size: cover;
  left: -62px;
}

/*youshi*/
.youshi {
  margin-bottom: 85px;
}
.youshi .content {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
}
.youshi .icon_list {
  padding-top: 37px;
  padding-bottom: 44px;
}
.youshi .icon_list ul {
  display: flex;
  justify-content: space-around;
}
.youshi .icon_list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.youshi .icon_list ul li p {
  font-size: 18px;
  color: white;
}
.youshi .icon_list ul li .pic {
  margin-bottom: 22px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*关于我们*/
.about {
  margin-bottom: 140px;
  padding-top: 135px;
  padding-bottom: 135px;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .summary {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #363636;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

/*案例*/
.case {
  margin-bottom: 108px;
}
.case .case_list {
  margin-bottom: 35px;
}
.case .case_list .item {
  display: inline-block;
  position: relative;
  margin: 5px;
  height: 275px;
  width: 293px;
}
.case .case_list .item.item1, .case .case_list .item.item6 {
  width: 545px;
}
.case .case_list .item:hover .name {
  background: rgba(148, 111, 21, 0.6);
}
.case .case_list .item img {
  max-width: 100%;
}
.case .case_list .item .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  color: white;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}

/*news*/
.news {
  padding: 76px 0;
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
}
.news .owl_news .item {
  background: white;
}
.news .owl_news .message {
  margin-top: 70px;
  flex-direction: column;
  padding: 0 95px;
  text-align: center;
}
.news .owl_news .message .title {
  font-size: 18px;
  color: #151e27;
}
.news .owl_news .message .summary {
  font-size: 14px;
  color: #a3a3a3;
  margin: 30px 0;
}
.news .owl-theme .owl-controls {
  bottom: 63%;
}
.news .owl-theme .owl-controls .owl-buttons div {
  width: 29px;
  height: 49px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  position: absolute;
}
.news .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
  left: -46px;
}
.news .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
  right: -61px;
}

@media (max-width: 768px) {
	.news .owl-theme .owl-controls .owl-buttons div.owl-next{
		right: 0;
	}
	.news .owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: 0;
	}
	
  .public_title .content .message .title {
    font-size: 22px;
  }

  .public_title .content .message .span {
    font-size: 12px;
  }

  .public_title .content .message img {
    margin: 0 5px;
    width: 7px;
  }

  .public_title .content .p {
    font-size: 35px;
    left: -31px;
    top: -6px;
  }

  .public_title .content .bg {
    right: -34px;
    bottom: -16px;
  }

  .product {
    margin-top: 31px;
  }

  .public_title {
    margin-bottom: 57px;
  }

  .product .typelist ul li {
    width: 33%;
    display: none;
  }
  .product .typelist ul li:nth-child(1) {
    display: block;
  }
  .product .typelist ul li:nth-child(2) {
    display: block;
  }
  .product .typelist ul li:nth-child(3) {
    display: block;
  }
  .product .typelist ul li:nth-child(4) {
    display: block;
  }
  .product .typelist ul li:nth-child(5) {
    display: block;
  }
  .product .typelist ul li:last-child {
    display: block;
  }

  .product .typelist ul li a {
    padding: 0;
    border: 0;
    display: block;
    border: 1px solid #bdbdbd !important;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px 0;
  }

  .product .typelist ul {
    width: 96%;
  }

  .product .owl_goods_box .owl_goods .item .pic {
    border: 1px solid #515151;
  }

  .product .owl_goods_box .owl_goods .item {
    width: 80%;
    margin: 0 auto;
  }

  .product .owl_goods_box .owl_goods .item .message {
    background: #515151;
    padding-bottom: 15px;
    padding-top: 13px;
  }

  .product .owl_goods_box .owl_goods .item .name {
    margin-bottom: 0px;
  }

  .product .owl_goods_box .owl_goods .item .span, .product .owl_goods_box .owl_goods .item .name {
    color: white;
  }

  .product .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 8px;
  }

  .product .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 8px;
  }

  .product .owl-theme .owl-controls .owl-buttons div {
    width: 20px;
    height: 79px;
  }

  .product .owl-theme .owl-controls {
    bottom: 61%;
  }

  .product .owl_goods_box {
    margin-bottom: 52px;
    margin-top: 29px;
  }

  .youshi .icon_list ul li .pic img {
    max-width: 61%;
  }

  .youshi .icon_list ul li p {
    font-size: 14px;
  }

  .youshi .icon_list ul li .pic {
    margin-bottom: 12px;
    height: 45px;
  }

  .youshi .icon_list {
    padding-top: 24px;
    padding-bottom: 23px;
  }

  .about .summary {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .about {
    padding-top: 50px;
    padding-bottom: 28px;
    margin-bottom: 56px;
  }

  .public_more {
    width: 138px;
    height: 34px;
  }

  .youshi {
    margin-bottom: 52px;
  }

  .case .case_list .item {
    width: 170px !important;
    height: 170px !important;
    margin: 3px;
  }

  .case .case_list {
    text-align: center;
  }

  .case {
    margin-bottom: 39px;
  }

  .news {
    padding: 45px 0;
  }

  .news .owl_news .pic {
    display: none;
  }

  .news .owl_news .message {
    padding: 0 45px;
  }

  .news .owl_news .message {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .news .owl_news .message .title {
    font-size: 16px;
  }

  .news .owl_news .message .summary {
    margin: 18px 0;
  }
}

/*# sourceMappingURL=index.css.map */
