.section-main-wrap {
  width: 2.8rem;
}
.section-main-wrap .product-list {
  width: 100%;
}
.section-main-wrap .product-list ul li {
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 1px solid #fff;
  padding: 0 0.2rem 0 0.45rem;
}
.section-main-wrap .product-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.2rem;
  position: relative;
  transition: color 0.3s;
}
.section-main-wrap .product-list ul li a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -0.16rem;
  top: 0.23rem;
  border-left: 9px solid #006DC2;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.section-main-wrap .product-list ul li a:hover,
.section-main-wrap .product-list ul li a.sideActive {
  color: #006DC2;
}
.section-main-wrap .product-recommend ul {
  padding: 0.26rem 0.1rem 0 0.2rem;
}
.section-main-wrap .product-recommend ul li {
  height: 1rem;
  padding-bottom: 0.2rem;
}
.section-main-wrap .product-recommend ul li a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
}
.section-main-wrap .product-recommend ul li a div {
  width: 1rem;
  height: 0.8rem;
  background: #fff;
  text-align: center;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.section-main-wrap .product-recommend ul li a div img {
  width: 0.7rem;
  height: auto;
}
.section-main-wrap .product-recommend ul li a span {
  color: #595959;
  float: left;
  margin-left: 0.17rem;
  font-size: 0.18rem;
  width: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-main-wrap .cooperative-partner ul {
  padding: 0.2rem;
  overflow: hidden;
}
.section-main-wrap .cooperative-partner ul li {
  width: 1.25rem;
  height: 0.6rem;
  margin-bottom: 0.1rem;
}
.section-main-wrap .cooperative-partner ul li img {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
}
.section-main-wrap .cooperative-partner ul li:nth-child(2n) {
  float: right;
}
.section-main-wrap .cooperative-partner ul li:nth-child(2n+1) {
  float: left;
}
.section-main-wrap .contact-us img {
  width: 100%;
  height: auto;
}
.section-main-wrap .contact-us .contact-wrap {
  background: #006DC2;
  padding: 0.3rem 0;
  text-align: center;
}
.section-main-wrap .contact-us .contact-wrap h6 {
  margin-left: 0.55rem;
  padding-left: 0.7rem;
  height: 0.45rem;
  line-height: 0.45rem;
  background: url(../images/phone1.png) 0 center no-repeat;
  background-size: 0.5rem 100%;
  color: #fff;
  font-size: 0.34rem;
  text-align: left;
}
.section-main-wrap .contact-us .contact-wrap span {
  display: block;
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.05rem;
  margin-top: 0.2rem;
}
.section-main-wrap .contact-us .contact-wrap strong {
  display: block;
  color: #fff;
  font-size: 0.35rem;
}
.common-style {
  margin-bottom: 0.4rem;
}
.common-style h6 {
  width: 100%;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #fff;
  font-size: 0.36rem;
  font-weight: bold;
  background: #006DC2;
  text-indent: 0.26rem;
}
.common-style ul {
  background: #F2F2F2;
}
