/*h_title*/
.h_title {
  width: 100%;
  height: 0.7rem;
  background: url(../images/i2.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 0 3%;
}
.h_title h2 {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: url(../images/i1.png) no-repeat left center;
  background-size: 0.3rem auto;
  font-size: 0.34rem;
  padding-left: 0.4rem;
  position: relative;
}
.h_title h2 span {
  font-size: 0.28rem;
  font-weight: 500;
}
.h_title h2 a {
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
}
/*product*/
.product {
  margin-top: 0.4rem;
}
.product .product_box {
  padding: 0 3%;
  width: 100%;
  margin-top: 0.25rem;
}
.product .product_box .swiper-slide {
  position: relative;
}
.product .product_box .swiper-slide img {
  display: block;
}
.product .product_box .swiper-slide a.title {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
/*news*/
.news {
  margin-top: 0.35rem;
}
.news .news_title {
  width: 100%;
  height: 1.5rem;
  background: url(../images/bg1.jpg) no-repeat top;
  background-size: 100% auto;
}
.news .news_title .tel {
  display: inline-block;
  width: auto;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0.25rem 0 0 13%;
}
.news .news_title .tel b {
  color: #D70909;
}
.news .news_title .more {
  display: inline-block;
  text-align: center;
  margin: 0.2rem 11% 0 0;
}
.news .news_title .more p {
  height: 0.35rem;
  line-height: 0.35rem;
  color: white;
  font-size: 0.3rem;
}
.news .news_title .more p.txt2 {
  font-size: 0.32rem;
  font-weight: 600;
}
.news .news_nav {
  width: 100%;
  text-align: center;
  margin-top: 0.25rem;
}
.news .news_nav a {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #159578;
  margin: 0 1%;
  color: white;
  font-size: 0.28rem;
}
.news .news_nav a.on {
  box-shadow: 2px 2px 4px #A2A3AA;
}
.news .news_box {
  margin-top: 0.25rem;
  height: 5rem;
}
.news .news_box ul {
  width: 98%;
  margin: 0 auto;
  display: none;
}
.news .news_box ul li {
  width: 100%;
  padding: 0.1rem 0.5rem 0.1rem  0rem;
  background: url(../images/err.png) no-repeat right center #EFEFEF;
  background-size: auto 0.4rem;
  margin-bottom: 0.15rem;
  background-position-x: 97%;
}
.news .news_box ul li .time {
  width: 23%;
  height: 1.2rem;
  background: url(../images/n1.png) no-repeat left;
  background-size: 100% 100%;
  color: white;
  text-align: center;
}
.news .news_box ul li .time .t1 {
  padding-top: 0.1rem;
  line-height: 0.5rem;
  font-size: 0.35rem;
}
.news .news_box ul li .time .t2 {
  font-size: 10px;
  line-height: 0.4rem;
}
.news .news_box ul li .txt {
  width: 76%;
  padding-top: 0.15rem;
}
.news .news_box ul li .txt .txt1 {
  line-height: 0.4rem;
  font-size: 0.3rem;
  height: 0.4rem;
  width: 100%;
}
.news .news_box ul li .txt .txt1 a {
  color: black;
}
.news .news_box ul li .txt .txt2 {
  font-size: 10px;
  line-height: 0.4rem;
  height: 0.4rem;
  width: 100%;
}
.news .news_box ul:first-child {
  display: block;
}
/*case*/
.case {
  width: 100%;
  margin-top: 0.1rem;
}
.case .case_box {
  width: 94%;
  margin: 0.25rem auto 0;
}
.case .case_box .swiper-slide img {
  display: block;
  width: 100%;
}
.case .case_box .swiper-slide p {
  height: 0.45rem;
  text-align: center;
  margin-top: 0.05rem;
}
.case .case_box .swiper-slide p a {
  max-width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.32rem;
  color: #333333;
}
/*about*/
.about {
  width: 100%;
  padding: 0.2rem 0 0.4rem;
  background: #F0FEFC;
  margin-top: 0.35rem;
}
.about .box {
  width: 94%;
  margin: 0.25rem auto 0;
  line-height: 0.45rem;
  font-size: 0.28rem;
}
.about .box img {
  padding-right: 0.1rem;
  height: 2.9rem;
}
