/*flex函数*/
.space-between {
  justify-content: space-between;
}
.space-between {
  justify-content: space-between;
}
.container .section-hot {
  background: url(../images/56E07DE0-B39F-4CA6-8D49-5A650F2C22B7.png) center no-repeat;
  background-size: cover;
  color: #fff;
}
.container .section-hot li {
  height: 2.94rem;
  overflow: hidden;
}
.container .section-hot li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.container .section-product {
  background: #f7f7f7;
}
.container .section-product li {
  color: #fff;
}
.container .section-product li a {
  position: relative;
}
.container .section-product li .img {
  width: 100%;
  height: 1.78rem;
  padding: 0!important;
}
.container .section-product li .des {
  background: #0bb4d1;
  padding: .3rem .2rem;
}
.container .section-product li .des h1 {
  font-size: .32rem;
  padding-bottom: .12rem;
}
.container .section-product li .des p {
  padding: 0;
  position: relative;
  background: inherit;
  color: #fff;
  height: .6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .section-choose .section-title {
  padding-bottom: .9rem;
}
.container .section-choose ul li {
  margin-top: .4rem!important;
  width: 100%!important;
  margin-right: 0!important;
}
.container .section-choose ul li:first-child {
  margin-top: 0!important;
}
.container .section-choose ul li a {
  display: -webkit-box !important;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box !important;
  /* Firefox 17- */
  display: -webkit-flex !important;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -ms-flexbox !important;
  /* IE 10 */
  display: flex!important;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  align-items: center!important;
  border: .03rem solid #0bb4d1;
  border-radius: .18rem;
}
.container .section-choose ul li .img {
  width: 2.2rem;
  height: 1.3rem;
  border-radius: .15rem;
}
.container .section-choose ul li .des {
  width: 63%;
  padding-left: .4rem;
  padding-right: .1rem;
}
.container .section-choose ul li .des h1 {
  text-align: left;
  color: #fdb118;
  font-size: .32rem;
  box-sizing: border-box;
  padding-bottom: .1rem;
}
.container .section-choose ul li .des p {
  background: transparent;
  text-align: left;
  font-size: .3rem;
  line-height: .4rem;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .section-service {
  background: #f7f7f7;
}
.container .section-service .img {
  width: 100%;
  height: 1.2rem;
}
.container .section-service li .des {
  background: #f7f7f7;
}
.container .section-service li .des h1 {
  color: #666666;
  font-size: .32rem;
  padding-top: .2rem;
}
.container .section-service li .des p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: transparent;
}
.container .section-carve {
  background: #e9f3ff;
}
.container .section-carve li {
  width: 100%!important;
  margin-right: 0!important;
  background: #e9f3ff!important;
}
.container .section-carve img {
  width: 100%;
  margin-bottom: .4rem;
}
.container .section-carve img:last-child {
  margin-bottom: 0;
}
