
.sub-row{
  margin-bottom: 60px;
}
.sub-title{
  text-align: center;
  font-size: 48px;
  color: #222;
  font-weight: 500;
  margin-bottom: 50px;
}
.pain {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.pain .sub-t-img{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.pain .sub-t-t{
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.pain p{
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.banner2-row{
  padding-bottom: 30px;
}
.banner2-row p{
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.banner2-row .banner2{
  /* height: 400px; */
  margin-bottom: 10px;
}
.why-choose{
  background-image: url('../imgs/0组55.jpg');
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
  line-height: 1;
}
.why-choose .choose-card{
  height: 360px;
  background-color: #fff;
  margin-bottom: 16px;
  padding: 40px 8px 0 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-choose .choose-card img{
  width: 130px;
	height: 130px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.why-choose .choose-card .c-t-t{
  font-size: 24px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 16px;
}
.why-choose .choose-card p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.all-goods{
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1;
}
.all-goods .table-pc{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  /* border-color: #ccc; */
}
.all-goods .table-pc thead tr{
  height: 60px;
}
.all-goods .table-pc thead tr td{
 text-align: center;
 font-size: 24px;
 font-weight: 500;
 color: #333333;
}
.all-goods .table-pc tbody tr td a{
  text-decoration: none;
  color: #333333;
}
.all-goods .table-pc tbody tr td a:hover{
  color: #0F6AB9;
}
.all-goods .table-pc tbody td{
  text-align: center;
  /* font-weight: 600; */
  cursor: pointer;
}
.all-goods .table-pc tbody td div{
  line-height: 36px;
}
.all-goods .table-pc tbody .type{
  height: 180px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  padding: 0 35px;
  line-height: 36px;
  box-sizing: border-box;
}

.table-mobild{
  
}
.table-mobile .mobile-box{
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 36px;
}
.table-mobile .mobile-box.span2{
  height: 360px;
}
.table-mobile .mobile-box.span3{
  height: 540px;
}
.table-mobile .mobile-box.span1-5{
  height: 270px;
}
.table-mobile .mobile-box a{
  color: #333;

}

@media screen and (max-width: 768px){
  .navbar .logo{
    width: 188px;
    margin-left: 20px;
  }

  .sub-title{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .pain .sub-t-img{
    width: 120px;
    height: 120px;
  }
  .sub-row{
    margin-bottom: 20px;
  }
  .why-choose{
    padding-top: 20px;
  }
  .why-choose .choose-card{
    height: 300px;
  }
  .why-choose .choose-card img{
    width: 80px;
    height: 80px;
  }
  .why-choose .choose-card p{
    font-size: 14px;
    line-height: 20px;
  }
  .all-goods{
    padding-top: 20px;
  }
}

/* common style */
.white{
  color: white;
}
.blue{
  color: #026ecc;
}

.h-blue{
  color: #fff!important;
  background-color: #5CB1E6;
}
.line{
  width: 60%;
  height: 1px;
  background-color: #ccc;
  margin: 0 auto;
}
.line.big{
  margin: 45px auto;
}
.bold{
  font-weight: bold;
}