.section-wrap .title {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.section-wrap .title h1,
.section-wrap .title h1 a,
.section-wrap .title h2,
.section-wrap .title h2 a,
.section-wrap .title h3,
.section-wrap .title h3 a,
.section-wrap .title h4,
.section-wrap .title h4 a,
.section-wrap .title h5,
.section-wrap .title h5 a {
  font-size: 26px;
  color: #000009;
  text-align: left;
  display: flex;
}
.qianhe-goods-pricing .title b img{width: 40px;}
.section-wrap .title b {
  display: block;
  margin-right: 20px;
}

.section-wrap .title p {
  margin-top: 20px;
}

.section-wrap {
  padding: 0px 0 0;
  border-bottom: 1px #d7d7d7 solid;
  border-top: 1px #d7d7d7 solid;
}

.qianhe-goods-pricing {
  position: relative;
}
.qianhe-goods-pricing .container{
  display: flex;
}
.qianhe-goods-pricing .container .ad:nth-child(2){
   border-right: none;
}
.qianhe-goods-pricing .container .ad{
  border-right: 1px #d7d7d7 solid;
  padding: 30px;
}
.qianhe-goods-pricing table {
  margin-top: 10px;
}
.qianhe-goods-pricing th,
.qianhe-goods-pricing td {
  padding: 18px 20px;
  text-align: left;
  font-size: 14px;
  /* border-bottom: 1px solid #ddd; */
}
.qianhe-goods-pricing th {
  /* color: #303030; */
  /* border-top: 1px solid #ddd; */
  /* color: #333; */
}
.qianhe-goods-pricing tr:nth-child(1){
   /* font-weight:100; */
   /* color: #333; */
}
.qianhe-goods-pricing td {
  color: #666;
}
 .qianhe-goods-pricing tr :nth-child(1){
  color: #000000;
  font-weight: bold;
}
.qianhe-goods-pricing .main-href {
  margin-top: 60px;
  text-align: center;
}

.section-wrap .main-href a {
  display: inline-block;
  padding: 15px 65px;
  font-family: var(--font-family);
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: var(--button-radius);
}

.section-wrap .main-href a:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.section-wrap .main-href a i {
  margin-left: 10px;
  font-size: 12px;
}

.section-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

@media screen and (max-width: 1280px) {
  .section-wrap {
    padding: 60px 0;
  }
}

@media screen and (max-width: 960px) {
  .section-wrap {
    padding: 40px 0;
  }

  .qianhe-goods-pricing .main-href a {
    padding: 15px 35px;
  }

  .qianhe-goods-pricing::after {
    display: none;
  }

  .qianhe-goods-pricing .goods-table {
    width: 100%;
    overflow-x: scroll;
  }
  .qianhe-goods-pricing table {
    width: 844px;
  }
  .qianhe-goods-pricing th,
  .qianhe-goods-pricing td {
    height: auto;
    padding: 15px 10px;
  }
  
  .qianhe-goods-pricing .container {flex-direction: column;}
  .qianhe-goods-pricing .container .ad {border-right: none;}
  .arshine2-foot_top .container {width: 100% !important;}
  .arshine2-foot_top {padding: 30px 0 !important;}
  .sutong-pro-list-banner .txt p { font-size: 14px;}
  .sutong-pro-list-banner .txt {margin-right: 0;}
}




